#home-heading{
	height:1%;
	position:relative;
	margin:0 16px;
}
#home-tools{
	position:absolute;
	top:0;
	right:8px;
	width:294px;
	background: url(../images/home-tools-bg.png) top left repeat-y;
	height: 246px;
	z-index:2;
}
#home-promo{
	z-index:1;
	height:246px
	
}
#home-promo .promo-no-script{
	display:none;	
}
#promo-nav{
	position: absolute; top: 10px; left: 5px; z-index: 3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#promo-nav a{
	color:#666;
	text-decoration:none;
	background:url(../images/promo-nav-bg.png) top left no-repeat;
	padding:3px 5px 3px 6px;
	margin:0  3px;
	display:inline-block;
}

#promo-nav a.activeSlide{
 	background:url(../images/promo-nav-active-bg.png) top left no-repeat;
	color:#fff;
}


#home-tools a,
#home-tools a:hover,
#home-tools a:visited
{
	width:278px;
	height:120px;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	margin-left:7px;
	
	}
#home-tools a.first{
	border-bottom:1px solid #a6c6a6;
	background: url(../images/tool-signup-bg.gif) top left no-repeat;
}

#home-tools a.second{
	background: url(../images/tool-energy-calculator-bg.gif) top left no-repeat;
}
#page-content{
	background: url(../images/secondary-content-bg.gif) 573px 0px repeat-y;
	height:1%;
	position:relative;
	margin:0 16px;
}

#page-content .primary-col{
	float:left; 
	width:550px;
}
#page-content .secondary-col{
	float:right; 
	width:251px;
    padding:20px 30px 0 15px;
	color:#4d443d;
}
#page-content .secondary-col #facebook-badge{
	margin-bottom:20px;
}
#page-content .secondary-col p{
	line-height:125%;
	margin-bottom:0px;
}

#page-content .secondary-col h4{
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:5px;
}
#page-content .secondary-col h5{
	font-weight:normal;
}
#page-content .secondary-col dl{
	margin:0 0 30px 30px;
}
#page-content .secondary-col dl dt{
	margin-top:15px;
	font-weight:bold;
}
#page-content .secondary-col dl dt span{
	display:block;
	margin-bottom:4px;
	}
#page-content .secondary-col dl dd{
	margin-top:4px;
}
