/*mainline style sheet*/

/*text styles*/

.title {
	font-size: 18px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 18px;
	}
	
.textlink { 
	font-size: 13px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	}
	
.textlink a{ 
	color: #F7820A;
	text-decoration: none;
	}
			
.textlink a:hover{ 
	color: #FFFFFF;
	text-decoration: underline;
	}	
	
.body {
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 13px;
	}	

/*sitewide styles*/

.cls{
	clear: both;
	}
#maincontent{
	width: 760px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F7820A;
	}
#topbar{
	width: 760px;
	height: 150px;
	background-color: #333333;
	padding-top: 10px;
	background-image: url("images/farm.jpg"); 
	background-repeat: no repeat;
	text-align: top left;
	}	
#topgradbar { 
	background-image: url("images/orange_grad.gif"); 
	background-repeat: repeat-x; 
	width: 740px; 
	height: 18px;
	padding-top: 6px; 
	padding-right: 10px; 
	padding-bottom: 6px; 
	padding-left: 10px; 
	}
#topgradbarleft{
	width: 370px;
	height: 20px;
	float: left;
	vertical-align: middle;
	}
#topgradbarright { 
	text-align: right; 
	width: 370px; 
	height: 20px; 
	float: right; 
	vertical-align: baseline
	}
#dropshadow{
	width: 760px;
	height: 9px;
	background-image: url("images/shadow.gif"); 
	background-repeat: repeat-x; 
	}	
#orangebufferbar{
	width: 760px;
	height: 10px;
	}
#greygradbar{
	width: 760px;
	height: 29px;
	background-image: url("images/grey_grad.gif"); 
	background-repeat: repeat-x;
	}		
#sectionheader{
	width: 180px;
	height: 17px;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	float: left;
	}
#navcontainer{
	width: 200px;
	float: left;
	padding-top: 16px;
	}	
#navlist{
	padding-left: 0px;
 	margin-left: 0px;
 	}
#navlist li{
 	list-style: none;
 	margin: 0px;
 	}

#navlist li a { 
 	text-decoration: none;
 	color: #F7820A; 
 	}
 #navlist li a:hover { 
 	text-decoration: underline; 
 	color: #FFFFFF;
 	} 
#addresscontainer{
	float: right;
	text-align: right;
	padding-top: 16px;
	}			
/*homepage*/
#boxcontainer{
	width: 760px;
	height: 260px;
	}
#lightgreybox{
	width: 170px;
	height: 230px;
	background-color: #CA6B08;
	float: left;
	padding: 10px;
	}
#darkgreybox{
	width: 170px;
	height: 230px;
	background-color: #AD5B07;
	float: left;
	padding: 10px;
	}	
/*content*/
#widelightgreybox{
	width: 740px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #CA6B08;
	float: left;
	}	
#widedarkgreybox{
	width: 740px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #AD5B07;
	float: left;
	}	
.bodyheads {
	font-size: 11px;
	line-height: 13px;
	font-family: "Trebuchet MS";
	color: #666666;
}
