@import url("global.css");

/* --- HOME CSS --- */
#ContentBox{
background:#d9d5ce;
display:table;
float:left;
width:1000px;
}
#HomeContent{
background:url(../images/HomeContentBG.gif) no-repeat #d9d5ce;
float:left;
padding:40px 0 0 30px;
width:737px;
}
#CoppersunBox{
background:url(../images/coppersunBG.jpg) no-repeat;
float:left;
padding:10px;
width:495px; /* 515px */
}
	.greenheader{
	color:#0d1d0a;
	}
	.waterheating{
	color:#FFFFFF;
	display:block;
	font-size:20px;
	font-weight:bold;
	}
	.copperbutton{
	background:url(../images/Coppersun_Btn.gif) no-repeat;
	display:block;
	float:left;
	height:34px;
	width:170px;
	}
	a:hover.copperbutton{
	background-position:0 -34px;
	}
#RadcoBox{
background:url(../images/radcoBG.jpg) no-repeat;
float:left;
margin-top:20px;
padding:10px;
width:495px; /* 515px */
}
	#RadcoBox li{
	list-style:square;
	margin:0 0 0 30px;
	font-size:12px;
	}
	.blueheader{
	color:#b4ebff;
	}
	.radcobutton{
	background:url(../images/Radco_Btn.gif) no-repeat;
	display:block;
	float:left;
	height:34px;
	width:170px;
	}
	a:hover.radcobutton{
	background-position:0 -34px;
	}
/* -------- HOME SIDEBAR TAGS -------- */
#SidebarHome{
background:url(../images/SidebarBG.gif) no-repeat #d9d5ce;
float:left;
width:233px;
}
#Address{
float:left;
margin-top:20px;
width:233px;
}
	#Address a{
	color:#5b3c0a;
	}
	#Address a:hover{
	color:#214960;
	}
	.office{
	color:#5b3c0a;
	font-size:24px;
	font-weight:bold;
	padding:15px 0 0 0;
	}
#Calculator{
float:left;
margin-top:20px;
width:233px;
}
	.save{
	color:#5b3c0a;
	font-size:24px;
	font-weight:bold;
	}



