/* CSS Document */

	body {
		margin: 0px;
		padding: 0px;
		background: #ecefed url('../img/body-bg.gif') repeat-x top;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		color: #6d6d6d;
		}
		
	#wrapper {
		width: 995px;
		margin: 0px auto;
		background:#FFFFFF;
		}
	
	img {
		padding:0; margin:0; line-height: 0;
		}
		
	.clear {
		clear:both;
		position:relative;
		font-size:0px;
		height:0;
		line-height:0; 
		}
		
	a { 
		color: #4192dd;
		font-weight:700;
	}
	h1
	{
	cont-size:9px;
	color:#1497CF;
	}
	
	a:hover { color:#317b11; }

	#topLinks { 
		background:#00365f;
		text-align:right;
		padding: 5px 10px 5px 0;
	}
	
	#topLinks a {
		color:#FFFFFF;
		font-weight:normal;
		font-size: 11px;
	}
	
	#topLinks a:hover {
		color:#FF0000;
	}
	
	#header {
		background:#1497CF;
		height:126px;
	}
	
	#lightBulbs {
		float:left;
		position:relative;
		left: 150px;
		top:10px;
	}
	
	#openNow {
		float:left;
		position:relative;
		left: 150px;
		top:10px;
	}
	
	
	#hours {
		float:right;
		padding: 20px 20px 0 0;
	}
	
	#content h1 {
		padding: 20px 0 20px 0;
		margin: 0 20px 0 20px;
	}
	
	h2 {
		font-size: 16px;
		color:#FF0000;
	}
	
	h1#electricityPrices { background: url('../img/h1-electricity-prices.gif') no-repeat 0 0; width: 722px; height: 42px; text-indent: -1000em; padding:0; margin:0px 0 30px 0; }
	h1#betterDeal { background: url('../img/h1-better-deal.gif') no-repeat 0 0; width: 460px; height: 92px; text-indent: -1000em; padding: 0; margin:30px 0 0 0; }
		
	#content {
		padding: 20px;
	}
	
	p { 
		margin: 0 0 1.2em;
		line-height: 1.4em;
		padding: 0;
	}	
	
	#column1 {
		width: 50%;
		float:left;
	}
	
	#column2 {
		width: 437px;
		float:right;
		padding-left: 20px;
	}
	
	
	
/* 2-:--------------------------- Main Navigation ------------------------------- */

		

	#nav1Container {
		background:url('../img/nav-bg.gif') repeat-x;
		height: 44px;
		margin: 0px;
		padding: 0px;
		}	  	
			
	#nav1 {
	  	width: 872px;
	  	height: 44px;
	  	padding: 0px;
	  	margin: 0px;
	  	position: relative;
		left: 110px;
		}
		
		
	ul#nav1 {
		padding:0;
		margin:0;
	}

	#nav1 li {
		position:relative;
		float:left;
		margin:0 3px 0 3px;
		padding:0;
		list-style:none;
		
		}
		
	#nav1 li a {
		display:block;
		height:44px;
		text-indent:-999px;
		overflow:hidden;   
		}
		
	#nav1 li:hover ul, #nav1 li.hover ul {
		display:block
		}

	#nav1 li a:hover {
		background-position:0 -44px !important
		}

	#nav1 li a.nav1Home {
		background:url('../img/home.jpg') no-repeat left top;
		width:64px 
		}

	#nav1 li a.nav1Power {
		background:url('../img/123.jpg') no-repeat left top;
		width:148px
		}

	#nav1 li a.nav1Deal {
		background:url('../img/nav1-deal.gif') no-repeat left top;
		width:117px
		}

	#nav1 li a.nav1Green {
		background:url('../img/nav1-green.gif') no-repeat left top;
		width:117px
		}

	#nav1 li a.nav1Business {
		background:url('../img/nav1-business.gif') no-repeat left top;
		width:80px
		}	
		
	#nav1 li a.nav1Group {
		background:url('../img/nav1-group.gif') no-repeat left top;
		width:79px
		}
		
	#nav1 li a.nav1Confused {
		background:url('../img/nav1-confused.gif') no-repeat left top;
		width:91px
		}		
		
	/* selected nav */

	#nav1 li a#active { background-position:0 -44px !important }

	

/*-------------------------- HOME ---------------------------------*/

	#homeContent {
		background:url('../img/content-bg.jpg') repeat-x;
		width:  985px;
		margin: 5px 0 0 5px;
	}

	#strap {
		float: left;
		padding: 20px 0 0 20px;
		width: 577px;
	}
	
	#strap img {
		padding-bottom: 10px;
	}
	
	#liveChat {
		float: right;
		width: 297px;
		padding: 20px 20px 0 0;
	}
	
	#flashLightBulbs{
		float:left;
		width: 180px;
		color:#006600;
	}
	
	.formTitle {
		font-size:16px;
		color: #0a93cd;
		font-weight: 700;
	}
	
	#formPowerConnection {
		float: left;
		width: 340px;
		margin-left: 20px;
	}
	
	#formBetterDeal {
		float: right;
		width: 380px;
		margin-right: 20px;
		padding-bottom: 20px;
	}	
	
	.formContainer form label {
		width:150px;
		float:left;
		margin:0 5px;
		padding-top: 5px;
		color:#8994a0;
		font-weight:bold;
		font-size: 16px;
	}
	
	.formContainer .clearFix {
		vertical-align: top;
		margin-bottom: 7px;
	}
	
/* 2-:------------------------------ Form -------------------------------- */
	
	
	#formContainer {
		width: 955px;
		margin: 0;
		padding: 0;
	}
	
	#formContainer .clearFix {
		border-bottom: 3px solid #ffffff;
		padding: 8px;
		vertical-align: top;
		background:#DDF3FF;
	}
	
	#formContainer form label {
		width:350px;
		float:left;
		margin:0 5px;
		padding-top: 5px;
		color:#2770cb;
		font-weight:bold;
	}
	
	.clearFix {
		clear:both;
	}
	
	.formAlert {
		color:#FF0000;
		font-weight:700;
	}
	
	.formError {
		border: 1px solid #FF0000;
		background:#FFDDE8;
		padding: 5px;
	}
	
	.formSubNote {
		font-weight:normal;
		font-size: 11px;
	}
	


/*-------------------------- FOOTER ---------------------------------*/

	#footer {
		background:#0864ab;
		font-size:11px; 
		text-align:center;
		color:#ffffff;
		padding: 10px 0 10px 0;
	}
	
	#footer a {
		font-size: 11px;
		color:#ffffff;
		font-weight: normal;
	}
	
	#footer a:hover {	
		color:#FF0000;
	}
	
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
text-align:center;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:120px;
padding:7px 0;
color:#FFFFFF;
background:#C3060D;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;

}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
