/* 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(../CWC/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(../CWC/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: Verdana, 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 }

.BodyTextHeader{
margin: 15px;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 14px;
color: black;
line-height: 18px;
text-align: left;
font-weight: bold;
}

.RegionHeader{
margin: 15px;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: #15511c;
line-height: 18px;
text-align: left;
font-weight: bold;
}

.RegionContact{
margin-left: 15px;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 10px;
color: black;
line-height: 18px;
text-align: left;
}

.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: 20px;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: black;
line-height: 25px;
}

.BodyList ol{
list-style-type: decimal;
margin: 20px;
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: Verdana, 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: Verdana, Arial, Helvetica, Sans-serif;
font-size: 11px;
color: black;
}
.RightBarText{
font-family: Verdana, 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 }

.HeaderText{
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 10px;
color: #c9bd9e;
margin: 10px;
font-weight: bold;
}

.FooterText{
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 11px;
color: white;
margin: 10px;
text-align: center;

}

.FooterTextSplash{
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 11px;
color: white;
margin: 10px;
text-align: center;

}

.FooterTextSplash a{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 11px;
color: white;
margin: 10px;
text-align: center;

}



body {
 background:#d1c297 url(images/bg.jpg) top center no-repeat;
 margin-top: 0px;
 margin-left: 0px;
	
	}
	

.bevelmenu{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
font-weight: bold;
padding: 3px 0;
margin-left: 0px;
margin: 0;
width: 100%;
color: white;
background-color: #15511c;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 2px 0.3em;
text-decoration: none;
color: white;
background-color: #15511c;
border-right: 1px solid #c9bd9e; /*right border style*/
}

.bevelmenu li a:hover{
color: #333333;
background-color: #c9bd9e;
/*border-style: outset;*/
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
-->
