html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
	}
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #EEECE0;
	background-image:url(../images/nav-bar-red-black-tan.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

a {color:#857362; padding-top:0px; text-decoration:underline}

.logo{
	position:absolute;
	height:190px;
	top:0;
	margin-left:650px;
	
	}
.twoColFixRtHdr #container { 
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	height:190px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixRtHdr #mainContent { 
	margin: 0 270px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent h2, h3, h4, p {padding: 10px 20px;}

#mainContent h1 { 
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	background-position:3% ;
	padding-left:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	

}

/*===================Footer===============================*/

#footer { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#706a6a;
	height:100px;
	padding-left:30px;
	padding-top:10px;
	margin-top:20px;
	clear:both;
	border-top:#DAD7C5 10px solid;
} 

#footer ul{
	list-style:none;
}
#footer ul li{
	float:left;
	margin-right:-10px;
	
}
#footer ul li a{
	float:left;
	font-size:.7em;
	text-align:center;
	display:block;
	margin: 0 auto;
	padding-top:18px;
	text-decoration:none;
	color:#C7B299;
	padding-right: 30px;
}

#footer ul li a:hover,
#footer ul li a.active{
	text-decoration:overline;
	}

.address-footer {
	height:40px;
	width:120px;
	padding-top:10px;
	float:right;
	}

.footer-logo {
	width:240px;
	position:relative;
	left:630px;
	display:block;
	height:80px;
	background-image:url(../images/WBR-Small.jpg); 
	background-repeat:no-repeat;
	background-position:5%;
	}
	
.footer-logo p {
	position:absolute;
	font-size:10px;
	top:15px;
	left:120px;
	padding:0px;
	display:block;
}


.directions {
	position:absolute;
	left:120px;
	top:50px;
	width:90px;	
	height:20px;
	background-image:url(../images/read-more-bar.jpg);
	background-repeat:no-repeat;
}

.directions a{
	
	font-size:9px;
	font-weight:bold;
	color:#FFF;
	padding:3px 3px 3px 15px;
	text-decoration:none;
	display:block;
	background-image:url(../images/small-white-arrow.gif);
	background-repeat:no-repeat;
	background-position:3% 50%;
}


.readmore a{
	background-image:url(../images/read-more-bar.jpg);
	background-repeat:no-repeat;
	font-size:9px;
	font-weight:bold;
	color:#FFF;
	width:90px;	
	height:20px;
	padding: 3px 40px 5px 3px;/* controls the ammount of red surrounding link*/
	text-decoration:none;
	}

.readmore .arrow img{
		position:relative;
		width:auto;
		height:auto;
		bottom:10px;
		left:70px;
	
	}
/*===================Footer End===============================*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border:#DAD7C5 5px solid;
	padding:2px;
	background-color:#FFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border:#DAD7C5 5px solid;
	padding:2px;
	background-color:#FFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.intro-text {
	background-image:url(../images/text-box-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 5px 20px 40px 20px;
	line-height:22px;
}

#navigation {
	height:31px;
	position:absolute;
	top:101px;
	width:640px;
	z-index:1000;
	}
/*=======================Featured Listing Slide Show===================================*/
.featured-listing{
	margin-left:20px;
	height:300px;
	width:270px;
	float:left;
}

.twoColFixRtHdr #mainContent .featured-listing h2 {
	background-image:url(../images/house-icon-1.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:0% 40%;
	font-weight:normal;
	font-size:18px;
}

#IDX-slideshow {
	 }
/*- The outermost container which wraps around the entire slideshow.
*/
#IDX-slideshowImage{
	border:6px solid #DAD7C5;
	 }
/*- The Div that wraps around the image that is displayed on the slideshow.
*/
#IDX-ssImage{
	 }
/*- Direct CSS access the the image itself.
*/
#IDX-addressLine{
	 }

/*- The container for the Listing Address.
*/
#IDX-cszLine{
	 }
/*- The container for the Listing City/State/Zip line.
*/
#IDX-priceLine a{
	font-size:18px;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#900;
	 }
/*- The container for the Listing Price.
*/
.IDX-ssLinkText{
	color:#666;
	 }

#IDX-bedsLine{
	display:block !important;
	float:left;
	position:relative;
	left:80px;
}

#IDX-bedsLine a{
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
#IDX-bathsLine {
	display:block !important;	
}

#IDX-bathsLine a{
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;	
}
/*- The class for all links that are displayed.*/

/*=======================Featured Listing Slide Show End===================================*/

/*========================Fetured neighborhood ============================================*/

.featured-neighborhood{
	margin-left:20px;
	width:330px;
	float:left;
	font-weight:normal;
}

