@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#container {
	width: 791px;
	min-width: 791px;
	max-width: 791px;
	background-image: url(../_images/_backgrounds/main_mid.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
}

	#container #content {
		width: 791px;
		min-width: 791px;
		max-width: 791px;
		min-height: 594px;
		background-image: url(../_images/_backgrounds/main_top.png);
		background-repeat: no-repeat;
		background-position: center top;
		overflow: hidden;
	}

		#container #content #header {
			width: 791px;
			min-width: 791px;
			max-width: 791px;
			height: 160px;
			min-height: 160px;
			max-height: 160px;
			overflow-y: hidden;
		}

			#container #content #header #logo {
				float: left;
				margin-top: 37px;
				margin-left: 68px;
				width: 300px;
				min-width: 300px;
				max-width: 300px;
			}
			
				#container #content #header #logo a {
					text-decoration: none !important;
					cursor: pointer;
					outline: none;
				}
	
					#container #content #header #logo a h1 {
						background-image: url(../_images/_backgrounds/sprites.png);
						background-repeat: no-repeat;
						background-position: -12px -8px;
						float: left;
						width: 122px;
						min-width: 122px;
						max-width: 122px;
						height: 74px;
						min-height: 74px;
						max-height: 74px;
						text-indent: -9999px;
						cursor: pointer;
					}

						#container #content #header #logo a h1.cherie {
							background-position: -12px -8px;
						}
	
						#container #content #header #logo a h1.twentynine {
							background-position: -188px -471px;
						}
	
						#container #content #header #logo a h1.joshuatree {
							background-position: -41px -471px;
						}
						
					#container #content #header #logo a sub {
						background-image: url(../_images/_backgrounds/sprites.png);
						background-repeat: no-repeat;
						background-position: -583px -627px;
						float: left;
						width: 113px;
						min-width: 113px;
						max-width: 113px;
						height: 30px;
						min-height: 30px;
						max-height: 30px;
						text-indent: -9999px;
						cursor: pointer;
						margin-left: 32px;
						margin-top: 37px;
					}

						#container #content #header #logo a sub.cherie {
							background-position: -583px -627px;
						}

						#container #content #header #logo a sub.twentynine {
							background-position: -583px -709px;
						}

						#container #content #header #logo a sub.joshuatree {
							background-position: -583px -668px;
						}

			#container #content #header #login_and_nav {
				float: right;
				width: 325px;
				min-width: 325px;
				max-width: 325px;
				margin-top: 35px;
				margin-right: 65px;
			}

				#container #content #header #login_and_nav #login_details {
					float: right;
					width: 250px;
					min-width: 250px;
					max-width: 250px;
				}

					#container #content #header #login_and_nav #login_details strong {
						display: block;
						float: right;
						clear: both;
						font-size: 93%;
						color: #808080;
						font-weight: bold;
					}

					#container #content #header #login_and_nav #login_details a:link, 
					#container #content #header #login_and_nav #login_details a:active, 
					#container #content #header #login_and_nav #login_details a:visited { 
						display: block;
						float: right;
						clear: both;
						font-size: 93%;
						color: #808080;
						font-weight: bold;
						text-decoration: none;
					}

					#container #content #header #login_and_nav #login_details a:hover { 
						text-decoration: none !important;
					}

					#container #content #header #login_and_nav #login_details a.logout { 
						color: #d6002e;
						font-style: italic;
					}

				#container #content #header #login_and_nav #login_form {
					float: right;
					width: 170px;
					min-width: 170px;
					max-width: 170px;
				}

					#container #content #header #login_and_nav #login_form label {
						display: block;
						float: right;
						text-align: right;
						font-size: 85%;
						color: #808080;
						font-weight: bold;
						padding-top: 2px;
						padding-right: 7px;
						cursor: pointer;
					}

					#container #content #header #login_and_nav #login_form label:hover {
						color: #d6002e;
					}

					#container #content #header #login_and_nav #login_form .input_wrapper {
						float: right;
						background-image: url(../_images/_backgrounds/sprites.png);
						background-repeat: no-repeat;
						background-position: -518px -205px;
						width: 105px;
						min-width: 105px;
						max-width: 105px;
						height: 20px;
						min-height: 20px;
						max-height: 20px;					
					}

						#container #content #header #login_and_nav #login_form .input_wrapper input {
							margin-top: 2px;
							margin-left: 5px;
							width: 92px;
							min-width: 92px;
							max-width: 92px;
							font-family: Arial, Helvetica, sans-serif;
							font-size: 85%;
							color: #808080;
							font-weight: bold;
							outline: none;
							border: none;
							background-color: transparent;
						}

					#container #content #header #login_and_nav #login_form button {
						clear: both;
						display: block;
						float: right;
						background-image: url(../_images/_backgrounds/sprites.png);
						background-repeat: no-repeat;
						background-position: -168px -43px;
						height: 7px;
						min-height: 7px;
						max-height: 7px;
						width: 37px;
						min-width: 37px;
						max-width: 37px;
						text-indent: -9999px;
						border: none;
						margin-top: 5px;
						margin-right: 3px;
						background-color: transparent;
						cursor: pointer;
						outline: none;
					}

					#container #content #header #login_and_nav #login_form button:hover {
						background-position: -168px -54px;
					}

				#container #content #header #login_and_nav #navigation_wrapper {
					position: relative; 
					float: right; 
					width: 315px; 
					min-width: 315px;
					max-width: 315px;
				}
				
				#container #content #header #login_and_nav ul#navigation {
					list-style: none;
					list-style-type: none;
					clear: both;
					position: absolute;
					top: 69px;
				}
				
					#container #content #header #login_and_nav ul#navigation li {
						list-style: none;
						list-style-type: none;
						float: left;
						margin-left: 24px;
					}

						#container #content #header #login_and_nav ul#navigation li a:link, 
						#container #content #header #login_and_nav ul#navigation li a:active, 
						#container #content #header #login_and_nav ul#navigation li a:visited, 
						#container #content #header #login_and_nav ul#navigation li a:hover {
							display: block;
							background-image: url(../_images/_backgrounds/sprites.png);
							background-repeat: no-repeat;
							height: 8px;
							min-height: 8px;
							max-height: 8px;
							cursor: pointer;
							outline: none;
							text-decoration: none !important;
							text-indent: -9999px;
						}

						#container #content #header #login_and_nav ul#navigation li a.nav_home {
							background-position: -168px -75px;
							width: 33px;
							min-width: 33px;
							max-width: 33px;
						}

						#container #content #header #login_and_nav ul#navigation li a.nav_home:hover, 
						#container #content #header #login_and_nav ul#navigation li a.nav_home_selected {
							background-position: -168px -87px;
						}

						#container #content #header #login_and_nav ul#navigation li a.nav_about {
							background-position: -230px -75px;
							width: 58px;
							min-width: 58px;
							max-width: 58px;
						}

						#container #content #header #login_and_nav ul#navigation li a.nav_about:hover, 
						#container #content #header #login_and_nav ul#navigation li a.nav_about_selected {
							background-position: -230px -87px;
						}

						#container #content #header #login_and_nav ul#navigation li a.nav_buy {
							background-position: -317px -75px;
							width: 23px;
							min-width: 23px;
							max-width: 23px;
						}

						#container #content #header #login_and_nav ul#navigation li a.nav_buy:hover, 
						#container #content #header #login_and_nav ul#navigation li a.nav_buy_selected {
							background-position: -317px -87px;
						}

						#container #content #header #login_and_nav ul#navigation li a.nav_sell {
							background-position: -369px -75px;
							width: 26px;
							min-width: 26px;
							max-width: 26px;
						}

						#container #content #header #login_and_nav ul#navigation li a.nav_sell:hover, 
						#container #content #header #login_and_nav ul#navigation li a.nav_sell_selected {
							background-position: -369px -87px;
						}

						#container #content #header #login_and_nav ul#navigation li a.nav_contact {
							background-position: -424px -75px;
							width: 53px;
							min-width: 53px;
							max-width: 53px;
						}

						#container #content #header #login_and_nav ul#navigation li a.nav_contact:hover, 
						#container #content #header #login_and_nav ul#navigation li a.nav_contact_selected {
							background-position: -424px -87px;
						}

			#container #content #header #search_controls {
				clear: both;
			}

				#container #content #header #search_controls ul#header_search {
					clear: both;
					padding-left: 55px;
					padding-top: 18px;
					z-index: 10001;
					position: relative;
					list-style: none;
					list-style-type: none;
				}

					#container #content #header #search_controls ul#header_search li {
						float: left;
						margin-right: 7px;
						height: 27px;
						min-height: 27px;
						max-height: 27px;
					}

						#container #content #header #search_controls ul#header_search li .input_wrapper {
							background-image: url(../_images/_backgrounds/sprites.png);
							background-repeat: no-repeat;
							background-position: -164px -7px;
							width: 307px;
							min-width: 307px;
							max-width: 307px;
							height: 27px;
							min-height: 27px;
							max-height: 27px;
						}
						
							#container #content #header #search_controls ul#header_search li .input_wrapper input {
								margin-top: 5px;
								margin-left: 7px;
								width: 290px;
								min-width: 290px;
								max-width: 290px;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 85%;
								color: #808080;
								font-weight: bold;
								outline: none;
								border: none;
								background-color: transparent;
							}

							#container #content #header #search_controls ul#header_search li .input_wrapper input.unselected {
								color: #b2b2b2;
								font-style: italic;
							}

						#container #content #header #search_controls ul#header_search li button.search {
							display: block;
							background-image: url(../_images/_backgrounds/sprites.png);
							background-repeat: no-repeat;
							background-position: -14px -119px;
							height: 24px;
							min-height: 24px;
							max-height: 24px;
							width: 100px;
							min-width: 100px;
							max-width: 100px;
							text-indent: -9999px;
							border: none;
							margin-top: 2px;
							background-color: transparent;
							cursor: pointer;
							outline: none;
						}

						#container #content #header #search_controls ul#header_search li button.search:hover {
							background-position: -118px -119px;
						}

						#container #content #header #search_controls ul#header_search li button.custom {
							display: block;
							background-image: url(../_images/_backgrounds/sprites.png);
							background-repeat: no-repeat;
							background-position: -223px -119px;
							height: 24px;
							min-height: 24px;
							max-height: 24px;
							width: 141px;
							min-width: 141px;
							max-width: 141px;
							text-indent: -9999px;
							border: none;
							margin-top: 2px;
							background-color: transparent;
							cursor: pointer;
						}

						#container #content #header #search_controls ul#header_search li button.custom:hover {
							background-position: -369px -119px;
						}
	
	#container #page_content {
		margin-left: 58px;
		margin-right: 56px;
		margin-bottom: 20px;
		overflow: hidden;
		color: #6D6D6D;
		clear: both;
	}

		#container #page_content h2.title {
			color: #d6002e !important;
			font-weight: bold;
			letter-spacing: -1px;
			font-size: 123.1%;
			clear: both;
		}

		#container #header_comm_links {
			float: right;
			margin-top: 5px;
			margin-bottom: 40px;
			font-size: 100%;
			color: #6D6D6D;
			clear: both;
		}

			#container #header_comm_links a:link, 
			#container #header_comm_links a:active, 
			#container #header_comm_links a:visited {
				font-style: italic;
				text-decoration: none !important;
				color: #6D6D6D !important;
			}

			#container #header_comm_links a:hover {
				color: #C70026 !important;
				text-decoration: none !important;
			}
			 
			#container #header_comm_links strong {
				color: #d6002e;
				font-weight: normal;
			}

		#container #page_content .clear {
			clear: both;
		}

		#container #page_content a:link, 
		#container #page_content a:active, 
		#container #page_content a:visited { 
			color: #d6002e;
			text-decoration: none;
		}

		#container #page_content a:hover { 
			color: #d6002e;
			text-decoration: none !important;
		}

	#container #footer {
		clear: both;
		width: 791px;
		min-width: 791px;
		max-width: 791px;
		min-height: 24px;
		padding-bottom: 15px;
		overflow: hidden;
		background-image: url(../_images/_backgrounds/main_bottom.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #ffffff;
	}
	
		#container #footer #footer_left {
			float: left;
			margin-left: 30px;
			margin-top: 18px;
			font-size: 77%;
			color: #808080;
			font-weight: normal;
		}

		#container #footer #footer_right {
			float: right;
			margin-top: 18px;
			margin-right: 30px;
		}

			#container #footer #footer_right a:link, 
			#container #footer #footer_right a:active, 
			#container #footer #footer_right a:visited { 
				color: #808080;
				font-size: 77%;
				font-weight: normal;
				text-decoration: none;
			}

			#container #footer #footer_right a:hover { 
				text-decoration: none !important;
			}

