/*Harvey farm service*/
@import "reset.css";

.alignright {
	float: right;
	margin-left: 10px;
}

body{
	background: white url(/images/noise.jpg);
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: arial, Times new roman;
	font-size: 100%;
	line-height: 18px;
}

p {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	font-family: Helvetica, Arial;
	margin-bottom: 14px;
}

p.lead {
	font-size: 14px;
	line-height: 22px;

}
#wrapper{
	margin: 0 auto;
	width: 960px;
	padding: 0;
}
#page_area{
	padding: 20px;
	margin-top: 15px;
}
#header .logo{
	float: left;
	margin-bottom: 20px;
}
#header .header_text{
	float: right;
	color: rgb(0,114,54);
	font-size: 11px;
	width: 441px;
}

#header .header_text p {
width: 200px;
font-size: 12px;
float: right;
line-height: 18px;
text-align: right;
color: rgb(0,114,54) !important;
}


#banner{
	margin-top: 20px;
}
#banner img {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
#content{
	padding-top: 36px;

}

.main-content{
	border-right: 1px solid #ccc;
	width:65%;
	float: left;
	padding-right: 2%;
}


#address{
	float: left;
	width: 30%;
	padding-left: 2%;

}

h2, h3 {
	text-shadow: 1px 1px white;
}

h2{
	font-size: 22px;
	color: rgb(0,114,54);
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 14px;
}

h3{
	font-size: 20px;
	color: rgb(0,114,54);
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 14px;
}

a {
	color: rgb(0,114,54) !important;
}

a:hover {
	text-decoration: none;
}

#footer{
	padding-top: 20px;
	float: left;
	width: 100%;

}
#footer a{

	text-decoration: none;
}