body {
	border-top: 4px solid #24848B;
	background: #061718;
	font: normal 12pt Arial, Sans-Serif;
	margin: 0;
	text-align: center;
}
 hr { display: none; }
 
 .accent { color: #E19529; }
 
/* container
-------------------------*/
#container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

/* header (brand, navigation)
-------------------------*/
#header {
	margin-bottom: 23px;
	padding-top: 20px;
	height: 84px;
	position: relative;
}

/* brand */
#header h1 {
	background: url(../media/brand.png) no-repeat -8px top;
	position: absolute;
	top: 20px;
	left: 0;
	height: 84px;
	width: 404px;
	padding-left: 144px;
	margin: 0;
	color: #fff;
	font: normal 24pt Georgia, Serif;
	text-transform: uppercase;
	padding-top: 23px;
	letter-spacing: .02em;
}
#header h1 strong {  }
#header h2 {
	height: 1em;
	width: 424px;
	margin: 0;
	color: #24848B;
	font: normal 13pt Arial, Sans-Serif;
	padding-left: 144px;
	position: absolute;
	letter-spacing: .13em;
	text-transform: uppercase;
	bottom: 7px;
}
#header h2 span { color: #E19529; }

/* nav */
#nav {
	position: absolute;
	bottom: 7px;
	right: 0;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style: none;
	margin-right: .2em;
	text-transform: uppercase;
}
#nav li:last-child { margin: 0; }
#nav li a, #nav li strong {
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 6px 9px;
	text-decoration: none;
}
#nav li#selected {
	background: #E19529;
}
#nav li:hover {
	background: #24848B;
}

/* content
-------------------------*/
#content {
}

#copyblock {
	float: left;
	width: 610px;
}
#sidebar {
	border-left: 1px dotted #24848B;
	float: right;
	padding-left: 24px;
	width: 300px;
}

#copyblock h1, #sidebar h1 {
	color: #24848B;
	font: normal 18pt/1.2em Georgia, Serif;
	margin: 0 0 .3em 0;
}
#copyblock h2 {
	font: normal 16pt Arial, Sans-Serif;
	margin: 0 0 .5em;
}

#copyblock p, #sidebar p {
	color: #fff;
	font: normal 11pt/1.4em Arial, Sans-Serif;
	margin-top: 0; 
}

#sidebar h1 {
	font-size: 18pt;
}

#sectionphoto {
	background: url(../media/sectionphoto_bg.png) no-repeat top left;
	padding-top: 9px;
	margin-bottom: 21px;
	height: 398px;
	width: 960px;
}
.sectionphoto {
	clear: both;
	height: 380px;
	width: 960px;
}
.coloredblock {
	background: #160C02;
}

form { 
	background: #081E20 url(../media/form_bg.gif) repeat-x left top;
	border-top: 1px dotted #24848B;
	font: normal 11pt/18pt Arial, Sans-Serif; 
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 1em;
}
label { color: #fff; }
label strong { font-weight: normal; }
#saddr {
	font-family: Monaco, "Courier New", Monospace;
	font-size: 0.9em;
	border: 1px solid #bbb;
	border-top: 1px solid #777;
	border-bottom: 1px solid #ddd;
	background: #fefefe url(http://validator.w3.org/images/textbg.png) no-repeat top left;
	padding: 0.2em 0.2em;
	max-width: 600px;
	font-variant: normal;
}
cite { color: #24848B; }

/* footer
-------------------------*/
#footer {
	border-top: 1px dotted #24848B;
	border-bottom: 2px solid #24848B;
	background: #081E20 url(../media/footer_bg.gif) repeat-x left top;
	color: #24848B;
	font: normal 11pt/18pt Arial, Sans-Serif;
	padding: 1em;
	margin: 30px 0 20px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover { color: #E19529; }
#footer .adapt { color: #E19529; }
#footer .adapt:hover { color: #24848B; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */