@charset "UTF-8";
/* CSS Document */

ul.interior {
	margin:10px 15px;
	list-style-type:disc;
}
	ul.interior li {
		margin:6px 0;
	}		

div#main #content_main {
	position:relative;
	float:left;
	width:711px;
}	
	div#main #content_main #mastheadint {
		width:711px;
		height:160px;
	}
	div#main #content_main .cm_wrapper {
		width:704px;
		background:#fff;
		border:1px solid #ddceb4;	
		margin:8px 0 0 5px;
	}
	
.hn_content {
	background:#fff url(/img/bg_gradient.jpg) repeat-x;
	margin:6px;
	padding:10px 15px;
}			
	.hn_content p {
		margin:10px 0;
	}		
		.hn_content p#first {
			margin:0 0 10px 0;
		}	
			
		
div#main #content_side {
	width:230px;	
	position:relative;
	float:left;
	margin:0 5px 0 7px;
	font-size:12px;
}		
	div#main #content_side .qs_interior {
		background:url(/img/bg_quickSearch.jpg) no-repeat;
		clear:both;
		width:230px;
		height:223px;
		padding-top:49px;
		text-align:center;
	}	
			div.qs_interior select, input {
				margin:3px 0;
				height:20px;
			}	
			div.qs_interior select.region{
				width:188px;
				height:23px;	
			}
			 div.qs_interior input.Address, div.qs_interior input.assoc {
				width:182px;
			}	
			div.qs_interior input.Zip {
				width:76px;
			}
			div.qs_interior input.MLS {
				width:100px;
			}
			div.qs_interior select.price {
				width:85px;
				height:23px;
			}		
			div.qs_interior input.btn_search {
				background:url(/img/btn_search.gif) no-repeat;
				width:89px;
				height:25px;
				position:relative;
				float:left;
				display:block;
				text-indent:-9999em;
				border:0;
				margin:3px 3px 3px 30px;
				_margin:3px 3px 3px 15px;
			}		
			div.qs_interior input#btn_reset {
				background:url(/img/btn_reset.gif) no-repeat;
				width:75px;
				height:25px;
				position:relative;
				float:left;
				display:block;
				text-indent:-9999em;
				border:0;
				margin:3px 3px 3px 3px;
			
			}
	
	div#main #content_side .cs_wrapper {
		clear:both;
		width:228px;
		background:#fff;
		border:1px solid #ddceb4;	
	}	
		div#main #content_side .cs_wrapper .hn_content h2 {
			font-size:15px;
			color:#4c4c4c;
		}			
		

