@charset "utf-8";

/* Global Stylesheet */
/* Developed by InMotion */


/* --------------------------------------- */
/* --( Style Sheet Import )-- */
/* --------------------------------------- */

/*@import url(nav.css);*/

/* --------------------------------------- */
/* --( Global Styles )-- */
/* --------------------------------------- */

html {
	font: 62.5%/1.25 arial, helvetica, sans-serif;
}
a {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	background: #FFF url(../_img/page_bg.gif) repeat-x top center;
}
p {
	margin: 8px 0; 
}

/* --------------------------------------- */
/* --( Global Classes )-- */
/* --------------------------------------- */

	/* self clearing rules */
	.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.selfclear { display: inline-block; _height: 1%; }
	/* Hides from IE-mac \*/
	.selfclear { display: block; }
	/* End hide from IE-mac */
	
	.nodisp {
		margin: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
/* --------------------------------------- */
/* --( Main Container )-- */
/* --------------------------------------- */

	#main_container {
		width: 911px;
		margin: 0 auto;
		background: url(../_img/content_bg.gif) no-repeat top;
		min-height: 600px;
		height: auto !important;
		height: 600px;
	}	
	
/* --------------------------------------- */
/* --( Header )-- */
/* --------------------------------------- */

	/* --( Logo )-- */
		#header h1 {
			margin: 0;
			padding: 0 0 0 45px;
			float: left;
		}
		#header h1 a {
			display: block;
			width: 263px;
			height: 120px;
			text-indent: -3000px;
			background: url(../_img/head_logo.gif) no-repeat;
		}
		
	/* --( Phone Number )-- */
		#header p {
			display: block;
			padding: 23px 17px 0 0;
			margin: 0;
			float: right;
			color: #FFF;
			text-align: right;
			font: 1.5em Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			font-style: italic;
			letter-spacing: .13em;
		}
	
	/* --( Top Tools )-- */
		#header #topTools {
			text-align: right;
			margin: 0;
			padding: 0;
			width: 100px;
			float: right;
		}
		#header #topTools li {
			display: inline;
			margin: 0;
			padding: 0;
		}
		#header #topTools li a:link, #topTools li a:visited {
			border-left: solid 1px #E6E6E6;
			color: #B1B1B1;
			text-decoration: none;
			float: left;
			font-size: 11px;
		}
		#header #topTools li a:hover {
			text-decoration: underline;
		}
		#header #topTools li a.login {
			padding: 16px 13px 0 23px;
			background-image: url(../_img/key.gif);
			background-repeat: no-repeat;
			background-position: 7px 17px;
			width: auto !important;
		}
		#header #topTools li a.contact {
			padding: 16px 13px 0 27px;
			background-image: url(../_img/contact.gif);
			background-repeat: no-repeat;
			background-position: 7px 17px;
			width: auto !important;
		}
		
	/* --( Main Navigation )-- */
		#header ul.sf-menu,
		#header ul.sf-menu li {
			margin: 0;
			padding: 0;
		}
		#header ul.sf-menu {
			display: block;
			float: right;
			clear: right;
			padding: 0 19px 0 0;
			margin-top: 30px; /* Fixes an IE bug */
			width: 515px;
		}
		#header ul.sf-menu li {
			list-style: none;
			display: inline;
		}
		#header ul.sf-menu li a {
			display: block;
			float: left;
			width: 103px;
			text-align: center;
			padding: 13px 0 5px;
			color: #0069AA;
			font: 1.2em Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			background-image: url(../_img/nav_bg.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
		}
		#header ul.sf-menu li a:hover {
			background-position: -103px 0px;
		}
		#header ul.sf-menu li.resources a:hover {
			cursor: default;
		}
		#header ul.sf-menu li.sfHover ul a:hover {
			cursor: pointer;
		}
		
		/* --( Drop Down )-- */
			#header ul.sf-menu li ul {
				background: #046BAB;
				border: 1px solid #02395B;
			}
			#header ul.sf-menu li ul li {
				border-bottom: 1px solid #02395B;
			}
			#header ul.sf-menu li ul {
				width: 100px; /* Define dropdown width */
			}
			#header ul.sf-menu li ul li {
				width: 100px; /* Subtract link padding L&R from dropdown width */
			}
			#header ul.sf-menu li ul li a {
				width: 92px;
				text-align: left;
				padding: 4px;
				color: #FFF;
				font: 1em Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				background: transparent;
				text-decoration: none;
			}
			#header ul.sf-menu li ul li a:hover {
				background: #FFF;
				color: #046BAB;
			}
			#header ul.sf-menu li:hover ul, /* pure CSS hover is removed below */
			#header ul.sf-menu li.sfHover ul {
				top: 35px;
			}
		
		#header ul.sf-menu li.investors ul {
			display: none !important;
		}
		
