/* IE6 PNG FIX 
img, div, a, input, li, ul { 
	behavior: url('/includes/css/iepngfix.htc') 
}
*/

body {

	background-image: url(../../images/background.png);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0;
	margin: auto;
	background-color: #dedddd;

}

#mainDiv {

	width: 975px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	background-image: url('../../images/maindiv_wrapper.png');
	background-repeat: repeat-y;


}
#wrapper {

	width: 975px;
	background-image: url('../../images/wrapper-bg.png');
	background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-family: Arial, Helvetica, Lucida Grande, Geneva;
	font-size: 12px;
	overflow: hidden;
	border: 1px solid black;

}

#header {

	width: 975px;
	height: 199px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;

	text-align: center;
	
	border: 1px solid #000000;
	border-bottom: none;
	
	background-image: url('../../images/header.jpg');
	background-repeat: no-repeat;
}



#content {

	width: 975px;
}

#leftContent{

	width: 787px !important;
	float: left;
	border-right: 1px dotted #DDDDDD;
	margin-bottom: 20px;
	padding: 0;
	background-color: #ffffff;
	padding-bottom: 30px;
}

#rightContent {

	width: 187px;
	float: right;	
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	background-color: #cccccc !important;
}

rightContent a {
	
	padding: 0;
	margin: 0;

}

#footer {

	width: 975px;
	color: #ffffff;
	height: 80px;
	clear: both;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;

	text-align: left;
	font-family: Arial, Helvetica, Lucida Grande, Geneva;
	font-size: 12px;
	
	background-image: url(../../images/footerbg.jpg);
	background-repeat: no-repeat;
	
	border: 1px solid black;
	border-top: none;
	
}




#footer ul {

	background-color: #000000 !important;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	
	overflow: auto;
	padding-right: 10px;
}


#footer li {

	float: left;
	margin-left: 10px;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	
	color: #FFFFFF;
	text-decoration: none;

}

#footer a:hover {
	
	color: #ffa729;

}


#navigation {

	width: 975px;
	min-height: 30px;
	background-color: #333333;
	color: #ffffff;
	background-image: url('../../images/nav-bg.png');
	background-repeat: repeat;
	border-top: 1px solid #ffffff;
	margin-top: -3px;
	font-size: 13px;
}


#navigation ul { 

	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {

	float: left;
	margin-left: 10px;

	display: block;
	height: 30px;


}


#navigation li ul {

	position: absolute;
	width: 18em;
	left: -999em;
	background-color: #000000;
	padding-bottom: 5px;
	
}

#navigation li ul li {

	clear: both;
	width: 100%;
	margin: 0;
	font-weight: normal;
}

#navigation li ul li:hover {

	color: #ffffff;
}	

.why-intent-nav {

	background-color: #000000;	

}

		
	
#navigation li:hover ul,
#navigation li.sfhover ul {

	left: auto;
	
}

#navigation li ul li a{
	
	width: auto;
	padding-left: 10px;

}

#navigation a:link,
#navigation a:visited,
#navigation a:active {

	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;

	
	height: 30px;
	line-height: 30px;
	font-weight: bold;

}

#navigation a:hover  {
	
	color: #ffffff;
	background-image: url(../../images/nav-bg-over.png);
}

#navigation li ul li {

	float: left;
	margin-left: 0px;

	display: block;
	height: 20px;


}



#navigation li ul li a:link,
#navigation li ul li a:visited,
#navigation li ul li a:active {

	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;

	
	height: 20px;
	line-height: 20px;
	font-weight: normal;

}

#navigation li ul li a:hover  {
	
	color: #ffffff;
	background-color: #aa3a22;
	background-image: none;
}


#navigation .icons li {

	margin-left: 2px;
	padding: 0px;

}

#navigation .icons li a{
	
	padding-top: 8px !important;
	line-height: 10px !important;
	min-height: 10px !important;
	height: 22px;
}


.right {

	float: right;
	
}

.left {

	float: left;
}

img {
	
	border: 0;

}
.center {

	text-align: center;
}

.dkRed {

	color: #880000;

}

.grey {

	background-color: #DDDDDD;
	padding: 10px;
}

#leftContentText p {
	
	padding-left: 5px;

}
h1, h2, h3, h4 {


color: #880000;
}


#leftContentText, 
#rightLatestNews {

	padding-top: 20px;
	margin-right: 20px;
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-bottom: 20px;
	
}

.rightContentText {

	padding: 10px;
	background-color: #cccccc !important;
}


#rightLatestNews {

	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	background-image: url(../../images/latest_news_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
	/* _height: 200px; */

}

#rightNewsText {
	
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;

}


#rightContentText {

	padding-top: 80px;
	min-height: 150px;	
	/* _height: 150px; */

}

