@charset "utf-8";
body {
	font: 14px Georgia, "Times New Roman", Times, serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container {
	width: 963px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {width: 100%;
	position: relative;
}

.noprint {
	display: none;
	}

 #headerleft {
	width: 751px;
	float: left;
	height: 161px;
	}
.nodisplay {
	position:absolute;
	width:100px;
	left: -5000px;
	top: -4px;

}

#signup {
	position:absolute;
	width:185px;
	height:46px;
	z-index:1;
	left: 301px;
	top: 47px;
}

 #login{
	width: 212px;
	float: left;
	height: 161px;
	text-align: center;
	}
 #menu{
	width: 100%;
	height: 26px;
	float: left;
	position: relative;
	z-index: 10;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

 #menu a{
	color: #FFFFFF;
	text-decoration: none;
}


.dropdown a {
	color: #FFFFFF;
	text-decoration: none;
	
}

.dropdown ul{
	margin:4px 0px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
	list-style: none;
	
}
.dropdown li{

line-height: 20px;
}

.dropdown a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.dropdown a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.dropdown a:hover {
	color: #FFF;
	background-color:#537517;
	text-decoration: none;
	display: block;
}
.dropdown a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#about {
	position:absolute;
	width:159px;
	height:70px;
	z-index:11;
	background-color: #7AC141;
	left: 160px;
	top: 19px;
	visibility: hidden;
}
#residential {
	position:absolute;
	width:158px;
	height:70px;
	z-index:12;
	left: 320px;
	top: 19px;
	background-color: #7AC141;
	visibility: hidden;
}
#commercial {
	position:absolute;
	width:164px;
	height:50px;
	z-index:13;
	background-color: #7AC141;
	left: 479px;
	top: 19px;
	visibility: hidden;
}
#education {
	position:absolute;
	width:159px;
	height:69px;
	z-index:14;
	background-color: #7AC141;
	left: 644px;
	top: 19px;
	visibility: hidden;
}
 #mainContent {
	background: #FFFFFF;
	float: left;
	width: 100%;
}
#contact {
	position:absolute;
	width:158px;
	height:70px;
	z-index:15;
	background-color: #7AC141;
	left: 804px;
	top: 19px;
	visibility: hidden;
}

#mainContent h1{
	font-size: 24px;
	font-weight: normal;
	color: #d35c2a;
}

#mainContent h1.nomargin{
margin-bottom: -15px;
}

#mainContent h2{
	font-size: 18px;
	font-weight: normal;
	color: #558D2C;
	margin-bottom: -15px;
}

#mainContent h3{
	font-size: 14px;
	color: #558D2C;
	margin-bottom: -15px;
}
#tophalf {
	width: 100%;
	float: left;

	margin-bottom: 10px
}
#bottomhalf {
	width: 100%; 
	float: left; 
}

#contentLeft {
	padding: 0 20px;
	float: left;
	width: 693px;
} 

#boxout {
	padding: 10px;
	border: 1px solid #d35c2a;
	width: 225px;
	float: right;
	margin-left: 10px;
	}

#sidebar1 {
	float: right; 
	width: 220px; 
	padding: 15px 0px 15px 10px;
	text-align: right;
}
#video {
	width: 298px; 
	float: right; 
	margin-left: 25px;
}
 #leftside{
	width: 304px;
	height: 658px;
	float: left;
}
 #hometext{
	width: 659px;
	float: left;
	line-height: 20px;
	}

 #footer {
	float: left;
	width: 100%;
	background: url(images/footer-bg.jpg) no-repeat;

}

#bottomnav {
	width: 100%; height: 40px; float: left; clear: both; text-align: center; font-size: 11px; padding-top: 15px;
	}
	
#bottomnav a {text-decoration: none; color: #d35c2a}

#footerlogo {
width:546px; 
height: 96px; 
float:left;
	}

#puc {
	width:400px; 
	height: 71px; 
	float: right; 
	text-align: right; 
	color: #595959;
	padding-top: 25px;
}

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.orange {
	color: #d35c2a;
}

.green {
	color: #558D2C;
}
#innerlogin {
	text-align: left;
	margin: 10px auto;
	width: 175px;
	padding: 0;
}
.loginborder {
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	border-left: 1px dotted #666666;
	border-top-style: none;
	background: #dbdbdb;
}

form.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0px 2px;
}

form.login a{color: #000000}



#innerlogin input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 13px;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: inset 1px #708090;
}
.reduce {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

#view {
	position:absolute;
	width:1px;
	height:1px;
	z-index:11;
	left: 819px;
	top: 89px;
	visibility: hidden;
}


TABLE.residentialform {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.idstcDropDown {
	BORDER-RIGHT: #12487d 1px solid; BORDER-TOP: #12487d 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 12px;  BORDER-LEFT: #12487d 1px solid; WIDTH: 150px; COLOR: #000000; BORDER-BOTTOM: #12487d 1px solid;  FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
.wrapaetermsbox {width: 100%; text-align: center }
.aetermsbox {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; MARGIN-LEFT: auto; OVERFLOW: scroll; BORDER-LEFT: #cccccc 1px solid; WIDTH: 475px; MARGIN-RIGHT: auto; BORDER-BOTTOM: #cccccc 1px solid; HEIGHT: 150px; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px;
}

.btmtermsbox {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #12497e; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.fineprint {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; COLOR: #12497e; PADDING-TOP: 2px; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.phpMessages{
	font-size:15px;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
 
 

}

