* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Sans-serif;
	}
	
body {
	background-image: url(/images/layout/clouds-bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center;
	}
	
#container {
	width: 860px;
	margin: 20px auto;
	text-align: left;
	border-style: solid;
	border-color: #25477E;
	border-width: 1px;
	background-color: #ffffff;
	}
	
	
a {
	color: #052757;
	font-weight: bold;
	}
	
a:hover {
	color: #F20011;
	font-weight: bold;
	}
	
.clear {
	clear: both;
	}
	
/* Banner Information */

#banner {
	background-image: url(/images/layout/banner-bg.jpg);
	background-repeat: repeat-y;
	background-color: #5C8CBD;
	}

#logo {
	/*width: 260px;*/
	width: 239px;
	margin:5px 0 0 8px;
	float: left;
	}
	
#logo img {
	/*width: 260px;
	height: 136px;*/
	width: 239px;
	height: 112px;
	border: none;
	}
	
#right-banner {
	float: right;
	margin: 20px;
	text-align: right;
	}
	
#right-banner p {
	color: #ffffff;
	font-size: 12px;
	}
	
/* Homefinder styles */
	
#homefinder {
	text-align: left;
	margin-top: 15px;
	width: 380px;
	font-size: 12px;
	}
	
#homefinder h1 {
	color: #03223D;
	font-weight: bold;
	font-size: 16px;
	}
	
#homefinder .field {
	width: 140px;
	margin: 5px 0px;
	}
	
#homefinder p {
	color: #03223D;
	}
	
#homefinder a {
	color: #03223D;
	font-weight: bold;
	}
	
#homefinder ul {
	list-style: none;
	margin: 5px 0px;
	}
	
#homefinder li {
	display: inline;
	margin-right: 10px;
	}
	
#homefinder a {
	font-size: 12px;
	text-decoration: none;
	}
	
#homefinder a:hover {
	font-size: 12px;
	color: #F20011;
	}
	
/* Top Navigation */

#navigation {
	background-image: url(/images/layout/nav-bg.gif);
	background-repeat: repeat-x;
	border-width: 3px 0px;
	border-style: solid;
	border-color: #03223D;
	text-align: center;
	}	
	
#navigation ul {
	list-style: none;
	padding: 12px 0px;
	}
	
#navigation li {
	display: inline;
	padding: 0px 10px;
	}
	
#navigation a {
	color: #03223D;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	}
	
#navigation a:hover {
	color: #F20011;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	}
	
/* Footer styles */

#footer {
	color: #003768;
	font-size: 12px;
	}

#footer ul {
	list-style: none;
	margin-bottom: 10px;
	}
	
#footer p {	
	margin-bottom: 10px;
	}
	
#footer li {
	display: inline;
	}
	
#footer a {
	color: #003768;
	font-weight: bold;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #F20011;
	font-weight: bold;
	text-decoration: none;
	}
	
#footer img {
	border: none;
	}
	
.home-page1 p {
	color: #ffffff;
	font-size: 12px;
	width: 400px;
	line-height: 18px;
	}
	
/* Home page styles */
	
.home-page1 h1 {
	color: #ffffff;
	font-size: 17px;
	line-height: 36px;
	font-weight: bold;
	}
	
.home-page2 p {
	color: #ffffff;
	font-size: 12px;
	width: 210px;
	line-height: 18px;
	}
	
.home-page2 h1 a{
	color: #ffffff;
	font-size: 17px;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	}
	
.home-page3 {
	color: #052757;
	font-size: 12px;
	line-height: 18px;
	}
	

	
.home-page4 {
	color: #052757;
	font-size: 12px;
	line-height: 18px;
	}
	
.home-page3 h1 {
	font-size: 16px;
	margin-bottom: 15px;
	}
	
.home-page4 h1 {
	font-size: 16px;
	margin-bottom: 5px;
	}
	
.feat-image img {
	width: 123px;
	height: 100px;
	border-style: solid;
	border-width: 1px;
	border-color: #DCDCDC;
	padding: 3px;
	}
	
/* styles for the interior pages */

#content-int {
	padding: 20px;
	}
	
#content-int h1 {
	color: #00487A;
	font-size: 24px;
	text-transform: uppercase;
	}
	
#content-int h2 {
	color: #F20011;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
	