#rightContentText .pdfList {

	
	line-height: 22px;

}

#rightContentText h4 {

	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
.importantText {

	color: #ff0000;
	font-style:italic; 
}


#redArrow, .pdfList, .ieList {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.pdfList,
.ieList {

	padding-left: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#redArrow li {

	background-image: url(../../images/icon_arrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #999999;
	font-weight: bold;
	padding-bottom: 10px;

}

.pdfList li {

	background-image: url(../../images/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 22px;


}


.ieList li {

	background-image: url(../../images/icon_ie.gif);
	background-repeat: no-repeat;
	padding-left: 22px;


}

.black,
a.black {

	color: #000000 !important;

}

#redArrow a:link,
#redArrow a:visited,
#redArrow a:active  {
	
	color: #999999;
	text-decoration: none;
	margin-top: -5px;


}

#redArrow a:hover  {
	
	color: #666666;

}

.redBoldItalic {

	color: #901412;
	font-style: italic;
	font-weight: bold;
	
}

.redBold {

	color: #901412 !important;
	font-weight: bold;
}

.middleImage {

	margin-left: 10px;
	margin-right: 10px;

}

.clear {
	clear: both;
}

.clearLeft {

	clear: left;
}

.clearRight {

	clear: right;
	
}
.blackBorder {

	border: 1px solid #000000;

}

#contactBox {

	width: 335px !important;
	border: 1px solid #000000;
	background-color: #f2f2f2;
	float: right;
	color: #000000;
	margin-right: 20px;
	z-index: 5000;
		
}

#contactBox .heading {

	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px !important;
	padding-right: 5px;
	color: #ffffff;
	background-color: #663333;
	font-weight: bold;
	margin-bottom: 5px;
	

}

#contactBox label {

	float: left;
	margin-left: 5px;
	clear: both;

}

#contactBox input {
	
	float: right;
	margin: 5px;


}

#contactBox textarea {
	
	clear: both;
	margin: 5px;
	width: 320px;

}

#contactBox #submit {

	float: none;
	margin-left: 150px;

}



#miniForm {

	float: right;
	width: 190px; 
	background-image: url('../../images/mini_form.png');
	margin: 5px;
	margin-top: -70px;
}

#miniForm label {

	color: #ffffff;
	clear: both;
	margin-left: 18px;
}

#miniForm input,
#miniForm textarea {

	margin-left: 18px;
	width: 150px;
	border: 1px solid #480a0a;
	margin-bottom: 10px;

}

#miniForm p {

	color: #ffffff;
	text-align: justify;
	margin-left: 18px;
	width: 150px;
	padding-bottom: 5px;
	
}

#miniForm h3 {

	color: #ffffff;
	margin-top: 10px;
	text-align: center;
	
}

#miniForm .submitButton {

	width: 90px;
	height: 22px;	
	margin-left: 50px;
}

#leftContent h1, 
#leftContent h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;

}


#sitemap ul, 
#sitemap li {
	
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#welcome { 
	background-image: url("../../images/pagetitle_welcome.jpg");
	width: 580px;
	height: 71px;
	z-index: 0;
}

.ulIndent {
	
	margin-left: 3px;

}

.valuepoints {

	font-weight: bold;
	color: #5a2f0c;
}

#whyTable {

	border: 1px solid #000000; 
	font-size: 10px;
	padding: 0;
	border-spacing: 0;

}

#whyTable td {

	border: 1px solid #000000; 
	padding: 3px;
}


#whyTable .alt {

	background-color: #ebf8ff;

}

#whyTable .heading {

	font-size: 12px;
	background-color: #f6ff00;
	font-weight: bold;
	
}

#whyTable .topHeading {

	font-size: 12px;
	font-weight: bold;
}

#contact-address {


	float: right;
	width: 170px;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #efefef;
	font-size: 14px;

}

#contact-address p {


	padding: 10px;

}

#contactBox p {

	padding: 0;
	margin: 0;
	
}

#sitemap  li {
	
	list-style-type: disc;
	font-size: 12px;
	line-height: 18px;

}

#sitemap ul {
	
	margin-top: 5px;
	margin-bottom: 5px;

}

#rightNewsText a:link,
#rightNewsText a:visited,
#rightNewsText a:active {

	color: #ffffff;	
	
}


#rightNewsText a:hover  {
	
	color: #ffffff;
	text-decoration: none;
}

#mainBorder, 
.mainBorder {

	background-color: #ffffff;
	border: 1px solid #000000;
	width: 428px;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}

.mainBorder {

	width: 255px;

}

#mainClickHere, 
.mainClickHere {

	background-color: #660000;
	border: 1px solid #000000;
	padding: 6px;
	color: #ffffff;
	width: 414px;

}

