/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

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

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	outline: none;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0;
	border: none;
	border-collapse: separate;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* typography */
body {
	margin: 57px 0 47px 0;
	font-size: 0.62em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
p, h1, h2 {
	margin: 0 0 9px 0;
}
p {
	font-size: 1.1em;
	line-height: 1.27em;
}
h1 {
	font-size: 1.2em;
	line-height:1.16em;
	font-weight:bold;
	color:#093479;
}
h2 {
	font-size: 1.2em;
	line-height:1.16em;
	font-weight:bold;
	color:#093479;
}
h3, h4, h5, h6 {
	font-size: 1.1em;
	font-weight:bold;
	line-height:1.27em;
}
a {
	color: #CC092F;
	text-decoration: underline;
}
a:hover, a:active {
	color: #1C3E95;
	text-decoration: underline;
}
/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input {
	margin : 0;
	padding : 0;
}
form {
	width: 38em;
	margin-left: 5px;
}
form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}
/* fieldset styling */
fieldset {
	margin: 1em 0;
	padding: 1em;
	border : 1px solid #e2e2e2;
}
/* legend styling */
legend {
	font-weight: bold;
	color: #062a5e;
}
/* style for  labels */
label {
	float: left;
	width: 14em;
}
/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}
label.error, input.submit {
	color: #F00;
	margin: 5px 0 0 0;
}
input {
	width: 225px;
}
input.radio, input.submit {
	width: auto;
}
textarea {
	width: 225px;
	height: 100px;
	padding:0;
}
/* submit */

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 280px;
	padding: 0 .25em;
	background-color: #062a5e;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */

.group:after, #sidebar:after, #wrapper:after, #header .branding:after, #nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group, #sidebar, #wrapper, #header .branding, #nav {
	zoom: 1;
	display: block;
}
body {
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
	
	.container {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:793px;
}
#header {
	position:relative;
	height: 152px;
	background: #E2DDD8;
}
#wrapper {
	background: #fff url(../images/bg_wrapper.jpg) right bottom repeat-y;
}
#wrapper .logos {
	clear:both;
}
#wrapper {
	padding:0px;
	color:#666;
}
#content {
	width:471px;
	float:left;
	padding: 20px 20px 20px 25px;
}
#sidebar {
	width:277px;
	float:right;
}
#footer {
	clear:both;
}
/* Main Backgrounds */
	body {
	background: #062A5E url(../images/bg_body.png) repeat-x 0 0;
	color: #fff;
}
/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	
  
  #header h1 {
	margin:0;
	padding:0;
	width:480px;
	height:150px;
}
#header h1 a {
	display:block;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
	width:480px;
	height:150px;
	margin:0;
}
#header .support {
	position:absolute;
	top: 45px;
	right:25px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	color: #1D3F96;
}
#header .support .phone {
	font-size:2.4em;
	line-height:1.1em;
	margin:0;
	color: #C20928;
	font-weight: bold;
}
#header .support .address {
	font-size:1.6em;
	line-height:1.2em;
	margin:0;
	font-weight: bold;
}
#header .support .license {
	font-size:1.3em;
	line-height:1.0em;
	margin:10px 0 0 0;
	font-weight: bold;
}
#nav {
	height: 43px;
	margin:4px 0px;
	padding:0;
	position: relative;
}
#nav ul {
	overflow:hidden;
	display:block;
	margin:0;
	padding:0;
}
#nav li {
	float:left;
	display:block;
	background: url(../images/bg_menu_sep.gif) repeat-y top left;
	padding-left: 2px;
}
#nav li.first {
	background-image: url(none);
}
#nav li a {
	display:block;
	text-decoration:none;
	text-align: center;
	line-height: 43px;
	letter-spacing:0px;
	color:#fff;
	color: #003592;
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	padding: 0 23px;
}
#nav li a:hover span,  #nav li a:hover,  #nav li.active a,  #nav li.active a span {
	color: #fff;
	background-color: #20558A;
}
#nav li.active a:hover {
	margin-left:2px;
}
#nav li.active a:hover span {
	margin:0
}
#nav li a:hover {
	margin-left: 0;
}
#nav li.active {
	margin-left:0
}
#nav li a:hover span {
	margin-left: 0px
}
#nav li:hover, #nav li:hover a, #nav li.sfhover, #nav li.sfhover a {
	background-color: #20558A;
	color: #fff !important;
}
#nav li ul {
	position: absolute;
	z-index: 100;
	background: #20558A;
	width: 220px;
	left: -999em;
	top: 43px;
	clear:both;
}
#nav li ul li {
	padding-right: 0px;
	width: 220px; /* width needed or else Opera goes nuts */
	background-image: url(none);
}
#nav li ul:hover {
	position: absolute;
	background: #20558A;
	left: -999em;
}
#nav li ul a {
	display: block;
	font-size: 1.4em;
	line-height: 36px;
	height: 36px;
	padding: 0 5px 0 10px;
	text-align: left;
	text-decoration: none;
	color:#FFFFFF;
	width: 220px;
}
#nav li ul a:hover {
	display: block;
	text-align: left;
	text-decoration: none;
	margin:0;
	color: #FFFFFF;
	background-color: #C32945 !important;
}
#nav li ul ul {
	margin: -1em 0 0 180px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul,  #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul,  #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}
