body
{
	background: #e8e8ee url(../img/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #444;
	font-family: Tahoma;
}

#header
{
	height: 125px;
	overflow: visible;
	position: relative;
}
#header .clouds
{
	height: 125px;
	left: -50px;
	position: absolute;
	width: 404px;
}
#header .quickLinks
{
	float: right;
	top: 0px;
	white-space: nowrap;
	width: 325px;
}
.quickLinks .bookAudit
{
	float: left;
	display: block;
	margin-right: 6px;
	height: 33px;
	text-indent: -999px;
	width: 149px;
	background: url(../img/bookAudit.jpg) no-repeat;
	overflow: hidden;
}
.quickLinks .ecoEnergyBlog
{
	display: block;
	float: left;
	height: 33px;
	width: 160px;
	text-indent: -999px;
	background: url(../img/ecoEnergyBlog.jpg) no-repeat;
	overflow: hidden;
}

#body
{
	background: url(../img/page_bg.jpg) top center repeat-y;
}
#container
{
	background: url(../img/page.jpg) top center no-repeat;
}
#footer
{
	background: #bab9b9;
	height: 150px;
}
#footer .recentPosts
{
	height: 150px;
	background: #777777;
	color: #fff;
}
#footer .recentPosts h2
{
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	margin: 15px;
}
#footer .recentPosts .posts
{
	margin: 0 15px;
}
#footer .recentPosts a
{
	color: #fff;
}
#footer .recentQuote
{
	background: url(../img/quote_bg.png) center center no-repeat;
	height: 150px;
}

.recentQuote .quote
{
	font-size: 19px;
                font-style: italic;
	text-align: center;
	margin: 15px;
	line-height: 30px;
}

#copyright
{
	padding: 5px;
	line-height: 16px;
	color: #777;
}
#copyright a
{
	color: #555;
	text-decoration: none;
}
#copyright img
{
	margin-right: 6px;
}

.banner img
{
	margin: 10px;
}
#menu
{
	position: absolute;
	top: 83px;
	right: 10px;
}

.readMore
{
	float: right;
	font-weight: bold;
}

h1
{
	color: #94d403;
	font-weight: normal;
}

#contactUsForm label
{
	text-align: left;
	width: 320px;
	display: block;
	float: none !important;
	position: relative;
}
#contactUsForm input
{
	top: 0px;
	right: 0px;
	position: absolute;
}
