/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #333;
}

#container {
	position: relative;
	width: 64em;
	margin: 3em auto 1.5em auto;
	text-align: left;
	border: 1px solid #FFFFFF;
	background-color: #036;
	background-repeat: no-repeat;
	}

#container_branding {
	position: relative;
	height: 190px;
	background: url(images/branding_bkgd.gif) repeat-x top;
	}

#branding_upper_left {
	position: absolute;
	height: 169px;
	width: 178px;
	left: 0;
	top: 0;
	background: url(images/branding_header_left.gif) no-repeat left top;
	}
	
#branding_upper_right {
	position: absolute;
	height: 169px;
	width: 233px;
	right: 0;
	top: 0;
	background: url(images/branding_header_right.gif) no-repeat right top;
}

#container_branding_lower {
	position: absolute;
	height: 85px;
	top: 107px;
	width:64em;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(images/branding_bottom_bkgd.gif);
}

#branding_lower_left {
	position: absolute;
	height: 85px;
	width: 118px;
	left: 0;
	top: 0;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(images/header_bottom_left.gif);
}

#branding_lower_right {
	position: absolute;
	height: 85px;
	width: 241px;
	top: 0;
	right: 0;
	background-position:right top;
	background-repeat:no-repeat;
	background: url(images/header_bottom_right.gif);
}

#container_content {
	/*position: relative;*/ /*3 years after this site was built, this line sent IE7 bonkers*/
	margin: 0;
	color: #FFF;
}

#navigation {
	float: right;
	width: 14em;
	margin: 2em 2em 3em 4em;
	display: inline;
}

#skip_nav {
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}

#navigation ul {
	list-style: none;
	padding: .3em 0;
	margin: 0;
	font-weight: bold;
}

#navigation ul li {
	list-style: none;
	margin: 1.4em 0;
	font-weight: bold;
	border-bottom: #036 1px solid;
}

#navigation ul li ul li {
	font-weight:normal;
	margin: 0;
}
 
ul.nav_global {
	border-left: 3px double #036;
}

ul.nav_global a {
	display:block;
	margin: .2em 0 .2em -3px;
	padding: .1em 1em .1em 1em;
	text-decoration:none;
	border-left: 3px double #036;
}

ul.nav_global a:link, ul.nav_global a:visited {
	color:#333;
}

ul.nav_global a:hover {
	color:#D5E5E5;
	border-left: 3px double #D5E5E5;
	background: #036;
}

ul.nav_global a:active {
	color:#036;
	background: #FFF;
}

#content {
	float: right;
	width: 28em;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 4em 0;
}

#container_heading { /* Mac IE5 doesn't like image replacement on absolutely positioned h1 tag*/
	position:absolute;
	top: 10px;
	left: 15px;
}

h1 /*based on Stuart Langridge's new image replacement method*/ {
    padding: 35px 0 0 0;
	margin: 0;
    overflow: hidden;
    height: 0px !important; /* for most browsers */
    height /**/:35px; /* for IE5.5's bad box model */
	width: 400px;
	color:#FFF; /* just in case!*/
	background-repeat: no-repeat;
}

#content h2 /*Stuart Langridge's new image replacement method*/ {
    padding: 24px 0 0 0;
	margin: 1em 0 0 0;
    overflow: hidden;
    height: 0px !important; /* for most browsers */
    height /**/:24px; /* for IE5.5's bad box model */
	line-height: 24px;
	background-repeat: no-repeat;
}

#content a:link {	color: #FFF;}
#content a:visited {	color: #FFF;}
#content a:hover { color: #333; background-color: #FFF;}
#content a:active { color: #FFF; background-color: #333; }

a.top {
	background: url(images/top.gif) no-repeat left center;
	padding: 0 .5em 0 2em;
}
a.back {
	background: url(images/back.gif) no-repeat 10% 50%;
	padding: 0 .75em 0 2em;
}


#content td {
	color: #FFF;
	text-align: left;
	vertical-align: top;	
	padding: .5em;
}

#content li {
	margin-bottom: .3em;
}

.align-right {
	text-align: right;
}

div.clearer {
	height: 0;
	line-height: 0px;
	clear: both;
	}

#sidebar {
	float: right;
	width: 16em;
}

#siteinfo_copyright {
	color: #FFF;
	font-size: 1em;
	height: 5em;
}

#siteinfo_copyright a:link, #siteinfo_copyright a:visited {
	color:#FFF;
	text-decoration: none;
}

#siteinfo_copyright a:hover {
	color:#DDD;
	text-decoration: underline;
}

#siteinfo_copyright a:active {
	color:#FFF;
	text-decoration: underline;
}