html, body, p, div, input, textarea, select, option, h1, h2, h3, h4, h5, h6, img, a, a:link, a:active, a:hover, a:visited, form, ul, li{
  margin:0;
  padding:0;
  text-align:left;
  line-height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background-main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
}


a:link, a:active, a:visited, a:hover{
	color:#0886D8;
}

a:hover{
	text-decoration:none;
}

#container {
	height: auto;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo{
  float: left;
  margin-top: 40px;
  margin-left: 2px;
}
#logo h1{
  font-family: Arial;
  color:#666666;
  font-size:35px;
  font-weight:normal;
}
#logo a:link, a:visited, a:active, a:hover{
  text-decoration: none;
}
#header {
	height: 95px;
	width: 920px;
	float: left;
}
#nav {
	float: right;
	height: 39px;
	margin-top: 56px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav ul li{
	margin:0;
	padding:0;
	display:inline;
	float:left;
}



a{
    outline:none;
}


#bluebox {
	background-image: url(../images/bluebox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 313px;
	width: 920px;
}
#steelbuilding {
	float: right;
	height: 248px;
	width: 688px;
	margin-top: 66px;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bluecontent {
	position: absolute;
	width: 600px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#bluecontent h2 {
	font-size: 26px;
	font-weight: normal;
	color: #eaeaea;
	text-align: left;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #63C3E5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#bluecontent h3 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-left: 33px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding: 0px;
}


#bluecontent p {
	font-size: 13px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0px;
}

#bluecontent ul{
	text-align: left;
	font-size:14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	color: #FFFFFF;

	padding: 0px;
}
#bluecontent ul li{
	line-height: 25px;
}

.bluecontentbutton  {
	text-align: left;
	padding: 0px;
	float: left;
	height: 42px;
	width: 250px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}

.radiospace {
	margin-top: 1px;
	margin-right: 2px;
}
#maincontent {
	float: left;
	width: 920px;
	padding: 0px;
	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contenttop {
	float: left;
	height: 18px;
	width: 918px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 0px;
}
#contentbottom {
	padding: 0px;
	float: left;
	height: 20px;
	width: 918px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

#content {
	background-image: url(../images/contentbody.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	float: left;
	height: auto;
	width: 833px;
  padding-left:43px;
  padding-right:43px;
  margin-bottom:0px;
	min-height:600px;
}
#content p {
	font-size: 13px;
	margin-left: 0;
	text-align: left;
	color: #666666;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#content h2 {
	margin-top: 12px;
	text-align: left;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0px;
}
#content h3 {
	font-size: 16px;
	font-weight: normal;
	color: #0886C4;
	margin-top: 15px;
	margin-bottom: -10px;
	text-align: left;
	padding: 0px;
	letter-spacing: 0.01em;
}
#content ul {
  margin:0;
  padding:0;
	list-style-type:none;
	font-size: 13px;
	line-height: 17px;
	color: #666666;
	text-align: left;
  margin-left:20px;
  margin-top:17px;
}


#content li {
	padding-top: 5px;
	padding-bottom:8px;
   background:url(../images/bullet.gif) no-repeat -0px 11px;
   padding-left:14px;
	 	line-height:150%;

}
#footer {
	float: left;
	height: 50px;
	width: 920px;
}
#footerleft {
	float: left;
	height: auto;
	width: 400px;
	font-size: 12px;
	color: #999999;
	text-align: left;
	margin-top: 17px;
	margin-left: 10px;
}
#footerleft a:link {
	text-decoration: none;
	color: #999999;
}
#footerleft a:active {
	text-decoration: none;
	color: #999999;
}
#footerleft a:hover {
	text-decoration: none;
	color: #999999;
}
#footerleft a:visited {
	text-decoration: none;
	color: #999999;
}

#footerright {
	float: right;
	width: 400px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #999999;
	text-align: right;
	word-spacing: .15em;
}

#footerright a:link {
	text-decoration: none;
	color: #0886C4;
}
#footerright a:active {
	text-decoration: none;
	color: #ff0000;
}
#footerright a:hover {
	text-decoration: none;
	color: #000000;
}
#footerright a:visited {
	text-decoration: none;
	color: #0886C4;
}
a img{
    border:0;
}

.clearfloat { height: 1px; clear: both;}
.clear0 { height: 0; clear: both; }

/*START FORM STYLES*/
#form_questions_commercial{
	display:none;
}

#form_questions_residential, .other_text{
	display:none;
}

#main_form, .form_container{
	background-color:#fff;

}

#content .form_container h3, #content .form_container h2{
	 margin:15px 0 5px 83px;
	 color:#fff;
}


#main_form h2{padding-bottom:0;margin-bottom:0;}
#main_form p{padding-bottom:0;margin-bottom:25px;}

.form_container{
	width:822px;
	margin:0px;
	padding:0px 0 60px 0;
	font-size:14px;
	font-weight:500;
	color:#000000;
	min-height:500px;
	margin-top:-7px;
}

*:first-child+html .form_container{
	margin-top:5px;
}


.inner_form{
	paddding:0;
	margin:0;
	background-color:#fff;
	width:822px;
	padding-bottom:20px;
	float:left;
}

