/***** GENERAL STYLES ****/
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	}
h2 {
	font-size:1.3em;
	}
.caption {
	font-size:0.8em;
	}
/*** LINKS ***/
a {
	color:#00145B;
	}
a:hover {
	color:#A22524;
	}

/*** PAGE STRUCTURE ***/
#container {
	width:768px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	}
	#topShadow {
		width:768px;
		height:4px;
		background:url(../images/bg_repeat_top.png) center no-repeat;
		font-size:2px;
		}
	#midShadow {
		width:768px;
		background:url(../images/bg_repeat.png) repeat-y;		
		}
		#headerImage {
			width:730px;
			height:200px;
			margin: 0 4px 0 4px;
			padding:15px;
			background-color:#FFFFFF;
			}
		#leftNav {
			width:170px;
			float:left;
			padding: 0 15px 15px 15px;
			color:#00145B;
			}
			#leftNav .nav_top {
				background:url(../images/side_nav_top.gif) center top no-repeat;
				width:170px;
				height:10px;
				font-size:2px;}
			#leftNav .nav_mid {
				background-color:#E5E8ED;
				width:170px;
				padding-bottom:10px;}
			#leftNav .nav_btm {
				background:url(../images/side_nav_btm.gif) center top no-repeat;
				width:170px;
				height:10px;
				margin-bottom:15px;
				font-size:2px;}
			/* MAIN NAV */
			#leftNav ul {
			  padding:0;
			  margin:0;
			  width:170px;}
			  
			#leftNav ul li {
			  display:block;
			  text-decoration:none;
			  /*text-indent:-9999px;*/
			  float:left;}
			
			#leftNav ul li a {
			  display:block;
			  margin:2px 0 0 0;
			  padding:2px 10px 2px 20px;
			  font-family:Verdana, Arial, Helvetica, sans-serif;
			  font-size:11px;}
			
			#leftNav ul li.nav a {
				background-color:#EFF1F5;
			  width:140px;}
			
			#leftNav ul li.nav a:hover,
			#leftNav ul li.nav a.active {
			  background-color:#ffffff;
			  text-decoration:none;}
			
			#leftNav ul li.navend a {
				background-color:#EFF1F5;
				margin:2px 0 2px 0;
			  width:140px;}
			
			#leftNav ul li.navend a:hover,
			#leftNav ul li.navend a.active {
			  background-color:#ffffff;
			  text-decoration:none;}
			  
			#leftNav h2 {
				padding:15px 10px 0 10px;
				margin:0;
				font-size:16px;
				font-weight:bold;
				clear:both;
				}
			#leftNav h2.top {
				padding:0 10px 4px 10px;
				
				}
			#leftNav .nav_mid p {
				padding:0 10px 0 10px;
				margin:0 0 7px 0;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:16px;
				}
			#leftNav p.title {
				padding:4px 10px 4px 10px ;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:bold;
				color:#A22524;
				}
			#leftNav p.links {
				font-size:11px;}
				
			#leftNav .nav_mid a.helpful {
				color:#A22524;
				text-decoration:none;
				}
			#leftNav .nav_mid a.helpful:hover {
				color:#000000;
				text-decoration:underline;
				}
		#content {
			width:350px;
			float:left;
			padding: 0 5px 5px 0;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			
			}
			#content h2 {
				font-size:1.3em;
				font-weight:bold;
				color:#00145B;
				margin:0;
				}
			#content p {
				font-size:1.15em;
				line-height:1.75em;
				color:#000000;
				margin:0 0 15px 0;
				}
		#contentSub {
			width:545px;
			float:left;
			padding: 0 5px 5px 0;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			background-color: #FFFFFF;
			
			}
			#contentSub h2 {
				font-size:1.3em;
				font-weight:bold;
				color:#00145B;
				margin:0;
				}
			#contentSub p {
				font-size:1.15em;
				line-height:1.75em;
				color:#000000;
				margin:0 0 15px 0;
				}
		#rightContact {
			width:165px;
			float:left;
			color:#00145B;
			padding: 0 15px 15px 15px;
			border-left-color:#999999;
			border-left-style:dashed;
			border-left-width:1px;
			}
			#rightContact h2 {
				margin:15px 0 0 0;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:1.2em;
				font-weight:bold;
				}
			#rightContact p {
				margin:0 0 15px 0;
				font-size:0.95em;
				}
		#footer {
			width:750px;
			height:25px;
			clear:both;
			color:#FFFF00;
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.8em;
			margin: 0 4px 0 4px;
			padding: 5px 5px 0 5px;
			background-color:#000000;
			} 
			#footer a {
				color:#FFFF00;
				}
			#footer a:hover {
				color:#FFFFFF;
				}
			.copyright {
				width:350px;
				height:15px;
				float:right;
				text-align:right;
				color:#FFFFFF;
				margin:0;
				padding:0;
				}
	#btmShadow {
		width:768px;
		height:4px;
		font-size:2px;
		background:url(../images/bg_repeat_btm.png) center bottom no-repeat;
		}
