@charset "utf-8";
/* CSS Document */

#main_map {
	float: left;
	width: 100%;
}
#main_map h1 { font-size: 1.3em;}

#property_column {
	float: left;
	width: 330px;
}




/*
 * Search box elements
 */
#search_box { width: 330px;}
#search_box img { margin: 5px;}
#search_title { height: 30px;}
#search_title a.search:link, #search_title a.search:visited {
	color: #666666;
	font-family: Georgia;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	background-image: url('/img/icons/search.png');
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding-left: 25px;
	padding-bottom: 5px;
}
#search_title a.search:hover { text-decoration: underline;}

#search_fields {
	float: left;
	display: none;
	margin-bottom: 5px;	
	padding: 5px;
	color: #666;
	font-family: Georgia;
	font-weight: 400;
	background-color: #F5F4EF;
	border: 1px solid #EDECE6;
}
#search_fields select { width: 200px;}
#search_fields label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#search_fields a.hide:link, #search_fields a.hide:visited { color: #666; text-decoration: none;}
#search_fields a.hide:hover { text-decoration: underline;}
#search_fields input.btn, #properties_footer input.page {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 4px 0px 0px;
	padding: 1px 2px;
	background: #064e97;	
	border-top: 1px solid #4482C2;
	border-left: 1px solid #4482C2;
	border-right: 1px solid #043566;
	border-bottom: 1px solid #043566;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 600;
	cursor: pointer;
}
 
 
 
 
 
 
 
 
 
 
 
#property_nav {
	float: left;
	width: 330px;
	height: 430px; /* 325px; */
	background-color: #F5F4EF;
	border: 1px solid #EDECE6;
	overflow: auto;
}

#property_nav table {
/*	width: 100%;  */
/*	width: 313px; */
 	border: 0px;
	background-color: #FFFFFF;
	color: #666;	
	font-size: 13px;
}

#property_nav table th { background-color: #E0DDD0;}
#property_nav table td.alt1 { padding: 2px; background-color: #F5F4EF;}
#property_nav table td.alt2 { padding: 2px;	background-color: #E7E6E2;}
#property_nav table td.center {text-align: center;}
#property_nav table td a:link, #property_nav table td a:visited {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
#property_nav table td a:hover { text-decoration: underline;}
#properties_footer {
	float: left;	
	width: 330px;
	height: 30px;
	margin-top: 5px;	
}

#properties_footer input.page {
	width: 75px;
	font-size: 0.8em;
}




/*
 * Map style elements
 */
#map_header {
	height: 30px;
	margin-left: 335px;
	color: #666666;
}

#map_header ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}

#map {
	height: 430px;
	margin-left: 335px;
	border: 1px solid #EDECE6;
	background-color: #FFFFFF;
}

#map_footer {
	height: 30px;
	margin-top: 5px;
	margin-left: 335px;
}

#map_footer select {
	width: 75px;
}







/*
 * Google Maps ballon styles
 */
#ballon {
	float: left;
	width: 400px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#ballon img { border: 0px; padding: 5px; width: 150px; height: 113px;}
#ballon h1 {
	margin:0 0 10px;
	color: #226BB7;
	font-size: 1.2em;
	/*border-bottom: 1px solid #d6d6d6; */
	font-weight: 500;
}
#ballon a:link, a:visited {text-decoration: none;}
#ballon a:hover { color: #226BB7; text-decoration: underline;}
#ballon #thumbnail { float: left;}
#ballon #details { float: left;}
#ballon #desc { clear: left;}	




a.page {
	float: left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	width: 53px;
	margin: 0px 6px 0px 0px;
	padding: 3px 10px;
	background: #064e97;	
	border-top: 1px solid #4482C2;
	border-left: 1px solid #4482C2;
	border-right: 1px solid #043566;
	border-bottom: 1px solid #043566;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}	
