/****************************************************************
 *	There is an issue with the display in Dreamweaver
 *	when the li element is styled with position:relative
 *	but this is necessary to avoid an image caching issue
 *	with IE. You can comment it out in the stylesheet while
 *	you are working with it in Dreamweaver, but don't upload
 *	this stylesheet or else remove the comment before uploading
 *	to test
 ****************************************************************/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	background-color:#FFFFFF;
}

h1  {
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0px;
	padding-bottom: 2px;
}

h2 {
	margin-top: 0px;
	padding-top:10px;
	margin-bottom: 0px;
}

a:link, a:visited {
	text-decoration:none;
}

a {
	text-decoration:none;
}

ul {
	list-style-type: none;
	padding-left: 15;
	margin: 0px;
	padding:0px;
}

li {
	padding-left: 10px;
	padding-bottom:0px;
	margin-bottom: -2px;
	margin-left:15px;
	margin-top: -2px;
	background: url(../images/hp_bullet.gif) left 7px no-repeat;
	/*
	position:relative;
	
	comment out position:relative; to restore the display in Dreamweaver.
	return to normal before uploading. It fixes a display problem with IE	
	*/
}


/* layout positioning */
.sectionCategory {
	margin-bottom: 20px;
	width: 735px;
}

.col1 {
	width: 360px;
	float: left;
}

.col2 {
	width: 360px;
	float: left;
	margin-left: 15px;
}

/*section title underlines*/
.aboutTitle {
	border-bottom: 2px solid #666699;
}

.commercialTitle {
	border-bottom: 2px solid #336699;
}

.customerTitle {
	border-bottom: 2px solid #996633;
}

.energyTitle {
	border-bottom: 2px solid #999966;
}

.residentialTitle {
	border-bottom: 2px solid #666666;
}

.espanolTitle {
	border-bottom: 2px solid #669966;
}



/*start of clearfix hack*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*end of clearfix hack*/
