@charset "utf-8";

body {
	background-color: #93A8BE;
	margin: 0px;
}

#container {
	text-align: left;
	width: 815px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	position:relative;
}
#header {
	height: 170px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/header_bkgrd.jpg);
	margin-bottom: 5px;
}

#callUs {
	height: 63px;
	float: right;
	background-image: url(../images/call_find_a_leak.jpg);
	background-repeat:no-repeat;
	padding-left: 70px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #013567;
	font-weight: bold;
	font-size: 20px;
	background-position: 0px 5px;
}

#mainContent {
	float: left;
	width: 630px;
	padding-left: 25px;
	padding-top: 0px;
	position: relative;
}
#mainContent h1, #mainContent h2, #mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}
#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.homeImage {
	float:right;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 15px;
}
.contentImage {
	float:right;
	margin-top: 40px;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#mainContent p a:link, #mainContent p a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #013567;
	text-decoration: none;
}

#mainContent p a:hover, #mainContent p a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B5023;
	text-decoration: none;
}
#mainContent #commercialIcon {
	float: left;
	text-align:center;
	width: 150px;
	margin-bottom: 20px;
}
#mainContent #commercialIcon a:link, #mainContent #commercialIcon a:visited {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #013567;
	text-decoration: none;
	background: url(../images/commercial_roll.jpg) no-repeat center top;
	border: none;
	padding-top: 130px;
	padding-bottom: 0px;
}

#mainContent #commercialIcon a:hover, #mainContent #commercialIcon a:active {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B5023;
	text-decoration: none;
	background: url(../images/commercial_roll.jpg) no-repeat center -259px;
	border: none;
	padding-top: 130px;
	padding-bottom: 0px;
}

#mainContent #domesticIcon {
	float: left;
	text-align:center;
	width: 150px;
	margin-left: 90px;
	margin-bottom: 20px;
}
#mainContent #domesticIcon a:link, #mainContent #domesticIcon a:visited {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #013567;
	text-decoration: none;
	background: url(../images/domestic_roll.jpg) no-repeat center top;
	border: none;
	padding-top: 130px;
	padding-bottom: 0px;
}

#mainContent #domesticIcon a:hover, #mainContent #domesticIcon a:active {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B5023;
	text-decoration: none;
	background: url(../images/domestic_roll.jpg) no-repeat center -259px;
	border: none;
	padding-top: 130px;
	padding-bottom: 0px;
}

#mainContent #waterManagementIcon {
	float: right;
	text-align:center;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#mainContent #waterManagementIcon a:link, #mainContent #waterManagementIcon a:visited {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #013567;
	text-decoration: none;
	background: url(../images/management_roll.jpg) no-repeat center top;
	border: none;
	padding-top: 130px;
	padding-bottom: 0px;
}

#mainContent #waterManagementIcon a:hover, #mainContent #waterManagementIcon a:active {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B5023;
	text-decoration: none;
	background: url(../images/management_roll.jpg) no-repeat center -259px;
	border: none;
	padding-top: 130px;
	padding-bottom: 0px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	background-image: url(../images/open-quote.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
blockquote span.testimonial {
	display: block;
	text-align: right;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 1.5em;
	padding-top: 0px;
	padding-right: 1em;
	background-image: url(../images/close-quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-style: normal;
}



#sidebar {
	float: right;
	width: 130px;
	background-image: url(../images/callback_bckgrd.jpg);
	background-repeat:no-repeat;
	margin-right: 20px;
	height: 178px;
	padding-top: 40px;
}

/*form styles*/
form#callBack {
	width: 130px;
	margin: 0 auto;
}

.callBackField {
	width: 95px;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
}

#callBack p {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	text-align: center;
}
.callbackTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 10px;
	padding-top: 5px;
}
/*end of form styles*/

#nav2 ul {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
}
#nav2 li {
	float:left;
}
#nav2 li a:link,#nav2 li a:visited
{
	background: #F63;
	padding: .2em .5em;
	display: block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#333;
	text-decoration:none;
	line-height: 1.2em;
	margin-right: .5em;
}
#nav2 li a:hover	{
	color:#03C;
	background:#FFF;
}
#nav2 li a.current,#nav2 li a.current:hover,#nav2 li a.current:active {
	color: #0C6;
	background:#000;
	cursor: default;
}

	
.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
#footer {
	height: 110px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
}
#footerText {
	position: absolute;
	width: 415px;
	left: 275px;
	bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}

#footerText a:link, #footerText a:visited, #footerText a:hover, #footerText a:active {
	color:#333;
	text-decoration:none;
}


