@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

a, div {
	outline:none;
}

#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	float: left;
	height: 170px;
	width: 960px;
}

img {
	border:0px;
}

#header-logo {
	float: left;
	height: 134px;
	width: 279px;
	margin-top: 15px;
	margin-left: 10px;
}

#header-phone {
	float: left;
	height: 45px;
	width: 147px;
	margin-top: 45px;
	margin-left: 515px;
	font-family: Verdana, Geneva, sans-serif;
	color: #38a82e;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}

#header-phone p{
	margin:0px;
	padding:0px;
}

#header-client-login {
	float: left;
	height: 42px;
	width: 141px;
	margin-top: 17px;
	margin-left: 520px;
}

#menu {
	float: left;
	height: 21px;
	width: 935px;
	margin-left: 25px;
}
#greenbar {
	background-color: #38a82e;
	float: left;
	height: 11px;
	width: 960px;
}
#banner {
	float: left;
	height: 230px;
	width: 940px;
	background-image: url(images/banner-bg.jpg);
	padding-right: 10px;
	padding-left: 10px;
}

#callout-container {
	float: left;
	height: 518px;
	width: 960px;
}

#callout-container a:link,
#callout-container a:active,
#callout-container a:visited {
	color:#000;
	text-decoration:none;
}

#callout-container a:hover {
	color:#000;
	text-decoration: underline;
}

#callout1,
#callout2,
#callout3,
#callout4 {
	float: left;
	height: 518px;
	width: 240px;
}

#callout1-top, 
#callout2-top, 
#callout3-top, 
#callout4-top {
	float: left;
	height: 326px;
	width: 240px;
}

#callout1-bot,
#callout2-bot,
#callout3-bot,
#callout4-bot {
	float: left;
	height: 157px;
	width: 195px;
	background-image: url(images/callout1-bot.png);
	font-family: "Times New Roman", Times, serif;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#callout1-bot p,
#callout2-bot p,
#callout3-bot p,
#callout4-bot p {
	margin:0px;
	padding:0px;
}

#footer-logos {
	height: 78px;
	width: 216px;
	margin-top: 75px;
	margin-left: 370px;
	float: left;
}

#eia-logo {
	float: left;
	height: 78px;
	width: 121px;
}

#energy-star-logo {
	float: left;
	height: 78px;
	width: 70px;
	margin-left: 25px;
}

#footer-content {
	float: left;
	height: 135px;
	width: 960px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

#footer-content p {
	margin:0px;
	padding:0px;
}

#footer-content a:link,
#footer-content a:active,
#footer-content a:visited {
	color:#38a82e;
	text-decoration:none;
}

#footer-content a:hover {
	color:#38a82e;
	text-decoration: underline;
}
