/*  CSS Stylesheet for Think! Energy  */
/*  Written by David Titensor www.titandesign.net  */

/* --- green styles --- */


h1 { color: #68bd49; }

h2 { color: #007bc4; }

h5 { color: #68bd49; }



/* --- Page Layout Styles --- */

#subpageBar {
	background: #68bd49 url(../../images/shade_consumersA.jpg) repeat-x left bottom;
}

/*--- class styles ---*/

.boxContent h1 { color: #2c4b01; }

#topNav {
	background-color: transparent;	
	float: right;
	padding-top: 10px;
	height: 20px;
	width: 300px;
	
}
#topNav ul {
	float: right;
	display: inline;
	list-style: none;
	font-size: 70%;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#topNav ul li {
	display: inline;
	padding: 0 2px 0 7px;
	margin: 0;
}
#topNav li + li {
	border-left: #dac092 1px solid;
}

#topNav a:link, #topNav a:visited { color: #000000; text-decoration: none; font-weight: bold;}
#topNav a:focus, #topNav a:hover { color: #000; text-decoration: none; font-weight: bold; }
#topNav a:active { color: #000000; text-decoration: none; font-weight: bold;}


#header {
	position: relative;
	width: 750px;
	height: 150px;
	margin: 0 auto;
	background: #007bc4;
}

.actionContentP {
	background: #fff url(../images/consumers-footer.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	height: 30px;
	background:url(../images/footer-consumers-ppt.jpg) repeat-x left bottom;
	text-align: center;
	vertical-align: center;
	margin: 0;
	padding: 0;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 13px 0 0 0;
}
#footer ul li{
	display: inline;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	padding: 0 7px 0 10px;
}
#footer li + li {
	border-left: #fff 1px solid;
}
#footer a:link, #footer a:visited { color:#fff; text-decoration: none; }
#footer a:focus, #footer a:hover { color:#ccc; text-decoration: none; }
#footer a:active { color:#fff; text-decoration: none; }



#header {
	background: url(../images/header-consumers-ppt.jpg) repeat-x left bottom;
}

#innerWrapper {
	padding-left: 25px;   /* LC width */
	padding-right: 0;  /* RC width */
}
