/*
PERSONAL PROPERTIES
*/
.pl_status {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.pl_community {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.pl_community a:link, .pl_community a:visited, .pl_community a:active {
	color: #00715F;
}
.pl_community a:hover { color: #C05403; }

.pl_stats_title {
	color: #696969;
	font-size: 11px;
	font-weight: bold;
}
.pl_stats_highlight {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.pl_stats {
	color: #696969;
	font-size: 11px;
	font-weight: normal;
}



/* Property Featured */
.pl_featured_title {
	color: #FFFFFF; 
	font-size: 13px; 
	font-weight: bold;
}

.pl_featured_description {
	color: #696969;
	font-size: 12px;
	line-height: 17px;
}

.pl_featured_details_b {}
.pl_featured_details_b a:link, .pl_featured_details_b a:visited, .pl_featured_details_b a:active {
	display: block;
	margin: 0px auto;
	width: 140px;
	height: 30px;
	padding: 0px 5px 27px 5px;
	background-image: url('../../properties/images/featured_details_off.gif');
	background-repeat: no-repeat;
}
.pl_featured_details_b a:hover {
	background-image: url('../../properties/images/featured_details_on.gif');
}


/* Property List */
.pl_row {
	margin-top: 20px;
}
.pl_container {
	background-color: #DDDDDD;
	width: 338px;
	float: left;
	margin-right: 13px;
}
.pl_body {
	background-image: url('../../properties/images/properties_list_background.gif');
	background-repeat: repeat-y;
}
.pl_list_status {
	margin: 0px auto;
	text-align: center;
	width: 338px;
	padding: 3px 0px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #89877C;
}
.pl_image {}
.pl_align {
	text-align: center;
}
.pl_featured_spacing {
	line-height: 18px;
}
.pl_list_spacing {
	line-height: 15px;
}
.pl_details_b {}
.pl_details_b a:link, .pl_details_b a:visited, .pl_details_b a:active {
	display: block;
	margin: 0px auto;
	width: 150px;
	height: 32px;
	background-image: url('../../properties/images/properties_list_details_off.gif');
	background-repeat: no-repeat;
}
.pl_details_b a:hover {
	background-image: url('../../properties/images/properties_list_details_on.gif');
}






/* PROPERTIES DETAILS */

#pd_container {
	background-color: #F4F4F4;
	background-image: url('../../properties/images/details_top_background.jpg');
	background-repeat: repeat-x;
	padding: 0px 31px 0px 31px;
	margin-bottom: 10px;
}
#pd_header {
	margin-bottom: 50px;
}
#pd_body {
	clear: both;
}
#pd_tab_container {
	border-bottom: 9px solid #A9A698;
	height: 32px;
}
#pd_content_container {
	margin-top: 20px;
	padding: 20px 0px;
}


/* Details Header Buttons */
.pd_button_contact { 
	float: left; 
	width: 147px;
}
.pd_button_contact a:link, 
.pd_button_contact a:visited, 
.pd_button_contact a:active {
	display: block;
	margin: 0px;
	width: 147px;
	height: 56px;
	background-image: url('../../properties/images/details_button_contact.gif');
	background-repeat: no-repeat;
}
.pd_button_contact a:hover {
	background-image: url('../../properties/images/details_button_contact_on.gif');
}

.pd_button_vtour { 
	float: left;
	width: 147px;
}
.pd_button_vtour a:link, 
.pd_button_vtour a:visited, 
.pd_button_vtour a:active {
	display: block;
	margin: 0px;
	width: 147px;
	height: 56px;
	background-image: url('../../properties/images/details_button_vtour.gif');
	background-repeat: no-repeat;
}
.pd_button_vtour a:hover {
	background-image: url('../../properties/images/details_button_vtour_on.gif');
}

.pd_button_pdf { 
	float: left;
	width: 147px;
}
.pd_button_pdf a:link, 
.pd_button_pdf a:visited, 
.pd_button_pdf a:active {
	display: block;
	margin: 0px;
	height: 56px;
	background-image: url('../../properties/images/details_button_pdf.gif');
	background-repeat: no-repeat;
}
.pd_button_pdf a:hover {
	background-image: url('../../properties/images/details_button_pdf_on.gif');
}


/* Details Tabs */
.pd_tabs_separator {
	border-left: 1px solid #D2D2CE;
}
.pd_tabs {
	float: left;
}
.pd_tabs a:link, .pd_tabs a:visited, .pd_tabs a:active, .pd_tabs a:hover {
	display: block;
	margin: 0px;
	height: 32px;
	background-repeat: no-repeat;
}

