/* Global - NOTE: Body tag is on region_top due to if/then for body_bg */

body {
	background: #c9c3a5 url(../images/bg_subpage.gif) repeat-x top;
	margin:0;
	padding:0;
}

#container {
	margin:0 auto;
	padding:0;
	position:relative;
	width:809px;
}
#masthead {
	background: #f3f1e9;
	height:90px;
	width:809px;
	position:relative;
	margin:0;
	padding:0;
}
#logo {
	position:relative;
	float:left;
	width:389px;
	height:89px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#navbar {
	background: #000000 url("../images/navBkg.jpg") repeat-x;
	height:23px; /*38*/
	width:757px; /*809*/
	padding: 15px 26px 0px 26px;
}

#navbar a:link,
#navbar a:active,
#navbar a:visited {
	color: #FFFFFF;
	text-transform: capitalize;
	text-decoration: none;
}

#navbar a:hover {
	color: #D1D14C;
	text-transform: capitalize;
	text-decoration: none;
}

a.navLinks  {
	margin: 10px 0px 0px 0px;
	padding: 0px 35px 0px 0px;
}

#footernav {
	clear:both;
	color:#565551;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px !important;
	font-weight:bold;
	margin:20px 25px 17px 25px;
}
#footernav ul {
	list-style: inside;
	padding:0;
	margin:0;
	overflow:hidden;
}
#footernav ul li {
	display:inline;
	padding:0;
	margin-left: 15px;
}
#footernav ul li a {
	color:#565551;
	text-decoration:none;
}
#footernav ul li a:hover {
	color:#333333;
	text-decoration:underline;
}
#footertext {
	color:#7d7a6d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 25px 50px 25px;
}
#footertext > b, #footertext > strong {
	font-size:10px;
}
#footertext a {
	color:#7d7a6d;
	text-decoration:none;
}
#footertext a:hover {
	color:#000;
	text-decoration:underline;
}





/* Subpage */

#feature_subpage {
	background: #f3f1e9;
	height:184px;
	width:809px;
}
#subpage_container {
	background: #f3f1e9;
	width:809px;
	position:relative;
	overflow:hidden;
}

#contentMax {
	color: #4a4948;
	width:709px;
	padding: 30px 0 40px 45px;
	margin:0;
}
#contentMax h1 {
	color:#ad0606;
	font-family:Arial;
	font-size:22px;
	font-weight:100;
	margin:0;
}

#contentMax a {
	color:#ad0606;
	text-decoration:none;
}
#contentMax a:hover {
	text-decoration:underline;
}

