/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*Vertical Menu used for Interior Pages*/
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 154px; /* Width of Menu Items */
text-align: left;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 185px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight: bold;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #d1b270;
text-decoration: none;
background: black;
padding: 1px 5px;
border-bottom: 0;
}


.suckerdiv ul li a:visited{
color: #d1b270;
}

.suckerdiv ul li a:hover{
background-color: #d1b270;
color: black;
}

.suckerdiv #current a, .suckerdiv #current span{ /*currently selected tab*/
background-color: #d1b270;
color: black;
}

.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */




.suckerdiv2 ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 154px; /* Width of Menu Items */
text-align: left;
}
	
.suckerdiv2 ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv2 ul li ul{
position: absolute;
width: 185px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv2 ul li a{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 80%;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #d1b270;
text-decoration: none;
background: black;
padding: 1px 5px;
border-bottom: 0;
}


.suckerdiv2 ul li a:visited{
color: #d1b270;
}

.suckerdiv2 ul li a:hover{
background-color: #d1b270;
color: black;
}

.suckerdiv2 #current a, .suckerdiv #current span{ /*currently selected tab*/
background-color: #d1b270;
color: black;
}

.suckerdiv2 .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv2 ul li { float: left; height: 1%; }
* html .suckerdiv2 ul li a { height: 1%; }
/* End */


/*Text Style for most pages*/
.BodyText{
margin: 15px;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: black;
line-height: 18px;
text-align: left;
}


.BodyText a:link { color: #996600; text-decoration: none }
.BodyText a:active { color: #996600; text-decoration: none }
.BodyText a:visited { color: #996600; text-decoration: none }
.BodyText a:hover { color: #666666; text-decoration: underline }

.SideBarLink a:link { color: #d1b270; text-decoration: none }
.SideBarLink a:active { color: #d1b270; text-decoration: none }
.SideBarLink a:visited { color: #d1b270; text-decoration: none }
.SideBarLink a:hover { color: #d1b270; text-decoration: underline }


.BodyTextIndent{
margin: 25px;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: black;
line-height: 18px;
text-align: left;
}



.Bulletins{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 80%;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffffff;
text-decoration: none;
background: black;
padding: 1px 5px;
border-bottom: 0;
}

/*Testimonials Page Text*/
.TestimonialsText{
margin: 15px;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: black;
line-height: 17px;
text-align: left;
font-style: italic;
}

/*Testimonials By Lines STyle*/
.TestByText{
margin: 15px;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: black;
line-height: 17px;
text-align: right;
}


.PageHeader{
margin: 15px;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 12px;
color: black;
line-height: 15px;
text-align: left;
font-weight: bold;
}

.HerbicideHeader{
margin: 15px;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 12px;
color: black;
line-height: 15px;
text-align: left;
font-weight: bold;
}

h3{
margin: 15px;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 18px;
color: black;
line-height: 25px;
text-align: left;
font-weight: bold;
}

h5{
margin: 15px;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 12px;
color: black;
line-height: 17px;
text-align: left;
font-weight: bold;
}


/*Style for Lists*/
.BodyList{
margin-top: 5px;
margin-left: 20px;
padding: 0;
padding-left: 5px;
}

.BodyList ul{
list-style-type: disc;
margin: 5px;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: black;
line-height: 25px;
}

.BodyList ol{
list-style-type: decimal;
margin: 5px;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: black;
line-height: 25px;
}

/*Used for Contact Us Page*/
.FormText{
margin-left: 15px;
margin-right: 10px;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: black;
line-height: 15px;
text-align: left;
}

/*Style used for Contact Information Box*/
.RightBar{
border: thin #d1b270 solid;
width: 160px;
align: center;
margin-left: 10px;
margin-top: 10px;
background-color: white;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 11px;
color: black;
}
.RightBarText{
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 11px;
color: black;
margin: 10px;
}

.RightBarText a:link { color: #996600; text-decoration: none; font-weight: bold; }
.RightBarText a:active { color: #996600; text-decoration: none }
.RightBarText a:visited { color: #996600; text-decoration: none }
.RightBarText a:hover { color: #d1b270; text-decoration: underline }

.FormFields{
background-color: #ffffff;
}