/* @override 
	http://dev.carollinton.mac/include/global.css
	http://cl.circumerro.com/include/global.css
*/

body {
	
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 12px arial, helvetica, sans-serif;
	color: #333;
}

h1 {
	color: #070F24;
	margin-top: 7px;
	padding: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 23px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 15px 10px;
	font-family: arial, helvetica, sans-serif;
	color: #0B1735;
}

.hrule {
	background-color: #D9D7D5;
	height: 1px;
	overflow: hidden;
}

ul li.hrule {
	list-style-image: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.error {
	color: #f00;
	font-weight: bold;
}

/* @group header */

#header {
	position: relative;
	height: 187px;
	background: #214770 url(/images/backgrounds/header_top.png) repeat-x;
}

#header_inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: 187px;
	overflow: visible;
}

#header_headshot {
	width: 170px;
	height: 192px;
	position: absolute;
	bottom: -22px;
}

#header_title {
	width: 926px;
	height: 187px;
	left: 75px;
	position: absolute;
	background: url(/images/backgrounds/header.jpg) no-repeat center bottom;
	top: 0;
}

#header_title .container {
	position: absolute;
	top: 50px;
	left: 90px;
	height: 72px;
}

#header_logo {
	float: left;
	margin-top: 15px;
}

#header_title_divider {
	float: left;
	width: 1px;
	height: 72px;
	background: url(/images/gen/vert_dots.png) repeat-y;
	margin-right: 20px;
	margin-left: 20px;
}

#header_tagline {
	float: left;
	margin-top: 15px;
}

#header_nav {
	position: absolute;
	left: 200px;
	width: 850px;
	height: 15px;
	padding: 0;
	bottom: 20px;
}

#header_nav ul {
	font: bold 11px/32px tahoma;
	margin: 0;
	padding: 0;
	color: #EAEEF3;
}

#header_nav ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	padding-right: 13px;
	padding-left: 13px;
	padding: 0;
	height: 32px;
}

#header_nav ul li a {
	color: #EAEEF3;
	text-decoration: none;
	display: block;
	padding-right: 13px;
	padding-left: 13px;
	position: relative;
	text-align: center;
}

#header_nav ul li.on a {
	color: #316392;
}

#header_nav ul li .over {
	height: 32px;
	top: 0;
	left: 0;
}

#header_nav ul li .over div {
	float: left;
	top: 0;
	left: 0;
}

#header_nav ul li .over .over_left {
	width: 3px;
	height: 32px;
	position: relative;
}

#header_nav ul li.on .over .over_left
{
	background: url(/images/buttons/header_sprite.png) repeat-x;	
}

#header_nav ul li .over .over_right {
	width: 3px;
	height: 32px;
	position: relative;
}

#header_nav ul li.on .over .over_right {
	background: url(/images/buttons/header_sprite.png) repeat-x 0 -32px;
}

#header_nav ul li .over .over_center {
	height: 32px;
	position: relative;
	text-align: center;
}

#header_nav ul li.on .over .over_center {
	background: url(/images/buttons/header_sprite.png) repeat-x 0 -64px;
}

#header_nav ul li.seperator {
	padding: 0;
	margin: 0;
}



/* @end */

/* @group body */

/* @group short contact */

#short_contact {
	width: 235px;
}

#contact_bucket.border.left {
	border-left: 1px solid #D9D7D5;
	padding-left: 20px;
	float: right;
	margin-left: -1px;
}

#short_contact h2 {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#short_contact input {
	margin-top: 5px;
}

#short_contact_home,
#short_contact_address,
#short_contact_phone,
#short_contact_email,
#short_contact_form {
	border-top: 1px solid #D9D7D5;
	margin-top: 10px;
	padding-top: 10px;
}

#short_contact_form {
	padding-top: 10px;
}

#short_contact_submit {
	margin-top: 10px;
	display: block;
}

#short_contact_error {
	color: #f00;
	font-weight: bold;
	border-bottom: 1px solid #D9D7D5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}



