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

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
margin: 0; padding: 0; text-indent: 0;
border: none; outline: none;
text-decoration: none; font-size: 100%; font-weight: normal; font-style: normal;
list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0; border: none; border-collapse: separate;
	vertical-align: top; text-align: left;
	font-weight: normal;
}
p, ul, ol { margin-bottom: 10px;  }
h1, h2, h3, h4, h5, h6 { margin-bottom: 5px; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em; }
h4, h5, h6 { font-size: 1em; }

/*****************  TYPOGRAPHY   ********************/

body { font-size: 0.8em; background: #fff url('/images/body_bg.jpg') center repeat-x; background-position: top left; color: black; font-family: Trebuchet, sans-serif; }

a, a:visited {
	color: #336600;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666633;
}


/*****************   MENU - SELECTED STAES   ********************/

body.home a#nav-home,
body.about  a#nav-about,
body.services  a#nav-services,
body.fertilize a#nav-fertilize,
body.tips a#nav-tips,
body.request a#nav-request,
body.testimonial a#nav-testimonial,
body.contact  a#nav-contact {
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 1em;
	font-weight: bold;
	border: 0px;
	margin: 0px;
}

/*****************  FORMS   ********************/
form, fieldset, input { margin : 0; padding : 0; }

form {
	width: 30em;
	
}

form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}

/* fieldset styling */
fieldset {
	margin: 1em; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}

/* legend styling */
legend {
	font-weight: bold;
	color: #9fa634;
}

/* style for  labels */
label {
	float: left;
	width: 14em;
}

/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

label.error, input.submit { color: #F00; margin: 5px 0 0 0; }

input {
	width: 140px;
}

input.radio, input.submit {
	width: auto;
}

textarea {
	width: 400px;
	height: 60px;
	padding:0;
} 

/*****************  SUBMIT   ********************/

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 220px;
	padding: 0 .25em;
	background-color: #9fa634;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group { display: block; }

/*****************  END OF DEFAULT   ********************/

#main {
	width: 960px;
	margin: 0px auto;
	padding: 0 0 0 0;
        height: 100%;
}
ul {
	font: 12px Arial, Helvetica, sans-serif;
	color: #515245;
	margin: 0px 0 20px 0;
	line-height: 1.5em;
}
li {	list-style-image: url("../images/design/check.png");	
	color: #515245;
}


/*****************   LOGO PLACEMENT   ********************/

#header h1 a {
	display: block;
	width: 400px;
	height: 120px;
	text-indent: -5000px;
	outline: none;
	float: left;

}
#header h1 {
	float: left;
	text-indent: -5000px;
}
#header h2 {
	float: left;
	text-indent: -5000px;
}
#header p {
	float: right;
	padding: 0px 105px 0 0;
	margin: 0;
	
	font-size: 1.3em;
}
#header a#email{
	float: left;
	text-indent: -5000px;
	
	display: block;
	width: 220px;
	height: 30px;
	position: relative;
	margin: 147px 0 0 101px;
	
}
#header .fax{
font-si#ze: .8em;

}
#description {
	float: left;
	padding: 40px 0 0 10px;
	display: block;
	background: #323;
	width: 400px;
	height: 75px;
}
#description p{
	font-size: .8em;
	color: #696969;
}

/*****************   LAYOUT   ********************/

#header_nav{
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background:url('../images/nav_bg.jpg') repeat-x;
	background-position: top left;
}
#header {
	height: 236px;
	width: 960px;
	background: url('../images/header.jpg') center no-repeat;
	margin: 0px auto;
	padding: 0px;
}
#header div {
	float: right;
	width: 200px;
	text-align: left;
	margin: 43px 0 0 0;
	padding: 0px;
}
#header h1 {
	font-size: 1.8em;
	margin: 0 0 4px 0;
	padding: 0px;
	float: left;
	color: #fff;
	font-weight: normal;
font-family: Trebuchet;
}
#header h2 {
	font-size: 1.3em;
	margin: 0 0 4px 0;
	padding: 0px;
	float: left;
	color: #fff;
	font-weight: normal;
font-family: Trebuchet;
}
#header a {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	color: #92b1cd;
	font-family: Trebuchet;
}
#header span {
	font-size: .6em;
}
#nav {
	height: 42px;
	width: 960px;
	margin: 0px auto;
	padding-bottom: 0px;
	margin-left: 80px;
}
#callout{
	width: 960px;
	height: 460px;
	margin: 0px auto;
	background: #fff url('../images/callout_bg.jpg') center no-repeat;
	padding-top: 0px;
}
#callout_home{
margin-left: 100px;
}
#callout table{
float: left;
margin-top: 33px;
}
#callout table td{
width: 370px;
padding-right: 0px;
}
#callout h1, #content_sub h1{
font-weight: bold;
padding-top: 15px;
font-size: 1.2em;
}
#callout p, #content_sub p{
font-weight: normal;
line-height: 16px;
color: #666666;
}
#callout .right{
padding-top: 10px;
}
.right h1 {
padding-left: 20px;
}
.right p {
padding-left: 20px;
}

#content{
	background: #fff;
	width: 960px;
	margin: 0px auto;
}
#content_sub{
	width: 960px;
	min-height: 460px;
	margin: 0px auto;
	background: #fff url('../images/content_sub_bg.jpg') repeat-y;
	padding-top: 0px;
}
#content_sub_bg{
height: 100%;
background: url('../images/callout_bg.jpg') no-repeat;
}
#content_wrapper{
float: left;
width: 370px;
padding-left: 112px;
margin-top: 40px;
margin-right: 12px;
z-index: 99;
}

#content_wrapper-int{

width: 75%;
padding-left: 112px;
margin-top: 0px;
margin-right: 12px;
z-index: 99;
padding-top: 30px;
}

#sub_callout {
padding-top: 43px;
float: left;
width: 400px;
}

#sub_callout-int {
padding-top: 43px;
float: right;
width: 400px;
}


#sub_callout_img {
width: 320px;
margin: 0px auto;
}
#sub_callout_img img{
display: block;
    margin-left: auto;
    margin-right: auto }
}
#sub_callout #indent{
padding-left: 8px;
}
#sub_callout #indent_cntr{
padding-left: 50px;
}
#footer {
	background: #fff;
	clear: both;
	display:  block;
	overflow:  hidden;
	width: auto;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 30px 0 30px;
}
#footer p {
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#footer p.top {
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#footer a {
	color: #696969;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.cleaner {
	clear: both;	
}

#sub_callout #mp { margin-right: 20px; }
