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

body
{
	margin: 0;
	padding: 0;
	background: #fff;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.style1
{
	color: #000;
	font-family: Arial;
	
	font-weight: bold;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #999;
	border-style: none none dotted;
}
.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: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}

.jumpMenu {
	font-family: Arial;
	font-size: 10pt;
	color: #333;
	background-color: #fff;
	width: 200px;
	border: 1px;
	
} 


h1 {
	font-size:1em;
	padding: 0;
	color:#508ed0
	
}
h2 {font-size:0.875em;
padding: 0;
	margin: 0;}
	
	
	h3 {
padding: 0;
	margin: 0;}
	
	h4 {
	font-size:1.5em;
	padding: 0;
	color:#508ed0
	
}
	
p {
	font-size:0.87em;
	padding-right: 10px;
}


#container
{
	margin: 1em auto;
	width: 970px;
	padding-top: 10px;

}

#header {
	background: #222;
	margin: 0;
	padding: 0;
}
#mainnav {
	left: 155px;
	position: relative;
	width: 600px;
	font-size:0.9em;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

#menu
{
	width: 150px;
	height: 400px;
	float: left;
}


#searchbox
{
	float: right;
	width: 200px;
	height: 60px;
	font-size:0.8em;
	color: #333;
}

#banner
{
	float: left;
	width: 780px;
	background: #000;

}

#contents
{
	width: 640px;
	background: #FFF;
	float: left;
	font-size: 0.9em;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	
	
}

#modelbox
{
	width: 570px;
	padding: 10px 10px 10px 10px;
	border-top: dotted #999 1px;
	font-size:inherit;
	display: block;
	height: auto;
	clear: both;
}

#featurebox
{
	width: 305px;
	padding: 20px 10px 0px 5px;
	float: left;
	font-size: inherit;
}

#featurebox2
{
	width: 165px;
	padding: 5px 10px 0px 10px;
	float: left;
	font-size: inherit;
}








#footer {
	clear: both;
	font-size: 0.7em;
	text-align: left;
	border-top: dotted #999 1px;

}
.terms {
	position:relative;
	z-index:1;
	padding: 10px 10px 0px 150px;
	width: 290px;
	float: left;
}
.address {
	padding: 10px 10px 10px 15px;
	float: left;
	width: 150px;
}

a:link {
	color: #3C8ED6;
	text-decoration: none;
}
a:visited {
	color: #3C8ED6;
	text-decoration: none;
}
a:focus { color: #000;text-decoration: none; }
a:hover { color: #000;text-decoration: none; }
a:active { color: #000;text-decoration: none; }

#mainnav a {
	color: #508ed0;
	padding-right: 15px;
	

	
}
.onnav {
	padding-right: 10px;
}


.menuon {
	color: #FFF;
	
	display: block;
	padding: 5px 5px;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	background-color: #000;
	font-size: 0.75em;
}



.onnav {
	padding-right: 15px;
	background-image: url(images/arrowdownb.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 30px;
}
.ecology {
	font-size: .875em;
	color: #798B87;
}
.safety {
	font-size: .875em;
	color: #759C9C;
}
.yellowh {
	color: #FF0;
	font-weight: bold;
}
#container #contents #featurebox p {
	font-size: .8em;
}


#container #header #logo {
	left: 0px;
	top: 0px;
	position: relative;
	float: left;
	background-image: url(images/logo1.gif);
}

.highlightbox
{
	position: relative;
	width: 150px;
	font-size: 0.75em;
	background-color: #4CB1F0;
	float: right;
	padding: 15px 10px 15px 10px;
	color: #FFF;
	background-image: url(images/arrowon.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: dotted #FFF 1px;
}

.highlightbox a {
	color: #FF0; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
}

.leftbox {
	position: relative;
	width: 170px;
	font-size: 0.75em;
	background-color: #FFFFFF;
	float: right;
	padding: 0px 10px 0 10px;
}

.leftbox a {
	color: #3C8ED6;
	background: url(images/menu/arrowbullet2.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 10px 0 10px;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: .8em;
}



.arrowlistmenu{
	width: 150px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: #4DB2F0;
	font-size: 0.8em;
	border-bottom: dotted #fff .1em;
	vertical-align: middle;
	padding: 1.5em .8em 1.5em .75em;
	background-image: url(images/arrowon.gif);
	background-position: right;
	background-repeat: no-repeat;
}


.arrowlistmenu .menuheader1{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: #000;
	font-size: 0.8em;
	border-bottom: dotted #fff .1em;
	vertical-align: middle;
	padding: 1.5em .8em 1.5em .75em;
	background-image: url(images/arrowdownbb.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(images/arrowdown.gif);
	
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
	margin: 0px;
	padding: 0px;
	background-color: #A6BEE4;
	
}


.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: #099;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
	color: #000;
	
	display: block;
	padding: 5px 5px;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 0.75em;
}

.arrowlistmenu ul li a:visited{
	color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #E1E1E1;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
hover{ /*hover state CSS for sub menu header*/
background: lightblue;
.submenu_on {
	color: #FFF;
	background-color: #3C8ED6;
}

.linkhighlight {
	color: #FF0;
}
td {
	font-size: 0.87em;
}
