/*
main.css: The global stylesheet, used for screen and projection media types
*/

/*
=Reset
*/
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th {
	margin:0;
	padding:0;
}
address,dl,fieldset,p,pre,ul,ol,table {margin:0 0 1.3em;}
ul,ol,dd {margin-left:40px;}
td ul,td ol {margin-left:15px;}
ol ul,ul ol,ul ul,ol ol,td ul,td ol {margin-bottom:0;}
blockquote {
	margin:1em 40px;
	font-style:italic;
}
dt {font-weight:bold;}
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
table,th,td {border:1px solid #999;}
th,td {padding:2px 3px;}
caption,th {
	font-weight:bold;
	text-align:left;
}
img {border:none;}
html,body {color:#000;}
body {width:100%;}
code,
kbd,
pre {font-family:Monaco, Courier, "Courier New", Tahoma;}
h1,h2,h3,h4,h5,h6 {
	font:normal 1em/1.0 Arial, Helvetica, sans-serif;
}
h1 {
	margin:0 0 0.65em;
	font-size:2em;
}
h2 {
	margin:0 0 0.52em;
	font-size:1.25em;
}
h3 {font-size:1.1em;}
h4 {text-transform:uppercase;}
h5 {font-style:italic;}
h6 {
	font-weight:normal;
	font-style:italic;
}
legend {color:#333;}
a:link,
a:visited {
	color:#000;
	text-decoration:none;
}

/*
=Global classes
*/

/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.cf:after {display:block;clear:both;height:0;visibility:hidden;content:".";}
.cf {display:inline-block;}
* html .cf {height:1px;}
.cf {display:block;}

/* Structural elements, not visible when CSS is enabled */
.structural {
	position:absolute;
	left:-9999px;
}
/* Images */
.left,
.right {
	float:left;
	width:auto;
	margin:0 0 0.65em 1em;
}
.right {float:right;}
img.dec {
	padding:3px;
	border:1px solid #ccc;
}
.caption,
.caption em {display:block}
.caption em {font-style:normal}
.caption img.left,
.caption img.right {
	float:none;
	margin:0;
	padding:0;
	border:none;
}
.caption p,
.caption em {margin-bottom:0;}

/* Forms */
.form-general {
	margin:1.3em 0;
	font-family:Arial, sans-serif;
}
.form-general label {
	display:block;
	margin:0 4px 0 0;
	font-weight:bold;
}
.form-general input,
.form-general select,
.form-general textarea {margin:0;}
.form-general .alt {
	display:inline;
	margin:0 12px 0 0;
}
.text,
.radio,
.checkbox,
.select {margin:0 0 3px;}
.text input,
.text textarea {
	width:100%;
	max-width:30em;
	font:1.1em/1.3 monospace;
}
.text textarea {height:10em;}
.pwd input {width:6em;}
.form-general fieldset {
	margin:1.3em 0;
	padding:5px 8px;
	border-top:1px solid #ccc;
	border-width:1px 0 0;
}
.form-general legend {font-weight:bold;}
.inputgroup {margin:0 0 1.3em;}
.checkbox input,
.radio input {vertical-align:middle;}
.checkbox label,
.radio label {
	display:inline;
	margin-left:4px;
	vertical-align:middle;
	font-weight:normal;
}
.alt label {display:inline;}
.text.error label,
.error legend {
	color:#fff;
	background:#900;
}
.submit-area {
	margin:1.3em 0 0.5em;
	padding-top:0.65em;
	border-top:4px solid #ccc;
	text-align:right;
}

/*
=Main layout
*/
#content {font:1.1em/1.3 Georgia, serif;}

/*
=Hide
*/
#skip,
#nav-supp,
#search,
#about,
#nav-main,
#breadcrumbs,
#nav-sub,
#nav-supp-again,
.article-functions,
#tell-a-friend,
#news-funcs,
.paging,
.form-search,
.add-bookmark,
#calendar {display:none;}

/*
=Logo
*/
#logo {float:right;}

/*
=Content
*/
#main {
	clear:both;
	padding-top:2cm;
}

/*
=Footer
*/
#footer {
	clear:both;
	margin:3em 0 0;
}
#footer-inner {
	padding-top:1em;
	border-top:9px solid #000;
}
#footer-inner div {
	float:left;
	width:30em;
}
#footer-inner div a {text-decoration:none;}
#footer h2,
#footer p {
	margin:0;
	padding:5px 0;
	color:#262626;
	border-bottom:1px solid #ccc;
}
#footer h2 {
	font-size:1em;
	font-family:Georgia, serif;
	text-transform:uppercase;
}
#footer ul {
	float:right;
	list-style:none;
	text-align:right;
}

/*
=Address
*/
#address {margin:1em 0;}
#address .org {display:none;}

/*
=Content styling
*/
/* Intro */
.intro {
	color:#000;
	font-size:1.2em;
}

/*
=Page list
*/
.page-list {
	margin-left:0;
	list-style:none;
}
.page-list li {margin:0 0 2.6em;}
.page-list h2 {margin:0 0 0.52em;}
.page-list .desc {margin:0;}
.page-list p.meta {
	margin:0.52em 0 0;
	padding:0.52em 0 0;
	color:#888;
	border-top:1px solid #ccc;
	font:0.905em/1 Arial, sans-serif;
}
.search-results .meta strong {font-weight:normal;}

/*
= Sitemap
*/
#sitemap a {font-weight:bold;}
#sitemap ul a {font-weight:normal;}