/*** LISTING STYLES ***/
.listings_control_bar {
	padding-bottom: 5px;
}
.listings_control_bar form.left {
	float:left;
	text-align:left;
}
.listings_control_bar form.right {
	text-align:right;
}
.odd {
	background-color: #EFF1F5 !important;
}

.even {
	background-color: #FFFFFF !important;
}
.odd_rew {
	background-color: #D4E6F4 !important;
}

.even_rew {
	background-color: #E1EEF7 !important;
}
.listing {
	width: 100%;
	float: left;
	clear: left;
	padding-top: 3px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}

.listing p{
	padding-top: 10px;
}

.listing a img{
	border: none;
}

.listing .left{
	width: 210px;
	float: left;
	padding-left: 3px;
}

.listing .right {
	width: 312px;
	float: right;
	padding-left: 5px;
}

.listing .image{
	width: 200px;
}

.listing .image .footer{
	width: 200px;
	height: 19px;
	text-align: center;
	background-image: url(../images/listing_info_bg.gif);
	color: #00145B;
}

.listing .address {
	font-size: 0.9em;
}



.listing .link {
	font-size: 0.8em;
}

.listing ul.info {
	margin: 0;
	padding-left: 20px;
}
.listing ul.info .label {
	color: #A22524;
}

.red-text {
	color: #ad0600 !important;	
}

/*** END Listing Styles***/
#google_map{
	width: 525px;
	height: 400px;
	border: 1px solid #001E33;
	float: left;
	clear: left;
}

#google_map_small{
	width: 200px;
	height: 200px;
	border: 1px solid #001E33;
	float: left;
	overflow: hidden;
	margin-bottom: 2px;
}

.clickable {
	cursor: pointer;
}

.clickable a:link, .clickable a:visited, .clickable a:active{
	color: #000000;
	text-decoration: none !important;
}

.clickable:hover {
	background-color: #FFE2A3;
}

/*** BEGIN FORM ***/
.form fieldset {
	margin: 5px 0 5px 0;
	padding: 0;
	border: none;
	background: #FFFFFF;
	
}
.form legend{
	margin-left: 5px;
	padding: 0;
	color: #0072BC;
	font-weight: bold;
	font-size: 18px;
}
.form fieldset ol{
	padding: 5px 0;
	margin: 10px 0 0 0;
	list-style: none;
	border: 1px solid #E5E8ED;
	background-color: #EFF1F5;
}
.form fieldset li{
	padding: 10px 0px;
	color: #00145B;
	
}
.form fieldset span.notification{
	font-size: 11px;
}
.form fieldset.submit{
	float: none;
	width: auto;
	border-style: none;
	
}
.form label {
	float: left;
	width: 30%;
	margin-right: 5px;
	text-align: right;
}

.form .box img{
	border: 3px solid #93C3E2;
}

.form label span.required{
	font-weight: bold;
}

.failure, .success {
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: #CC0000;
	font-weight: bold;
}

.success {
	color: #006600;
}

.dontfillmeout {
	display: none;
}

/*** END FORM ***/
/*** AGENT DETAIL ***/
#agent {
}

#agent a img {
	border: none;
}

#agent .image {
	border: 5px solid #EFF1F5;
}

#agent .title{
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}

#agent .title2{
	color: #00145B;
	font-size: 1.2em;
}

#agent .left {
	width: 312px;
	float: left;
}

#agent .right {
	float: right;
	width: 164px;
	padding-left: 5px;
}

#agent .credentials{
	color: #0072BC;
}

#agent .link {
	padding-left: 10px;
	font-size: 0.8em;
}


#agent .links {
	border-right: 1px solid #0071BD;
}

#agent .links ul{
	margin: 0px;
	list-style-type: none;
	padding-left: 5px;
}

#agent .links ul li{
	padding-bottom: 3px;
}

#agent .links ul li a:link,#agent .links ul li a:visited{
	text-decoration: none;
}
#agent .links ul li a:hover {
	text-decoration: underline;
}
/*** END AGENT DETAIL ***/
form, fieldset, legend {
	margin:0; 
	padding:0;
	}
	
.search-area fieldset {
	border:none;
	}	
	
.search-area fieldset br { 
	clear:both;
	font-size:0; 
	line-height:0.0; 
	height:0;
	}	
	
input, select, textarea {
	font:100% Arial, Helvetica, sans-serif;
	}

#min_price,#max_price,#min_sqft,#max_sqft {
	width: 75px !important
}

