@charset "utf-8";
/* CSS Document */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
	margin: 0 auto;
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
	font-size: 76%;
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 1.8em;
	background: #024176;
	color: #383838;
}

.centre{
width: 980px;
margin: 10px auto; /* Right and left margin widths set to "auto" */
margin-top: 0px;
text-align: left; /* Counteract to IE5/Win Hack */
}

a:link{ color: #383838; font-weight:bold; text-decoration:none; cursor: pointer; border-bottom: #0f68a1 1px dotted; }
a:hover{ color: #383838; font-weight:bold; text-decoration:none; cursor: pointer; border-bottom: #0f68a1 1px solid;}
a:visited{ color: #383838; font-weight:bold; text-decoration:none; cursor: pointer; border-bottom: #0f68a1 1px dotted;}
a:visited:hover{ color: #383838; font-weight:bold; text-decoration:none; cursor: pointer; border-bottom: #0f68a1 1px solid;}
a img{border:none; cursor: pointer; text-decoration: none; }
a:active{ border:none; text-decoration:none; background:none; cursor: pointer; }

p{padding: 0 0 0 5px; }

p form{margin-top:0; margin-bottom:20px;}

br{line-height:1.2em}

hr{ clear: left; height: 0; border-style: dashed; border-width: 1px 0 0 0; border-color: #c1c1c1; margin:0;}

div{margin:0;}

ol { margin-left: 10px; padding-left: 10px; padding-right: 5px;}
ul { margin-left: 10px; padding-left: 10px; padding-right: 5px;}
li { margin-left: 10px; padding-left: 10px; padding-right: 5px;}

/**************** Form Styles ****************/

.contactform{ padding-left: 10px; border-left: 5px solid #e8e8e8;  }

label{ margin-right: 10px; font-weight:bold; }

.label{ margin-right: 10px; font-weight:bold; }

.contact_reset{
	padding:2px;
	float: right;
	margin-right: 10px;
	background-color:#ffffff;
	border:#0179a5 2px solid;
	color: #666666;
}

.contact_reset:hover{
	background-color:#0179a5;
	border:#0179a5 2px solid;
	color: #fff;
}

.contact_send{
	padding:2px;
	float: right;
	margin-right: 5px;
	background-color:#ffffff;
	border:#0179a5 2px solid;
	color: #666666;
}

.contact_send:hover{
	background-color:#0179a5;
	border:#0179a5 2px solid;
	color: #fff;
}

.contact_text{
	border:#0179a5 1px solid;	
	padding:2px;
}

.contact_drop{
	margin-top: 0;
	border:#0179a5 1px solid;	
	padding:2px;
	vertical-align: top;
	margin-left:5px;
}

.contact_valign{
	vertical-align: middle;
}

.contact_input{
	margin: 5px;
	color: #666666;
}

.contact_align{
	margin-left: 5px;
}

.contact_smallleft{
	margin-left:75px;
	font-size: 10px;
}

.contact_smallright{
	padding-left: 11em;
	font-size: 10px;
}

.contact_error{
	font-size: 10px;
	color: red;
	margin: 0 0 0 75px;
}

.contact_errorsmallleft{
	margin: 0 0 0 10px;
	font-size: 10px;
	color: red;
}

.contact_entry{
	border:pink 1px solid;
}

.successmescont{
	width: 100%;
	background-color: #0179a5;
	margin: 0 auto;
	text-align: center;
}

.successmes{
	margin: 0 auto;
	color: #fff;
	padding: 2px;
	text-align: center;
}

#text{
	margin-left: 5px;	
}

#response{
	margin-left: 5px;
}

.submit{
	padding:2px;
	margin-top:8px;
	margin-left: 150px;
	background-color:#ffffff;
	border:#0179a5 2px solid;
	color: #666666;
}

.submit:hover{
	background-color:#0179a5;
	border:#0179a5 2px solid;
	color: #fff;
}

.login{
	padding:2px;
	margin-top:8px;
	background-color:#ffffff;
	border:#0179a5 2px solid;
	color: #666666;
}

.login:hover{
	background-color:#0179a5;
	border:#0179a5 2px solid;
	color: #fff;
}

.textbox{
	border: #0179a5 1px solid;
	margin: 0 4px;
	padding: 2px;
	vertical-align: middle;
}

.reset{
	padding:0 2px;
	background-color:#ffffff;
	border:#0179a5 2px solid;
	color: #666666;
}

.reset:hover{
	background-color:#0179a5;
	border:#0179a5 2px solid;
	color: #fff;
}

/**************** Search Styles ****************/

.search_left{ margin-top: 1px; vertical-align: middle; padding: 0px;}

.search_box{ background: url(../search/srch_bg.gif) repeat-x; height: 19px; border: none; margin-top: 2px; padding: 1px 0 0 0; vertical-align: middle; }

.search_submit{ background: url(../search/srch_r.gif) no-repeat; height: 19px; width: 19px; border: none; margin-top: 1px; padding: 0px; vertical-align: middle;}

/**************** Table Styles ****************/

.tableprice{
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #73ab22;
}

/**************** Header and Navigation Styles ****************/

#top_bar_container{ background: url(../backgrounds/top_header.jpg) no-repeat #73ab22; margin: 10px auto 0 auto; height: 35px; border-bottom: 1px solid #FFF; }

#top_bar_left{ float: left; height: 35px; width: 440px; margin-left: 10px; padding-top: 5px; }

#top_bar_right{ height: 20px; width: 430px; margin-left: 470px; text-align: right; padding-top: 4px; }

#header{ 
	height: 110px; 
	width: 982px;
	background: url(../backgrounds/header.png) repeat-y;
	margin: 0;
	padding: 0;
}

#logo{
	float: left;
	width: 100%;
	height: 90px;
	margin-left: 20px;
	margin-top: 7px;	
	background: url(../backgrounds/logo2.png) no-repeat left;
}

#navcont{
	float: left;
	height:47px; 
	width:100%;
	background: url(../backgrounds/nav.png) repeat-x;
	padding:0;
	margin: -10px 0 0 0;
	text-align: left;
}

#navtabs{
	height: 47px;
	width: 101%;
	background: url(../backgrounds/play.png) right top no-repeat;
	margin: 0;
	padding: 0;
	text-align: left;
}