#nav #nav-services a {
	background: transparent url(../images/menu_arrow.png) no-repeat 80px 20px;
}
#nav #nav-services a:hover {
	background-color: #20558A;
}
#nav #nav-services li a {
	background: url(none);
}
/* Active States */
        body.request #nav-request a,  
        body.affiliations #nav-affiliations a,  
        body.services #nav #nav-services a,  
        body.home #nav-home a, 
                body.testimonials #nav-testimonials a,  
 
        body.about #nav-about a,  
        body.contact #nav-contact a {
	background: url(../images/selected.gif) left no-repeat #20558A;
	color: #fff;
}



body.services #nav #nav-services #nav-water-treatment a,  

body.services #nav #nav-services #nav-water-heater a,  

body.services #nav #nav-services #nav-articles a {
	background: none;	
}

/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	

	#content {
}
.entry {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #000;
}
.entry h1 {
	font-size: 1.96em;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #1c3e95;
}
.entry h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #1c3e95;
}
.entry h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.75em 0 -0.25em 0;
	color: #1c3e95;
}
.entry p {
	margin: 0.75em 0;
	padding:0;
}
.entry ul, .entry ol {
	padding:0 0 0 15px;
	margin: -3px 0 8px 0;
	font-size:1.1em;
}
.entry ul li {
	line-height:1.16em;
	margin:0;
	padding:2px 0 2px 3px;
	list-style:disc;
}
.entry ol li {
	line-height:1.16em;
	margin:0;
	padding:2px 0 2px 0px;
}
.entry ul ul {
	font-size:1em;
}
.entry .col1 {
	float:left;
	width: 260px;
	overflow: hidden;
}
.entry .col2 {
	float:left;
	width: 170px;
	margin-left: 10px;
}
#content a {
}
#content a:hover {
}
/* 2.3	Sidebar
-----------------------------------------------------------------------------------------------*/	

	#sidebar {
	text-align: center;
	padding-bottom: 30px;
}
#sidebar ul {
	list-style: none;
	margin: 30px 10px 0px 10px;
	padding:0;
}
#sidebar li h3, #sidebar li h3 a {
	color: #C4112F;
	font-weight: bold;
	text-decoration: none;
}
#sidebar li h3 {
	font-size: 1.35em;
}
#sidebar li h3 a:hover {
	color: #1C3E95;
}
#sidebar li {
	font-size:1.2em;
	line-height:1.3em;
	text-align: left;
	margin-bottom: 32px;
	font-weight: bold;
	color: #444;
	background: url(../images/arrow.png) no-repeat 1px 4px;
	padding-left: 15px;
}
/* 2.4	Footer
-----------------------------------------------------------------------------------------------*/	

  ul.logos {
	margin:0 auto;
	padding:20px 0px 0 0;
	height: 90px;
	background: url(../images/bg_logo.jpg) repeat-x top left;
}
ul.logos li {
	margin:0px 10px;
	padding:0;
	list-style:none;
	display: inline;
}
ul.logos li a {
	padding: 0;
	margin:0;
}
#footer {
	padding:18px 20px 18px;
	text-align:center;
}
#footer p {
	font-size:1.2em;
	line-height:1.4em;
	margin:0;
	color: #7388A5;
}
#footer a {
	color: #fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