/* @end */

#body {
	background-color: #fafafa;
	background-image: url(/images/backgrounds/body.jpg);
	padding-bottom: 20px;
}

#body_top {
	background: url(/images/backgrounds/body_top.png) repeat-x;
	height: 13px;
}

#body_inner {
	width: 890px;
	margin: 0 auto;
	position: relative;
}

#breadcrumbs {
	color: #999;
	margin-bottom: 15px;
}

#breadcrumbs .current_crumb {
	color: #609AC5;
	margin-left: 7px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #333;
	margin: 0 7px;
}



/* @end */

/* @group footer */

#footer {
	background: url(/images/backgrounds/footer_top.gif) repeat-x;
	padding-top: 35px;
	color: #999;
	padding-bottom: 20px;
	font-size: 11px;
}

#footer a {
	color: #999;
}

#footer_inner {
	width: 890px;
	margin: 0 auto 20px;
}

#footer_inner .left {
	float: left;
	width: 600px;
	top: 0;
	left: 0;
}

#footer_links {
	width: 650px;
}

#footer_links ul {
	margin: 0;
	padding: 0;
}

#footer_links ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#footer_links ul li a {
	text-decoration: none;
}

#footer_links ul li.seperator {
	margin-right: 5px;
	margin-left: 5px;
}

#footer_copy {
	margin-top: 10px;
}

#footer_sothebys {
	margin-top: 20px;
	width: 350px;
	float: left;
}

#footer_sothebys .clear {
	height: 10px;
}

#footer_eho {
	display: block;
	margin-top: 55px;
	float: right;
}

#footer_inner .right {
	float: right;
}

#footer_logo {
}

#footer_address {
	margin-top: 25px;
}

.facebook_link {
    float: left;
    margin-left:30px;
    margin-top:90px;
    width:120px;
}

#contact_info .facebook_link {
    float: none;
    margin: 10px 0 0 0;
}

.facebook_link a {
    background: url('/images/buttons/icon_facebook.gif') no-repeat center right;
    display:block;
    height:23px;
    line-height:23px;
    width:110px;
    font-size:14px;
    font-weight:bold;
}

#contact_info .facebook_link a {
    color: #619BC5;
}

/* @end */

/* @group properties */

/* @group details */

#property_detail {
	float: left;
	width: 580px;
	margin-left: -1px;
	padding-left: 15px;
	border-left: 1px solid #D9D7D5;
}

#property_detail .hrule {
	width: 100%;
	margin: 10px 0;
}

#property_detail h3 {
	font-size: 23px;
	color: #619BC5;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#property_detail .top .pictures {
	width: 400px;
	height: 329px;
	background-color: #fff;
	float: left;
	padding: 8px;
}

#property_detail .top .pictures .full {
	width: 400px;
	height: 300px;
	margin: 0;
	padding: 0;
}

#property_detail .top .pictures .full .picture,
#property_detail .top .pictures .full .video {
	position: absolute;
	width: 400px;
	height: 300px;
	text-align: center;
}

#property_detail .top .pictures .gallery {
	margin-top: 8px;
	margin-left: -4px;
}

#property_detail .top .pictures .gallery a.picture,
#property_detail .top .pictures .gallery a.video {
	display: block;
	float: left;
	margin-left: 4px;
	border: 1px solid #619BC5;
	height: 21px;
	position: relative;
}

#property_detail .top .pictures .gallery a.video .play {
	position: absolute;
	top: 1px;
	left: 6px;
	border-style: none;
}

#property_detail .top .info {
	width: 150px;
	float: left;
	margin-left: 10px;
	color: #333;
	font-size: 12px;
}

#property_detail .top .info h4 {
	color: #060E24;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px;
}

#property_detail .top .info ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-image: url(/images/gen/blue_arrow.gif);
}

#property_detail .top .info ul li {
	line-height: 135%;
}

#property_detail .top .info ul li a {
	color: #619BC5;
	font-weight: bold;
	font-size: 11px;
}

