@charset "utf-8";
/* CSS Document */

#container {
	position:absolute;
	left:50%;
	top:30px;
	width:802px;
	/*height:650px;*/
	z-index:1;
	margin-left: -401px;
}

body {
	background-color: #472308;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B2702;
}
a:link {
	color: #660000;
	text-decoration:none;
}
a:visited {
	color: #660000;
	text-decoration:none;
}
a:hover {
	color: #663300;
	text-decoration:none;
}
a:active {
	color: #660000;
	text-decoration:none;
}

.headline {
	font-size: 14px;
	font-weight: bold;
}

.error {
font-size:10px;
color:#FF0000;
}

.caption {
font-size: 10px;
color:#000000;

}

.main_body{
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
}
.sheader{
background-image:url(images/header_1.jpg);
height:139px;
}

.home_main{
padding-left: 20px;
}

.mfooter{
	background-image:url(images/h_footer.jpg);
	height:39px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 148px;
}

.sfooter{
	background-image:url(images/s_footer.jpg);
	height:41px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #78654E;
	padding-top: 21px;
}

.navcontainer{
background-image:url(images/nav_bg.gif);
height:27px;
color: #fbb041;
text-align:center;
padding-top:8px;
}
/*NAV LINK CLASSES*/
.nav{
	color: #fbb041;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}

a.nav {
	font-size: 14px;
	color: #fbb041;
	font-weight: bold;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #fbb041;
}
a.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:active {
	text-decoration: none;
	color: #fbb041;
}

.navfcontainer{
height:27px;
color: #fbb041;

}

/*FOOTER NAV LINK CLASSES*/
.fnav{
	color: #472308;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}

a.fnav {
	font-size: 14px;
	color: #472308;
	font-weight: bold;
}
a.fnav:link {
	text-decoration: none;
}
a.fnav:visited {
	text-decoration: none;
	color: #472308;
}
a.fnav:hover {
	text-decoration: none;
	color: #000000;
}
a.fnav:active {
	text-decoration: none;
	color: #472308;
}
/*NAV DROP MENU*/
#dropmenudiv{
position:absolute;
filter:alpha(opacity=95);
-moz-opacity:.95;
opacity:.95;
border-bottom-width: 0;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
line-height:18px;
z-index:100;

}


#dropmenudiv a{
font-size: 12px;
display: block;
/*text-indent: 5px;*/
/*border-bottom: 1px solid black;*/
padding-top:5px;
padding-left:5px;
padding-right:0;
text-decoration: none;
font-weight: bold;
color: #472408;
}

#dropmenudiv a:hover{
background-color: #472408;
color: #ffffff;
}