/* TAB: stats */
.pd_tabs_stats { width: 132px; }
.pd_tabs_stats a:link, .pd_tabs_stats a:visited, .pd_tabs_stats a:active {
	background-image: url('../../properties/images/details_tabs_stats.jpg');
}
.pd_tabs_stats a:hover {
	background-image: url('../../properties/images/details_tabs_stats_on.jpg');
}
.pd_tabs_stats_active a:link, .pd_tabs_stats_active a:visited, .pd_tabs_stats_active a:hover, .pd_tabs_stats_active a:active {
	background-image: url('../../properties/images/details_tabs_stats_active.jpg');
}

/* TAB: photos */
.pd_tabs_photos { width: 110px; }
.pd_tabs_photos a:link, .pd_tabs_photos a:visited, .pd_tabs_photos a:active {
	background-image: url('../../properties/images/details_tabs_photos.jpg');
}
.pd_tabs_photos a:hover {
	background-image: url('../../properties/images/details_tabs_photos_on.jpg');
}
.pd_tabs_photos_active a:link, .pd_tabs_photos_active a:visited, .pd_tabs_photos_active a:hover, .pd_tabs_photos_active a:active {
	background-image: url('../../properties/images/details_tabs_photos_active.jpg');
}

/* TAB: literature */
.pd_tabs_literature { width: 133px; }
.pd_tabs_literature a:link, .pd_tabs_literature a:visited, .pd_tabs_literature a:active {
	background-image: url('../../properties/images/details_tabs_literature.jpg');
}
.pd_tabs_literature a:hover {
	background-image: url('../../properties/images/details_tabs_literature_on.jpg');
}
.pd_tabs_literature_active a:link, .pd_tabs_literature_active a:visited, .pd_tabs_literature_active a:hover, .pd_tabs_literature_active a:active {
	background-image: url('../../properties/images/details_tabs_literature_active.jpg');
}

/* TAB: openhouse */
.pd_tabs_openhouse { width: 136px; }
.pd_tabs_openhouse a:link, .pd_tabs_openhouse a:visited, .pd_tabs_openhouse a:active {
	background-image: url('../../properties/images/details_tabs_openhouse.jpg');
}
.pd_tabs_openhouse a:hover {
	background-image: url('../../properties/images/details_tabs_openhouse_on.jpg');
}
.pd_tabs_openhouse_active a:link, .pd_tabs_openhouse_active a:visited, .pd_tabs_openhouse_active a:hover, .pd_tabs_openhouse_active a:active {
	background-image: url('../../properties/images/details_tabs_openhouse_active.jpg');
}

/* TAB: map */
.pd_tabs_map { width: 161px; }
.pd_tabs_map a:link, .pd_tabs_map a:visited, .pd_tabs_map a:active {
	background-image: url('../../properties/images/details_tabs_map.jpg');
}
.pd_tabs_map a:hover {
	background-image: url('../../properties/images/details_tabs_map_on.jpg');
}
.pd_tabs_map_active a:link, .pd_tabs_map_active a:visited, .pd_tabs_map_active a:hover, .pd_tabs_map_active a:active {
	background-image: url('../../properties/images/details_tabs_map_active.jpg');
}


/* TAB CONTAINER LAYOUTS */
.pd_inset {
	width: 386px;
	margin-right: 20px;
	float: left;
	background-color: #D6D7CB;
}
.pd_inset_content {
	margin: 0px 20px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.pd_inset_title {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.pd_inset_col2 {
	width: 286px;
	float: left;
}

/* DETAILS STYLES */
.pd_image
{
/*
	padding: 5px;
	background-color: #F0F0F0;
	border-color: #E8E8E8;
	border-width: 2px;
	border-style: solid;
*/
}
.pd_stats_title_strong {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.pd_stats_title {
	color: #696969;
	font-size: 12px;
	font-weight: bold;
}
.pd_stats_title a:link, .pd_stats_title a:visited, .pd_stats_title a:active {
	color: #696969;
	font-weight: bold;
}
.pd_stats_title a:hover {
	color: #555555;
	font-weight: bold;	
}


.noFavoritesError {
	min-height: 100px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 64px;
	background: url(../images/favorites_bg.png) no-repeat top left;
}
.noRecentError {
	min-height: 100px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 64px;
	background: url(../images/recent_bg.png) no-repeat top left;
}

.noFavoritesError .error_text, .noRecentError .error_text {
	width: 360px;
	float: left;
}
.noFavoritesError .start_search, .noRecentError .start_search {
	float: left;
	padding-left: 10px;
}




/*
MINISITE
*/
body, p {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#pb_header_left {
	background: #000000 url('../images/vitals_bg.png') repeat-x;
	float: left;
	width: 280px;
	height: 365px;
	padding: 53px 30px 0 30px;
	overflow: hidden;
}

#pb_header_right {
	float: right;
	width: 610px;
	height: 418px;
	background: #383937;
}

.image_rotator_property,
#pb_gallery_photo,
#pb_gallery_video {
	width: 610px !important;
	height: 418px !important;
}

#nav,
.map {
	z-index: 0 !important;
}

.gallery_photo_full {
	display: none;
	position: absolute;
	top: 356px;
	left: 540px;
	height: 0;
	width: 50px;
	padding: 42px 0 0 0;
	background: url('../images/photo_full.png') center top no-repeat;
}

.gallery_photo_full:hover {
	background: url('../images/photo_full.png') center bottom no-repeat;
}

#image_rotator_property:hover .content_rotator_position_handle_active,
.iTouch .content_rotator_position_handle_active {
	display: block;
}

#pb_gallery_photo {
	top: -418px;
	position: relative;
	z-index: 255;
	overflow: hidden;
}
#gallery_tab_photo,
#gallery_tab_video {
	float: left;
	display: block;
	width: 130px;
	text-align: center;
	color: #717172;
	font-size: 9px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#gallery_tab_photo {
	margin: 0 20px 0 0;
}