#property_detail .bottom .tabs {
	height: 25px;
	margin-top: 15px;
}

#property_detail .bottom .tabs .tab {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background-color: #619BC5;
	margin-right: 4px;
	cursor:  pointer;
}

#property_detail .bottom .tabs .tab.on {
	color: #3D658A;
	background-color: #fff;
}

#property_detail .bottom .content {
	width: 576px;
	height: 356px;
	padding: 10px 8px 8px;
	background-color: #fff;
	color: #333;
	font-size: 12px;
}

#property_detail .bottom .content .citem {
	width: 576px;
	height: 356px;
}

#property_detail .bottom .content #features,
#property_detail .bottom .content #info {
	background: url(/images/backgrounds/detail_features.jpg) no-repeat;
	overflow: auto;
}

#property_detail .bottom .content #info {
	padding:  15px;
	width: 546px;
	height:  326px;
}

#property_detail .bottom .content #features b {
	color: #619BC5;
	font-weight: bold;
}

#property_detail .bottom .content #features .feature {
	height: 25px;
	border-bottom: 1px solid #D9D7D5;
	line-height: 25px;
	margin-right: 15px;
	margin-left: 15px;
}

#property_detail .bottom .content #features .description {
	color: #000;
	margin: 15px;
}

#property_detail .bottom .content #features .description b {
	display: block;
	margin-bottom: 10px;
	color: #070F24;
	line-height: 135%;
	font-size: 12px;
}



/* @end */

/* @group search results */

#property_left {
	float: left;
	border-right: 1px solid #D9D7D5;
	padding-right: 15px;
	width: 275px;
}

#property_left #contact_bucket {
	margin-left: 15px;
	margin-top: 25px;
}

#property_list {
	float: left;
	width: 575px;
	border-left: 1px solid #D9D7D5;
	margin-left: -1px;
	padding-left: 15px;
}

#pag_control_bottom {
	float: right;
}

#pag_control a,
#pag_control_bottom a {
	color: #619BC5;
	font-weight: bold;
}

#pag_control .on,
#pag_control_bottom .on {
	color: #070F24;
	font-weight: bold;
}

#search_sort {
	float: left;
	color: #333;
	font-size: 12px;
}

#search_sort span {
	font-weight: bold;
	color: #070F24;
	font-size: 16px;
}

#search_pages {
	float: right;
	width: 275px;
	text-align: right;
	position: relative;
}

#search_pages div {
	position: absolute;
	right: 0;
	bottom: 0;
}

a.pageLink,
span.pageLink {
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

a.next.pageLink,
#search_pages a.back.pageLink {
	text-decoration: none;
}

/* @group item */

#property_list .list {
	clear: both;
}

#property_list .list .image_outer {
	float: left;
	background-color: #fff;
	height: 135px;
}

#property_list .list .image_outer.wide {
	width: 196px;
	margin-right: 15px;
}

#property_list .list .image_outer.tall {
	width: 105px;
	margin-left: 45px;
	margin-right: 60px;
}

#property_list .list .image_outer .image_inner {
	margin-top: 8px;
	margin-left: 8px;
	height: 119px;
}

#property_list .list .image_outer .image_inner.wide {
	width: 180px;	
}

#property_list .list .image_outer .image_inner.tall {
	width: 89px;	
}

#property_list .list .info {
	color: #000;
	float: left;
	width: 360px;
}

#property_list .list .info h2 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 16px;
	color: #619BC5;
}

#property_list .list .info .description {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 110%;
}

#property_list .list .info .details {
	font-size: 11px;
	line-height: 115%;
}

#property_list .list .info .details .data {
	color: #619BC5;
	font-weight: bold;
}

#property_list .list .info ul.detail_link {
	margin: 10px 0 0;
	padding: 0;
	color: #333;
	list-style-type: none;
}

#property_list .list .info ul.detail_link a {
	color: #619BC5;
	font-weight: bold;
}

#property_list .hrule {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}



/* @end */



/* @end */

/* @group regions */