/* --------------------------------------- */
/* --( Content )-- */
/* --------------------------------------- */

	#content {
		width: 620px;
		float: left;
		padding: 15px 0 0 17px;
	}
	#content .img {
		margin: 0;
	}
	#content h2 {
		font: 1.8em "Times New Roman", Times, serif;
		font-weight: bold;
		color: #0069AA;
	}
	#content h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: #6289BA;
		margin-bottom: 0;
	}
	#content h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		color: #555;
		margin-bottom: 0;
	}
	
	#content p {
		line-height: 1.5em;
	}
	#content .sep {
		display: block;
		height: 21px;
		margin: 10px 0;
		background: url(../_img/para_sep.gif) no-repeat center;
	}
	#content .aaplayer { /* Homepage Audio Player */
		float: right;
		margin-right: 145px;
		margin-top: 20px;
	}
	* html #content .aaplayer { margin-right: 75px } /* IE 6 */
	/* --( Home Page Styles )-- */
		#content dl.home dt {
			font-weight: bold;
			color: #6289BA;
			font-size: 1.2em;
		}
		#content dl.home dd {
			margin-left: 0;
		}
		#content dl.home dd ol {
			margin: 0;
			padding: 0;
		}
		#content dl.home dd ol li {
			display: block;
			float: left;
			list-style-position: outside;
			width: 175px;
			margin-right: 2em;
		}
		#content dl.home dd ol li span {
			font-weight: bold;
			font-style: italic;
			font-family: "Times New Roman", Times, serif;
			font-size: 1.6em;
			text-align: center;
			margin: 0 auto;
			display: block;
			color: #333;
		}
	/* --( Lead Sources Styles )-- */
		#content ol.leads {
			font-weight: bold;
		}
		#content ol.leads li span {
			font-weight: normal;
		}
	/* --( Advantages Styles )-- */
	#content dl.advantages dt {
		font-weight: bold;
		color: #6289BA;
		font-size: 1.2em;
		float: left;
		margin-right: .25em;
	}
	#content dl.advantages dd {
		margin-left: 0;
		line-height: 1.5em;
		margin-bottom: 1.2em;
	}
	/* --( Real Estate Glossary Styles )-- */
	#content dl.glossary dt {
		font-weight: bold;
		color: #0069AA;
	}
	#content dl.glossary dd {
		margin: 0 0 1.5em;
	}
	/* --( Privacy Policy Styles )-- */
	#content dl.privacy dt {
		font-weight: bold;
		color: #0069AA;
	}
	
	#stepOne {
	background-image:url(../_img/step1.gif);
	width:85px;
	height:84px;
	position:relative;
	z-index:0;
	display:block;
	margin:10px 0 5px 30px;
	}
	#stepTwo {
	background-image:url(../_img/step2.gif);
	width:85px;
	height:84px;
	position:relative;
	z-index:0;
	display:block;
	margin:10px 0 5px 30px;
	}
	#stepThree {
	background-image:url(../_img/step3.gif);
	width:85px;
	height:84px;
	position:relative;
	z-index:0;
	display:block;
	margin:10px 0 5px 30px;
	}

/* --------------------------------------- */
/* --( Join Now Form )-- */
/* --------------------------------------- */	
	#join-offer {
		width: 248px;
		float: right;
		background-image: url(../_img/jointoday_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 3px;
		min-height: 295px;
		height: auto !important;
		height: 295px;
		padding: 3px 11px 0 0;
		font-size: .9em;
		position: relative;
		top: -26px;
	}
	#join-offer h3 {
		display: block;
		margin: 0;
		padding: 19px 0;
		text-indent: -3000px;
	}
	#join-offer form {
		margin-top: 0;
	}
	#join-offer fieldset {
		border: none;
	}
	#join-offer legend {
		font-size: 1.1em;
		font-weight: bold;
		margin-top: 7px;
		margin-bottom: 0;
		padding-left: 0;
		color: #004192;
	}
	#join-offer input, #cash-offer label {
		margin-bottom: 5px;
	}
	#join-offer select {
		height: 1.5em;
		border: #1px solid #6289BA;
	}
	#join-offer textarea {
		border: 1px solid #6289BA;
		width: 144px;
		font-size: 1em;
		font-family: Arial, Helvetica, sans-serif;
	}
	#join-offer input {
		border: 1px solid #6289BA;
		font-size: .9em;
	}
	#join-offer .contact label, #join-offer .contact input {
		float: left;
		display: block;
	}
	#join-offer .contact input {
		width: 144px;
	}
	#join-offer .contact label {
		width: 65px;
		text-align: right;
		padding-right: 15px;
	}
	#join-offer .property {
		padding-left: 1em;
	}
	#join-offer .property legend {
		padding-left: 0;
	}
	* html #join-offer .property legend {
		margin-left: -7px;
	}
	#join-offer .property #address {
		width: 105px;
		float: left;
	}
	#join-offer .property #city, #cash-offer .property #state, #join-offer .property #county, #join-offer .property #zip {
		float: left;
		margin-bottom: 5px;
	}
	#join-offer .property #city {
		width: 110px;
		margin-left: 3px;
	}
	#join-offer .property #state {
		width: 43px;
		margin-right: 3px
	}
	#join-offer .property #county {
		width: 125px;
	}
	#join-offer .property #zip {
		width: 43px;
		margin-left: 3px;
	}
	#join-offer .contact select {
		width: 145px;
	}
	#join-offer .contact .radio {
		float: left;
		width: 100px;
		margin-right: 3px;
		display: block;
	}
	#join-offer .contact .radio input {
		width: auto !important;
		float: none;
		display: inline;
		margin-right: .5em;
		border: none;
	}
	#join-offer .contact .radio span {
		position: relative;
		top: -8px;
	}
	#join-offer #submit {
		border: none;
		margin: 0 auto;
	}
	#join-offer p {
		text-align: center;
	}
	#join-offer p.name {
		text-align: right;
		font-size: .9em;
	}	

