/*Overall site rules for layout*/

body {
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, sans-serif;
	font-size: 13px;
}
html {
}
img {
	border-style: none;
	padding: 0;
	margin: 0;
}
a {
	outline-color: none;
	outline-width: 0;
	border: none;
}
h3{
    font-weight:normal;
    font-size:99%;
}
* {
	outline: 0;	
	outline-style: none!important;
}
ul {
	margin-left: 5px;
	padding-left: 20px;
}
li {
	margin-bottom: 10px;	
}
#wrapper {	
	margin:0 auto 20px;
	position:relative;
	width:940px;
}

#page {
	background-color:#FFFFFF;	
}

#header {
	width: 940px;
	background: #FFFFFF;
	height:120px;
}

#headerLogo{
	float:left;
	margin:20px 0 0 30px;
}

#headerNumbers{
	float:right;
	margin:21px 0 0 0;
	text-align:right;
}

#headNumbers{
	margin-top:17px;	
}

#portalNav{
	width:940px;
	height:25px;
	background: #888888 url("../images/new_portal/menu-bg.jpg") repeat-x;
	clear:both;
}

#portalNav img {
	display:block;
	float:left;
}

#contentBanner {
	clear: both;
	width: 940px;
	height: 8px;
}
#contentBanner p {
	color: white;
}	
.bannerHeaderText {
	padding: 18px 0 0 54px;
	margin: 0;
	font-size: 18px;
}
.bannerSubText {
	margin: 0;
	padding: 0 0 0 54px;
	font-size: 13px;
}
.bannerSellLine {
	font-size: 18px;
	margin: 0;
	padding: 10px 0 0 54px;
	line-height:24px;
}
#mainContent {
	background: #FFFFFF url(../images/core/sidebar_bg.gif) right repeat-y;
	width:940px;
	display: block;
	overflow: auto;
	clear: both;
}
h1 {
	font-size: 22px;
	margin: 18px 0;
	font-weight:normal;
}
h2 {
	font-size: 16px;
	margin: 16px 0;
	font-weight:normal;
}
#mainContent p {
	line-height: 18px;
} 

#leftColumn {
	display:inline;
	float:left;
	width:740px;
	min-height:750px;
}

.leftInner {
	padding:0 20px;
}

#rightColumn {
	padding-top:15px;
	width:200px;
	float: right;
	overflow: hidden;
}
#rightColumn a img {
	margin: 0 12px 16px 12px; 
}	


.footerBar{
	width:940px;
	height:1px;
	background-color:#888888;
}

#newFooter p {
	margin:10px 0 30px 15px;
	padding:0;
}

#newFooter{
	color:#888888;
	font-size:11px;
	clear:both;
}
#footerLeft{
	float:left;
}

#footerRight{
	float:right;	
}

#footerBase{
	text-align:right;
}
.orange {
	color: #de7700;
}
#footer img {
	float: right;
	margin: 0 20px 0 0;
}
ol li {
	margin: 0 0 10px 0;
}
img.promoPortrait {
	margin: 20px 0 30px 20px;
}	
img.promoLandscape {
	margin: 0 15px 20px 12px;
}
.submitBtn {
	margin: 10px 0 0 0;
	background: transparent;
}
:focus
{
  -moz-outline-style: none;
}
.redTxt {
	color: #ee0000;
}
/*NAVIGATION SECTION */
#sectionNav {
	padding-left:45px;
	width:895px;
	height: 30px;
	background: url(../images/core/subnav_bg.gif) repeat-x #666666;
	float: left;
	height:25px;
}

#sectionNav ul.nav {
	height:24px;
	line-height:14px;	
	margin:0;
	padding:2px 0 0;
}