#gallery_tab_photo:hover,
#gallery_tab_video:hover {
	color: #999999;
}

#gallery_tabs .img {
	display: block;
	width: 130px;
	height: 73px;
	margin: 0 0 12px;
	background-position: center;
	background-color: #000000;
	overflow: hidden;
}

#gallery_tab_video .img img {
	margin-left: -130px;
}

#gallery_tabs .img:hover img {
	margin-top: -73px;
}

#pb_header h1 {
	color: #ffffff;
	font-weight: 100;
	font-size: 36px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#pb_header h2 {
	color: #ffffff;
	font-weight: 300;
	font-size: 15px;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#ms_prop_status {
	color: #5c5c5d;
	font-weight: 500;
	font-size: 12px;
	padding: 0;
	margin: 10px 0;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#ms_prop_desc {
	background: url('../images/h_dot_line_brown_bottom.png') left top repeat-x;
	height: 104px;
	padding: 13px 0 25px;
	font-size: 16px;
	color: #717172;
	line-height: 24px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#pb_body {
	background: #717172;
	border-top: 1px solid #eeeeee;
}

#pb_description {
	background: #ffffff url('../images/description_bg.png') repeat-x;
	min-height: 250px;
	border-top: 7px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
	overflow: hidden;
}

#pb_description_left {
	float: left;
	width: 590px;
	padding: 32px 0 20px 30px;
	color: #646464;
}

#pb_description_left h2 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	line-height: 29px;
	font-weight: 200;
}

#pb_description_short {
	min-height: 200px;
	display: none;
}

#pb_description_right {
	float: left;
	width: 264px;
	padding: 32px 0 20px 30px;
}

#pb_details p {
	font-size: 11px;
	font-weight: 300;
	vertical-align: top;
	color: #858586;
	margin: 4px 0;
}

.pb_details_title {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px 0 0;
	color: #5c5c5d;
	line-height: 1.7;
}

#pb_details_left {
	float: left;
	width: 96px;
	padding: 0 25px 0 0;
}

#pb_details_right {
	float: left;
	width: 132px;
	padding: 0;
}

#pb_divide {
	height: 5px;
	background: #ffffff url('../images/h_dot_line_brown.png') center center no-repeat;
}

#pb_extra {
	background: #eeeeee url('../images/extra_bg.png') center top no-repeat;
	border-top: 5px solid #ffffff;
	min-height: 353px;
	max-height: 620px;
	overflow: hidden;
}

#pb_pedistal {
	min-height: 267px;
	background: #383937;
}

#pb_disclosures {
	display: block;
	padding: 14px 0 0 15px;
	margin: 10px 0 0 5px;
	border-top: 1px solid #dcdcdc;
	overflow: hidden;
	background: url('../images/disclosures.png') left 14px no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	cursor: pointer;
}

#pb_description_read_more_expand {
	display: block;
	width: 118px;
	height: 0;
	padding: 38px 0 0;
	margin: 25px 0 0;
	overflow: hidden;
	background: url('../images/read_more.png') top left no-repeat;
}

#pb_description_read_less_collapse {
	display: block;
	width: 118px;
	height: 0;
	padding: 38px 0 0;
	margin: 25px 0 0;
	overflow: hidden;
	background: url('../images/read_less.png') top left no-repeat;
}

#pb_description_read_more_expand:hover,
#pb_description_read_less_collapse:hover {
	background-position: bottom left;
}

.ss_nav {
	width: 73px;
	height: 69px;
	position: absolute;
	background: url('../images/slideshow_nav.png') no-repeat;
	top: 174px;
	display: none;
}

