/*Definition of the body*/

body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: .80em;
	font-weight: normal;
	background-image: url(../images/background/diagpat3.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 180%;
	letter-spacing: 0.1em;
	}

#maincontainer{
	width: 910px;
	margin-right: 6%;
	margin-left: 6%;
}

#masthead {
	clear: both;
	width: 910px;
	background-color: transparent;
	color: #000000
}

#mastheadlogoleft{
	float: left;
}

#mastheadlogoright{
	float: right;
}

#mastmenu {
	clear: both;
	width: 910px;
	background-color: #999999;
	background-image: url(../images/background/footerbggr-trans.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	height: 40px;
	color: #000000;
}

#sidebarone {
	float: left;
	width: 150px;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	padding-top: 10px;
}

#sidebartwo{
	float: right;
	width: 150px;
	background-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	color: #000000;
	padding-top: 10px;
}

#mastcontent{
	background-color: #FFFFFF;
	float: left;
	width: 550px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
}

#mastcontent750{
background-color: #FFFFFF;
	float: right;
	width: 705px;
	padding-right: 15px;
	padding-left: 25px;
	padding-top: 10px;
	margin-top: 5px;
	margin-left: 5px;
	color: #000000;
}

#bottommenu{
	clear: both;
	width: 910px;
	background-color: #999999;
	text-align: center;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#footer{
	clear: both;
	width: 910px;
	background-color: #CCCCCC;
	font-size: .75em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #999999;
	border-left-color: #000000;
	background-image: url(../images/background/footerbggr-trans.gif);
	background-repeat: repeat-x;
}

#divcontainer404{
	margin-right: 25%;
	margin-left: 25%;
	width: 400px;
	background-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	top: 0px;
	position: absolute;
}

#volumecalcleft{
	float: left;
	width: 250px;
	text-align: left;
	padding-left: 18%;
}

#volumecalcright{
	float: left;
	width: 250px;
	text-align: left;
}

#volumecalcbottom{
	width: 500px;
	clear: none;
	text-align: left;
	padding-left: 18%;
}


/*The links in the document*/

a:link { 
	font-weight: normal; 
	text-decoration: underline;  
	color: #000000; 
	font-size: 0.9em;
	}

a[target="_blank"]{
	background-image: url(../images/icons/icon_external.gif);
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right center;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #006600;
	font-size: 0.9em;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #CC0000;
	font-size: 0.9em;
	}


.legal {
	color: #333333;
	font-size: .8em;
	background-color: #CCCCCC;
	}


/*The boxes in the document sidebar*/

.box1 {
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-right: -5px;
	margin-left: -5px;
	}
	



h3{
	font-size: 1.25em;
	font-weight: bold;
	background-color: #000000;
	display: block;
	margin-right: -4px;
	margin-left: -4px;
	text-align: center;
	color: #F4D817;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #FFFFFF;
}

h2{
	font-size: 1em;
	font-weight: bold;
	background-color: #666666;
	display: block;
	margin-right: -10px;
	margin-left: -20px;
	text-align: center;
	color: #FFCC33;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;
}


/* Gives breathing space to images in the document */

.images {
	margin: 4px;
	}
	
	.imglinks {
	background-color: transparent;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 0.005px;
	border-right-width: 0.005px;
	border-bottom-width: 0.005px;
	border-left-width: 0.005px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	  }	
	
/* A drop cap*/

.dropcap {
	float: left;
	width: 42px;
	font-size: 62px;
	line-height: 51px;
	font-weight: bold;
	color:#444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	background-color: #FFFFFF;
	}

/* Some gradient classes for not so tall elements or rows */

#trbggraytop {background-image:url(../images/background/tablecaption.jpg)
	}
	
#trbggraybottom {background-image:url(../images/background/tablecaption.jpg)
	}
	
#trbgred {background-image:url(../images/background/tablecaptionred.jpg)
	}
	
#trbgyellow {background-image:url(../images/background/tablecaptionyellow.jpg)
	}	
	
	/*Form styles */

form {
	font-size: 12px;
	float: left;
	  }
		
	input {
	background-color: #E7E7E7;
	color: #000000;
	border: 1px solid #333333;
	font-size: 12px;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	  }
		
	.buttonsubmit {
	background-color: #77A43E;
	color: #FFFFFF;
	border: 1px solid #27903C;
	font-size: 16px;
	vertical-align: middle;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	  }
	  
.contactme {
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	font-weight: bold;
	padding-top: 20px;
	background-image: url(../images/background/contactmebg.jpg);
	background-repeat: no-repeat;
}	  	

#contactform {
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#contactformright {
	float: right;
	width: 200px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #006600;
}

#flashdivcontainer {
	float: right;
	height: 226px;
	width: 325px;
	padding-left: 5px;
}


#flashmoviecontainer{
	height:188px;
	width:251px;
	margin-right: 25%;
	margin-left: 25%;
	background-color: #A4DE91;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 18px;
	padding-left: 5px;
	border: 1px solid #000000;
	margin-top: 5%;
	margin-bottom: 5%;
}

#flashdivmapcontainer {
	height: 375px;
	width: 700px;
}

#greenideaon{
	background-image: url(../images/comp/greenidea_on.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 140px;
	margin: 5px;
	display: block;
}

#greenideaon:hover{
	background-image: url(../images/comp/greenidea_over.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 140px;
	margin: 5px;
	display: block;
}

.span{
	display:none;
}



li {
	list-style-type: none;
}


/* Table formatting */

#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

#mytable500 {
	width: 550px;
	padding: 0;
	margin: 0;
}


caption {
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
}

th {
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #99C168;
	border: 1px solid #28903A;
}

th.nobg {
	background-color: #CCCCCC;
	background-image: none;
	border: 1px solid #28903A;
}

th.toxic {
	background-color: #990000;
	background-image: url(../images/background/tablecaptionred.jpg);
	border: 1px solid #28903A;
	color: #000000;
}

th.nontoxic {
	background-color: #FFCC33;
	background-image: url(../images/background/tablecaptionyellow.jpg);
	border: 1px solid #28903A;
	color: #000000;
}

td.specspec {
	background: #fff;
	color: #000000;
	border: 1px solid #28903A;
}

td.specspec:hover{
	background-color: #EDEDED;
}


td.alt {
	color: #000000;
	background-color: #BEDA94;
	border: 1px solid #28903A;
}

td.alt:hover{
	background-color: #A4D658;
}

th.spec {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #28903A;
	color: #000000;
	background-color: #fff;
	text-align: center;
}

th.specalt {
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #28903A;
	background-color: #BEDA94;
	text-align: center;
}
