@import url("home.css");

/* --- SUBPAGE CSS --- */
#MainContent{
background:url(../images/MainContentBG.gif) no-repeat #d9d5ce;
float:left;
padding:40px 0 0 30px;
width:737px;
}
	#MainContent h1{
	font-size:30px;
	font-weight:bold;
	margin:0 0 20px 0;
	}
	#MainContent h2{
	font-size:26px;
	font-weight:bold;
	margin:0 0 20px 0;
	}
#MainContent ul {
	padding-bottom: 10px;
	}
#SubpageGreenBox{
background:url(../images/SubpageBG.gif) repeat-y;
float:left;
padding:10px;
width:495px; /* 515px */
}
	#SubpageGreenBox li{
	list-style:square;
	font:12px Arial, Helvetica, sans-serif;
	margin:0 0 0  30px;
	}
		.TopButtonGreen{
		background:url(../images/TopGreen_Btn.gif) no-repeat;
		display:block;
		float:left;
		height:34px;
		width:170px;
		}
		a:hover.TopButtonGreen{
		background-position:0 -34px;
		}
		.CoppersunButton{
		background:url(../images/coppersundiagram_btn.gif) no-repeat;
		display:block;
		float:left;
		height:90px;
		width:495px;
		}
		a:hover.CoppersunButton{
		background-position:0 -90px;
		}
		.coppersun {
		padding: 0 0 0 0;
		}
#SubpageBlueBox{
background:url(../images/SubpageBlueBG.gif) repeat-y;
float:left;
padding:10px;
width:495px; /* 515px */
}
	#SubpageBlueBox li{
	list-style:square;
	font:12px Arial, Helvetica, sans-serif;
	margin:0 0 0  30px;
	}
		.TopBlueButton{
		background:url(../images/TopBlue_Btn.gif) no-repeat;
		display:block;
		float:left;
		height:34px;
		width:170px;
		}
		a:hover.TopBlueButton{
		background-position:0 -34px;
		}
		.RadcoButton{
		background:url(../images/radcodiagram_btn.gif) no-repeat;
		display:block;
		float:left;
		height:90px;
		width:495px;
		}
		a:hover.RadcoButton{
		background-position:0 -90px;
		}
		.radco {
		padding: 0 0 0 0;
		}

/* --- SUBPAGE SIDEBAR AND CONTACT FORM --- */
#Sidebar{
background:url(../images/SidebarSubBG.gif) repeat-x;
float:left;
width:233px;
}
#Contact{
float:left;
width:233px;
}
#Contact input, #Contact textarea{
color:#5b3c0a;
background:#ab9f88;
border:1px solid #5b3c0a;
font:11px Arial, Helvetica, sans-serif;
height:14px;
margin:4px 4px 0 0;
padding:2px;
width:200px;
}
#Contact textarea {
height:80px;
}
#Contact .SubmitBtn{
background:url(../images/SubmitButtonBG.gif) repeat-x;
border:none;
color:white;
padding:0 0 4px 0;
height:31px;
text-transform:uppercase;
width:94px;
}