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

* {margin:0; padding:0; border:0; outline:0;}

html	{
	height: 100%;
	}
html body	{
	height: auto;
	}

body	{
	border: 8px solid white;
	min-height: 100%;
	background: #1d2f43 url(../images/body_Blue.png) repeat-x;
	color: #F60;
	font-family: Helvetica, Arial, sans-serif;
	}
	
td {
	vertical-align:middle;
	text-align: center;
}

#header {
	width:100%;
	background:#fff url(../images/headerBg.png);
	border-bottom:1px solid #ccc;
}

#headerCnt {width: 970px; margin: 0 auto; padding:13px 20px 5px;}


	
#bigWrap {
	width: 970px;
	margin: 0 auto;
}


a.auditBtn {width:246px; height:63px; overflow:hidden; display:block; background:url(../images/topBtn.png) no-repeat; float:right; text-indent:-5000px;}
a.auditBtn:hover {background-position: 0 -63px;}



#topAds {
	margin: 0px 0 10px 0;	
	width:966px;
}

#adBtn1 {
	width:622px;
	height: 195px;
	float:left;
}

#adBtn2 {
	width:341px;
	overflow:hidden;
}

#adBtn2 a {
	width:341px;
	height: 186px;
	display:block;
	display:block;
	background:url(../images/sunPowerBtn.png) 0 0 no-repeat;
	text-indent:-5000px;
}

#adBtn2 a:hover {background:url(../images/sunPowerBtn.png) 0 -185px no-repeat;}

.mainBox {width:970px margin: 0 auto}
.mainBox .top {background:url(../images/mainBox_01.png) no-repeat; height:16px;}
.mainBox .cnt {background:url(../images/mainBox_02.png) repeat-y; padding:10px 20px;}
.mainBox .btm {background:url(../images/mainBox_03.png) no-repeat; height:16px;}

#welcomeBox {
	width: 600px;
	float:left;
}


/*/////////Partner Links/////////*/
#subLinks {
	width:300px;
	margin-left: 630px;
	padding: 10px 0;
	text-align:center;
}
	
#accordion h2 {background:url(../images/subBtn_bg.gif) repeat-x; border:1px solid #ccc; padding:5px 0; cursor:pointer; text-align:left}
#accordion span {padding:5px 15px;}
#fuel { background:url(../images/acIcons.png) 0 0 no-repeat;}
#pv { background:url(../images/acIcons.png) -30px 0 no-repeat;}
#heat { background:url(../images/acIcons.png) -60px 0 no-repeat;}
#thermal { background:url(../images/acIcons.png) -90px 0 no-repeat;}
#audits { background:url(../images/acIcons.png) -120px 0 no-repeat;}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
#accordion .pane {
	border:1px solid #ccc;
	background:#fff;
	display:none;
	height:75px;
	padding:15px;
	font-size:12px;
	width:260px;
	margin:0 auto;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}


/*/////////Sub Boxes/////////*/
.lilBox {width:324px; margin:0; float:left; }
.lilBox .boxContent {padding:5px 12px; background:url(../images/ftrLilBoxCnt.png) repeat-y;  overflow:hidden}
.lilBox .btm {background:url(../images/ftrLilBoxBtm.png) no-repeat; display:block;}

.bigBox {width:638px; margin:0; float:left; }
.bigBox .boxContent {padding:5px 12px; background:url(../images/ftrBigBoxCnt.png) repeat-y;}
.bigBox .btm {background:url(../images/ftrBigBoxBtm.png) no-repeat; display:block;}

.lilBox .top, .bigBox .top {min-height:38px; height:38px;}
.lilBox .top h2, .bigBox .top h2 {
	padding:15px 15px;
}

.lilBox .orange {background:url(../images/ftrLilBoxO.png) no-repeat; }
.lilBox .green {background:url(../images/ftrLilBoxG.png) no-repeat; }
.lilBox .blue {background:url(../images/ftrLilBoxB.png) no-repeat; }

.bigBox .orange {background:url(../images/ftrBigBoxO.png) no-repeat; }
.bigBox .green {background:url(../images/ftrBigBoxG.png) no-repeat; }
.bigBox .blue {background:url(../images/ftrBigBoxB.png) no-repeat; }

