@charset "utf-8";
body  {
	background: #1F6030;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #1F6031;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #F7921E;
	margin: 0px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F6031;
	font-size: 19px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1F6031;
	margin: 0px;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1F6031;
	margin: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F6031;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F6030;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}
.h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F7921E;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F7921E;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}



p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
}
.twoColFixRtHdr #container { width: 852px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #FFFFFF; text-align: left; /* this overrides the text-align: center on the body element. */ margin-top: 15px; margin-right: auto; margin-bottom: 15px; margin-left: auto; position: relative; 
} 
.twoColFixRtHdr #header { background-image: url(../images/header_logo.jpg); background-repeat: no-repeat; background-position: left top; padding-top: 85px; margin: 0px; padding-bottom: 0px; 
} 
.twoColFixRtHdr #header #search_form  { position: absolute; right: 28px; top: 12px; font-size: 16px; color: #1F6030; height: 22px; }
#logo { height: 56px; width: 219px; position: absolute; left: 28px; top: 12px; }

.twoColFixRtHdr #sidebar { float: right; /* since this element is floated, a width must be given */ width: 223px; margin-right: 20px; padding-right: 10px; padding-left: 10px; margin-top: 5px; padding-top: 5px; margin-bottom: 8px; padding-bottom: 5px; 
}

.twoColFixRtHdr #sidebar1 { float: right; /* since this element is floated, a width must be given */ width: 223px; margin-right: 20px; padding-right: 10px; padding-left: 10px; margin-top: 0px; padding-top: 5px; margin-bottom: 8px; padding-bottom: 20px; background-color: #FDF7A0; 
}
.twoColFixRtHdr #sidebar2 { margin-top: 50px; padding-top: 5px; margin-bottom: 8px; padding-bottom: 5px; background-color: #EA7900; margin-right: 20px; width: 223px; padding-left: 5px; padding-right: 5px; 
}
.twoColFixRtHdr #sidebar3 { margin-top: 50px; padding-top: 5px; margin-bottom: 8px; padding-bottom: 5px; background-color: #FFD900; padding-right: 5px; padding-left: 5px; margin-right: 20px; width: 223px; 
}
.twoColFixRtHdr #sidebar4 { margin-top: 50px; margin-bottom: 8px; background-color: #8CC63F; margin-right: 20px; width: 223px; padding: 5px; 
}
.twoColFixRtHdr #sidebar5 { margin-right: 20px; margin-top: 0px; margin-bottom: 8px; background-color: #FDF7A0; width: 223px; padding: 5px; 
}

#sidebar1 a    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	margin: 0px;
}
#sidebar1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F7921E;
	margin: 0px;
	text-decoration: none;
}
#sidebar1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6C0;
	margin: 0px;
	text-decoration: none;
}
#sidebar5 h3 { padding: 15px 0; }
#sidebar5 a .imgLinks { padding: 20px 3px; }




.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 268px;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContent table {
	font-size: 11px;
	color: #000;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #1F6030;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFF;
}
#footer a {
	color: #F37E2E;
	text-decoration: none;
}
#footer a:hover {
	color: #6C0;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.banner {
	margin: 0px;
	clear: both;
	float: none;
	padding: 0px;
}
.images {
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
}
.menu {
	margin: 0px;
	height: 39px;
	width: 750px;
}
/* Set the the alignment back to left for any
 * menu item links that are in a sub menu.
 */

ul.MenuBarHorizontal ul a {
	text-align: left;
	font-size: 98%;
	margin: 0px;
	padding-top: 6px;
	height: 33px;
}

.tableHeader {
	background-color: #1F6030;
	font-size: 13px;
	font-weight: bold;
	color: #F37E2E;
	text-align: center;
}
.tableHeader2 {
	background-color: #1F6030;
	font-size: 9px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #F90;
}

.imgLinks {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submitButton {
	color: #1F6030;
	font-weight: bold;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
.whitetxt {
	font-weight: bold;
	color: #FFF;
	margin-bottom: 2px;
}
.whitetxtHeader {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#neem_oil .faq{
	color: #FFF;
	background-color: #EA7A00;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#grubs_away .faq { color: #FFF; background-image: url(../images/featured/GrubsAwayPage_bkgd1.gif); background-repeat: repeat-y; font-weight: bold; background-color: #8BC53F; padding: 5px; margin-bottom: 15px; }
#grubs_away .h8 { color: #875522; }

#grubs_away h1 { color: #885402; font-size: 38px; padding: 15px 0 2px 0; }
#grubs_away h2 { color: #1F6031; padding-top: 15px; padding-bottom: 5px; }
#grubs_away #row-1 { background-color: #EA7900; height: 280px; padding: 10px; margin: 20px; }
#grubs_away #row-1 .col-1 { padding: 10px; float: left; width: 244px; height: 245px; }

#grubs_away #row-1 .col-2 { float: left; width: 242px; margin-top: 15px; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #FFF; border-left-color: #FFF; padding: 0 10px; height: 250px; }

#grubs_away #row-1 .col-3 { float: right; width: 244px; padding: 15px 10px 10px 10px; height: 240px; }