#navtabs ul{
	width: 95%;
	list-style:none;
	margin:0;
	padding:0;
	text-align: left;
} 

#navtabs ul li{
	position: relative;
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	text-align: center;
	z-index: 100000;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	height: 47px;
}

a.navtext{ 
	float: left; 
	height: 47px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	border: none;
	color: #0179a5; 
	text-align:center; 
	font-size:14px;   
	text-decoration:none; 
}

a.navtext:hover{ 
	float: left;
	height: 47px;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
	background: url(../backgrounds/nav_back.png) repeat-x;
	border: none;
	color: #FFF; 
	text-align:center; 
	font-size:14px;  
	text-decoration: none; 
}

#banner{
	width: 100%;
	height: 290px;
	background: url(../images/power.jpg) no-repeat;
	border-bottom: 1px solid #000;
	margin: 43px 0 0 0;
	padding: 0;
}

/**************** Content styles ****************/

#smallcontenttop1{
	width: 326px;
	height: 30px;
	background: url(../backgrounds/small_top.png) no-repeat;
	margin-top: -30px;
}

#smallcontenttop1 h1{
	color: #fff;
	font-size: 16px;
	line-height: 1.6em;
	padding-left: 12px;
	padding-top: 2px;
}

#smallcontenttop2{
	float: left;
	width: 326px;
	height: 30px;
	background: url(../backgrounds/small_top.png) no-repeat;
	margin-top: -30px;
	margin-left: 327px;
}

#smallcontenttop2 h1{
	color: #fff;
	font-size: 16px;
	line-height: 1.6em;
	padding-left: 12px;
	padding-top: 2px;
}

#smallcontenttop3{
	float: right;
	width: 326px;
	height: 30px;
	background: url(../backgrounds/small_top.png) no-repeat;
	margin-top: -30px;
}

#smallcontenttop3 h1{
	color: #fff;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	padding-left: 12px;
	padding-top: 2px;
}

#smallcontent1{
	clear: both;
	float: left;
	width: 325px;
	height: 165px;	
	margin: 0;
	background: url(../backgrounds/content_part1.png) repeat-y;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #73ab22;
	border-left: 1px solid #73ab22;
	color: #FFF;
}

#smallcontent2{
	float: left;
	width: 326px;
	height: 165px;
	margin: 0;
	background: url(../backgrounds/content_part2.png) repeat-y;
	border-top: none;
	border-right: 1px solid #73ab22;
	border-bottom: 1px solid #73ab22;
	border-left: 1px solid #73ab22;
	color: #FFF;
}