#custom_search_wrapper {
	position: absolute;
	z-index: 10000;
	top: 113px;
	display: none;
}

	#custom_search_wrapper #custom_search {
		margin-left: 38px;
		width: 883px;
		min-width: 883px;
		max-width: 883px;
		height: 445px;
		min-height: 445px;
		max-height: 445px;
		border: 2px #d6002e solid; 
		background-color: #ffffff;
	}

		#custom_search_wrapper #custom_search #custom_search_header_right {
			float: right;
			width: 250px;
			min-width: 250px;
			max-width: 250px;
			height: 65px;
			min-height: 65px;
			max-height: 65px;
		}
		
			#custom_search_wrapper #custom_search #custom_search_header_right a:link, 
			#custom_search_wrapper #custom_search #custom_search_header_right a:active, 
			#custom_search_wrapper #custom_search #custom_search_header_right a:visited, 
			#custom_search_wrapper #custom_search #custom_search_header_right a:hover {
				display: block;
				float: right;
				background-image: url(../_images/_backgrounds/sprites.png);
				background-repeat: no-repeat;
				background-position: -115px -391px;
				width: 17px;
				min-width: 17px;
				max-width: 17px;
				height: 16px;
				min-height: 16px;
				max-height: 16px;
				outline: none;
				cursor: pointer;
				border: none;
				text-decoration: none !important;
				margin-top: 5px;
				margin-right: 5px;
				text-indent: -9999px;
			}

		#custom_search_wrapper #custom_search #custom_search_header_left {
			float: left;
			width: 500px;
			min-width: 500px;
			max-width: 500px;
			height: 65px;
			min-height: 65px;
			max-height: 65px;
			margin-left: 15px;
		}
		
			#custom_search_wrapper #custom_search #custom_search_header_left .input_wrapper {
				float: left;
				background-image: url(../_images/_backgrounds/sprites.png);
				background-repeat: no-repeat;
				background-position: -164px -7px;
				width: 307px;
				min-width: 307px;
				max-width: 307px;
				height: 27px;
				min-height: 27px;
				max-height: 27px;
				margin-top: 14px;
			}
			
				#custom_search_wrapper #custom_search #custom_search_header_left .input_wrapper input {
					margin-top: 5px;
					margin-left: 7px;
					width: 290px;
					min-width: 290px;
					max-width: 290px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 85%;
					color: #808080;
					font-weight: bold;
					outline: none;
					border: none;
					background-color: transparent;
				}

				#custom_search_wrapper #custom_search #custom_search_header_left .input_wrapper input.unselected {
					color: #b2b2b2;
					font-style: italic;
				}

			#custom_search_wrapper #custom_search #custom_search_header_left button.search {
				display: block;
				float: left;
				background-image: url(../_images/_backgrounds/sprites.png);
				background-repeat: no-repeat;
				background-position: -14px -119px;
				height: 24px;
				min-height: 24px;
				max-height: 24px;
				width: 100px;
				min-width: 100px;
				max-width: 100px;
				text-indent: -9999px;
				border: none;
				margin-top: 16px;
				margin-left: 7px;
				background-color: transparent;
				cursor: pointer;
				outline: none;
			}

			#custom_search_wrapper #custom_search #custom_search_header_left button.search:hover {
				background-position: -118px -119px;
			}
			
		#custom_search_wrapper #custom_search ul#custom_search_table {
			list-style: none;
			list-style-type: none;
		}

			#custom_search_wrapper #custom_search ul#custom_search_table li {
				background-image: url(../_images/_backgrounds/sprites.png);
				background-repeat: no-repeat;
				list-style: none;
				list-style-type: none;
				float: left;
			}

				#custom_search_wrapper #custom_search ul#custom_search_table li h1 {
					color: #d6002e;
					font-weight: bold;
					letter-spacing: -1px;
					font-size: 108%;
					margin-bottom: 10px;
					clear: both;
				}

			#custom_search_wrapper #custom_search ul#custom_search_table li ul.checkbox_list {
				clear: both;
				list-style: none;
				list-style-type: none;
				padding-bottom: 20px;
				overflow: hidden;
			}

				#custom_search_wrapper #custom_search ul#custom_search_table li ul.checkbox_list li {
					background-image: none;
					list-style: none;
					list-style-type: none;
					float: left;
					clear: both;
				}

				#custom_search_wrapper #custom_search ul#custom_search_table li ul.checkbox_list li label {
					display: block;
					float: left;
					margin-top: 3px;
					color: #808080;
					font-size: 108%;
					font-weight: bold;
					letter-spacing: -1px;
					cursor: pointer;
				}

				#custom_search_wrapper #custom_search ul#custom_search_table li ul li div.checkbox_wrapper {
					float: left;
					background-image: url(../_images/_backgrounds/sprites.png);
					background-position: -476px -8px;
					background-repeat: no-repeat;
					width: 30px;
					min-width: 30px;
					max-width: 30px;
					height: 24px;
					min-height: 24px;
					max-height: 24px;
					cursor: pointer;
				}
	
				#custom_search_wrapper #custom_search ul#custom_search_table li ul li div.checkbox_wrapper_selected {
					background-position: -514px -8px;
				}

				#custom_search_wrapper #custom_search ul#custom_search_table li ul li div.checkbox_dummy {
					width: 30px;
					min-width: 30px;
					max-width: 30px;
					height: 24px;
					min-height: 24px;
					max-height: 24px;
					float: left;
				}
	
				#custom_search_wrapper #custom_search ul#custom_search_table li ul li .select_wrapper {
					background-image: url(../_images/_backgrounds/sprites.png);
					background-repeat: no-repeat;
					background-position: -556px -76px;
					width: 102px;
					min-width: 102px;
					max-width: 102px;
					height: 24px;
					min-height: 24px;
					max-height: 24px;							
				}
	
					#custom_search_wrapper #custom_search ul#custom_search_table li ul li .select_wrapper select {
						margin-top: 2px !important;
						margin-right: 0px !important;
						margin-top: 0px !important;
						margin-bottom: 0px !important;
						width: 96px;
						min-width: 96px;
						max-width: 96px;
						height: 20px;
						min-height: 20px;
						max-height: 20px;
						border: 1px #d6002e solid;
						background-color: #d6002e;
						font-size: 77%;
						font-weight: normal;
						letter-spacing: normal;
						color: #ffffff;
						font-family: Arial, Helvetica, sans-serif;
						padding: 0px !important;
						outline: none;
					}

			#custom_search_wrapper #custom_search ul#custom_search_table li.left {
				margin-left: 18px;
				background-position: 230px -119px;
				width: 240px;
				min-width: 240px;
				max-width: 240px;
				height: 341px;
				min-height: 341px;
				max-height: 341px;
			}

				#custom_search_wrapper #custom_search ul#custom_search_table li.left ul.checkbox_list li {
					width: 220px;
					min-width: 220px;
					max-width: 220px;
				}

				#custom_search_wrapper #custom_search ul#custom_search_table li.left ul.checkbox_list li div.icon {
					float: left;
					background-image: url(../_images/_backgrounds/sprites.png);
					background-repeat: no-repeat;
					margin-top: 3px;
					margin-right: 5px;
					height: 18px;
					min-height: 18px;
					max-height: 18px;
					width: 17px;
					min-width: 17px;
					max-width: 17px;
				}

				#custom_search_wrapper #custom_search ul#custom_search_table li.left ul.checkbox_list li div.icon_house {
					background-position: -14px -391px;
				}

				#custom_search_wrapper #custom_search ul#custom_search_table li.left ul.checkbox_list li div.icon_building {
					background-position: -34px -391px;
				}

				#custom_search_wrapper #custom_search ul#custom_search_table li.left ul.checkbox_list li div.icon_two {
					background-position: -54px -391px;
				}

				#custom_search_wrapper #custom_search ul#custom_search_table li.left ul.checkbox_list li div.icon_four {
					background-position: -74px -391px;
				}

				#custom_search_wrapper #custom_search ul#custom_search_table li.left ul.checkbox_list li div.icon_land {
					background-position: -94px -391px;
				}

			#custom_search_wrapper #custom_search ul#custom_search_table li.mid {
				background-position: 330px -119px;
				margin-left: 20px;
				width: 340px;
				min-width: 340px;
				max-width: 340px;
				height: 341px;
				min-height: 341px;
				max-height: 341px;
			}

				#custom_search_wrapper #custom_search ul#custom_search_table li.mid ul {
					float: left;
					list-style: none;
					list-style-type: none;
					margin-bottom: 0px;
					width: 330px;
					min-width: 330px;
					max-width: 330px;
				}

					#custom_search_wrapper #custom_search ul#custom_search_table li.mid ul.checkbox_list {
						padding-top: 10px;
					}

					#custom_search_wrapper #custom_search ul#custom_search_table li.mid ul li {
						background-image: none;
						list-style: none;
						list-style-type: none;
						float: left;
						margin-right: 5px;
						font-size: 108%;
						color: #808080;
						font-weight: bold;
						letter-spacing: -1px;
						margin-bottom: 0px;
					}

					#custom_search_wrapper #custom_search ul#custom_search_table li.mid ul.checkbox_list li {
						width: 300px;
						min-width: 300px;
						max-width: 300px;
					}

					#custom_search_wrapper #custom_search ul#custom_search_table li.mid ul li.label {
						float: left;
						width: 80px;
						min-width: 80px;
						max-width: 80px;
						padding-top: 1px;
						text-align: left;
					}

					#custom_search_wrapper #custom_search ul#custom_search_table li.mid ul li.spacer {
						padding-top: 1px;
						padding-right: 4px;
					}

					#custom_search_wrapper #custom_search ul#custom_search_table li.mid ul li.checkbox {
						position: relative;
						top: -1px;
						margin-right: 2px;
					}

						#custom_search_wrapper #custom_search ul#custom_search_table li.mid ul li label {
							color: #808080;
							font-weight: bold;
							letter-spacing: -1px;
							cursor: pointer;
							font-size: 100%;
						}

			#custom_search_wrapper #custom_search ul#custom_search_table li.right {
				background-image: none;
				margin-left: 20px;
				width: 200px;
				min-width: 200px;
				max-width: 200px;
				height: 341px;
				min-height: 341px;
				max-height: 341px;
			}
		
				#custom_search_wrapper #custom_search ul#custom_search_table li.right ul.checkbox_list li {
					width: 200px;
					min-width: 200px;
					max-width: 200px;
				}
		
				#custom_search_wrapper #custom_search ul#custom_search_table li.right ul li .select_wrapper {
					float: left;
				}

button {
	padding: 0px !important;
}

a.maplink:link, a.maplink:active, a.maplink:visited, a.maplink:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}
