@charset "utf-8";

/* Zero out the margins:

* {
	margin: 0px;
	padding: 0px;
}

*/

body {
	background-color: #AAA078;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 18px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#container {
	width: 832px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#banner {
	height: 140px;
	width: 832px;
}

#banner_print {
	display: none;
}
#center {
	vertical-align: top;
	width: 832px;
}

#leftnav {
	float: left;
	width: 190px;
	background-color: #AAA078;
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 820px;
	vertical-align: top;
	background-image: url(../images/backgrounds/navbar-bg.png);
}

#leftnav p{
 padding:8px 0px; margin:0px;
}

#leftnavtopsection {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	color: #FFFFFF;
}

#leftnavtopsection ul { display:block; width:124px; padding:0px; margin:0px; padding-left:32px;}

#leftnavtopsection ul li {
	font-size: 14px;
	font-style: italic;
	list-style-type: none;
	color: #fff;
}

#leftnavtopsection ul li a, #leftnavtopsection ul li a:link, #leftnavtopsection ul li a:visited {
	display: block;
	padding-top:3px;
	height: 33px;
	width: 124px;
	text-decoration: none;
	color: #fff;
	background: url(../images/buttons/navbtnup.png) no-repeat;
}

#leftnavtopsection ul li a:hover {
	background: url(../images/buttons/navbtnover.png) no-repeat;
	color: #fff;
} 

/*#leftnavtopsection ul li a.on {
	background: url(../images/buttons/navbtnover.png) no-repeat;
	color: #fff;
	font-weight:bold;
} 
*/
#leftnavtopsection p {
	color: #FFFFFF;
	font-size: 12px;	
}

#leftnavbottomsection {
	text-align: center;
	font-style: italic;
}

#maincontent {
	float: right;
	width: 628px;
	background-color: #FFFFFF;
	min-height: 820px;
	vertical-align: top;
}

#maincontent p {
	padding-left: 50px;
	padding-right: 50px;
}

#maincontent a {
	color: #540E13;
}

#maincontent a:hover {
	color: #464031;
}

#maincontent ul li {
	line-height: 16px;
	padding: 6px 6px;
	margin-left: 40px;
	margin-right: 60px;
}

#footer {
	height: 30px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 190px;
}

#footer a {
	text-decoration: none;
	color: #400507;
	font-weight: bold;
}

#footer a:hover {
	color: #FFFFFF;
}

.phonenumbers {
	font-size: 17px;
	font-weight: bold;
}

.lowernavtext {
	color: #FFFFFF;
}

.streetaddress {
	color: #AAA078;
}

/*---------------------------- footer print display ----------------------------*/
#footer_print {
	display: none;
} 
