body {
	margin: 0 auto;
	padding: 0;
	background: url("../images/backgrounds/blue-body.gif") repeat-y #3399CC;	
	background-position: 50% 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

img {
	border: 0;
}

p, ul, li, h1 ,h2 ,h3 ,h4, h5, h6, form, input, select {
	padding: 0;
	margin: 0;
}

/* Structual DIVs */

#wrap {
	width: 798px;
	margin: 0 auto;
}

#topBar {
	height: 46px;
	width: 798px;
	overflow: hidden;
	background:  url("../images/backgrounds/topBar.jpg") no-repeat;
	background-position: top right;
}

#banner {
	height: 141px;
	width: 798px;
	overflow: hidden;
	background:  url("../images/backgrounds/hccwebbanner-blue-spring.jpg") no-repeat;	
}

#content {
	float: left;
	background:  url("../images/backgrounds/content.gif") repeat-y;
	width: 798px;
}

#leftCol {
	width: 192px;
	margin-right: -3px;
	float: left;
	border-top: 1px solid #fff;

}

#middleCol {
	width: 426px;
	margin-right: -3px;
	float: left;
	border-top: 1px solid #fff;
}

#rightCol {
	width: 186px;
	margin-right: -3px;
	float: left;
}

#preFooterOuter {
	background: #fff;
	float: left;
	width: 798px;
}

#preFooter {
	margin-top: 1px;
	border-top: 1px solid #3399CC;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	vertical-align: middle;
	color: #4f336c;
	font-size: 11px;
	width: 798px;
	background: #fff;
}

#footer {
	padding: 15px 0 30px 10px;
	color: #fff;
	background:  url("../images/backgrounds/footer.gif") repeat-x;
	width: 788px;
	font-size: 11px;
	clear: both;
	display: block;
}

/* Other DIVs */

.siteSearch {
	width: 177px /*186px*/;
	height: 27px /*52px*/;
	overflow: hidden;
	background:  url("../images/backgrounds/siteSearch.gif") no-repeat;
	padding: 25px 0 0 9px;
}

/* Typography */

#leftCol h1 {
	height: 20px;
	padding: 25px 0 0 10px;
	width: 170px;
	font-family: georgia, 'Times New Roman', times, serif;
	font-size: 14px;
	background: #659933;
	color: #fff;
	width: 176px;
}

.quickLinks {
	list-style: none;
	margin: 5px 0 0 0;
}

.quickLinks li {
	list-style: none;
	margin-left: 20px;
}

/* Links */

#banner a {
	display: block;
	width: 798px;
	height: 141px;
	padding-top: 200px;
}

#preFooter a:link, #preFooter a:active, #preFooter a:visited {
	color: #4f336c;
	text-decoration: none;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.quickLinks a {
	font: normal 11px/18px tahoma, arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.quickLinks a:hover {
	color: #ffc63d;
}

/* Form Styles */

select#thingsToKnow {
	width: 170px;
	font-size: 11px;
}

#gs input {
	vertical-align: middle;
}

#newsletterForm input {
	vertical-align: middle;
}


/* Navigation */


#nav {
	background:  url("../images/backgrounds/MainNav-spring-blue.gif") no-repeat;
	height: 32px;
	width: 798px;
	background-position: top right;
}

#nav A.generalInformation {
	display: block;
	padding: 0;
	margin: 0;
	height: 32px;
	width: 102px;
}

#nav A.generalInformation:link, #nav A.generalInformation:visited {
	background:  url("../images/mainnav/generalInfo.gif") top left no-repeat;
}

#nav A.generalInformation:active, #nav A.generalInformation:hover {
	background-position: 0 -32px;
}

#nav A.medicalServices {
	display: block;
	padding: 0;
	margin: 0;
	height: 32px;
	width: 126px;
}

#nav A.medicalServices:link, #nav A.medicalServices:visited {
	background:  url("../images/mainnav/medicalServices.gif") top left no-repeat;
}

#nav A.medicalServices:active, #nav A.medicalServices:hover {
	background-position: 0 -32px;
}

#nav A.counselingServices {
	display: block;
	padding: 0;
	margin: 0;
	height: 32px;
	width: 151px;
}

#nav A.counselingServices:link, #nav A.counselingServices:visited {
	background:  url("../images/mainnav/counselingServices.gif") top left no-repeat;
}

#nav A.counselingServices:active, #nav A.counselingServices:hover {
	background-position: 0 -32px;
}

#nav A.healthPromotion {
	display: block;
	padding: 0;
	margin: 0;
	height: 32px;
	width: 141px;
}

#nav A.healthPromotion:link, #nav A.healthPromotion:visited {
	background:  url("../images/mainnav/healthPromotion.gif") top left no-repeat;
}

#nav A.healthPromotion:active, #nav A.healthPromotion:hover {
	background-position: 0 -32px;
}

#nav A.healthResources {
	display: block;
	padding: 0;
	margin: 0;
	height: 32px;
	width: 136px;
}

#nav A.healthResources:link, #nav A.healthResources:visited {
	background:  url("../images/mainnav/healthResources-spring.gif") top left no-repeat;
}

#nav A.healthResources:active, #nav A.healthResources:hover {
	background-position: 0 -32px;
}

