@charset "UTF-8";
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #4e3620;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #636360;
	line-height:14px;
}

p {margin:0px;}

#container {
	width: 937px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
#header {
	background: #DDDDDD; 
	height:89px;
	background-image:url(images/navBG.jpg);
}

#content {
text-align:left;
padding: 20px 0px 20px 45px;
width:575px;
}


#subnav {
margin:0px 0px 0px 41px;
padding: 20px 15px 0px 0px;
width:180px;

}



#content2 {

padding: 20px 60px 20px 45px;
width:575px;
}

#content3 {

padding: 20px 20px 20px 20px;
width:620px;
}

#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/mainBG.jpg);
	text-align:left;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footerBG.jpg);
	height:75px;
}

#topheader {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/headerBG.jpg);
	height:109px;
}

#nav {
	padding:0px 0px 0px 50px;
	}
	
#topnav {
	position:absolute;
	left:755px;
	top:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



a.topnav:link {color: #aca997; text-decoration:none;}
a.topnav:visited {color: #aca997; text-decoration:none;}
a.topnav:hover {color: #67513c; text-decoration:none;}


#breadcrumbs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:23px 0px 0px 50px;
	font-size:10px;
	color:#9d9d9a;
	}
	
a.breadcrubs:link {color: #968a67; text-decoration:none;}
a.breadcrubs:visited {color: #968a67; text-decoration:none;}
a.breadcrubs:hover {color: #67513c; text-decoration:none;}


a.footer:link {color: #9f6e41; text-decoration:none;}
a.footer:visited {color: #9f6e41; text-decoration:none;}
a.footer:hover {color: #77481d; text-decoration:none;}

a:link {color: #788D00; text-decoration:none;}
a:visited {color: #788D00; text-decoration:none;}
a:hover {color: #788D00; text-decoration:underline;}
a:active {color: #788D00; text-decoration:none;}

a.download {
	display:block;
	width:170px;
	height:24px;
	line-height:12px;
	margin: 0px 0px 5px 0px;
	font-size: 10px;
	font-family: verdana,sans-serif;
	color: #999999;
	text-decoration:none;
	}
a.download img {
	width:16px;
	height:20px;
	float:left;
	margin: 3px 10px 0px 0px;
	background-color: #999999;
	}
a.download:hover {
	color: #788D00;
	}
a.download:hover img {
	background-color: #788D00;
	}