/* --------------------------------------- */
/* --( Cash Offer Form )-- */
/* --------------------------------------- */

	#cash-offer {
		width: 248px;
		float: right;
		background-image: url(../_img/testimonial_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 3px;
		min-height: 295px;
		height: auto !important;
		height: 295px;
		padding: 3px 11px 0 0;
		font-size: .9em;
		position: relative;
		top: -26px;
	}
	#cash-offer h3 {
		display: block;
		margin: 0;
		padding: 19px 0;
		text-indent: -3000px;
	}
	#cash-offer form {
		margin-top: 0;
	}
	#cash-offer fieldset {
		border: none;
	}
	#cash-offer legend {
		font-size: 1.1em;
		font-weight: bold;
		margin-top: 7px;
		margin-bottom: 0;
		padding-left: 0;
		color: #004192;
	}
	#cash-offer input, #cash-offer label {
		margin-bottom: 5px;
	}
	#cash-offer select {
		height: 1.5em;
		border: #1px solid #6289BA;
	}
	#cash-offer textarea {
		border: 1px solid #6289BA;
		width: 144px;
		font-size: 1em;
		font-family: Arial, Helvetica, sans-serif;
	}
	#cash-offer input {
		border: 1px solid #6289BA;
		font-size: .9em;
	}
	#cash-offer .contact label, #cash-offer .contact input {
		float: left;
		display: block;
	}
	#cash-offer .contact input {
		width: 144px;
	}
	#cash-offer .contact label {
		width: 65px;
		text-align: right;
		padding-right: 15px;
	}
	#cash-offer .property {
		padding-left: 1em;
	}
	#cash-offer .property legend {
		padding-left: 0;
	}
	* html #cash-offer .property legend {
		margin-left: -7px;
	}
	#cash-offer .property #address {
		width: 105px;
		float: left;
	}
	#cash-offer .property #city, #cash-offer .property #state, #cash-offer .property #county, #cash-offer .property #zip {
		float: left;
		margin-bottom: 5px;
	}
	#cash-offer .property #city {
		width: 110px;
		margin-left: 3px;
	}
	#cash-offer .property #state {
		width: 43px;
		margin-right: 3px;
	}
	#cash-offer .property #county {
		width: 125px;
	}
	#cash-offer .property #zip {
		width: 43px;
		margin-left: 3px;
	}
	#cash-offer .contact select {
		width: 145px;
	}
	#cash-offer .contact .radio {
		float: left;
		width: 100px;
		margin-right: 3px;
		display: block;
	}
	#cash-offer .contact .radio input {
		width: auto !important;
		float: none;
		display: inline;
		margin-right: .5em;
		border: none;
	}
	#cash-offer .contact .radio span {
		position: relative;
		top: -8px;
	}
	#cash-offer #submit {
		border: none;
		margin: 0 auto;
	}
	#cash-offer p {
		text-align: center;
	}
	#cash-offer p.name {
		text-align: right;
		font-size: .9em;
	}
	
/* --------------------------------------- */
/* --( Feature )-- */
/* --------------------------------------- */

	#feature {
		width: 248px;
		float: right;
		clear: right;
		padding: 7px 11px 0 0;
		background-image: url(../_img/feat_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 7px;
		min-height: 157px;
		height: auto !important;
		height: 157px;
	}
	#feature h3 {
		display: block;
		text-align: center;
		font: 1.7em "Times New Roman", Times, serif;
		color: #5988b8;
		font-weight: normal;
		margin: 0;
		padding: 8px 0 8px;
	}
	#feature p {
		
		padding: 0 20px;
		line-height: 1.5em;
	}
	
/* --------------------------------------- */
/* --( Footer )-- */
/* --------------------------------------- */

	#footer {
		clear: both;
		display: inline-block;
		width: 100%;
		background-image: url(../_img/footer_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 10px;
		padding: 36px 0 0 0;
	}
	#footer p {
		text-align: center;
		font-weight: bold;
		color: #002A5E;
		font-size: .95em;
		margin: 0;
		padding: 8px 0 0;
	}
	#footer p a {
		color: #002A5E;
		text-transform: uppercase;
		text-decoration: none;
	}
	#footer p a:hover {
		text-decoration: underline;
		color: #002A5E;
	}
	#footer p.credit a {
		color: #002A5E;
		text-decoration: underline;
		text-transform: none;
	}