.twoColFixRtHdr #mainContent .featured-neighborhood h2{
	font-weight:normal;
	background-image:url(../images/house-icon-3.gif);
	background-repeat:no-repeat;
	background-position:0% 40%;
	padding-left:55px;
	font-size:18px;
}

.twoColFixRtHdr #mainContent .featured-neighborhood h3{
	font-size:11px;
	padding:10px 0 0 0;
}
	
.twoColFixRtHdr #mainContent .featured-neighborhood p{
	font-size:10px;
	padding:5px 0 0 0;
	margin-bottom:10px;
}
.red-seperator{
	border-bottom:#900 dotted 2px;
	width:100%;
}

/*===============Quick Search===================*/
.quick-search{
	width:175px;
	height:auto;
	background-color:#FFF;
	border:2px #DAD7C5 solid;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom:20px;
}
.quick-search .select{
	width:80%;
	margin-bottom:10px;
}

.quick-search .longlist{
	width:80%;
	margin-bottom:10px;
}

.quick-search .input{
	width:80%;
	height:20px;
	margin-bottom:10px;
	background-color:#DAD7C5;
}

.quick-search label{
	font-size:10px;
	text-align:left;
}

.quick-search h2 {
	background-image:url(../images/house-icon-1.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	margin: 10px 0 10px 0;
	background-position:0% -30%;
	font-weight:normal;
	font-size:20px;
	height:30px;
}

#IDX-quickSearchForm {  
	position: relative; 
	height: 390px; 
	width: 200px; 
} 
#QS-minPriceField { position: absolute; width: 100px; height: 15px; left: 12px; top: 53px; } 
#QS-maxPriceField { position: absolute; width: 100px; height: 15px; left: 12px; top: 103px; } 
#QS-minSqftField { position: absolute; width: 100px; height: 15px; left: 12px; top: 153px; } 
#QS-minRoomsField { position: absolute; width: 100px; height: 15px; left: 12px; top: 203px; } 
#QS-minBathsField { position: absolute; width: 100px; height: 15px; left: 12px; top: 253px; } 
#QS-labelMaxPrice { text-align: left; position: absolute; width: 70px; height: 15px; left: 12px; top: 83px;  } 
#QS-labelMinPrice { text-align: left; position: absolute; width: 70px; height: 15px; left: 12px; top: 33px;  } 
#QS-labelMinSqft { text-align: left; position: absolute; width: 70px; height: 15px; left: 12px; top: 133px;  } 
#QS-labelMinRooms { text-align: left; position: absolute; width: 70px; height: 15px; left: 12px; top: 183px;  } 
#QS-labelMinBaths { text-align: left; position: absolute; width: 70px; height: 15px; left: 12px; top: 233px;  } 
#QS-labelFormTitle { text-align: left; position: absolute; width: 80px; height: 15px; left: 23px; top: 10px;  } 
#QS-labelCityList { text-align: left; position: absolute; width: 100px; height: 15px; left: 12px; top: 283px;  } 
#QS-buttonSearch { position: absolute; width: 70px; height: 27px; left: 28px; top: 333px;  } 
#QS-selectCityList { position: absolute; width: 105px; height: 22px; left: 12px; top: 303px;  }


/*===============Quick Search===================*/


/*===============Resource Directory=============*/

.resource-section{
	margin-left:20px;
	width:300px;
	float:left;
	font-weight:normal;
}

.twoColFixRtHdr #mainContent .resource-section h2{
	font-weight:normal;
	background-image:url(../images/house-icon-3.gif);
	background-repeat:no-repeat;
	background-position:0% 40%;
	padding-left:55px;
	font-size:18px;
}

.twoColFixRtHdr #mainContent .resource-section h3{
	font-size:11px;
	padding:10px 0 0 0;
}
	
.twoColFixRtHdr #mainContent .resource-section p{
	font-size:10px;
	padding:5px 0 0 0;
	margin-bottom:10px;
}
.red-seperator{
	border-bottom:#900 dotted 2px;
	width:100%;
}

/*-------------------------Begin Area Information-------------------------*/

.areainfo-section{
	margin-left:20px;
	width:300px;
	float:left;
	font-weight:normal;
}

.twoColFixRtHdr #mainContent .areainfo-section h2{
	font-weight:normal;
	background-image:url(../images/house-icon-3.gif);
	background-repeat:no-repeat;
	background-position:0% 40%;
	padding-left:55px;
	font-size:18px;
}

.twoColFixRtHdr #mainContent .areainfo-section h3{
	font-size:11px;
	padding:10px 0 0 0;
}
	
.twoColFixRtHdr #mainContent .areainfo-section p{
	font-size:10px;
	padding:5px 0 0 0;
	margin-bottom:10px;
}

