@charset "UTF-8";

/* ---------- Header Styles ---------- */

#mainHeader {
	background: url(/static/images/subHead_residential.jpg) no-repeat top left;
	width: 901px;
	height: 102px;
}

#mainHeader h1{
	font-weight: normal;
	font-size: 23px;
	color: #fff;
	display: block;
	float: right;
	margin: 40px 35px 0 0;
	
}

/* ---------- Support Module Styles ---------- */
.packageModule {
	min-height: 310px;
	float: left;
	width: 290px;
	margin: 14px 0 0 0;
	padding-right: 14px;
	background:  url(/static/images/packageModule_bottom.gif) no-repeat bottom left;
}
.packageModuleRight {
	min-height: 310px;
	float: left;
	width: 290px;
	margin: 14px 0 0 0;
	background:  url(/static/images/packageModule_bottom.gif) no-repeat bottom left;
}

.packageModule p, .packageModuleRight p {
	display: block;
	text-align: center;
	margin: 0 0 -30px 0;
}
.packageModule .packageContent, .packageModuleRight .packageContent{
	padding: 14px 0 8px 0;
	background:  url(/static/images/packageModule_top.gif) no-repeat top left;
}

.packageModule h2, .packageModuleRight h2{
	padding: 14px 0 0 14px;
	color: #731a42;
	font-size: 17px;
	font-weight: normal;
}
.packageModule h2 a, .packageModuleRight h2 a{
	padding: 0 20px 0 0;
	color: #731a42;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	background: url(/static/images/packageHead_arrow.gif) no-repeat right center;
}
.packageModule h2 a:hover, .packageModuleRight h2 a:hover{
	padding: 0 20px 0 0;
	color: #731a42;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	background: url(/static/images/packageHead_arrow-over.gif) no-repeat right center;
}
.packageModule ul, .packageModuleRight ul{
	padding: 8px 8px 0 14px;
	font-size: 12px;
	color: #10315f;
	line-height: 16px;
	list-style: none;
}

.packageModule ul li, .packageModuleRight ul li{
	background: url(/static/images/bullet_smLtBlue.gif) no-repeat left center;
	padding: 0 0 0 9px;
}
.packageModule h3, .packageModuleRight h3{
	font-weight: normal;
	font-size: 12px;
	color: #731a42;
	padding: 0 0 0 14px;
}


