body{
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
}
img{
	border:0;	
}
p{
	margin-top:0;
	padding-top:0;
	line-height:1.3em;
}
h1{
	font-size:1.1em;
	margin-top:0;
	padding-top:0;
}
h2{
	font-size:1.0em;
	margin:0 0 0.5em 0;
	padding-top:1.0em;
}
#mainwrapper{
	margin:0 auto;
	width:800px;
}
#header{
	width:800px;
	height:61px;
	background-color:#000;
}
#header img{
	float:left;	
}
#right{
	float:right;
	width:653px;
}
#left{
	float:left;
	width:147px;
}
#content{
	padding:43px 20px 30px 50px;
	font-size:1.0em;
	position:relative;
}
/********* navigation ************/
#nav{
	width:147px;
}
#nav ul{
	list-style:none;
	text-align:right;
	padding:4px 0 0 0;
	margin:0;
}
#nav li{
	background:url(images/nav-bg.gif) no-repeat top left;
	width:147px;
	padding:0;
	margin:0 0 1px 0;
}
#nav li a{
	display:block;
	width:137px;
	height:19px;
	font-style:italic;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:10px 10px 0 0;
}
#nav li a:hover{
	background:url(images/nav-bg-over.gif) no-repeat top left;
}
#nav ul .current{
	background:url(images/nav-bg-over.gif) no-repeat top left;
}
/********* sub nav ***********/
#nav ul ul{ /*submenu container*/
	padding:0;
}
#nav ul ul li{/*submenu item*/
	background:#fff;
	background-image:none;
	border-bottom:1px solid #00697d;
	width:147px;
	height:auto;
	padding:2px 0;
	margin:0 0 1px 0;
}
#nav ul ul li a{
	color:#00697d;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	padding:3px 10px 3px 0;
	height:auto;
}
#nav ul ul li a:hover{
	color:#ff0007;
	background-image:none;
}
#nav ul ul .current a{
	background-image:none;
	color:#ff0007;
}
#nav ul ul .current{
	background-image:none;
}
#nav .last{
	border-bottom:0;	
}
/*********** footer *********/
#footer{
	clear:both;
	padding:20px 0 10px 10px;
	width:653px;
	float:right;
	font-size:9px;
	text-align:center;
}
#footer a:link, #footer a:visited, #content a:link, #content a:visited{
	color:#0199b9;	
}
#footer a:hover, #content a:hover{
	color:#ff0000;	
}
/******** exceptions ********/
/**** faq ***/
#content p.condense{
	margin:0 0 0.5em 0;
	padding:0;
}
#accordion h3, #accordion div, #accordion a:link{
	background:none #fff;
	border:0;
}
#accordion div{
	font-size:0.85em;	
}
#accordion h3{
	font-size:0.85em;	
}
/**** background images *****/
#home #content{
	background:url(images/photos/istockphoto_2436842-gas-stove-from-above-blue-flames-on-black.jpg) bottom right no-repeat;	
}
/*#about-us #content{
	background:url(images/photos/istockphoto_6339922-gas-flame.jpg) bottom right no-repeat;	
}*/
#content img{
	float:right;
	padding: 0 0 20px 20px;
	margin-right:-20px;
}
/******* forms ************/
.clear { clear: both; }
.alert, .error, .red { color: #FF0000; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
	padding-left:0;
}

ol.forms li {	
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align:left;
	width: 120px;
}

ol.forms input { width: 37%; }

ol.forms textarea {
	height: 20em; 
	width: 64%; 
}

ol.forms input, ol.forms textarea { font: 1em Georgia, "Times New Roman", Times, serif; }

.alert{
	padding-left: 125px;
}

ol.forms .error, .ziptest-form .error { 
	padding-left:5px;
	font-size:.9em;
}

ol.forms li.buttons {
	padding-left: 125px;
	width: auto;
}
.formanswer{
	display:none;
	visibility:hidden;
}
ol.forms .service-buttons input{
	width:15px;
}
ol.forms .service-buttons label {
	display:inline;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align:left;
	width: 150px;
}
ol.forms label.plan-choices {
	display: block;
	clear:both;
	float:left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align:left;
	width:auto;
	padding-left:125px;
}
ol.forms .plan-choices input{
	width:auto;	
}