#region_bucket {
	float: right;
	margin-left: 20px;
}

#region_bucket.border.right {
	border-right: 1px solid #D9D7D5;
	padding-right: 30px;
}

#region_info {
	width: 280px;
}

#region_info h2 {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#region_info ul {
	padding: 0 0 0 25px;
	margin: 0;
	list-style-type: none;
	list-style-image: url(/images/gen/blue_arrow.gif);
}

#region_info ul li {
	font-size: 11px;
	color: #666;
	position: relative;
}

#region_info ul li.hrule {
	list-style-image: none;
	margin-left: -15px;
	margin-right: 10px;
}

#region_info ul li a {
	color: #619BC5;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-size: 13px;
}



/* @end */

/* @group search bucket */

#search_bucket {
	float: left;
}

#property_search {
	position: relative;
}

#property_search h2 {
	padding-bottom: 0;
	margin-bottom: 10px;
}

#property_search_bground {
	width: 276px;
	height: 382px;
	background-color: #000;
	opacity: 0.05;
	filter: alpha(opacity = 5);
}

#property_search_outer {
	width: 267px;
	height: 374px;
	background-color: #fff;
	position: absolute;
	top: 4px;
	left: 4px;
}

#property_search_inner {
	padding: 7px;
	width: 248px;
	height: 355px;
	background: url(/images/backgrounds/search.jpg) no-repeat;
	position: absolute;
	top: 6px;
	left: 6px;
}

#property_search_inner .property_option {
	border-top: 1px solid #D9D7D5;
	border-bottom: 1px solid #D9D7D5;
	margin-top: -1px;
	height: 46px;
	margin-right: 6px;
	z-index: 90;
}

#property_search_inner a {
	color: #619BC5;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}

#property_search_inner #search_button {
	margin-top: 10px;
	display: block;
	height: 24px;
	margin-bottom: 10px;
}

#property_search_inner ul {
	padding: 10px 6px 0 15px;
	list-style-type: none;
	list-style-image: url(/images/gen/blue_arrow.gif);
	margin: 0;
}

#property_search_inner ul li {
	font-size: 11px;
	color: #666;
	position: relative;
	height: 30px;
}

#property_search_inner ul li.hrule {
	padding: 0;
	margin-left: -16px;
	height: 1px;
}

#property_search_inner ul li a {
	text-decoration: none;
	font-size: 13px;
}

#property_search_inner .property_option.selected {
	background-color: #e5e5e5;
	border-left: 1px solid #D9D7D5;
}

#property_search_inner .selected ul {
	padding-left: 14px;
}

#property_search_inner .property_search_options .border_blocker {
	width: 1px;
	height: 46px;
	position: absolute;
	top: 0;
	left: -1px;
	background-color: #e5e5e5;
}

#property_search_inner .property_search_options label.region {
	display: block;
	font-weight: bold;
	color: #619BC5;
	margin-top: 5px;
}

#property_search_inner .property_search_options {
	position: absolute;
	top: -11px;
	right: -278px;
	width: 250px;
	background-color: #e5e5e5;
	z-index: 100;
	border: 1px solid #D9D7D5;
	padding: 10px;
}

#property_search_inner .property_search_options .close {
	text-align: right;
	margin-top: -5px;
	margin-right: -5px;
}

#property_search_inner .property_search_options .close a {
	font-size: 10px;
}

#property_search_inner .property_search_options h3 {
	margin-bottom: 0;
	padding: 0;
}

#property_search_inner .property_search_options .property_search_description {
	color: #999;
	display: block;
	margin-bottom: 5px;
}

#property_search_inner .property_search_options .search_price_container {
	float: left;
	margin-right: 15px;
	width: 100px;
}

#property_search_inner .property_search_options .search_clear {
	clear: both;
	padding-top: 10px;
	text-align: right;
}

#property_search_inner .property_search_options .search_clear a {
	font-size: 10px;
}



/* @end */

/* @group features */


#feature_nav #feature_nav_prev {
	float: left;
}

