@charset "utf-8";
/* CSS Document */

a {	color: #803606; }
a:hover { text-decoration: none;  } 
table.feeTable td { border-bottom: solid #DED6AF 1px; } 
body { 
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #DBCD95;
	font-family: Georgia, "Times New Roman", Times, serif;
}
html .right, html div.right { float: right; }
.box {
	background-color: #FFFFFF;
	border: solid #D3C09A 1px;
	border-top: solid #331705 2px;
	border-bottom: solid #331705 2px;
	padding: 8px;
}
#content .box p, 
#content .box h1, 
#content .box h2, 
#content .box h3 { margin-left: 5px; margin-right: 5px; } 
p {	font-family: Arial, Helvetica, sans-serif; }

#content {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 30px 0 30px 20px;
	width: 890px;
}
#content img {
	padding: 8px;
	background-color: #FFFFFF;
	border: solid #582604 1px;
}
#content img.top { margin-top: 0; } 	 
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	/*margin-left: 30px;
	margin-right: 30px;*/
}
div.promo {
	background-image: url(../images/bg_promo.jpg);
	background-repeat: x;
	
}
div.promo h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	color: #ffffff;
	background-image: url(../images/promo_arrow.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 40px;
	margin: 0 0 0 -40px;
	
}
/**********header**************/
#header {
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	background-color: #DBCD95;
	height: 165px;
	position: relative;
}
#header_copy {
	text-align: right;
	float: right;
	position: absolute;
	right: 20px;
	bottom: 35px;
}
#header_copy a { color: #000000; }
#header_nav {
	bottom: 10px;
	margin: 136px 30px 0 0;
}
#header_nav ul {
	text-transform: uppercase;
	width: 100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	height: 16px;
}
#header_nav li {
	border-right:1px solid white;
	padding: 0;
	height: 16px;
	display:block;
	float:right;
}
#header_nav a {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	padding:0 10px 0 10px;
	color:#FFFFFF;
	display:block;
	text-align:center;
}
#header_nav li a:hover {
	color:#933A1D;
}
#header_nav li a.selected {
	color:#933A1D;
}
#header_nav li.last {
	border: none;
}
#header_copy h3 {
	font-weight: bold; font-style: italic;
	color: #803606;
	margin-bottom: 5px;
}
/*****end header*********/
#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 90px;
	text-align: center;
}
#footer p, #footer a {
	color: #9A8E5F;
	font-size: 11px;
	letter-spacing: .8px;
}
#footer a { margin: 0 20px; } 
#footer p {
	margin-top: 60px;
}
