body{
	margin:0;
	padding:0;
	/*background: #f8f4e8 url(../img/bgrds/bgrd_main.jpg) 0 0 repeat-x;*/
	background-color:#191009;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}



a{
	color: #58a0b4;
}

a:hover{
	color: #C0B39A;
	text-decoration: none;
}

h2, h3, h4{
	color: #58a0b4;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#callout{
	text-align:right;
	font-weight: bold;
	color: #58a0b4;
}

#mainContent{
	font-size:.80em;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#mainPage #header{
	height: 405px;
	width: 100%;
	background: #f8f4e8 url(../img/bgrds/bgrd_main.jpg) 0 -41px repeat-x;
}

#mainPage #content{
	border-top: 4px solid #c0b39a;
	color:#fff;
}


#mainPage #mainContent{
	width: 900px;
	margin:0 auto;
	padding:10px;
	color:#f8f4e8;
}

#mainPage #mainContent dl{
	margin:0 0 20px 0;
	padding:10px;
	width: 280px;
	height: 125px;
	float:left;
}

#mainPage #mainContent dl:hover{
	background-color:#402b1d;
	cursor:default;
}


#mainPage #mainContent dt{
	margin:3px 0 5px 0;
	font-weight: bold;
	color:#58a0b4;
}

#mainPage #mainContent dd{
	margin:0;
	
}

#mainPage #mainContent dd p{
	margin:10px 0 0 0;
	padding:0;
}

#mainPage #logo{
	margin:0 auto;
	width: 900px;
	height: 110px;
	background: url(../img/header_logo.png) 0 -1px no-repeat;
}

#mainPage #headerContent{
	width: 900px;
	margin:0 auto;
	height: 300px;
	background: url(../img/bgrds/bgrd_splashPin.jpg) 475px 0 no-repeat;
	font-size:1.10em;
	color:#176f8a;
	
}

#mainPage #headerContent p.splashText{
	padding-right:300px;
	line-height: 25px;
	
}

#subPage #logo{
	margin:0 auto;
	width: 900px;
	height: 110px;
	background: url(../img/header_logo.png) 0 -1px no-repeat;
}

#subPage #content{
	border-top: 4px solid #ebe6d7;
	background-color: #fff;
	color:#362416;
}

#subPage #mainContent{
	width: 900px;
	margin:0 auto;
	padding:10px;
	position: relative;
	top:0;
	
}

#subPage #header{
	height: 150px;
	width: 100%;
	background: #f8f4e8 url(../img/bgrds/bgrd_main.jpg) 0 -41px repeat-x;
}

#subPage #headerContent{
	width: 900px;
	margin:0 auto;
	height: 50px;
	color:#f8f4e8;
}

#subNav{
	margin:55px 0 45px 0;
	padding:0;
	width: 200px;
	float: left;
}

#subNav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#subNav ul li{
	margin:0;
	padding:0;
	border-top:1px solid #C0B39A;
}

#subNav ul li.subLast{
	border-bottom:1px solid #C0B39A;
}


#subNav ul li a{
	display:block;
	width: 190px;
	padding:15px 0 15px 10px;
}

#subNav ul li a:hover{
	background-color:#ebe6d7;
}

#subNav ul li a.subActive{
	background-color:#ebe6d7;
	font-weight:bold;
}

#subContent{
	width:640px;
	float:right;
	margin-bottom:60px;
}



#pageContainer{
	width:100%;
	margin: 0;
	padding:0;
}

#topNavContainer{
	margin:0;
	padding:0;
	width:100%;
	height:41px;
	background: #362416 url(../img/bgrds/bgrd_nav.jpg) 0 0 repeat-x;
	border-bottom: 4px solid #c0b39a;
}
#topNav{
	margin:0 auto;
	padding:0;
	/*border: 1px solid red;*/
	width: 900px;
	height: 41px;
	position: relative;
}

#navLinks{
	margin-right:480px;
}



#navLinks ul{
	list-style:none;
	padding:0;
	margin:0;
	
}

#navLinks ul li{
	float:left;
	padding-left:1px;
	background: url(../img/bgrds/bgrd_navDivider.jpg) 0 0 no-repeat;
	font-size: .88em;
}


#navLinks ul li a{
	float: left;
	height:30px;
	padding: 10px 15px 0;
	color: #fff;
	text-decoration:none;
}

#navLinks ul li a:hover{
	background: url(../img/bgrds/bgrd_btnOver.jpg) 0 0 repeat-x;
}

#navLinks ul li a.last{
	background: url(../img/bgrds/bgrd_navDivider.jpg) top right no-repeat;
}

#navLinks ul li a:hover.last{
	background: url(../img/bgrds/bgrd_btnOverLast.jpg) top right no-repeat;
}

#navLinks ul li a.active{
	background: url(../img/bgrds/bgrd_btnActive.jpg) 0 0 repeat-x;
}

#navLinks ul li a:hover.active{
	background: url(../img/bgrds/bgrd_btnActive.jpg) 0 0 repeat-x;
	cursor: default;
}



#loginForm{
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
	height: 41px;
}

#loginForm form{
	margin:0;
	padding:0;
	height:41px;
	text-align: right;
}

#loginForm form label{
	display: block;
	float:left;
	margin-top:15px;
	margin-left:10px;
	padding:0;
	font-size:.75em;
	color:#887464;
}

#loginBtn{
	margin:0;
	padding:0;
}

input.loginFields{
	padding:2px;
	margin:0 3px 15px 0;
	border: 1px solid #d3c9b4;
	background: #fff url(../img/bgrds/bgrd_formField.jpg) 0 0 no-repeat;
	font-size: .86em;
}

#footer{
	width:900px;
	margin:25px auto;
	color: #8f7f60;
	
	font-size: .80em;
}

#footer ul{
	margin:0 0 25px 0;
	list-style-type:none
}

#footer ul li{
	float:left;
	margin:10px;
}
