@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#d88248;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#381b07;
	background-image:url(/images/home-bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

a {
	color: #d88248;
	text-decoration: none;
	font-size:11px;
}
a:hover {
	text-decoration: underline;
}

.navdiv{
	height:34px;
	width:830px;
	background-image:url(/images/home/nav-bg.gif);
	background-repeat:no-repeat;
	padding-top:3px;
	}
	
.submitDiv{
	width:206px;
	height:19px;
	position: relative;
	/*top:10px; 
	left:190px;*/
	margin-top:42px;
 }
		 
.submitDiv a{
	background: transparent url(/assets/templates/custom1/images/submit.gif) top left no-repeat;
	width:56px; height:1px; padding-top:18px; overflow:hidden; display:block;
	position: absolute; top:0; right:0;
}

.submitDiv #searchtext
{
	width:193px; height:15px; padding: 2px 5px 0 5px; border: 1px solid #e5e5e5; border-right:none;
	font-size:11px; color:#666666;
}

#util-section {
			width: 412px; 
			/*height: 21px;*/
			color: #d88248;
			font-size:11px;
			/*margin-top:10px;*/
		}
		
#util-section a {
	color: #d88248;
	text-decoration: none;
	font-size:11px;
	padding: 0 5px;
	text-transform: capitalize;
}

#util-section a:hover {
	text-decoration: underline;
}

.homebox 
{
	border: 1px solid #82501c;
	height: 206px;
	width:246px;
	/*padding: 0 0 10px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#D88248;
	
}
.fetitle {
	font-weight:bold; 
	text-transform:uppercase; 
	color:#FBB03B; 
	margin-bottom:4px;
	font-size:15px;
	/*margin-left:32px;*/
	text-align:center;
}
