
#content {
	overflow: hidden;
	margin: 0 15px 26px 10px;
	padding-top: 13px;
	width: 965px;
	}


/* MAIN
__________________________________________________________________________________________ */

#main {
	float: left;
	width: 689px;
	}
	.property_name {
		margin: 0 16px 5px 9px;
		font: 32px/34px "Times New Roman", Times, serif;
		font-weight: normal;
		font-style: italic;
		color: #3E5160;
		}


/* OVERVIEW
__________________________________________________________________________________________ */

#overview {
	float: left;
	width: 449px;
	}
	#photo_box {
		margin: 0 0 10px 0;
		padding: 11px 0 0 12px;
		width: 431px;
		height: 303px;
		background: url(/images/property_photo_bg.png) no-repeat 0 0;
		}
		#slideshow {
			width: 418px;
			height: 288px;
			background: #ddd;
			}
	#photo_box_nav {
		margin: -6px 0 15px 5px;
		width: 432px;
		height: 32px;
		background: #8c9150 url(/images/property_photo_bar.png) no-repeat 0 0;
		}
		#photo_prev {
			float: left;
			width: 68px;
			height: 32px;
			background: url(/images/property_photo_prev.png) no-repeat 0 0;
			}
		#photo_next {
			float: right;
			width: 68px;
			height: 32px;
			background: url(/images/property_photo_next.png) no-repeat 0 0;
			}
		#photo_prev:hover,
		#photo_next:hover {
			background-position: 0 -50px;
			}
		#photo_links {
			margin: 0 68px;
			padding-top: 8px;
			text-align: center;
			font-size: 13px;
			line-height: 17px;
			font-weight: bold;
			color: #D7D9BE;
			}
			#photo_links a {
				padding: 0 3px;
				text-align: center;
				color: #D7D9BE;
				border: 1px solid #8c9150;
				outline: none;
				}
			#photo_links a:hover,
			#photo_links a.active_photo {
				color: #fff;
				border-color: #BFC397;
				}
	
	#overview p {
		margin: 0 12px 12px 5px;
		font: 15px/21px "Times New Roman", Times, serif;
		}
		
	#categories {
		margin: 18px 12px 18px 5px; 
		font-size: 11px;
		line-height: 15px;
		}
		#categories img {
			margin-right: 5px;
			}


/* DETAILS
__________________________________________________________________________________________ */

#details {
	float: right;
	padding-top: 17px;
	width: 228px;
	}
	.detail_block {
		margin-bottom: 18px;
		}
		.detail_block h3 {
			margin-bottom: 12px;
			line-height: 11px;
			}
		.detail_block li {
			list-style: none;
			padding: 0 0 4px 12px;
			background: url(/images/bullet_med_green.png) no-repeat 0 3px;
			}
		.detail_block table {
			border: 0;
			}
			.detail_block td {
				padding-bottom: 4px;
				text-align: left;
				vertical-align: top;
				}
			.detail_block td.field {
				padding-left: 12px;
				padding-right: 5px;
				background: url(/images/bullet_med_green.png) no-repeat 0 3px;
				font-weight: bold;
				white-space: nowrap;
				color: #69704D;
				}


/* SIDEBAR
__________________________________________________________________________________________ */

#sidebar {
	float: right;
	padding-top: 16px;
	width: 240px;
	}
	#back_to_property_listings {
		margin: 0 0 13px 11px;
		}
		#back_to_property_listings .imgswap {
			width: 191px;
			height: 15px;
			background: url(/images/link_back_to_property_listings.png) no-repeat 0 0;
			}
		#back_to_property_listings .imgswap:hover {
			background-position: 0 -20px;
			}
	.round_box {
		margin-bottom: 24px;
		padding: 13px 12px 1px 12px;
		background: #fff url(/images/round_top_wide.png) no-repeat 0 0;
		}
	.round_bottom {
		clear: left;
		margin-bottom: 24px;
		width: 240px;
		height: 4px;
		line-height: 4px;
		background: #fff url(/images/round_bottom_wide.png) no-repeat 0 100%;
		}
		
	#tools h3 {
		margin-bottom: 10px;
		line-height: 7px;
		}
	#tools ul {
		margin-bottom: 8px;
		}
		#tools li {
			padding: 0 0 4px 0;
			list-style: none;
			font-size: 13px;
			line-height: 17px;
			}
		.icon_link {
			padding-left: 17px;
			color: #7E7F47;
			font-weight: bold;
			}
		.icon_link:hover {
			color: #222;
			}
		.arrow {
			background: url(/images/arrow_more_med_green_white.png) no-repeat 0 3px;
			}
		.download {
			background: url(/images/download_icon_tiny.png) no-repeat 0 1px;
			}
		.google_earth {
			background: url(/images/google_earth_icon_tiny.png) no-repeat 0 2px;
			}
		#google_help_link {
			padding-left: 3px;
			font-size: 11px;
			text-transform: uppercase;
			color: #7E7F47;
			outline: none;
			}
		#google_help_link:hover {
			color: #000;
			}
		#google_help {
			display: none;
			padding: 5px 0 0 17px;
			line-height: 15px;
			}
			#google_help a {
				color: #4C5429;
				text-decoration: underline;
				}
	
	#email_link {
		outline: none;
		}
	#email_form {
		margin: 6px 0;
		}
		#email {
			display: none;
			}
		#email_form td {
			padding: 3px 0;
			vertical-align: middle;
			}
		#email_form .label {
			text-align: right;
			padding-right: 6px;
			color: #93562A;
			font-weight: bold;
			}
		#email_form .input {
			width: 120px;
			text-align: left;
			}
		#email_form .input-text {
			padding: 2px;
			width: 95%;
			border: 1px solid #8c9150;
			background: #f3f2e8;
			}
		#email_form .input-image {
			margin-top: 4px;
			outline: none;
			cursor: pointer;
			}
		#email_form .error {
			border-color: #c00;
			}
	.message {
		padding: 4px 6px;
		line-height: 15px;
		color: #fff;
		font-weight: bold;
		background: #8c9150;
		}
			
	#recently_viewed h3 {
		margin-bottom: 12px;
		line-height: 11px;
		cursor: pointer;
		background: url(/images/toggle_down.png) no-repeat 100% 1px;
		}
	#recently_viewed.closed h3 {
		background-image: url(/images/toggle_right.png);
		}
	#recently_viewed ul {
		margin: -7px 0 4px 0;
		}
	#recently_viewed.closed ul {
		display: none;
		}
		#recently_viewed li {
			display: inline-block;
			}
		#recently_viewed li {
			display: block;
			list-style: none;
			font-size: 12px;
			line-height: 15px;
			font-weight: bold;
			border-bottom: 1px solid #BFA990;
			}
		#recently_viewed li.last {
			border: none;
			}
			#recently_viewed li a {
				display: block;
				padding: 7px 0;
				color: #7E7F47;
				}
			#recently_viewed li a:hover {
				color: #222;
				}
			#recently_viewed li span {
				display: block;
				font-size: 11px;
				font-weight: normal;
				color: #333;
				}