.search_box {
	float: left;
	padding: 5px 5px !important;
	font: normal 1.0em "Lucida Sans Unicode", Arial, Helvetica, sans-serif !important;
	color: #000000 !important;
	min-height: 238px;
}

.search_box .title{
/*	font: normal 1.2em "Lucida Sans Unicode", Arial, Helvetica, sans-serif;*/
	font: bold 1.2em "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #ad0600;/*#006CBF;*/
	display: block;
	width: 340px;
}


/* -- PROPERTY SEARCH -- */
#property-search {
	margin:0 0 12px 0;
	font-size:0.8em;
	}
	
#property-search h1 {
	margin:0 0 2px 0;
	font-size:1em;
	font-weight:normal;
	line-height:16px;
	color:#000;
	}
	
#property-search .float-wrapper {
	margin:0 0 7px 0;
	background:#CCE2F0 url(/images/bg_feat_property-search_faux.gif) repeat-y left top;
	}	
	
#property-search .featured-property {
	float:left;
	width:180px;
	w\idth:179px;
	border-right:1px solid #FFF;
	}	
	
#property-search .third {
	width:182px; 
	w\idth:181px;
	}
	
#property-search .photo {
	background:#7FB8DD url(/images/feat_property_bottom_left.gif) no-repeat left bottom;
	}
	
#property-search .photo div {
	height:247px;
	background:transparent url(/images/feat_property_bottom_right.gif) no-repeat right bottom;
	}
	
#property-search .photo img {
	vertical-align:bottom;
	}	
		
#property-search .photo h1 {
	margin:3px 0 0 0;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	}
#property-search .photo h1 a{
	color: #FFFFFF;
	text-decoration: none;
}

#property-search .property-details {
	padding:5px 6px 8px 4px;
	min-height: 150px;
	}
	
#property-search last .property-details {
	padding-left:6px;
	}	
		
#property-search .property-details h2 {
	margin:0 0 10px 0;
	padding:0;
	}
	
#property-search .property-details h2,
#property-search .property-details span {
	color:#0072BC;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.9em;
	line-height:normal;
	}
	
#property-search .property-details img {
	float:right;
	clear:right;
	margin:0 0 7px 3px;
	display:inline;
	}	
				
#property-search .property-details {
	border-top:11px solid #FFF;
	}
#property-search .property-details p {
	line-height:normal;
	}
	
#property-search .search-area {
	padding:3px 7px 7px 7px;
	background:#C5DFEF url(/images/bg_search_area.gif) repeat-y right top;
	}

#property-search fieldset {
	overflow:hidden;
	width:525px;
	}

		
#property-search .search-area div {
	float:left;
	}
	
#property-search .search-area .left-fields {
	width:214px;
	}

#property-search .search-area .right-fields {
	overflow:hidden;
	float:right;
	width:311px;
	}		

#property-search .search-area label {
	display:block;
	margin:2px 0 0 0;
	}

#property-search .search-area select.select-wide {
	width:157px;
	}
			
#property-search .search-area select {
	color:#60513A;
	}
	
#property-search .search-area .radio-buttons {
	overflow:hidden;
	width:157px;
	margin:15px 0 0 0;
	}	
	
#property-search .search-area .radio-buttons label {
	float:right;
	text-align:left;
	width:135px;
	margin:0;
	padding:3px 0 0 0;
	}	
	
#property-search .search-area .radio-buttons input {
	float:left;
	}	

/* The following classes are used for fixing the width of select boxes to keep the
   display in line when viewed with multiple browsers on multiple platforms */
#property-search select {
	resize: none;
}

#property-search select.bed-bath {
	width: 50px;
	}

#property-search select.sqft {
	width: 75px;
	}

#property-search select.price {
	width: 85px;
	}

#property-search select.long {
	width: 150px;
	}


#property-search .search-area .search-preference {
	float:right;
	width:145px;
	margin:15px 0 0 0;
	line-height:16px;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	color:#FFF;
	}
	
#property-search .search-area .search-preference a {
	margin-left:3px;
	}	
		
#property-search .search-area .search-preference span {
	display:block;
	margin:2px 0 2px 24px;
	}		
		
#property-search .search-area .search-preference a:link,
#property-search .search-area .search-preference a:visited {
	color:#004A79;
	text-decoration:none;
	}	
.gradient_background_no_padding{
	background-color: #C5DFEF !important;
	background-image:url(/images/bg_search_area.gif) !important;
	background-repeat:repeat-y !important;
	background-position:right !important;
}

.gradient_background{
	background-color: #C5DFEF;
	background-image:url(/images/bg_search_area.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding: 5px;
}
.find_homes {
	background:url(/images/search_find_homes.gif);
	background-position:center;
	width: 100px;
	height: 50px;
	border: none;
	cursor: pointer;
	margin: 3px 0px;
	
}
