body {
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#4a4e51;
line-height:16px;
background-color:#c4923a;
}

#main {
width:888px;
margin:0px auto;
border-right:3px solid #000000;
border-left:3px solid #000000;
border-bottom:3px solid #000000;
min-height:700px;
background-color:#ffffff;
}


img, a, a img, a:link, a:hover, a:visited, a:active {
border:0px;
outline:none;
}

a:link, a:active, a:visited {
color:#870028;
}

a:hover {
color:#a85f05;
}

#nav {
height:25px;
background-color:#000;
padding-top:8px;
}

#nav a{
	text-decoration:none;
}

#nav a:hover span{
	background-color:#c4923a;
}

.menu_item{
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding:10px;
	font-size:1.4em;
}

.menu_selected{
	background-color:#c4923a;
}

#homecontent {
height:418px;
background-image:url(images/homebg.jpg);
background-repeat:no-repeat;
}

#homecontent .padded {
padding:81px 25px 0px 263px;
}

#innerleft {
width:242px;
float:left;
}

#innerright {
width:645px;
min-height:500px;
background-repeat:no-repeat;
float:left;
}

#innerright .padded {
padding:92px 20px 0px 20px;
}

#dropmenudiv{
position:absolute;
border:1px solid #666;
border-bottom-width: 0;
z-index:100;
cursor:pointer;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666;
padding: 3px 0;
text-decoration: none;
color:#ffffff;
background-color:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #c4923a;
}