.c_item, .c_item_clear{
	padding:10px 30px 10px 30px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:1px solid #88A188;
  border-bottom:1px dotted #DAD1B0
}

*:first-child+html .c_item{
	padding-top:0;
	padding-bottom:10px;
	margin-top:10px;
}


.c_item_clear{
	border:0;
	padding-bottom:0;
	padding-top:8px;
}

.c_left, .c_left_wide, .c_left_equal{
	padding-left:0px;
	width:190px;
	float:left;
}

.c_left_wide{
	width:300px;
}

.form_container table, .form_container .c_left_wide{
	font-size:14px;
	color:#000000;
}


.c_left_equal{
	width:45%;
}	


.c_right, .c_right_equal{
	padding-left:0px;
	float:left;
}

.c_right_equal{
	width:45%;
}

textarea, td{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}


.c_right textarea{
	margin:0px 0 0 0px;
	border:1px solid #000000;
	width:220px;
}


table.form{
  margin-top: -16px;
	margin-left:9px;
	margin-bottom:0;
}

.eq_sp{
	width:85px;
	float:left;
	display:inline;
}

.form_table{
	width:325px;
}

.large_form_table{
	width:90%;
	margin:0 auto;
	margin-left:65px;
}

.large_form_table td{
	width:25%;
  padding-bottom:10px;
}

.std_input, .zipwidth, .prop_select, .prop_select2, .datewidth, .yearwidth, .phonewidth, .addr_input{
	width:220px;
	border:1px solid #000000;
		padding:1px 0 1px 0;
}

	

select{
	border:1px solid #000000;
}

.addr_input{
	width:294px;
}

.zipwidth{
	width:80px;
}

.prop_select{
	width:61px;
}

.prop_select2{
	width:194px;
}

.button{
	float:right;
}

.button_c{
	border:0;
  padding-bottom:10px;
	margin-top:6px;
}

#current_provider, #mailing_address{
	display:none;
}

.datewidth{
  width:25px;
}

.yearwidth{
  width:40px;
}

.phonewidth{
  width:35px;
}

.width81{
  width:81px;
}
/*END FORM STYLES*/

f
.disclaimer{
	width:657px;
	margin:0 auto;
	font-size:10px;
	color:#707070;
	line-height:120%;
	padding-top:5px;
  margin-top:13px;
}

.disclaimer a{
	size:7pt;
	color:#707070;
}

*:first-child+html .disclaimer{
	padding-top:0;
}
.error, input.error{
	border:3px solid red;
  display:inline;
}

em.error{
width:1px;
display:block;
}

em{
	margin-left:0px;
  position:absolute;
  z-index:-1;
	
}

.small{
	font-size:8pt;
}

/*ARTICLES DIVS STYLE */
#content .articles_top{
  width:350px;
  min-height:350px;
  border-top-style:dotted;
  border-left-style:dotted;
  border-bottom-style:dotted;
  border-width:3px;
  border-color:#D6D6D6;
  padding:0px 0px 10px 10px;
  margin-bottom:15px;
  margin-top:13px;
  margin-left:5px;
  margin-right:7px;
  float:right;
}

#content .articles_top h3{
  margin-bottom:10px;
}

#content .articles_top h4.question{
  margin-top:15px;
  margin-bottom:-10px;
}

#content .article_h3{
  margin-bottom:-4px;
}

/*articles_left div */
#content .articles_left{
  width:45%;
  min-height:150px;
  padding:0px 26px 0px 0px;
  margin:0px 0px 0px 0px;
  border-color:#D6D6D6;
  float:left;
}
*:first-child+html #content .articles_left{
  padding-top:18px;
}

#content .articles_left h3{
  margin-bottom:10px;
  text-align:left;
}

#content .articles_left h4.question{
  margin:15px 0px -10px 0px;
  font-size:13px;
  color:#666666;
}

/*articles_right div */
#content .articles_right{
  width:45%;
  min-height:150px;
  padding:0px 0px 0px 39px;
  margin:0px 0px 0px 0px;
  border-color:#D6D6D6;
  float:right;
}
*:first-child+html #content .articles_right{
  padding-top:18px;
}

#content .articles_right h3{
  margin-bottom:10px;
  text-align:center;
}

#content .articles_right h4.question{
  margin:15px 0px -10px 0px;
  font-size:13px;
  color:#666666;
}

#content .table_states td{
  padding:0px 10px 0px 0px;
}

#content .state_articles h3{
  margin-bottom:4px;
}

hr{
  height:1px;
  border:0px;
  margin:18px 0px 0px 0px;
  background-color:#D6D6D6;
}

*:first-child+html hr{
  margin:18px 0px 0px 0px;
}

/* FAQ and Glossary Styles */
#content .faq_div{
}

#content .faq_div h4.question{
  margin:15px 0px -10px 0px;
  font-size:13px;
  color:#666666;
}

#content #gloss_cont{
  margin:18px 0px 0px 0px;
}

#content #gloss_cont #letters{
  text-align:center;
}

#content #gloss_cont a{
  text-decoration:none;
}

#faqs_div{
  min-height:200px;
  margin:18px 0px 0px 0px;
}