#feature_nav #feature_nav_next {
	float: right;
}

#feature_nav #feature_nav_direct {
	width: 762px;
	float: left;
	height: 23px;
	text-align: center;
	font: bold 13px/23px times, serif;
}

#feature_nav #feature_nav_direct a {
	text-decoration: none;
	color: #609AC5;
}

#feature_nav #feature_nav_direct a.on {
	color: #0B1837;
}

#feature_nav #feature_nav_prev,
#feature_nav #feature_nav_next {
	width: 64px;
	height: 23px;
}

#body_features {
	position: relative;
	padding: 5px;
	height: 314px;
	overflow: hidden;
	width: 880px;
}

#body_hp_features {
	position: relative;
	padding: 5px;
	height: 273px;
	overflow: hidden;
	width: 618px;
}

#features_all_container {
	position: relative;
	height: 314px;
	z-index: 100;
}

#features_hp_all_container {
	position: relative;
	height: 314px;
	z-index: 100;
}

#body_features #features_all {
	position: absolute;
}

#body_features_bground {
	background-color: #000;
	opacity: 0.05;
	filter: alpha(opacity = 5);
	width: 895px;
	height: 328px;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 1;
}

#body_hp_features_bground {
	background-color: #000;
	opacity: 0.05;
	filter: alpha(opacity = 5);
	width: 835px;
	height: 228px;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 1;
}

#body_features .feature {
	z-index: 2;
	position: relative;
	float: left;
	width: 880px;
	margin-right: 10px;
}

#body_features .detailsContainer,
#body_hp_features .detailsContainer {
	float: left;
	width: 256px;
	color: #0E1922;
	background-color: #fff;
	padding: 8px 6px;
	height: 298px;
}

#body_hp_features .detailsContainer {
    width: 254px;
    height: 256px;
}

#body_features .detailsContainer .details,
#body_hp_features .detailsContainer .details {
	background-image: url(/images/backgrounds/bucket.jpg);
	height: 100%;
	position: relative;
}

#body_features .dark,
#body_features .light,
#body_hp_features .dark, 
#body_hp_features .light {
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
}

#body_features .dark,
#body_hp_features .dark {
	background-color: #e5e5e5;
}

#body_features .light,
#body_hp_features .light {
	background-color: #f9f9f9;
}

#body_features .data,
#body_hp_features .data {
	color: #619BC5;
	font-weight: bold;
}

#body_features .detail_link {
	height: 24px;
	width: 178px;
	position: absolute;
	bottom: 20px;
	left: 7px;
}

#body_hp_features .detail_link {
	height: 24px;
	width: 178px;
        margin-top: 10px;
}

#body_features .imageContainer,
#body_hp_features .imageContainer {
	float: right;
	height: 300px;
}

#body_features .imageContainer_inner,
#body_hp_features .imageContainer_inner {
	background-color: #fff;
	z-index: 1000;
}

#body_features .imageContainer .thumbnails {
	float: left;
	width: 190px;
	height: 308px;
	padding-top: 6px;
}

#body_features .imageContainer .thumbnails .video .play {
	position: absolute;
	left: 20px;
	top: 9px;
	border-style: none;
}

#body_features .imageContainer .thumbnails a {
	display: block;
	float: left;
	width: 85px;
	height: 64px;
	text-align: center;
	margin-bottom: 6px;
	margin-left: 6px;
	position: relative;
}

#body_features .imageContainer .vert_rule {
	float: left;
	width: 1px;
	background-color: #D6D3D1;
	height: 300px;
	margin-top: 7px;
	margin-right: 8px;
}

#body_features .imageContainer .full {
	float: left;
	width: 405px;
	height: 314px;
}

#body_hp_features .imageContainer .full {
	float: left;
	width: 352px;
	height: 272px;
        background-color:#FFFFFF;
}

#body_features .imageContainer .full .picture,
#body_features .imageContainer .full .video {
	text-align: center;
	width: 400px;
	height: 300px;
	position: absolute;
}

