/* Start of CMSMS style sheet 'hc-home' */
/* COLOR GUIDE 

blue: 178fc7
green: c0d23e
gray: 7b7c7e

*/

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	color:#000;
	font-size:14px;
	line-height:140%;
	background:#fff;
}
div#homewrapper {
	width:800px;
	margin:0 auto;
	min-height:300px;
	padding:0px;
}
div#homeheader {
	height:138px;
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
	background:url(imgs/header.gif) center top no-repeat;
}
#homeheader a img {
	border:0;
	margin: 10px 0px 5px 0px;
	width:150px;
	height:95px;

}
#homeheader h1, #homeheader h2 {
	text-indent:-9999px;
	font-size:0px;
	margin:0;
	visibility:hidden;
	padding:0;
	line-height:0;
}
#homenav {
	background: none;
/* IE6 Hack */
	height: 1%;
	width: auto;
	margin: 0;
	padding: 0;
}
.splash{
	margin-bottom:12px;
	width:620px;
	height: 82px;
	padding:115px 160px 6px 20px;
	background:url(imgs/splash.gif) center top no-repeat #178fc7;
        overflow:hidden;
        color:#fff;
}
.features {
   float:left;
   width:618px;
}
.featureBox {
   float:left;
   width:180px;
   padding:5px;
   margin:0px 10px 10px 0px;
   border:2px #c0d23e solid;
   font-size:11px;
}
/* End of 'hc-home' */