#smallcontent3{
	float: left;
	width: 325px;
	height: 165px;
	margin: 0;
	background: url(../backgrounds/content_part3.png) repeat-y;
	border-top: none;
	border-right: 1px solid #73ab22;
	border-bottom: 1px solid #73ab22;
	border-left: none;
	color: #FFF;
}

.contentsmall{ /* For content inside smallcontent boxes */
	padding: 10px 10px;
	font-size: 12px;
	font-weight: bold;
}

#content{ /* Contains main content */
	clear: both;
	width: 980px;
	height: auto;
	margin: 0;
	background: url(../backgrounds/content_body.png) top repeat-x #fff;
}

#contentfull{ /* Full width content page */
	clear: both;
	width: 960px;
	height: 100%;
	margin: 0;
	background: url(../backgrounds/content_body.png) top repeat-x #fff;
	padding: 10px;
}

#content_left{ /* Floats some content left */
	width: 630px;
	padding: 10px;
}

#content_right{ /* adds right coloumn */
	float: right;
	width: 280px;
	padding: 10px;
	margin: 10px;
}

.content_right_top{
	width: 220px;
	height: 30px;
	background: url(../backgrounds/right_top.jpg) no-repeat;
}

.content_right_top h1{
	color: #fff;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	padding-left: 12px;
	padding-top: 2px;
}

.content_right_bottom{
	width: 208px;
	padding: 5px;
	border-left: 1px solid #73ab22;
	border-right: 1px solid #73ab22;
	border-bottom: 1px solid #73ab22;
}

.terms1{
	list-style: lower-alpha;
}

.largebox{
	border: 1px solid #0179a5;
	padding: 1em;
	margin: 0 170px;
	width: 500px;
}

/**************** H styles ****************/

h1{
	color: #0179a5;
	font-size: 22px;
	line-height: 1.6em;
}

h2{
	color: #73ab22;
	font-size: 18px;
	line-height: 1.3em;
}

h3{
	color: #383838;
	font-size: 14px;
	line-height: 1.2em;
}

h4{
	color: #383838;
	font-size: 14px;
	padding-left: 0.5em;
}

h5{
	color: color: #383838;
	font-size: 16px;
	background: url(../backgrounds/sidebar.png) no-repeat;
	width: 298px;
	height: 42px;
	padding: 10px 10px;
	line-height: 1.6em;
}

h6{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

a.h6:link{color:#fff; font-weight:bold; text-decoration:none; cursor: pointer; border-bottom: #fff 1px dotted; }
a.h6:hover{color:#fff; font-weight:bold; text-decoration:none; cursor: pointer; border-bottom: #fff 1px solid; }
a.h6:visited{color:#fff; font-weight:bold; text-decoration:none; cursor: pointer; border-bottom: #fff 1px dotted; }
a.h6:visited:hover{color:#fff; font-weight:bold; text-decoration:none; cursor: pointer; border-bottom: #fff 1px solid; }

/**************** Footer styles ****************/

#footer_bar_container{ clear: both; background: url(../backgrounds/footer.jpg) bottom no-repeat #73ab22; margin: 0 auto; height: 30px; border-top: 1px solid #0179a5; }

#footer_bar_left{ float: left; height: 35px; width: 470px; margin-left: 10px; padding-top: 3px; }

#footer_bar_right{ height: 20px; width: 435px; margin-left: 530px; text-align: right; padding-top: 3px; }

/**************** Misc classes and styles ****************/

.hidden{display: none;}

.bold{ font-weight:bold; }

.smallnav{ font-size:10px; color:#CCC; line-height: 1.2em; margin-bottom: 5px; }

.saveawattblue{ color: #0179a5; }

.saveawattgreen{ color: #73ab22; } 

.info{color:#808080; font-weight:bold; text-align:left; font-size: 10px; }

.clearspace{ clear:both; margin: 10px 0 0 10px;}

.textblock{ background-color:#73ab22; color:#FFFFFF; padding: 2px; text-align:center; font-weight:bold; width:100%; margin: 0 auto;}

.learnmore{ float: right; position: relative; bottom: 8px; right: 8px; padding: 5px; }

.largead{ text-align:center; margin: 0 auto; padding: 10px; }

a.nolink{ border: none; text-decoration: none; }
a.nolink:hover{ border: none;  solid text-decoration: none; }
