@charset "UTF-8";
/* CSS Document */

body {
	background:url(images/cgof_background1.jpg);
	background-repeat:repeat;
	background-color: #eeeeee;
	font-size:1em;
	font-family: 'TeXGyreAdventorRegular';
	}
	
#main_content_crop {
	margin-top:10px;
	overflow:hidden;
	padding-left:100px;
	}

#header {	
	background-color: #f7f267;
	  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#header h1 {
	color:#477746;
	font-family: 'TeXGyreAdventorRegular';
	font-size:38px;
	text-align: center;
	padding-right:75px;
	text-shadow: 0.05em 0.05em 0.1em #999;
	}	
	
#header h2 {
	color:#477746;
	font-family: 'TeXGyreAdventorRegular';
	font-weight: normal;
	text-align: center;
	padding-right:75px;
	text-shadow: 0.05em 0.05em 0.1em #999;
	margin-top:-20px;
	}

#header h1 a:link {
	text-decoration: none;
	color:#477746;
}

#header h1 a:visited {
	text-decoration: none;
	color:#477746;
}

#header h1 a:hover {
	text-decoration: none;
	color:#477746;
}

#header h1 a:active {
	text-decoration: none;
	color:#477746;
}

#navbar {
	overflow:hidden;
	position:relative;
	background-color: #477746;
}

#nav_ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
	
}
#nav_ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	font-family: 'TeXGyreAdventorRegular';
	font-size: 15px;
	text-transform: uppercase;
	}
	
#nav_ul li a {
	display: block;
	padding:10px 15px 10px;
	text-decoration: none;
	font-weight: bold;
	color:#f7f267;
}
#nav_ul li a:hover {
	background-color:#477746;
	color:#f7f267;
 	text-decoration:underline;
}

#farm_mainphoto, #farm_photo1, #farm_photo2, #farm_photo3, #farm_photo4, #farm_photo5, #farm_photo6 {
	margin-top:10px;
	margin-bottom:10px;
	}	
	
#interns_mainphoto, #interns_photo {
	margin-top:10px;
	margin-bottom:10px;
	}	
	
#farmer_maincontent {
	font-size:14px;
	height:500;
	background-image: url(images/farmer/matt_big.jpg);
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	}

#farmer_text {
	background-color: #477746;
  	opacity: 0.8;
  	filter: alpha(opacity=90);
	}	

#farmer_text p {
	padding: 12px;
	color:#FFFFFF
}

#farmer_text p a:link {
	color: #f7f267;
	text-decoration: none;
}

#farmer_text p a:hover {
	text-decoration: underline;
	color: #f7f267;
}

#farmer_text p a:active {
	text-decoration: none;
	color: #f7f267;
}

#farmer_text p a:visited {
	text-decoration: none;
	color: #f7f267;
}

#markets_mainphoto {
	background:url(images/markets/market1.jpg);
	width:460px;
	height:345px;
	margin-top:10px;
	margin-bottom:10px;
}

#contact_map {
	margin-top:10px;
	margin-bottom:10px;
}

a:link {
	color: #477746;
	text-decoration:underline;
	}

a:visited {
	text-decoration: underline;
	color: #477746;
}

a:hover {
	text-decoration: none;
	color: #477746;
}

a:active {
	text-decoration: underline;
	color: #477746;
}

h3, h4 {
	font-size:22px;
	color: #477746;
	margin-bottom:-10px;
}

h3 a:link, h4 a:link {
	font-size:22px;
	color: #477746;
	text-decoration: underline;
}

h3 a:hover, h4 a:hover {
	font-size:22px;
	color: #477746;
	text-decoration:none;
}

#footer {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px; 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  	font-family: 'TeXGyreAdventorRegular';
	font-size:0.875em;
	color:#f7f267;
	background-color:#44793c;
	padding:2px 10px 2px;

}

td {
	padding:4px 4px 4px;
	}
	