.ss_pop_view {
	position: relative;
	overflow: hidden;
}

#image_rotator_property:hover .ss_nav,
#sbox-content:hover .ss_nav,
.iTouch {
	display: block !important;
}

#image_rotator_property_prev,
.nav_prev {
	background-position: left top;
	left: 0;
}

#image_rotator_property_prev:hover,
.nav_prev:hover {
	background-position: left bottom;
}

#image_rotator_property_pause {
	background-position: center top;
	left: 269px;
}

#image_rotator_property_pause:hover {
	background-position: center bottom;
}

#image_rotator_property_next,
.nav_next {
	background-position: right top;
	left: 537px;
}

#image_rotator_property_next:hover,
.nav_next:hover {
	background-position: right bottom;
}

#pb_floorplan {
	float: left;
	width: 160px;
	overflow: hidden;
	padding: 32px 0 36px 34px;
}

#lightbox_img {
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

#disclosures_pop {
	width: 640px;
}

#pb_floorplan h2,
#pb_map h2,
#pb_map_wide h2 {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

#results_map {
	height: 235px;
}

#pb_floorplan .img {
	width: 158px;
	height: 188px;
	border: 1px solid #B0B0A5;
	margin: 18px 0;
	overflow: hidden;
}

#pb_floorplan .img img {
	min-width: 158px;
	height: 188px;
	text-align: center;
}

#pb_floorplan a {
	width: 160px;
	height: 0;
	padding: 38px 0 0;
	display: block;
	overflow: hidden;
	background: url('../images/floor_plan.png') center top no-repeat;
}

#pb_floorplan a:hover {
	background: url('../images/floor_plan.png') center bottom no-repeat;
}

#pb_floorplan_divider {
	width: 5px;
	height: 250px;
	margin: 70px 30px 0;
	overflow: hidden;
	float: left;
	background: url('../images/v_dot_white_1.png') center center no-repeat;
}

#pb_map {
	float: left;
	overflow: hidden;
	width: 657px;
	padding: 32px 0 0;
}

#pb_map_wide {
	float: left;
	overflow: hidden;
	width: 882px;
	padding: 32px 0 36px 34px;
}

#pb_map .map,
#pb_map_wide .map {
	margin: 16px 0 0;
	height: 235px;
	background: #f2f2f2;
	padding: 7px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

#pb_map .map {
	width: 642px;
}

#pb_map_wide .map {
	width: 867px;
}

#pb_portrait {
	width: 158px;
	height: 188px;
	border: 1px solid #444444;
	margin: 32px 0 38px 32px;
	float: left;
	display: block;
}

#pb_contact {
	float: left;
	width: 400px;
	margin: 32px 30px 38px;
}

#pb_contact_upper {
	background: url('../images/h_dot_line_brown_bottom.png') left bottom repeat-x;
	padding: 0 0 19px;
}

#pb_contact_name {
	float: left;
}

#pb_contact_link {
	float: right;
	width: 96px;
	height: 0;
	overflow: hidden;
	padding: 38px 0 0;
	margin: 10px 0 0 0;
	display: block;
	background: url('../images/contact.png') center top no-repeat;
}

#pb_contact_link:hover {
	background: url('../images/contact.png') center bottom no-repeat;
}

#pb_contact_name h2 {
	font-size: 26px;
	color: #ffffff;
	margin: 5px 0 0;
	padding: 0;
	line-height: 1;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 100;
}

#pb_contact_name h3 {
	font-size: 16px;
	color: #898684;
	margin: 8px 0 0;
	padding: 0;
	line-height: 1;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 100;
}

.pb_contact_info {
	color: #898684;
	font-size: 16px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 11px 0 0;
	padding: 0;
	font-weight: 100;
}

.pb_contact_info span,
.pb_contact_info span a {
	color: #ffffff;
	font-size: 17px;
	font-weight: 100;
}

#pedistal_image {
	width: 262px;
	height: 188px;
	border: 1px solid #444444;
	margin: 32px 0 38px;
	float: left;
}

#pb_mcguire_partners {
	display: block;
	float: left;
	background: url('../images/mgrep.png') left top no-repeat;
	overflow: hidden;
	width: 91px;
	height: 0;
	padding: 32px 0 0;
	margin: 13px 10px 0 0;
}

#pb_mcguire {
	display: block;
	float: left;
	background: url('../images/mgre.png') left top no-repeat;
	overflow: hidden;
	width: 89px;
	height: 0;
	padding: 32px 0 0;
	margin: 13px 10px 0 0;
}

#pop_gallery_photo {
	margin: 16px 0 0 16px;
}