#sectionNav ul.nav li {
	margin: 0;
	height: 18px;
	padding: 5px 14px 0 12px;
	list-style: none;
	float: left;
	font-size: 12px;
	position: relative;
}
#sectionNav ul.nav li a {
	text-decoration: none;
	display: block;
	text-decoration: none;
	float: left;
}
ul#nav li ul.nav2 {
	list-style: none;  
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
	left: 0; 
	top: 22px;  
	margin: 0; 
	padding: 0;  
	display: none;  
	float: left;  
	background: #f9f9f9;
}
#sectionNav ul.nav li ul.nav2 li{  
	margin: 0; 
	padding: 5px 4px 4px 0;  
	border-top: 1px solid #ccc; /*--Create bevel effect--*/  
	border-bottom: 1px solid #fff; /*--Create bevel effect--*/ 
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	clear: both;
	height: auto;
	width: 120px;  
	background-image: none;
}
#sectionNav ul.nav li ul.longNav2 li {
	width: 205px
}
#sectionNav ul.nav li ul.nav2 li a {  
	color: #444444;
	padding-left: 8px;
	font-weight: normal;
	float: left;
	font-size: 12px;
	display: block;
	width: 120px;
	height: auto;
	padding-right: 4px;
}  
#sectionNav ul.nav li ul.longNav2 li a {
	width: 205px;
	height: auto;
}
#sectionNav ul.nav li ul.nav2 li a:hover { /*--Hover effect for subnav links--*/  
	color: #444444;
}  
.councilLogos img {
	margin: 5px;	
}
#mpsLogo, #ssLogo {
	float: left;
	margin: 0 10px 10px 0;
}
#mainContent .inContentPromo {
	font-size: 18px;
	line-height: 24px;
}
#electricityOutputTable {
	text-align: center;
	border: 1px solid #333333;
}
#electricityOutputTable td {
	padding: 5px 0;
	border-right: 1px solid #ccc;
}
.rowLight {
	background-color: #FFF;
}
.rowDark {
	background-color: #eeeeee;
}
.hiddenIfNoJS {
	display: none;	
}
.shownIfNoJS {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.productShot {
	margin: 0 0 10px 20px;
}
div.question a {
	font-size: 14px;
}
div.question {
	padding: 2px 0;	
}
.faqBackButton a {
	font-size: 90%;
}
input {
	outline: 0;	
}
#solarCreditsTable {
	width: 330px;
	text-align: center;	
	border-collapse: collapse;
	border: 1px solid #666;
}
#solarCreditsTable td {
	padding: 3px;
	border: 1px solid #777;
}
#solarCreditsTable tr.header {
	background-color: #faebc8;
	color: black;
	font-weight:;
}
#hotWaterRebateTable {
	width: 550px;
	text-align: center;	
	border-collapse: collapse;
	border: 1px solid #666;
}
#hotWaterRebateTable td {
	padding: 3px;
	border: 1px solid #777;
}
#hotWaterRebateTable tr.header {
	background-color: #faebc8;
	color:black;
}
.productShotHolder {
	width: 280px;	
	float: left;
}
.productShotHolder p {
	margin: 20px;
	font-size: 11px;
}
.footNote {
	font-size: 11px;	
}
.hiddenDiv {
	display: none;
}
.visibleDiv {
	display: block;
}

/* Footer Links */

#newFooter a:link, #newFooter a:visited{
    text-decoration:none; 
    color:#888888;
}
#newFooter a:hover, #newFooter a:active{
    text-decoration:underline;
    color:#888888;
}

.textBlock{
	float:left;
	width:260px;
	margin-right:20px;	
}

.endTextBlock{
	clear:both;	
}
.enquiryBox{
	border:1px solid #CCC; padding:1px 10px 1px 20px;
}

input {
	font-size:13px;	
}

#rightFeeds{
    margin-left:20px;
}

#rightFeeds a img {
    border:0px solid #FFFFFF;
    margin:0 2px 10px 0;
}

.ctaTxt {
	font-size:150%;
}

#quoteForm {
	width:600px;	
}

.centeredImage{
	text-align:center;	
}

.bottomLinkImg
{
	float:left;
	margin-right:10px;
}

.bottomLinkTxt
{
	float:left;
	width:175px;
}

.bottomLinkHeader
{
	margin-top:0;
	font-size:150%;
}