﻿/* -------------------------------------------------------------- 
	
	home.css	
	* Override Styles for Home Page Uniqueness
   
   	Usage:
   	* this stylesheet is called up last, and overrides any styles and attributes for the homepage
   
-------------------------------------------------------------- */

.content {
	padding: 600px 0px 32px 15px;
} /* see content-design.css for styling */

.content h1 {
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 0;
}
.content h2 { 
	font-weight: bold; 
	font-size: 26px; 
	padding: 0;
}				
	
#contentArea {
	float:left;
	width:605px;
}

#art-home {
	position: absolute;
	top: 132px;
	left: 0;
	height: 279px;
	width: 965px;
	overflow: hidden;
}
#art-home img {
	position: absolute;
	top: 0;
	left: 0;
}

#focusAreas {
	position: absolute;
	top: 411px;
	left: 0;
	width: 965px;
	background: #FFBB16;
}
#focusAreas a { text-decoration: none !important; }

.bucket {
	float: left;
	padding: 16px 13px 0 12px;
	width: 167px;
	height: 159px;
	background: url(../img/homepage/bg-focusareas.gif) top left repeat-y;
}
	
.bucket p, .bucket a {
	color:#292929;
	text-decoration: none !important;
}

div.bucket:hover,
div.bucket.active {
	background: #FFBB16;
	cursor: pointer;
	cursor: hand;
}

.bucket h3 {
	width: 167px;
	height: 58px; 
}
	
	/*.cleanBurn h3 {
		background: url(../img/homepage/hdr-clean_burn.png) top left no-repeat;
	}
	
	.priceProtection h3 {
		background: url(../img/homepage/hdr-price_protection.png) top left no-repeat;
	}
	
	.homeComfort h3 {
		background: url(../img/homepage/hdr-home_comfort.png) top left no-repeat; 
	}
	
	.sunocoGas h3 {
		background: url(../img/homepage/hdr-sunoco_gas_station.png) top left no-repeat;
	}
	
	.renewableEnergy h3 {
		background: url(../img/homepage/hdr-renewable_energy.png) top left no-repeat;
	}
	*/

.bucket h3 span {
	color:#004785;
	font-size:18px;
	text-transform: uppercase; 
	line-height:18px;
	font-weight:bold;
}
.adsArea{
    color: #FFFFFF;
    display: inline;
    float: right;
    margin-right: 10px;
    margin-top: 8px;
    padding: 9px 12px 0 18px;
    width: 286px;  
}			
#newsArea {
	float:right;
	display:inline;
	padding: 9px 12px 12px 18px;
	margin-right:15px;
	margin-bottom:20px;
	margin-top:8px;
	width: 263px;
	background: #768CBA url(../img/homepage/bg-newsarea.gif) top left repeat-x;
	color: #fff;
}

#newsArea h2 {
	padding: 0 0 14px 0;
	font-weight: bold;
	font-size: 2.5em;
	color: #fff;
}

#newsArea p {
}


#newsArea .moreNews {
	margin-top: 8px;
	font-size: 12px;
}
		
#newsArea a {
	font-weight: bold;
	color: #FFEA81;
	text-decoration: underline;
}
	
#newsArea a:hover {
	color: #fff;
}

.NewsSummary {
	padding: 0;
	font-size: 1.3em;
	font-family: Trebuchet MS;
	line-height: 18px;
	padding-bottom:15px;
}					

#trivia {
	float:right;
	display:inline;
	padding: 9px 12px 12px 18px;
	margin:8px 15px 20px 0px;
	width: 263px;
	background: #768CBA url(../img/homepage/bg-newsarea.gif) top left repeat-x;
	color: #fff;
}

#trivia h2 {
	padding: 0 0 14px 0;
	font-weight: bold;
	font-size: 2.5em;
	color: #fff;
}

#trivia p {
	padding-bottom: 10px;
}

#trivia ul {
	padding: 0;
	list-style: none;
}

#trivia ul li {
	padding: 0;
	font-size: 1.3em;
	font-family: Trebuchet MS;
	line-height: 18px;
}
	
#trivia ul li strong {
	color: #FFEA81;
}
	
#trivia a {
	font-weight: bold;
	color: #FFEA81;
	text-decoration: underline;
}
	
#trivia a:hover {
	color: #fff;
}
	
#footer {
	clear: both;
	padding-left: 15px;
	font-size: 1.2em;
} /* see footer.css for styling */








