/*---------------------------------------------
	Global reset
---------------------------------------------*/

html, body, div, span, 
h1, h2, h3, h4, h5, h6, 
a, em, font, img,
small, strong,
ol, ul, li,
dd, dl, dd,
fieldset, form, label, legend,
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

body {
	text-align: center;	
	margin: 0 auto;
	background: #004679 url(../images/bg_body.jpg) top center repeat-y;
}

dl {margin: 20px 0;}

a {
	color: #3d79ac;
	text-decoration: none;
}

a:hover {
	color: #00243e;
}

.clear {
	clear: both;
}

/*---------------------------------------------
	Header
---------------------------------------------*/

#header {
	height: 146px;
	background: url(../images/bg_header.jpg) top center repeat-x;
	margin: 0 auto;
	padding: 9px 0 0 0;
	text-align: center;
	overflow: hidden;
}

#header_inside {
	width: 873px;
	height: 116px;
	text-align: left;
	margin: 0 auto;
}

.logo {
	float: left;
	display: block;
}

.cushwake {
	float: left;
	display: block;
	margin: 20px 0 0 20px;
}

ul#subnav {
	float: right;
	display: block;
}

ul#subnav,
ul#subnav li {
	list-style: none;
	display: inline;
}

ul#subnav li a {
	color: #fefefe;
	text-decoration: none;
	padding: 9px 15px;
}

ul#subnav li, 
ul#subnav li a {
	float: left;
	display: inline;
}

ul#subnav li a:hover {
	color: #ffb618;
}

ul#subnav li ul {
	position: absolute; 
	background-color: #fdfefe; 
	width: 188px;
	top: 38px; 
	left: -999em;
	margin-left: -95px;
}

ul#subnav li ul li {
	height: 22px;
	background: url(../images/bg_subnav_item.gif) top left repeat-x;
}

ul#subnav ul li:hover, 
ul#subnav ul li.sfhover {
	background: #013f64;
}

ul#subnav li ul li a {
	display: block; 
	width: 168px; 
	padding: 3px 10px; 
	text-transform: none; 
	font-size: 12px;
}

ul#subnav li ul li a:hover {
	color: #ffb619;
}

ul#subnav li:hover ul, 
ul#subnav li.sfhover ul {
	left: auto;
}

h1#tagline,
h2#tagline {
	clear: right;
	float: right;
	font-size: 18px;
	color: #f1f1f1;
	font-weight: normal;
	margin-top: 40px;
	width: 335px;
}

/*---------------------------------------------
	Navigation Bar
---------------------------------------------*/

ul#nav {
	width: 873px;
	height: 39px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/bg_nav.gif) top left no-repeat;
	display: block;
	clear: both;
}

ul#nav,
ul#nav li {
	list-style: none;
}

ul#nav li,
ul#nav li a {
	float: left;
}

ul#nav li a {
	border-right: 1px solid #004677;
	display: block;
	overflow: hidden;
	padding: 15px 16px 10px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

ul#nav li a.propsearch {
	width: 130px;
}

ul#nav li a.selected {
	color: #ffb618;
}

ul#nav li a.last {
	border: none;
}

ul#nav li a:hover {
	color: #ffb618;
}

ul#nav li ul {
	position: absolute; 
	background-color: #006da8;
	width: 163px;
	top: 155px; 
	left: -999em;
	margin-left: 0;
}

ul#nav li ul li {
	height: 30px;
	border-bottom: 1px solid #005e92;
}

ul#nav ul li:hover, 
ul#nav ul li.sfhover {
	background-color: #003250;
}

ul#nav li ul li a {
	display: block; 
	width: 143px;
	padding: 7px 10px; 
	text-transform: none; 
	font-size: 12px; 
	border: none;
}

ul#nav li ul li a:hover {
	color: #ffb619;
}

ul#nav li:hover ul, 
ul#nav li.sfhover ul {
	left: auto;
}


/*---------------------------------------------
	Content Area
---------------------------------------------*/

#content {
	background: #f4f2e1 url(../images/bg_content.jpg) top left repeat-x;
	text-align: center;
	clear: both;
}

#home_container {
	width: 883px;
	margin: 0 auto;
}

#home_hero {
	background: url(../images/bg_home_hero.gif) top left no-repeat;
	width: 866px;
	height: 302px;
	overflow: hidden;
	margin: 0 auto;
	padding: 6px 6px 0 11px;
	text-align: left;
}

#home_contentbox2 {
	background: url(../images/bg_contentbox2.jpg);
	width: 873px;
	height: 297px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#content_block {
	background: url(../images/bg_interior.gif) top left no-repeat;
	width: 873px;
	overflow: hidden;
	margin: 0 auto;
	padding: 6px 5px 0 5px;
	text-align: left;
}

#content_area {
	width: 861px;
	background: #fff;
	padding: 0 6px 20px 6px;
}

/*---------------------------------------------
	Footer
---------------------------------------------*/

#footer {
	background: #004677 url(../images/bg_footer.jpg) top center repeat-x;
	padding: 22px 0;
	clear: both;
}

#footer_container {
	text-align: left;
	width: 883px;
	margin: 0 auto;
}

#mailing_list {
	width: 400px;
	margin: 0 12px;
	float: left;
}

#footer_container h3 {
	color: #fff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: normal;
}

#mailing_list p {
	color: #fff;
}

#mailing_list form input#email_signup {
	width: 220px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00375e;
}

#mailing_list a#general_subscribe {
	margin-bottom: 5px;
	display: block;
}

#affiliations {
	float: right;
}

#affiliations ul,
#affiliations ul li {
	list-style: none;
}

#affiliations ul {
	background: url(../images/bg_affiliations.gif);
	width: 408px;
	height: 83px;
	overflow: hidden;
	margin: 15px 0 28px 0;
	padding: 15px 0 0 8px;
}

#affiliations ul li,
#affiliations ul li a {
	float: left;
	height: 60px;
}

#footer_links {
	background: url(../images/bg_footer_links.gif);
	width: 883px;
	height: 39px;
	overflow: hidden;
	clear: both;
}

#copyright {
	color: #fff;
	font-size: 11px;
	float: left;
	margin: 12px 0 0 17px;
}

#footer_links ul {
	float: right;
	margin: 12px 10px 0 0;
}

#footer_links ul,
#footer_links li {
	list-style: none;
}

#footer_links li,
#footer_links li a {
	display: inline;
	float: left;
}

#footer_links li a {
	color: #fff;
	font-size: 11px;
	padding: 0 5px;
}

#footer_links li a:hover {
	color: #ffb618;
}