/* Website CSS */
body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	background-color:	#C4DD8F;
}

#top {
	width: 800px;
	height: 25px;
	background-color:#C4DD8F;
	margin: 0 auto; 
	
}

#wrapper {
	margin: 0 auto;
	height: auto;
	width: 800px;
	border-top: none;
	margin-bottom: none;
}



#container {
	width: 800px;
	height: auto;
	border-top: none;
	margin: 0 auto;
	padding: 0;
	background-color: #C4DD8F;
}

#header {
	width: 800px;
	height: 332px;
	background-image:url(../images/SH_Savings_Header.jpg)
}

#links {
	width: 800px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #555555;
	border-left: none;
	border-right: none;
	font-size: 24px;
}
#homeforum {
	width: 400px;
	height: 320px;
	float:left;
}

#hometext {
	width: 350px;
	background-color: #C4DD8F;
	color: #000000;
	font-size: 16px;
	float: right;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 15px;
	text-align: left;
}
#companyinfo {
	width: 800px;
	height: 370px;
	line-height: 370px;
	font-size: 14px;
	color: black;
	text-align: center;
}
#allservices {
	width: 800px;
	height: auto;
	line-height: 16px;
	font-size: 14px;
	color: black;
	text-align: left;
	vertical-align: middle;
}

#infodiv {
	width: 350px;
	height: 570px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	line-height: 15px;
	font-size: 15px;
}

#videodiv {
	width: 450px;
	height: 550px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-top: 20px;
}

#footer {
	width: 800px;
	height: 45px;
	border-top: none;
	text-align: center;
	font-size: 10px;
	margin: 0 auto;
	padding-top: 8px;
	background-color: #90BF6E;
	color: black;
}


/* STYLES */
.subhead {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
color: #EEEEEE;
}

.SubheadCounty {
color: #FFFF33;
font-size: 10px;
text-transform: capitalize;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

/* Seperator Bar In Footer */

.sep {
	padding-left: 6px;
	padding-right: 6px;
	color: #C4DD8F;
}
