/* Spring Lake Stylesheet */

body {
	background: #ccc;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
        text-align:justify;
        line-height: 18px;
	color: #000000;
	text-align: center; /* IE fix to center page */
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: square;
}

ul li {
	margin-bottom: 15px;
}

h1 {
	font-size: 12px;
}

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mainContainer {
	width: 755px;
	margin: 0 auto;
	text-align: justify;
        border: 1px solid #333333;
}

.homeLogo {
	position: relative;
	width: 755px;
	height: 88px;
	background: #fff;
	margin-bottom: 9px;
}

.homeLogo img {
	position: absolute;
	left: 20px;
	top: 20px;
}

.homeMenu {
	width: 755px;
	height: 22px;
	background: #3D4573;
	text-align: center;
	margin-bottom: 9px;
	line-height: 22px;
}

.homeMenu a {
	color: #FFF;
	margin-left: 30px;
	margin-right: 30px;
}

.homeMenu a:hover {
	color: #9ACCFF;
}

.homeBanner {
	width: 755px;
	height: 173px;
	background: url('/images2/home-banner.jpg');
	margin-bottom: 9px;
}

.contentArea {
	width: 705px;
	min-height: 500px;
	margin-bottom: 9px;
	background: #fff;
	padding: 25px;
}

.homeLeft {
	float: left; 
	width: 700px; 
	margin-right: 25px; 
}

.footer {
	position: relative;
	width: 740px;
	height: 25px;
	background: #4c4c4c;
	color: #fff;
	line-height: 25px;
	padding-left: 15px;
	font-size: 10px;
}

.footer a {
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

.footer a:hover {
	color: #000;
}

.subBanner {
	position: relative;
	width: 755px;
	height: 173px;
	background: url('/images2/sub-banner-services.jpg');
	margin-bottom: 9px;}

.subMenu {
	width: 200px;
	height: 480px;
	float: left;
	margin-right: 25px;
}

.subMenu div {
	border: 1px solid #fff;
	width: 200px;
	height: 23px;
	margin-bottom: 1px;
	font-size: 12px;
	text-align: left;
}

.subMenu div a {
	display: block;
	width: 195px;
	height: 23px;
	color: #4B5070;
	line-height: 23px;
	padding-left: 5px;
	border: 1px solid #fff;
}

.subMenu div a:hover {
	/*background-color: #ccc;*/
	border: 1px solid #787878;
	color: #787878; 
}

.subRight {
	float: left;
	width: 470px;
	/*height: 480px;*/
}

.clearBoth {
	clear: both;
}
.indent {
	position: relative;
	top: -5px;
	margin-left: 15px;
}

.emailFormBox {
	width: 320px; 
	margin: 0 auto; 
	text-align: left;
}

.emailFormLeft {
	width: 110px;
	text-align: left;
	line-height: 20px;
	float: left;
}

.emailFormRight {
	position: relative;
	width: 184px;
	text-align: left;
	float: left;
}

.titleText {
	position: absolute;
	line-height: 40px;
	color: #fff;
	font-size: 32px;
	right: 44px;
	bottom: 35px;
}
