@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	background: #144F95;
}

hr.hrDashed
{
	height: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: dashed 1px #D8D8D8;
}

div#wrapperMain {
	text-align: left;
	margin: 0px auto;
	clear: both;
	width: 840px;
	padding-left: 30px;
	padding-right: 30px;
}

div#header {
	width: 840px;
	overflow: hidden;
}

div#nav {
	width: 840px;
	height: 11px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

a.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}

a.navLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #144F95;
	text-decoration: none;
}

div.headerImage {
	width: 840px;
	height: 9px;
	background-image: url(/images/headerImage.jpg);
	background-repeat: no-repeat;
}

div#wrapperBody
{
	padding: 10px 0px;
}

div#pageTitle {
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}

div#pageSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #144F95;
}

div#bodyText {
	float: left;
	clear: left;
	width: 520px;
	overflow: hidden;
	min-height: 475px;
	padding: 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;	
	background-image: url(/images/moreInfoLine.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

a.bodyTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #144F95;
	text-decoration: underline;
}

a.bodyTextLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}

div#awardsText {
	float: left;
	clear: left;
	width: 350px;
}

div#awardsLogos {
	float: right;
	clear: right;
	width: 108px;
}

div#featured {
	float: left;
	clear: left;
	width: 560px;
	padding-top: 20px;	
	background-image: url(/images/moreInfoLine.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

div#featuredTitle {
	width: 520px;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 3px;
	background: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

div#featuredContent {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

div#moreInfo {
	float: right;
	clear: right;
	width: 250px;
	padding-left: 30px;
}

div#moreInfoTitle {
	padding-bottom: 10px;
	background-image: url(/images/moreInfoLine.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

a.moreInfoTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #144F95;
	text-decoration: none;	
}

a.moreInfoTitle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;	
}

div#moreInfoContent {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

div#wrapperContact {
	width: 840px;
}

div.agentContact {
	float: left;
	clear: both;
	padding-bottom: 15px;
}

fieldset {
	width: 502px;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #144F95;
}

div#profileImage {
	float: left;
	clear: left;
	width: 165px;
}

div#contactInfo {
	float: left;
	padding-left: 15px;
}

.footerPadding
{
	clear: both;
	height: 10px;
}

div#footer {
	float: left;
	clear: both;
	width: 840px;
	overflow: hidden;
	background-image: url(/images/horizontalRule.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

div#footerCopyright {
	float: left;
	clear: left;
	width: 320px;
}

div#footerNav {
	float: right;
	clear: right;
	width: 520px;
	text-align: right;
}

a.footerNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a.footerNavLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #144F95;
	text-decoration: underline;
}

a.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #144F95;
	text-decoration: underline;
}

a.footerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

img{
	border: 0px;
}