.mainClickHere {
	
	width: 241px;

}

#mainClickHere a,
.mainClickHere a,
#mainClickHere a:visited,
.mainClickHere a:visited,
#mainClickHere a:hover,
.mainClickHere a:hover {

	color: #ffffff;	
	text-decoration: none;

}

 
#newsletter {
	
	padding: 10px;

}


#topPadder {
	
	height: 15px;
	width: 100%;
	clear: both;
	background-color: #F0F0F0;
	border-bottom: 1px solid #C8C8C8;
	margin-bottom: 1px;

}

.firstP {
	background-image: url("../../images/p-back.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.pH1 {
	
	margin-top: -5px;
}



.contentUL li {

	margin-left: 20px;

}

.kc {

	background-image: url("../../images/kc-header.jpg");
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #cccccc !important;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 35px;
	font-size: 10px;
}

.kc-page {

	background-image: url("../../images/kc-page-header.jpg");
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #cccccc !important;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 15px;
	font-size: 10px;
}

.intent-news {

	background-image: url("../../images/news-header.jpg");
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #cccccc !important;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 15px;
	font-size: 10px;

}

.newsletter-signup {

	background-image: url("../../images/newsletter-header.jpg");
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #cccccc !important;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 15px;
	font-size: 10px;

}

p.in-box {
	
	padding-left: 10px;
	padding-right: 10px;

}


.req {

	float: right !important;
	margin-top: 0px;
	font-weight: normal;
	font-size: 10px;
	padding-right: 10px;

}

.navIconPad {
				
	padding-top: 1px !important;
	padding-bottom: 0px !important;

}

.boldTagline {

	font-size: 18px;
	font-style: italic;
	font-weight: 550;
	color: #670502;
	text-align: center;
    font-family: Times New Roman;
}


.kcList {

	margin-top: 0px;
	padding-top: 0px;

}

.kcHead {

	margin-bottom: 5px;
	font-size: 13px;

}

.testimonial {
	
	width: 510px;
	background-color: #b6d8ff;
	padding: 10px;
	border: 2px solid #005ac0;
	margin-left: 10px;

}

.testimonial blockquote {
	
	font-style: italic;
	margin-left: 30px;


}

.testimonial p {
	
	margin-left: 30px;


}

.value li {

	padding-bottom: 10px;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 10px;

}

.value {
	
	margin-bottom: 20px;

}


.link {
	
	margin-left: 455px;
	clear: both;
	position: absolute;
	margin-top: 132px;	
}

.link a {
	
	padding: 0;
	margin: 0;

}

#hydroPics {

	float: right;
	width: 200px;


}
#hydroList {

	width: 275px !important;

}

#hydroPics p img {

	padding-bottom: 15px;
}

#hydroList li {
	
	text-align: justify;
	padding-bottom: 8px;

}

.pRed {
	
	color: #d6362a !important;

}

.pOrange {

	color: #e26a2b;

}

.pYellow {

	color: #ffa729;

}

.pBlue {
	
	color: #0074b0;

}

#diffn {

	float: right;
	width: 200px;
	padding: 10px;
	border: 1px solid #999999;

}

.yellowBG {

	background-color: #e7e750;
	padding: 10px;
	vertical-align: top;

}

.pinkBG {

	background-color: #ef7171;
	padding: 10px;
	vertical-align: top;
}

#customerTable {
	
	width: 700px;

}

#customerTable td {
	
	width: 320px;
	vertical-align: top;

}

ul#sitemap-list li {
    list-style-type: none;
}
ul#sitemap-list a {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.75em;
}

ul#sitemap-list li li a {
    font-weight: normal;
    font-size: 12px;
}

#contactForm table td {

	padding: 5px;
	font-size: 14px;

}

#contactForm table td input, 
#contactForm table td textarea {

	border: 1px solid #666666;
	width: 200px;
	font-size: 16px;

}

#contactForm table td textarea {

	height: 100px;

}

.padBox {
	
	padding-left: 40px;

}

p.manager {

	font-size: 14px;

}

#header ul {

	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-right: 20px;
	font-family: arial, sans-serif;
	font-size: 12px;

}

#header ul li {

	float: right;
	margin-left: 10px;
}

#header ul li a {
	
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#header ul li a:hover {

	color: #ffffff;
	
}
input.textfield {
    width: 300px;
    float: left;
}

textarea#feedbackfield {
    height: 100px;
    width: 300px;
    clear: left;
    float: left;
}

label {
    display: block;

    width: 100px;
	font-size: 13px;
    
}

label.noneed {
    width: auto;
}


#yellowBoxLanding {


	margin-left: 20px;
	width: 310px;
	background-color: #fff9b8;
	color: #000000;
	font-size: 11px;
	padding: 10px;

}