.boxContent img {float:right; background:#fff; padding:3px 3px 12px 3px; margin:5px 10px 10px 20px; -webkit-box-shadow:0 0 5px #ccc;}

.installs .bigBox {float:none;}
.installs .boxContent {background:none;}

.details {width:592px; margin: 0 auto; background:url(../images/savingsBox.png) no-repeat; display:none}
.details li {float:left; color:#fff; text-align:center; margin-right:7px; padding:5px 0 25px;}
.oldBill, .newBill {width:130px}
.savings, .offset {width:152px;}

.lilBox li {border-bottom:1px dotted; padding:5px 0; font-size:12px; color:#222;}



/*/////////Footer/////////*/
#footer {width:100%; background: #FFd74b url(../images/footer-bg.png) repeat-x; }
#ftContent {width:970px; margin:0 auto; padding:20px 10px 10px; background:url(../images/rays.png) center 5px; no-repeat;}

.ftrBox {width:210px; padding:10px; float:left; margin-right:10px; background:#1e374d; color:#fff; font-size:12px;}
.ftrBox li {border-bottom:1px dotted #000; margin-bottom:5px; padding-bottom:5px;}
.contact li {border:none; padding:0; font-size:13px;}
.legal {font-size:10px; padding:20px 0;}

/*/////////Text Styles/////////*/
h1 {
	color:#F60;
	font-size:29px;
	font-weight: bold;
	margin-bottom:8px;
}

h2 {
	color:#F60;
	font-size:20px;
	font-weight: normal;
}

.top h2 {color:#FFF; font-size:19px;}
.details h2 {color:#FFF; font-size:25px;}

a {
	color:#F60;
	text-decoration:none;
}

a:hover {color:#030;}

a.big {font-size:18px;}

#news a {font-size: 14px; color:#222}
#news a:hover {color:#F60}

.panelLink {float:right;}

#footer a {color:#fff;}
#footer a:hover {color:#f60;}

p {
	color: #030;
	font-size: 80%;
	margin-bottom:5px;
	text-align:justify;
	}
	
.boxContent p {padding:5px 30px 10px 5px;}
.boxContent p.testimonial {font-style:oblique;}	
.boxContent .name {font-size:11px;}

ul { list-style-type:none; }	

/*Expanding Buttons */
#navBar {margin-left: 20px;}

#navBar ul#mainNav {}

#navBar li.topLevel{height:32px; float:left; list-style-type:none; position:relative;}
#navBar ul ul {
	position:absolute; 
	top:28px; 
	padding:10px; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 2px 5px #333;
	-moz-box-shadow: 0 2px 5px #333;
	box-shadow: 0 2px 5px #333;
	background:#fff;
	z-index:10;
	display:none;
	}

#navBar li ul li {clear:both; float:none; list-style-type:none; width:200px; border-bottom:1px dotted; margin-bottom:5px; padding-bottom:3px; display:block; cursor:pointer;}

.xpBtn span {
background: url(../images/btnSpriteL.png) no-repeat 0 0;
display: block;
line-height: 19px;
padding: 3px 0 8px 20px;
color: #F60;
}

.xpBtn {
background: url(../images/btnSpriteR.png) no-repeat top right;
display: block;
float: left;
padding-right: 20px;
text-decoration: none;
}

a.xpBtn:hover span, a.active span {
background-position: 0 -32px; color: #fff;
}

a.xpBtn:hover, a.active  {
background-position: right -32px;
}	


	
/*misc styles */
.leftSmall {width:300px; float:left;}
.leftBig {width:650px; float:left;}
.rightSmall {margin-left:655px;}
.rightBig {margin-left:310px;}
.clearAll {clear:both;}
.breakBox {height:35px;}
.bottom {border-bottom:1px dotted #ccc; margin-bottom:5px; padding-bottom:5px; }
.left {border-right:1px dotted; margin-right:10px; padding-right:10px;}
.right {border-left:1px dotted; margin-left:10px; padding-left:10px;}
.shadow {-webkit-box-shadow:0 0 2px #ccc; -moz-box-shadow:0 0 2px #ccc; box-shadow:0 0 2px #ccc;}
.shadow2 {-webkit-box-shadow:0 0 5px #ccc; -moz-box-shadow:2px 0 3px #ccc; box-shadow:0 0 5px #ccc;}
a#freshLink  {background:url(http://www.freshmintdesign.com/images/freshLink.png) no-repeat; width:90px; height:25px; overflow:hidden; display:block; text-indent:-5000px; float:right; margin-right:20px;}
a#freshLink:hover {background-position:0 -25px;}

fieldset { border:0;margin:0;padding:0; }
label { display:block; }
input.text,textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; background:#f60; color:#fff; margin:5px 0; cursor:default;}
input.submit:hover {background:#390;}