#body_features .imageContainer .full .picture,
#body_hp_features .imageContainer .full .picture {
	display: block;
	margin-top: 7px;
}

#body_features .imageContainer .full .video,
#body_hp_features .imageContainer .full .video {
	margin: 6px auto auto;
}

.homePageShuffle {
   position: relative;
}

#featured, #search {
    float: left;
    width: 148px;
    height: 31px;
    position: relative;
}

#featured.on, #search.on {
    background-color:#000000;
    opacity: 0.05;
    filter: alpha(opacity = 5);
    position: relative;
}

.featured , .search ,
.featured.on , .search.on  {
    position: absolute;
    display: block;
    width: 139px;
    height: 29px;
    margin: 2px 2px 0 2px;
    background-color: #fff;
    opacity: 1;
    text-decoration: none;
    font-size:14px;
    font-weight:bold;
    line-height:25px;
}

.featured.on , .search.on {
    color: #0B1735;
    z-index: 100;
}

.featured , .search  {
    background-color: #fbfbfb;
    color: #619BC5;
    opacity: 1;
}

.search , .search.on {
    top: 4px;
    left: 150px;
}

.featured , .featured.on {
    top: 5px;
    left: 3px;

}

/* @end */



/* @end */

/* @group Contact */

#contact_info {
	border-left: 1px solid #D9D7D5;
	float: right;
	padding-left: 15px;
}

#contact_info #short_contact_address {
	border-top-style: none;
}

#portrait {
	padding: 7px;
	background-color: #fff;
	position: relative;
}

#portrait .shadow {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 249px;
	height: 363px;
	background-color: #000;
	opacity: 0.05;
	filter: alpha(opacity = 5);
}

#contact_form {
	float: left;
	width: 600px;
}

#contact_form .item {
	color: #0B1735;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	clear: both;
}

#contact_form .item i {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	line-height: 125%;
}

#contact_form .item span {
	font-weight: normal;
	color: #333;
}

#contact_form .item.text {
	width: 310px;
}

#contact_form .item.text input,
#contact_form .item .left input {
	width: 310px;
}

#contact_form .item.textarea {
	width: 510px;
}

#contact_form .item.textarea textarea {
	width: 510px;
	height: 105px;
}

#contact_form .item.submit {
	margin-top: 25px;
}

#contact_form .item .left {
	float: left;
}

#contact_form .item .right {
	float: left;
	margin-left: 15px;
}

#contact_form .item .right input {
	width: 140px;
}

#contact_form .item.center {
	padding-top: 10px;
}

#contact_form .item.center .left {
	width: 200px;
	text-align: right;
}

#contact_form .item.center .right {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

#contact_form .item.center .right input {
	width: 15px;
}

#contact_form .item.center .right label {
	color: #0B1735;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

#portrait .image {
	width: 227px;
	height: 341px;
	position: relative;
}



/* @end */

/* @group Overview */

#short_contact {
	
}

#contact_bucket.overview,
#contact_hp_bucket.overview{
	float: right;
}

#contact_hp_bucket.overview {
    border-left:1px solid #D9D7D5;
    padding-left:7px;
}

#contact_hp_bucket.overview #short_contact {
    width: 250px;
    font-size: 11px;
}

#contact_hp_bucket.overview #short_contact a {
    font-size: 11px;
}

#contact_hp_bucket.overview #short_contact_home,
#contact_hp_bucket.overview #short_contact_address,
#contact_hp_bucket.overview #short_contact_phone,
#contact_hp_bucket.overview #short_contact_email {
border-top:1px solid #D9D7D5;
margin-top:5px;
padding-top:5px;
}

#contact_hp_bucket.overview #short_contact_email {
    border: none;
}

#overview_container {
	float: left;
	width: 630px;
	margin-right: 20px;
}

#overview_container h2 {
	color: #070F24;
	font-weight: bold;
	font-size: 23px;
	padding: 0;
}

#overview_container ul {
	list-style-image: url(/images/gen/blue_arrow.gif);
	padding-left: 20px;
}

