@charset "utf-8";
/***************************************************
	envirowater TECHNOLOGIES Default Style Sheet
****************************************************/ 


/********************************************
   HTML ELEMENTS
********************************************/ 

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(images/body_bg.jpg) top left repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}
/* links */
a, a:visited {
	color: #86b622;
	text-decoration: none;
}
a:hover {
	color: #0091db;
	text-decoration: none;
}
/* headers and text */

p, ul, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
	line-height: 17px;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 140%;
	font-weight: normal;
	color: #666666;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #86b622;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	color: #86b622;
}
blockquote {
	font-style:italic;
	margin-left: 10px;
	margin-right: 10px;
}
/* alignment classes */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
/* additional classes */
.menulinks {
}
.clear {
	clear: both;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img {
	border:none;
}
.imgfloatleft {
	float: left;
	padding: 0 20px 20px 0;
}
.imgfloatright {
	float: right;
	padding: 0 0 20px 20px;
}
.contactfloatleft {
	float: left;
	padding: 0 10px 0 0;
}
.current {
	color: #0091db;
	text-decoration:none;
}
.green {
	color: #86b622;
}
.blue {
	color: #0091db;
}
.c2c {
	margin-left: 225px;
	vertical-align: top;
}

/********************************************
   NAVIGATION
********************************************/ 
#nav {
	height: 30px;
	background: url(images/menu_bg.gif) top right no-repeat;
	list-style: none;
	margin: 0;
}
#nav a {
	display:block;
	width: 8em;
	line-height: 25px;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
}
#nav li { 
	float: left;
	width: 8em;
	height: 27px;
	margin-top: 2px;
	border-right: 1px solid;
	border-left: 1px solid;
}
#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	list-style: none;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li { 
	background-color: #86b622;
	width: 15em;
	border: 1px solid;
}
#nav li ul li a { 
	width: 15em;
	text-align: left;
}
#nav a:hover {
	color: #0091db;
}
#nav .contactlist li {
	height: 55px;
	padding: 5px;
	width: 22em;
	color:#FFFFFF; 
}
#nav .contactlist a {
	padding: 0;
	margin: 0;
	display:inline;
	font-size: 90%;
}
/********************************************
   LAYOUT
********************************************/ 

.twoColFixLtHdr #container {
	width: 951px;
	margin: 10px auto 0 auto;
	text-align: left;
	background:#FFFFFF;
}
.twoColFixLtHdr #header {
	background: #ffffff url(images/header_bg.jpg) top right no-repeat;
	margin-top: 0px;
	width: 951px;
	height: 164px;
}
.twoColFixLtHdr #logo {
	padding: 42px 0px 0px 42px;
}
.twoColFixLtHdr #menu {
	height: 30px;
	background: url(images/menu_bg.gif) top right no-repeat;
	padding: 0 0 0 26px;
}
.twoColFixLtHdr #menu a {
	padding: 0 10px 0 10px;
	line-height: 30px;
	vertical-align:middle;
	color: #FFFFFF;
	font:  11pt bold Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #menu .current {
	color: #0091db;
	text-decoration:none;
}
.twoColFixLtHdr #menu img {
	vertical-align: middle;
}
.twoColFixLtHdr #menu a:hover {
	color: #0091db;
}
.twoColFixLtHdr #menu span {
	text-align: right;
	color: #FFFFFF;
	font:  14pt bold Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #content_area {
	float: left;
	width: 951px;
	border: 0px;
	background: #ffffff url(images/content_bg.gif) top repeat-y;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 265px;
	border: 0px;
}
.twoColFixLtHdr #sidebar_content {
	padding: 0 35px 25px 35px;
	font-size: 12pt;
	font-weight: bold;
}
.twoColFixLtHdr #contact_team {
	padding: 25px 35px 0 35px;
	font-weight: bold;
}
.twoColFixLtHdr #contact_team a {
	font-size: 78%;
}
.twoColFixLtHdr #main1 {
	margin: 0 0 0 265px;
}
.twoColFixLtHdr #main_content {
	padding: 25px 35px 25px 35px;
}
.twoColFixLtHdr #main_content h1 {
	margin-bottom: 15px;
}
.twoColFixLtHdr #main_content td {
	padding-right: 8.5px;
}
.twoColFixLtHdr #footer {
	clear:both;
	padding: 10px 35px 10px 35px;
	height: 65px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-y;
}
#footer p {
	color: #ffffff;
	font-size: 11px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #0091db;
	text-decoration: none;
}
#contact_team a {
.twoColFixLtHdr font-size: 80%;
}
