@charset "utf-8";
.topheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CC3300;
}
.toplinks {

}

.toplinks a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	text-decoration: none;
}

.toplinks a:visited {
	color: #333333;
	text-decoration: none;
}

.toplinks a:hover {
	color: #006666;
	text-decoration: none;

}


#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float: left;
	height: auto;
	width: auto;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-width: thin;
	left: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#content-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 3px;
	padding: 10px;
	clear: left;
	float: right;
	height: auto;
	width: 175px;
	border: 1px solid #999999;
	background-color: #FFFFCC;
}
.img1 {
	height: auto;
	width: auto;
	border: 1px groove #CCCCCC;
	padding: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.banner-placeholder {
	padding: 5px;
	height: auto;
	width: auto;
}
#vertical-banner {
	float: right;
	height: 600px;
	width: 120px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 692px;
	background-color: black;
	background-image: url(../images/indentbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006513;
	border-right-color: #006513;
	border-bottom-color: #006513;
	border-left-color: #006513;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
font: bold 13px Arial;
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
font: bold 13px Arial;
color: white;
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-color: black;
	background-image: url(../images/indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
}

.markermenu li a{
	color: #3D957C;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 2px center;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
	color: #3D957C;
}

.markermenu li a:hover{
	color: #999999;
	background-color: #CCFFFF;
	background-image:url(../media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}
.safetyheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.safetycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}



.specialbox {
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	clear: left;
	float: right;
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #006633;
	background-position: top;
	background-attachment: fixed;
}

#content a, #content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-decoration: none;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#content a:hover {
	color: #006600;
}


.links1 {
	text-align: left;
	display: block;
	padding: 3px;
	text-decoration: none;
}


.links1 a:link, a:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.links1 a:hover, a:active {
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	display: block;
	padding: 3px;
}


.footerlinks a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-style: normal;
	text-decoration: none;
}

.footerlinks a:visited {
	color: #999999;
	text-decoration: none;
}

.footerlinks a:hover {
	color: #333333;
}


#navlist
{
	margin-left: 0;
	padding-left: 5px;
	list-style: none;
	display: block;
	width: 165px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#navlist li 
{
	padding-left: 15px;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}


#navlist li a:link, a:visited {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	font-weight: normal;
}

#navlist li a:hover {
	color: #003366;
	font-weight: normal;
}
