@charset "utf-8";
/* CSS Document */
h1.community {
	font-size: 20pt;
	color: #787878;
	font-weight: normal;
	letter-spacing: -2px;
	font-family: "GillSansMTBold", Arial, Helvetica, sans-serif;
}

h1.community strong {
	color: #4f8f45;
	font-style: normal;
	font-weight: normal;
}

#community_content {
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
	
	#community_content .image_left {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	#community_content #map_frame {
		float: left;
		background-color: #e0eed5;
		width: 925px;
		min-width: 925px;
		max-width: 925px;
		height: 680px;
		min-height: 680px;
		max-height: 680px;
		margin-bottom: 10px;
	}
	
		#community_content #map_frame #map_object {
			margin-left: 8px;
			margin-top: 8px;
			width: 907px;
			min-width: 907px;
			max-width: 907px;
			height: 662px;
			min-height: 662px;
			max-height: 662px;
		}
		
	#community_content .property_search_left {
		float: left;
		background-image: url(../_images/_backgrounds/sprites.png);
		background-repeat: no-repeat;
		background-position: -747px -255px;
		width: 10px;
		min-width: 10px;
		max-width: 10px;
		height: 41px;
		min-height: 41px;
		max-height: 41px;
	}

	#community_content .property_search_mid {
		float: left;
		background-color: #4e9643;
		height: 41px;
		min-height: 41px;
		max-height: 41px;
	}
	
		#community_content .property_search_mid a:link, 
		#community_content .property_search_mid a:active, 
		#community_content .property_search_mid a:visited, 
		#community_content .property_search_mid a:hover { 
			text-decoration: none;
			cursor: pointer;
			color: #e0eed5;
		}

		#community_content .property_search_mid h1.search {
			display: block;
			padding-top: 3px;
			color: #e0eed5;
			font-size: 20pt;
			font-weight: normal;
			letter-spacing: -2px;
			font-family: "GillSansMTBold", Arial, Helvetica, sans-serif;
		}

			#community_content .property_search_mid h1.search strong {
				color: #ffffff;
				font-size: 20pt;
				font-weight: normal;
				letter-spacing: -2px;
			}

	#community_content .property_search_right {
		float: left;
		background-image: url(../_images/_backgrounds/sprites.png);
		background-repeat: no-repeat;
		background-position: -769px -255px;
		width: 10px;
		min-width: 10px;
		max-width: 10px;
		height: 41px;
		min-height: 41px;
		max-height: 41px;
	}
