@charset "utf-8";

body {
	background-color: #747474;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
	color: #666666;
	margin: 0;
	padding: 0;
}
.after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
a:link {
	color: #062c92;
	text-decoration: none;
}
a:active {
	color: #062c92;
}
a:hover {
	color: #062c92;
	text-decoration: underline;
}
a:visited {
	color: #062c92;
	text-decoration: none;
}

/* begin main styles */
#header {
	height: 116px;
	width: 995px;
	margin: 0 auto;
	background-image: url(../img/headerBacker.gif);
	background-repeat: no-repeat;
}
#mainImage {
	height: 304px;
	width: 995px;
	margin: 0 auto;
	background-image: url(../img/mainImageBacker.gif);
	background-repeat: no-repeat;
}
#imageCont {
	width: 897px;
	margin: 0 auto;
}
#bodyArea {
	width: 995px;
	background-image: url(../img/bodyBacker.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}
.paragraphHeader {
	font-size: 14px;
	font-weight: bold;
	color: #d26c17;
}
.subHeader {
	font-size: 12px;
	font-weight: bold;
	color: #3853a3;
}
#mainCopy {
	width: 897px;
	margin: 0 auto;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d7;
}
#footer {
	height: 75px;
	width: 995px;
	background-image: url(../img/footerBacker.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	margin: 0 auto;
	padding-top: 10px;
}
#footer a {
	color: #666666;
} 
#login {
	float: right;
	width: 200px;
	text-align: right;
	margin-right: 52px;
	margin-top: 12px;
}
#login a {
	color: #666666;
} 
.orangeIt {
	font-weight: bold;
	color: #d26c17;
}
#logo {
	float: left;
	width: 241px;
	height: 45px;
	font-size: 12px;
	margin-left: 47px;
	margin-top: 30px;
}
#nav {
	float: right;
	width: 595px;
	height: 20px;
	margin-right: 49px;
	margin-top: 60px;
	text-align: right;
}
#subNav {
	float: right;
	width: 420px;
	text-align: right;
	margin-right: 52px;
	margin-top: 10px;
}
#subNav a {
	color: #666666;
}
.feature1 {
	height: 410px;
	width: 198px;
	padding-right: 13px;
	margin-left: 52px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d8d8d7;
	float: left;
	position: relative;
}
.features2_3 {
	height: 410px;
	width: 198px;
	padding-right: 13px;
	margin-left: 23px;
	margin-top: 25px;
	margin-bottom: 25px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d8d8d7;
	position: relative;
}
.feature4 {
	height: 410px;
	width: 198px;
	padding-right: 13px;
	margin-left: 23px;
	margin-top: 25px;
	margin-bottom: 25px;
	float: left;
	position: relative;
}
.learnMore {
	float:right;
	position: absolute;
	right: 20px;
	bottom: 0px;
}
.floatImgLeft {
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
}
.floatImgRight {
	float: right;
	padding-bottom: 20px;
	padding-left: 22px;
}
