/* CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* BASIC STYLES */

body{
	background:url(../images/body-bg.jpg) repeat-x #E9E6DD;
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#393D34;
	}
p{
	font:12/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:9px 0;
	}
h1{
	font:bold 24px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:17px 0 12px;
	color:#005C8F;}
h2{
	font:18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:18px 0;
	color:#788A0E;}
h3{
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:18px 0; }
.big{
	font:bold 18px/18px Georgia, "Times New Roman", Times, serif;
	}
	
p.img {margin:15px 0;}
div.hr {
	border-bottom:1px solid #ccc;
	height:10px;
	margin-bottom:10px;
	overflow:hidden;}
div.hr.right-first{
	height:50px;
	}
*+html div.hr.right-first{ height:43px;}
* html div.hr.right-first{ height:43px;}
div.hr hr{
	display:none;}
.clear{
	clear:both;}
.float-left{
	float:left;
	margin-right:15px;}
.float-right{
	float:right;}
a{
	color:#844800;
	text-decoration:underline;}
a:hover{
	text-decoration:none;
	color:#333;}

/* THE GRID */

#wrapper{
	width:100%;
	overflow:hidden;
	}

#main{
	width:960px;
	margin:0 auto;
	}
#header{
	width:960px;
	height:190px;
	background:url(../images/header.jpg) no-repeat;}
#menu-bar{
	width:960px;
	height:40px;
	}
#menu-bar #menu{
	display:block;}
#menu-bar #menu li{
	display:inline;		
	}
#menu-bar #menu li a{
	padding:10px 15px;
	color:#fff; 
	font:bold 15px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;}
#menu-bar #menu li a:hover, #menu-bar #menu li a.active{
	color:#333;
	background:url(../images/nav-active.jpg) top repeat-x;}
#container{
	width:960px;
	padding:20px 0px;
	}	
#container #left-col{
	width:680px;
	padding:0 30px 0 0;
	float:left;
	}
#farm-events{
	width:410px;
	height:263px;
	padding:20px;
	background:url(../images/sticky-left.jpg) no-repeat;
	color:#333;}
#farm-events div.hr{
	height:3px;
	margin-bottom:0px;}
p.info-desc{
	padding-top:7px;
	}
#container #right-col{
	width:250px;
	padding:0 0 0 0px;
	float:right;}
p.join{
	padding:0 30px 0 15px;}
.contact-right{
	width:220px;
	padding:15px;
	background:#9ED009;
	font:16px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#444;
	}
.right_bn {
	width:250px;
	padding:0 0 10px 0px;
	}
	
#footer_wrap {background:#E0DCCF url(../images/footer-bg.jpg) top repeat-x; width:100%; overflow:hidden; margin-top:15px;}
#footer{
	width:960px;
	margin:0 auto;
	clear:both;
	padding:10px 0 20px;
	overflow:hidden;
	}
#footer-menu li{
	display:inline;}
#footer-menu li a{
	text-decoration:none;
	padding:0 20px 0 0;
	font-size:11px;
	color:#596051;
	}
#footer-menu li a:hover{
	text-decoration:underline;}
#footer .copy{
	padding:5px 0;
	font-size:11px;
	color:#596051;}
