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

body {
	margin: 0;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
a:link, a:visited {
	text-decoration: underline;
	color: #003399;
}
a:hover, a:focus {
	color: #381f00;
}
#left {
	position: relative;
	height: inherit;
	width: inherit; 
}
#energystarlink {
	padding:8px;
	position: absolute;
	top: 0px;
}
#brochure {
	padding: 5px;
	position: absolute;
	bottom: 0px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #381f00;
	padding: 0px 8px 8px 12px;
}
li.text {
	padding: 0px 8px 0px 10px;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2E3192;
	font-weight: bold;
	padding: 6px;
	text-transform: uppercase;
}
.titlessub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2E3192;
	font-weight: bold;
	text-transform: uppercase;
}
.titlessub a:link, .titlessub a:visited {	text-decoration: none}
.titlessub a:hover {	text-decoration: underline}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	padding: 6px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.subfooter {
	font-family: Tahoma;
	font-size: 11px;
	color:#333333;
	padding: 6px;
}