#leftFooter {
	float: left;
	width: 92px;
	height: 100px;
	background-image: url(../images/approved_plumber.jpg);
	background-repeat: no-repeat;
}
#rightFooter {
	float: right;
	width: 100px;
	height: 100px;
	background-image: url(../images/gas_safe.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#socialMedia {
	position: absolute;
	bottom: 10px;
	left: 140px;
}


/*
pure css nav bar sytle sheet
*/

#navBar2 {
	position: absolute;
	top: 73px;
	right: 25px;
	width: 765px;
	}
	
.cssMenu {
	position:relative;
	z-index:100;
	width:100%;
	min-width:765px;
	height:32px;
	background:#013567 url(../images/contact_tab_bckgrd.jpg) no-repeat center right;
	}
	
* html .cssMenu .level1 {
	float:left;
	height: 1px;
	border-left:590px solid #fff;
	}
* html .cssMenu .level2 {
	position:relative;
	margin-left:-590px;
	height:1px;
	background:#013567 url(../images/normal_bckgrd.jpg) center right;
	}
.cssMenu ul {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	}
.cssMenu li {
	float:left;
	margin:0;
	}
.cssMenu li:hover,.cssMenu li a:hover {
	position:relative;
	}
.cssMenu a {
	display:block;
	float:left;
	height:32px;
	white-space:nowrap;
	padding:0 12px 0 12px;
	font:bold 16px/32px Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	background:#013567 url(../images/tab_rollovers.jpg) no-repeat top right;
	}
.cssMenu li:hover a,.cssMenu a:hover {
	background:#013567 url(../images/tab_rollovers.jpg) no-repeat bottom right;
	}
	
.cssMenu li.homeback a:link,.cssMenu li.homeback a:visited
{
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.cssMenu li.homeback a:hover,.cssMenu li.homeback a:active
{
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
	
.cssMenu a.sub {
	padding:0 12px 0 12px;
	}
.cssMenu li:hover a.sub,.cssMenu a.sub:hover {
	background:#013567 url(../images/tab_rollovers.jpg) no-repeat bottom right;
	}
.cssMenu ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:207px;
	height:auto;
	background: #666666;
	}
.cssMenu table {
	margin-top:-1px;
	border-collapse:collapse;
	}
.cssMenu ul :hover ul {
	left:-1px;top:32px;
	}
.cssMenu li li {
	width:205px;
	border:1px solid #000000;
	border-width:0 1px;
	padding:0
	}
.cssMenu li li.sfirst {
	border-top:1px solid #000000;
	}
.cssMenu li li.slast {
	border-bottom:1px solid #000000;
	}
.cssMenu ul ul a,.cssMenu ul :hover ul a {
	float:none;
	margin:0;
	width:auto;
	height:auto;
	white-space:normal;
	padding:6px 8px 6px 12px;
	font:12px/12px Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-align:left;
	color:#ffffff;
	background:none;}
	
.cssMenu ul ul :hover a,.cssMenu ul ul a:hover {
	background:#93A8BE;
	}
.cssMenu br {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}
#contactForm {
	display:block;
	width: 400px;
	margin-left: 25px;
	border: 2px solid #93A8BE;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
label.contactForm {
	font-weight: bold;
	display: block;
	float: left;
	width: 12em;
}
input.contForm {
	width: 200px;

}
select.contactForm {

}
textarea.contactForm {
	width: 200px;
}
input.submit {
	margin-left: 145px;

}


	
/* SpryValidationSelect.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* These are the classes applied on the messages
 * (required message and invalid state message)
 * which prevent them from being displayed by default.
 */ 
.selectRequiredMsg, .selectInvalidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states (required, invalid).
 * These classes set a default red border and color for the error text.
 * The state class (.selectRequiredState or .selectInvalidState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.selectRequiredState .selectRequiredMsg,
.selectInvalidState .selectInvalidMsg {
	display: inline;
	color: #CC3333;
}

/* The next three group selectors control the way the core element (SELECT) looks like when the widget is in one of the states: 
 * focus, required / invalid, valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the SELECT
 * - the widget id is placed on the SELECT element itself (there are no error messages)
 */
 
/* When the widget is in the valid state the SELECT has a green background applied on it. */
.selectValidState select, select.selectValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the SELECT has a red background applied on it. */
select.selectRequiredState, .selectRequiredState select,
select.selectInvalidState, .selectInvalidState select {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the SELECT has a yellow background applied on it. */
.selectFocusState select, select.selectFocusState {
	background-color: #FFFFCC;
}


/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: block;
	color: #CC3333;
	font-weight:bold;
	margin-left: 50px;
	margin-bottom: 0px;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}