#content-int h3 {
	font-size: 14px;
	margin-bottom: 10px;
	}
	
hr {
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #cccccc;
	margin: 10px 0px;
	}
	
#content-int p {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 15px;
	}
	
#content-int ul {
	margin-bottom: 15px;
	margin-left: 25px;
	}

#content-int li {
	font-size: 12px;
	line-height: 19px;
	}
	
#content-int .text-image {
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 5px;
	margin-left: 10px;
	}
	
/* styles for drop down menus */
#dropmenudiv {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #153E78;
	color: #ffffff;
	}
	
/* Pre Approvl form styles */

#pre-form {
	background-color: #F4F4F4;
	padding: 20px;
	}
	
#pre-titles {
	float: left;
	text-align: right;
	font-size: 12px;
	}
	
#pre-fields {
	float: left;
	}
	
#pre-fields ul {
	list-style: none;
	margin-left: 20px;
	}
	
	
#pre-fields li {
	padding: 3px 0px;
	}
	
#pre-fields input, submit {
	height: 20px;
	}
	
#pre-fields .button {
	width: 111px;
	height: 15px;
	border: none;
	}
	
#pre-titles ul {
	list-style: none;
	}
#pre-titles li {
	padding: 4px 0px 4px 0px;
	}

font a {
	font-size: 14px ! important;
 }

#contactform fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	border: 1px solid #aaaaaa;
	background-color: #cbddee;
}
#contactform label.required_field, #showingform label.required_field {
	color:blue;
}
#contactform legend {
	margin-left: 2em;
	font-size:16px;
	color:#2E4590;
	font-weight:bold;
}
#contactform fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}
#contactform fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 12px;
}
#contactform label {
	float:left;
	width:150px;
	margin-right:10px;
	text-align:left;
}
#contactform label.required {
	color:red;
}
#contactform label#listing {
	float:none;
	display:block;
	margin-bottom:5px;
}
#contactform input#zipcode {
	width:60px;
}
#contactform input#state {
	width:40px;
}
#contactform label#customer_copy {
	width:150px;
}
#contactform fieldset#submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
/* IE HACK for CONTACTFORM
--------------------------------------------*/
#contactform fieldset {
	position: relative;
}
#contactform legend {
	position: relative;
	left: -7px;
	top: -0.75em;
}
#contactform fieldset fieldset legend {
	top: 0;
}
#contactform fieldset ol {
	padding-top: 0.25em;
}

.mp_signupform {
	font-size: 12px;
	}

.mp_signupform td {
	padding: 3px;
	}	
	
#content {
	padding: 20px;
	width: 639px;
	float: left;
	}
	
#content h1 {
	color: #00487A;
	font-size: 24px;
	text-transform: uppercase;
	}
	
#content h2 {
	color: #B30423;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
	
#content h3 {
	font-size: 14px;
	margin-bottom: 10px;
	}
	
hr {
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #cccccc;
	margin: 10px 0px;
	}
	
#content p {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 15px;
	}
	
#content ul {
	margin-bottom: 15px;
	margin-left: 25px;
	}

#content li {
	font-size: 12px;
	line-height: 19px;
	}
	
#agent-column {
	float: left;
	width: 181px;
	}
	
#agent-column-int {
	border-width: 0px 1px 0px 0px;
	border-color: #cccccc;
	border-style: solid;
	padding: 10px;
	}
	
#agent-column-int img {
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 5px;
	}
	
#agent-column-int ul {
	list-style: none;
	}
	
#agent-column-int ul a {
	font-size: 12px;
	text-decoration: none;
	}
	
#agent-column-int li {
	margin: 5px 0px;
	}
	
#name-phone {
	text-align: center;
	}
	
#name-phone h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	
#name-phone h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#homefinder a {
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-serif;
	}

.dotline {border-style: dotted; border-bottom-width: 1px; border-top-width: 1px; border-left-width: 0; border-right-width: 0; border-color: #666666;}

.dotline2 {border-style: dotted; border-top-width: 1px; border-left-width: 0; border-right-width: 0; border-bottom-width: 0; border-color: #666666;}

.dotline3 {border-style: dotted; border-top-width: 0; border-left-width: 1px; border-right-width: 0; border-bottom-width: 0; border-color: #666666;}

.FHtitle, .FHheader {color: #FFF;}

.FHtitles, .FHvalues {color: #000;}