@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding: 0;
	color: #333;
}

body {
	background-color: #EFEFF0;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding-bottom: 8px;
	padding-top: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ee984d;
	margin-left: 10px;
	padding-bottom: 10px;
}

.clear{
	clear:both;
	height:1px;
	font-size: 1px;
	line-height:1px;
}

#container
{
	width: 960px;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}

/*Header Start*/

#headerContainerHome{
	height:268px;
	background-image:	url(images/hp-header-bg2.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
}

#headerContainerPages{
	height:200px;
	background-image:	url(images/p-header-bg2.jpg);
	background-repeat: repeat-x;
	background-position: 25px 25px;
}

#header{
	width:960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#topNav {
	position: relative;
	height: 25px;
}

#topLeftPhone {
	padding-top: 5px;
	width: 550px;
	float: left;
	color: #EE984D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#topRightSign {
	padding-top: 5px;
	width: 150px;
	float: right;
	text-align: right;
}



#header #nav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#header #nav .right{
	text-align:right;
	float:right;
	width:900px;
	margin:5px 10px 0 0;
}

/* homepage large header */
#header #left{
	float:left;
	width:698px;
	height:195px;
	margin-top: 0px
}

#header #left p{
	width:697px;
	font-size:13px;
	line-height: 21px;
	color:#2B271F;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#header #right {
	float:right;
	width:239px;
	height:220px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}

#header #right #realtorPhoto img {
	margin-right: auto;
	margin-left: auto;
	display: block;	
}

#header #right #icons {
	clear: both;
	padding-top: 16px;
	padding-left: 55px;	
}

#header #right #icons img {
	clear: both;
	padding-left: 20px;
}
	
#navContainer {
	float: left;
	width: 650px;
	height: auto;
	position: relative;
}

/*#nav {
	float:right;
	width:480px;
	height:40px;
	border: 1px groove #87B7E0;
	background-color: #CCC;
}*/

#shadow {
	background-color: #FFF;
	background-image: url(images/headerdropshadow.png);
	background-repeat: no-repeat;
	width: 960px;
	clear: both;
	float: none;
	height: 11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*#header
{
	background: #ccc;
	padding: 20px;
}*/

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 960px;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }

#content-container
{
	float: left;
	width: 960px;
	background-color: #FFF;
	background-image: url(images/sidebarbg240x2.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0;	/*margin-top: 30px;*/	/*padding-top: 10px;*/
	margin-right: auto;
	margin-left: auto;
	
}

#content .text12px  { font-size: 13px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 15px;  

}

#content .text11px  { font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; 
line-height: 15px;  

}

#content
{
	clear: left;
	float: left;
	width: 680px;
	padding: 5px 0;
	margin: 0 0 0 10px;
	/*display: none;*/
	background-color: #FFF;
	z-index: 100;
}

#content li {
	/*padding-top: 4px;*/
	/*padding-bottom: 15px;*/
	margin-left: 60px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

#content img {
	margin-top: 20px;
	margin-left: 10px;
}


dl.expander {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;	
}

#content h2 { margin: 0; }

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

 #featured {
	float: left;
	width: 650px;
	margin-bottom: 20px;
 }

.noteREO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
	font-style: italic;
}


#reoDownImg img {
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 15px;	/*padding-right: 15px;*/
	margin-top: 10px;
}

#reoSearchImg img {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 20px;	
}



#sidebar {
	float: right;
	width: 230px;
	display: inline;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	position: relative;
}

#sidebar p {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 11px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-color: #FFF;
}

#sidebar img {
	padding-right: 10px;
	padding-left: 6px;
	padding-bottom: 5px;
}
	

#sidebar h3 { margin: 0; }

/*#footer1
{
	clear: both;
	background: #ccc;
	text-align: right;
	padding: 20px;
	height: 1%;
}
*/

/*start footer*/

#footerContainer{
	height:350px;
	background-color:#FFF;
	background-image: url(images/hp-footer-bg2.jpg);
	clear: both;
	background-repeat: repeat-x;
}

/*#footer{
	width:960px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}*/

#footerContent{
	width:960px;
	min-height: 100px;
	height: 260px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	padding-top: 5px;
	position: relative;
}

/* footer content */

#footer #rightFooter{
	float:right;
	width:239px;
	height:250px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}

#footer #rightFooter p{
	width:430px;
	font-size:13px;
	line-height: 18px;
	color:#333;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 15px;
}

#footer #rightFooterPages{
	float:right;
	width:660px;
	height:200px;
	background-image:url(images/pages-footer.png);
	background-position:right top;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}

#footer #rightFooterPages p{
	width:430px;
	font-size:13px;
	line-height: 18px;
	color:#333;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
	padding-left: 210px;
}

#footer #rightFooterPages img{
	float: left;	
}


#footer #leftFooter{
	float:left;
	width:660px;
	height:200px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	/*background-image: url(images/footerlinks.png);
	background-repeat: no-repeat;
	background-position: 140px 10px;*/
}

#leftFooterPages{
	float:left;
	width:285px;
	height:200px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	/*background-image: url(images/communitywriting.png);
	background-repeat: no-repeat;
	background-position: 140px 35px;*/
}

#footer-contact-info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}

#footer-links ul{
	float:left;
	display: inline;
	width: 170px;
	list-style: none;
	padding: 0;
	text-indent: 0;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
}
			
#footer-links h3{
	color:#000;
	font-weight: normal;
	font-size: 125%;
	margin-bottom: 10px;
}
#footer-links li {padding: 0; margin: 0; text-indent: 0; float: left; clear: left;}

#footer-links li a{
	width: 160px;
	border-bottom:1px solid #8FBBE3;
	display: block;
	margin: 0;
	color: #666;
	text-decoration:none;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

#footer-links li a:hover{color: #B5AD98;}

#copyright {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DDEBF8;
	margin-top: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding-top: 8px;
}


 
#findProperties Img {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

red {
	color: #C00;
}

#customLinkContainer {
	position:relative	
}


#customLinkContainer dd {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 14px;		
}

#customLinkContainer a {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 12px;
	color: #ee984d;
}

#customLinkContainer .source:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}

#customLinkContainer img {
	float:left;
}

/*Start- Styling For Cities/Area Search Pages*/

#view {
	/*float:left;*/
	width: 673px;
	list-style: none;
	margin-top: 5;
	margin-bottom: 25;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15;
	padding-left: 0;
}

#view a {
	float: left; 
	text-indent: -9999px;
	height: 71px;
}
#view a:hover { 
	background-position: left bottom; 
}


#view a.bank {
	width: 100%;
	background-image: url(images/viewing-bank.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#view a.all {
	width: 100%;
	background-image: url(images/viewing-all.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}



.imgBody {
	margin-right: 25px;
	margin-bottom: 5px;
}
