/* - - - - COLORS - - - -

# body 		#a1ae91 (green)
# text		#000 (black)  
# box bg	#f0f4eb (light green)

#stripe		#9c3b20 (orange)
# headers	#1f3100	(dark green) 

# links		#485934	(med green) 
	#links hover #1f3100 
*/



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { /*takes margin & padding off most elements.*/
 margin:0;
 padding:0;
	} 
	
a{
	color:#485934;
	outline:none;
	text-decoration:underline;
	}

a:hover{
	color:#1f3100;
	text-decoration:underline;
	}

a.top{
	display:block;
	padding:3px 0;
	width:3em;
	}

body{
	background: #a1ae91 url(images/body_bg.gif) repeat-x center top; 
	color:#000;
	font: 75% Helvetica, arial, sans-serif; /*75% resets the default font size to 12px;*/
	margin:12px 0;
	min-width:776px;
	text-align:center;
	}
	
h1{
	background:url(images/header_bg.jpg) no-repeat top center;
	height:138px;
	text-indent:-9999px;
	overflow:hidden;
	
	}
	h1 a{
		display:block;
		height:138px;
		}
	
h2{
	color:#1f3100;
	line-height:1.33;
	}
	
h2.initiatives-header, h2.news-home, h2.get_involved-home, h2.about-home, h2.about-header, h2.get-involved-header{
	overflow:hidden;
	text-indent:-9999px;
	line-height:32px;
	background-image:url(images/headers.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	margin-bottom:12px;
	}

h2.news-home{
	background-position: 0 -97px;
	}

h2.get_involved-home{
	background-position: 0 -128px;
	}

h2.about-home{
	background-position: 0 -32px;
	line-height:62px;
	}

h2.about-header{
	background-position: 0 -161px;
	}
h2.initiatives-header{
	background-position: 0 0;
	}	
	
h2.get-involved-header{
	background-position: 0 -192px;
	}	

h3{
	color:#1f3100;
	line-height:1.4;
	font-size:18px;
	margin-bottom:12px;
	}
	
h4{
	color:#1f3100;
	font-size:14px;
	line-height:1.4;
	}
	
h5{
	color:#1f3100;
	font-size:14px;
	line-height:1.4;
	font-weight:normal;
	font-style:italic;
	}

p, ul{
	line-height:1.4;
	padding-bottom:12px;
	}

ul{
	margin-left:20px;
	}

ul li{
	padding:2px 0;
	}

table, td{
	border-collapse:collapse;
	}
	
/* - - - - start all other styles - - - - */

.block{
	display:block;
	}

.box{
	background-color:#f0f4eb;
	padding:12px;
	width:203px;
	margin-bottom:12px;
	}

.clear{ /*to clear FLOATS*/
 	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	}

.clearboth{ /*to clear objects*/
	clear:both;
	}

.color{
	color:#9c3b20;
	}

.column{
	width:238px;
	float:left;
	}

.column_wide{
	width:467px;
	float:left;
	padding:12px 12px 12px 0;
	}

.column_wide#footer{
	width:467px;
	float:left;
	padding:0 12px 0px 0;
	}


.content{
	background:url(images/content_bg.gif) repeat-y center top;
	padding:18px 24px 18px 36px;
	}

.footer{
	background:url(images/footer_bg_main.jpg) repeat-y center top;
	font-size:11px;
	padding:10px 24px 0px 36px;
	color:#1f3100;
	}

.footer_bottom{
	clear:both;
	height:12px;
	background:url(images/footer_bg.gif) no-repeat 0 0;
	width:777px;
	}

.footer p{
	padding:24px 36px;

	}
.footer strong a{
	color:#1F3100;
	
	}


.home_initiatives{
	background-repeat: no-repeat;
	background-position: 0 0; 
	padding: 0px 12px 0 66px;
	}
	.home_initiatives#JustFood{
		background-image:url(images/home_th_redhook.jpg);
		}
	.home_initiatives#YouthEmpowerment{
		background-image:url(images/home_th_youth.jpg);
		}
	.home_initiatives#Farm-BasedLearning{
		background-image:url(images/home_th_farmbased.jpg);
		}	

.left{
	float:left;
	}

.navigation{/**/
	height:51px;
	background-color:#9c3b20;
	overflow:hidden;
	margin:0 12px;
	}

.navigation {
	background-color:#9C3B20;
	height:51px;
	margin:0 12px;
	overflow:hidden;
	position:relative;
	}

.navigation ul {
	height:51px;
	list-style-type:none;
	overflow:hidden;
	position:absolute;
	width:752px;
	}

.navigation ul li {
	padding:0;
	display:block;
	}
.navigation ul li a {
	background:#9C3B20 url(images/nav.gif) no-repeat 0 0;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding:51px 0 0;
	position:absolute;
	text-decoration:none;
	text-indent:-9999px;
	top:0;
	}

.navigation ul li.home a {
	background-position:-122px 0;
	left:122px;
	width:79px;
	}
	.navigation ul li.home a:hover {
	background-position:-122px -51px;
	}
.navigation ul li.about_us a {
	background-position:-201px 0;
	left:201px;
	width:107px;
	}
	.navigation ul li.about_us a:hover {
	background-position:-201px -51px;
	}
.navigation ul li.get_involved a {
	background-position:-309px 0;
	left:308px;
	width:139px;
	}
	.navigation ul li.get_involved a:hover {
	background-position:-309px -51px;
	}
.navigation ul li.initiatives a {
	background-position:-447px 0;
	left:447px;
	width:115px;
	}
	.navigation ul li.initiatives a:hover {
	background-position:-447px -51px;
	}
.navigation ul li.blog a {
	background-position:-562px 0;
	left:562px;
	width:66px;
	}
	.navigation ul li.blog a:hover {
	background-position:-562px -51px;
	}
ul.no-bullet{
	margin:0;
	list-style:none;
	}
ul.large_bullets{
	list-style:none;
	font-size:14px;
	margin:0;
	}
	ul.large_bullets li{
		background:url(images/bullet_lg.gif) no-repeat 0 7px;
		padding-left:12px;
		}
	
.quote{
	font-style:italic;
	}

.right{
	float:right;
	}

.wrap{
	margin:0 auto;
	text-align:left;
	width:777px;
	}