/* CSS Document */

* {
	margin: 0;
}



body {
	margin: 0; 
	padding: 0; 
	text-align: center;
	background-image: url(images/background.jpg); 
	background-repeat: repeat-y; 
	background-position: top center; 
	background-color: #627d36;
	background-attachment: fixed;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #ffffff;

}

a:link {text-decoration: none; }
a:visited {text-decoration: none; }
a:active {text-decoration: none; }
a:hover {text-decoration: underline;}



#wrapperdiv	{
	margin: 0 auto;
	width: 900px; 
	background-color:#569cbe;
	position: relative;
}

#wrapperdiv.secondary	{
	background-color:#FFFFFF;
}

#wrapperdiv a, div.nav a	{
	color: #fff11e;
	}
	





#homeleft	{
	width: 305px;
	float: left;
	text-align: center;
	background-image: url(images/home-aparagusleft.jpg); 
	background-repeat: no-repeat; 
	background-position: top center; 
	background-color: #569cbe;
	padding-top: 193px;
	}
	
#secondarybody	{
	width: 595px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	}
	
div.nav	{
	background-color: #4b88a7;
	height: 32px;
	width: 100%;
	color: #fff11e;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 12px;
	}
	
	
div.photobox	{
	background-color: #4b88a7;
	width: 271px;
	text-align: left;
	margin: 30px 17px;
	padding-bottom: 10px;
	}
	
div.photobox p.caption	{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	}
	
div.contentmargin	{
	margin: 12px 20px;
	}
	
div.contentmarginsecondary	{
	margin: 12px 20px;
	color: #315971 !important;
	}
	
div.contentmarginsecondary p a	{
color: #841a1b !important;
}
	
p, ul	{
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	list-style-type: disc;
	}
	
ul	{
		padding-left: 15px;
		}
		
li	{
	padding-left: 0;
	}
	
p.intro	{
	font-size: 16px;
	line-height: 25px;
	margin: 20px 0 5px 0;
	font-weight: normal;
	}

h1	{
	font-size: 28px;
	font-weight: normal;
	margin-top: 20px;
	}
	
div.photobox h1	{
	margin: 0;
	}
	
h2	{
	font-size: 19px;
	font-weight: normal;
	margin-top: 12px;
	}	

h2.underh1	{
	margin-top: 5px;
	}
	
h3	{
	font-size: 16px;
	font-weight: bold;
	color: #5f7f33;
	margin-top: 20px;
	}	
	
b	{
	color: #5f7f33;	
	}
	
#homemiddle	{
	width: 290px;
	float: left;
	background-image: url(images/home-fruit.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom center; 
	background-color: #ffffff;
	}
	
#homeright	{
	width: 305px;
	float: left;
	text-align: left;
	background-image: url(images/home-aparagusright.jpg); 
	background-repeat: no-repeat; 
	background-position: top center; 
	background-color: #569cbe;
	padding-top: 193px;
	}

.clear	{
	clear: both;
	}


div.signup a	{
	color: #841a1b !important;
	display: block;
	margin: 10px 0 0 0;
	}	

p.note	{
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	}

span.red	{
	color: #841a1b;
	}

/*footer*/	
#footer	{
	background-image: url(images/home-footerlogo.gif); 
	background-repeat: no-repeat; 
	background-position: bottom left; 
	background-color: #b5ab15;
	position: relative;
	}


#footer a	{
	position: absolute;
	right: 27px;
	bottom: 12px;
	color: #ffffff;
	font-weight: normal;
	font-size: 13px;
	}
	
	
#footer a:link {text-decoration: none; }
#footer a:visited {text-decoration: none; }
#footer a:active {text-decoration: none; }
#footer a:hover {text-decoration: underline;}	


/*form*/
input	{
margin-top: 10px;
}


.homeunite	{
margin: 25px 0 5px 0;
}


.rise	{
text-align: center; 
padding: 27px 0 12px 0;
}


div#printfooter {
display: none;
}

div#printfooter .wrap {
display: none;
}

#printfooter .left{
display: none;
}

#printfooter .right{
display: none;
}
