@charset "utf-8";
/* CSS Document */

body
{
	font-family:Calibri, Verdana, Geneva, sans-serif;
	background:url(images-home/background.jpg) repeat-x top #990000;
	margin:0;
	padding:0;
}
.header
{
	width:960px;
	height:54px;
	background:url(images-home/header.jpg) top center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.container
{
	width:940px;
	padding:10px;
	background:#666666;
	margin-left:auto;
	margin-right:auto;
}
.content
{
	height:300px;
}
.panel1
{
	background:#FFF;
	color:#333;
	line-height:1.5em;
	width:460px;
float:left;

}
.panel2
{
	background:#FFF;
	color:#333;
	line-height:1.5em;
	width:460px;
float:right;
margin-left:20px;
;
}
.panel3
{
	background:#FFF;
	color:#333;
	line-height:1.5em;
	width:300px;
float:left;
margin-top:20px;
}
.panel4
{
	background:#FFF;
	color:#333;
	line-height:1.5em;
	width:300px;
float:left;
margin-top:20px;
margin-left:20px;
}
h3
{
	color:#990000;
text-align:center
}
p
{
	padding:10px;
}
a.energuide
{
	width:460px;
	height:84px;
	display:block;
	background:url(images-home/energuide_up.jpg);
}
a.energuide:hover
{
	background:url(images-home/energuide_down.jpg);
}
a.sunridge
{
	width:460px;
	height:84px;
	display:block;
	background:url(images-home/sunridge_up.jpg);
}
a.sunridge:hover
{
	background:url(images-home/sunridge_down.jpg);
}
a.energystar
{
	width:300px;
	height:84px;
	display:block;
	background:url(images-home/energystar_up.jpg);
}
a.energystar:hover
{
	background:url(images-home/energystar_down.jpg);
}
a.leed
{
	width:300px;
	height:84px;
	display:block;
	background:url(images-home/leed_up.jpg);
}
a.leed:hover
{
	background:url(images-home/leed_down.jpg);
}
a.affordable
{
	width:300px;
	height:84px;
	display:block;
	background:url(images-home/affordable_up.jpg);
}
a.affordable:hover
{
	background:url(images-home/affordable_down.jpg);
}
.footer
{
	height:30px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background:#333333;
	color:#FFF;
	font-size:small;
	text-align:center;
	line-height:30px;
}
.footer a
{
	color:#CCC;
}
.footer a:visited
{
	color:#CCC;
}