#overview_container ul.on {
	list-style-image: url(/images/gen/black_arrow.gif);
}

#overview_container ul li {
	color: #666;
	font-size: 11px;
	line-height: 120%;
}

#overview_container ul li a.opener {
	color: #619BC5;
	font-size: 13px;
	line-height: 130%;
	font-weight: bold;
	text-decoration: none;
}

#overview_container ul.on li a.opener {
	color: #060E24;
}

#overview_images,
#resource_images,
#about_images,
#home_images {
	margin-bottom: 30px;
	position: relative;
}

#overview_images .shadow,
#resource_images .shadow,
#home_images .shadow {
	background-color: #000;
	width: 894px;
	height: 303px;
	position: absolute;
	top: -4px;
	left: -4px;
	opacity: 0.05;
	filter: alpha(opacity = 5);
}

#resource_images .shadow {
	width: 886px;
	height: 295px;
}

#overview_images .container,
#resource_images .container {
	width: 886px;
	height: 295px;
	background-color: #fff;
	position: relative;
}

#resource_images .container {
	width: 874px;
	height: 283px;
	padding-top: 4px;
	padding-left: 4px;
}

#overview_images .container .thumbs {
	width: 307px;
	height: 280px;
	overflow: auto;
	float: left;
	margin-top: 7px;
	margin-left: 6px;
}

#overview_images .container .full {
	float: left;
	margin-top: 7px;
	margin-left: 9px;
	position: relative;
}

#overview_images .container .full div {
	top: 0;
	left: 0;
	position: absolute;
}



/* @end */

/* @group about */

#about_images .container,
#home_images .container {
	width: 899px;
	background-color: #fff;
	height: 348px;
	position: relative;
	margin-bottom: 30px;
}

#about_images .image,
#home_images .copy {
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	overflow: hidden;
	width: 371px;
	height: 326px;
	position: relative;
}

#home_images .copy {
	width: 361px;
	height: 316px;
	padding: 5px;
	background: url(/images/backgrounds/home_copy.jpg) no-repeat;
}

#home_images .copy h2 {
	padding-bottom: 0;
	padding-left: 0;
}

#about_images .video,
#home_images .video {
	width: 510px;
	height: 330px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	position: relative;
}

#home_images .shadow,
#about_images .shadow {
	width: 907px;
	height: 356px;
	position: absolute;
	background-color: #000;
	opacity: 0.05;
	filter: alpha(opacity = 5);
	top: -4px;
	left: -4px;
}



/* @end */

/* @group home */

#home_search {
	float: left;
	/* padding-right: 15px; */
}

#home_search #property_search_inner {
	width: 554px;
	height: 236px;
	background-image: url(/images/backgrounds/home_search.jpg);
	position: relative;
}

#home_search #property_search_outer {
	width: 568px;
	height: 250px;
}

#home_search #property_search_bground {
	width: 576px;
	height: 258px;
}

#home_search .home_left {
	float: left;
}

#home_search .home_right {
	float: right;
	margin-right: 10px;
}

#home_search .property_option {
	width: 255px;
}

#home_search #search_button {
	position: absolute;
	right: 25px;
	bottom: 10px;
}

#home_search #reset_all {
	position: absolute;
	bottom: 20px;
	left: 301px;
}

#home_search .home_right.selected,
#home_search .home_left.selected {
	margin-right: 9px;
}

#home_search .home_right.selected ul,
#home_search .home_left.selected ul {
	margin-left: 1px;
}

#home_search .home_right.selected .property_option.selected ul,
#home_search .home_left.selected .property_option.selected ul {
	margin-left: 0;
}



/* @end */

#property_bottom_row {
	margin-top: 10px;
}

.image_inner {
	position: relative;
}

.image_inner .featured {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 49px;
	background-image: url(/images/gen/featured_banner.png);
}

#short_contact a,
.expander a {
	color: #619BC5;
	font-weight: bold;
	font-size: 12px;
}