.twoColFixRtHdr #mainContent .areainfo-section ul li{
	font-size:11px;
	padding:5px 0 0 0px;
	margin-bottom:1px;
	list-style-type:none;
}

/*-------------------------End Area Information-------------------------*/

.large-image {
	margin:10px 0 0 20px;
	border:#DAD7C5 5px solid;
	height:250px;
	width:580px;
	background-color:#FFF;
	padding:2px;
}

iframe {
	margin:10px 0 0 20px;
	border:#DAD7C5 5px solid;
	background-color:#FFF;
	padding:2px;
}

.benifit-section{
	margin-left:20px;
	width:300px;
	float:left;
	font-weight:normal;
}

.twoColFixRtHdr #mainContent .benifit-section h2{
	font-weight:normal;
	background-image:url(../images/house-icon-3.gif);
	background-repeat:no-repeat;
	background-position:0% 40%;
	padding-left:55px;
	font-size:18px;
}

.twoColFixRtHdr #mainContent .benifit-section h3{
	font-size:11px;
	padding:10px 0 0 0;
}
	
.twoColFixRtHdr #mainContent .benifit-section ul li{
	font-size:13px;
	padding:5px 0 0 0px;
	margin-left:35px;
	margin-bottom:10px;
}

/*------------------------Begin Selling Tips Section-----------------------------*/

.sellingtips-section{
	margin-left:20px;
	width:600px;
	float:left;
	font-weight:normal;
}

.twoColFixRtHdr #mainContent .sellingtips-section h2{
	font-weight:normal;
	background-image:url(../images/house-icon-3.gif);
	background-repeat:no-repeat;
	background-position:0% 40%;
	padding-left:55px;
	font-size:18px;
}

.twoColFixRtHdr #mainContent .sellingtips-section h3{
	font-size:11px;
	padding:10px 0 0 0;
}
	
.twoColFixRtHdr #mainContent .sellingtips-section ol li{
	font-size:11px;
	padding:5px 0 0 0px;
	margin-left:35px;
	margin-bottom:10px;
}

.twoColFixRtHdr #mainContent .sellingtips-section ul li{
	font-size:11px;
	padding:5px 0 0 0px;
	margin-left:50px;
	margin-bottom:-5px;
	list-style:disc;
}

/*------------------------End Selling Tips Section-----------------------------*/

.hours {width:220px;
font-size:12px;
float:right;
}

.hours span{width:70px;
display:block;
float:right;
margin-top:-12px;

}

.neighborhood-quick {
	float: right;
	margin-left: 8px;
	border:#706a6a 5px double;
	padding:2px 2px 10px 2px ;
	background-color:#DAD7C5;
	width:200px;
	height:auto;
	font-size:9px;
}

.neighborhood-quick ul li{
	font-size:11px;
	margin:0px 0px 0 10px;
	padding:10px 0 0 0px;
	line-height:14px;
	list-style:none;
}



.neighborhood-search h2{
	font-weight:normal;
	background-image:url(../images/house-icon-3.gif);
	background-repeat:no-repeat;
	background-position:0% 40%;
	padding-left:55px;
	font-size:18px;
}

.neighborhood-search h3{
	font-size:13px;
	padding:10px 0 0 0;
	margin-left:55px;
}
	
.twoColFixRtHdr #sidebar1 .neighborhood-search ul li{
	font-size:11px;
	padding:5px 0 0 0;
	margin-bottom:5px;
	margin-left:55px;
	list-style:none !important;
}
.red-seperator{
	border-bottom:#900 dotted 2px;
	width:100%;
}

.highlights {
	margin-left:20px;
}

.highlights ul li{
	list-style-image:url(../SpryAssets/SpryMenuBarDown.gif);
	}

#IDX-showcaseWrapper {width:500px; margin-top:15px;}

	
.IDX-showcasePrice{ font-size:11px; font-weight:bold; color:#666;
}
.IDX-showcaseAddress{font-size:10px; color:#C7B299
}
.IDX-showcaseListingID{font-size:10px; color:#C7B299
}
.IDX-showcaseBeds{font-size:10px; color:#C7B299
}
.IDX-showcaseBaths {font-size:10px; color:#C7B299
}
.IDX-showcaseRemarks{font-size:10px; color:#C7B299
	}

.additional-search {
	margin-bottom:15px;
}
.additional-search ul li {
	font-size:12px;
	padding:5px 0 0 0;
	margin-bottom:5px;
	font-weight:bold;
	margin-left:55px;
	list-style:url(../images/house-small-icon-1.gif); !important;
}

.additional-search h2{
	font-weight:normal;
	margin-top:15px;
	padding-left:15px;
	font-size:18px;
}