@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	color: #403e2e;
	/*color: #707070;*/
}

img {
	border: none;
}
h1, .side_title {
	font-size: 22px;
	font-weight: normal;
	/*color: #403e2e;*/
  color: #6d6d6d;
	/*font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;*/
	margin-bottom: 10px;
	display: block;
	font-weight: bold;

	font-size: 30px;
	line-height: 30px;
}
h2, #subtitle {
	font-size: 22px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0;
	clear: both;
	color: #6d6d6d;
 
}
.system-message a:link, .system-error-message a:link, .breadcrumbs a{ color: #7e6b5d !important; }
.system-message a:hover, .breadcrumbs a:hover { color: #f4982c !important; }

#content_td .property_description h1, #content_td .property_description .side_title {
	margin-top: 0;
}

.property_description {
	position: relative;
}

.property_description .desc_left {
	float: left;
	width: 378px;
	padding-right: 40px;
}

.property_description .desc_right {
	float: left;
	width: 315px;
	position: relative;
}

.property_description .share_wrapper {
	position: absolute;
	top: -81px;
	right: -7px;
}

.property_description .addthis_toolbox {
	padding-top: 15px;
}

.property_description h2 {
	margin-bottom: 16px;
}

h2.property_subtitle {
	margin-bottom: 16px;
	margin-top: 15px;
  color: #6d6d6d;
}

.spec_nav {
	position: absolute;
	top: 0;
	right: 0;
}

.spec_nav a {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: transparent url('../images/system-imgs/property_spec_arrows.png') top left no-repeat;
	text-decoration: none;
}

#spec_prev:hover {
	background-position: bottom left;
}

#spec_next {
	background-position: top right;
	margin-left: 5px;
}

#spec_next:hover {
	background-position: bottom right;
}

.property_specs {
	color: #403E2E;
}

.property_specs h2 {
	padding-left: 25px;
	margin-bottom: 15px;
	line-height: 22px;
	font-size: 18px;
}

.property_specs > div {
	display: none;
}

.property_specs .amenities {
	padding-left: 24px;
	height: 22px;
	margin-bottom: 12px;
}

.property_specs .amenities div {
	font-weight: bold;
	font-size: 18px;
	padding-left: 28px;
	margin-right: 12px;
	float: left;
	background: transparent url('../images/system-imgs/amenity_icons_22.png') top left no-repeat;
	height: 21px;
	line-height: 24px;
	display: block;
}

.property_specs .amenities .sq_ft { /**/ }
.property_specs .amenities .bed { background-position: 0 -22px; }
.property_specs .amenities .bath { background-position: 0 -44px; }
.property_specs .amenities .car { background-position: 0 -66px; }

.spec_table {
	padding-left: 25px;
}

.spec_table div {
	border-bottom: 1px solid #D9D9D9;
	font-size: 12px;
	line-height: 22px;
	height: 19px;
	font-weight: bold;
}

.spec_table div div {
	display: inline-block;
	border: 0;
}

.spec_table .squares {
	margin-left: 17px;
}

.spec_table .left {
	width: 172px;
	width: 152px;
}

.property_specs .lot_spec {
	width: 290px;
	padding-left: 25px;
	color: white;
	margin-top: 6px;
	background: transparent url('../images/system-imgs/property_lot_spec_bg.png') top left no-repeat;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
}

.property_specs .lot_spec.single_line {
	line-height: 32px;
}

.fb_iframe_widget, .addthis_button_facebook_like iframe {
	width: 100px !important;
}
.addthis_button_tweet iframe {
	width: 83px !important;
}
.addthis_button_google_plusone > div {
	width: 70px !important;
}
.st_sharethis_hcount { position: absolute !important; }
h3  {
	font-size: 14px;
	color: #F26522;
	font-weight: bold;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 18px;
	margin-bottom: 16px;
}

ul {
	list-style-position: outside;
	list-style-image: url('../images/system-imgs/bullet_ul.png');
	padding-left: 15px;
	margin-left: 0px;
}

ul li {
	list-style-image: url('../images/system-imgs/bullet_ul.png');
}

/*a, a:visited {
	text-decoration: underline;
	color: #59461a;
}

a:hover {
	color: #f26522;
}*/

#menuMain {
	display: block;
}

/* header styles */

.header {
	height: 161px;
	position: relative;
}

.header_logo {
	margin-left: -4px;
	margin-left: 7px;
	margin-top: 21px;
	float: left;
}

.header_logo img {
	width: 143px;
	height: 118px;
	float: left;
}

.header_glow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: none;
	height: 161px;
    min-width: 1024px;
	background: #4b4838; /* Old browsers */
	background: -moz-linear-gradient(top,  #4b4838 0%, #37352a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,#4b4838), color-stop(100%,#37352a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4b4838 0%,#37352a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4b4838 0%,#37352a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4b4838 0%,#37352a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4b4838 0%,#37352a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4838', endColorstr='#37352a',GradientType=1 ); /* IE6-9 */
}

.header_rightarea { float:right; }
.rawson_logo { float:right; margin:27px 3px 0 0; }

/* nav styles */

#nav_677416 {
	line-height: 18px;
	position: absolute;
	right: 0;
	bottom: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_677416 li {
	float: left;
	list-style: none;
	display: block;
	position: relative;
	margin-left: 40px;
	padding-bottom: 20px;
}

#nav_677416 ul {
	background: transparent url('../images/system-imgs/nav_dropdown_bg.png') bottom left no-repeat;
	position: absolute;
	left: -30px;
	top: 38px;
	padding: 0;
	margin: 0;
	width: 276px;
	z-index: 600;
	padding-left: 18px;
	padding-bottom: 38px;
	display: none;
}

#nav_677416 ul li.shadow {
	position: absolute;
	top: 0;
	left: 18px;
	width: 240px;
	height: 100px;
	background: transparent url('../images/system-imgs/nav_dropdown_top_shadow.png') bottom left no-repeat;
	border: none;
	/* fix for only two-item menus */
	background: transparent url('../images/system-imgs/nav_dropdown_top_shadow.png') left -25px no-repeat;
	height: 65px;	
}

#nav_677416 ul li {
	float: none;
	max-width: 240px;
	margin: 0;
	z-index: 15;
	padding-bottom: 0;
}


#nav_677416 a {
	font-weight: bold;
	color: #D7D5D1;
	color: #C6BDAA;
	color: #E1DDD5;
	font-family: 'FF Din';
	font-size: 16px;
	text-decoration: none;
	text-shadow: 0 2px 3px rgba(0,0,0,.75);
	display: block;
	/*text-transform: uppercase;*/
}

#nav_677416 a img {
	margin-left: 2px;
	height: 16px;
	width: 9px;
	vertical-align: middle;
}

#nav_677416 a:hover, #nav_677416 > li:hover > a {
	color: #cfab7a;
	color: #ADAAA5;
}

#nav_677416 a.active {
	color: #F26522;
}

#nav_677416 ul a {
	color: #403E2E;
	font-size: 13.5px;
	line-height: 36px;
	font-weight: normal;
	text-shadow: none;
	color: white;
	font-weight: bold;
	display: block;
	padding-left: 13px;
	z-index: 20;
	text-transform: none;
	/*border-bottom: 1px solid #262521;
	border-top: 1px solid #161512;*/
	background: transparent url('../images/system-imgs/nav_dropdown_separator.png') bottom left repeat-x;
	text-shadow: 0 2px 2px rgba(0,0,0,.55);
}

#nav_677416 ul li.last a {
	background: none;
}

#nav_677416 ul li.first a {
	
}

#nav_677416 .home:hover {
	background-position: 0 -27px;
}

#nav_677416 .home {
    background: url("../images/system-imgs/bg-home-icon.png") no-repeat scroll 0 -2px rgba(0, 0, 0, 0);
    height: 25px;
	width: 25px;
    overflow: hidden;
    text-indent: 100%;
	padding-bottom: 0;
}
#nav_677416 .menuMainF2 .home {
	background-position: bottom left;
}

/* end nav styles */

.menuMainF1, .menuMainF2 {
	display: block;
	float: left;
	margin-left: 29px;
	font-size: 13px;
	font-weight: bold;
}
.errorMessage {
	font-weight: bold;
	color: #990000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.menuMainF1 {
	
}
.menuMainF2 a {
	color: #F26522;	
}
.menuMainF1  a, .menuMainF2 a {
	text-decoration: none;
	display: block;
	line-height: 38px;
}
.menuMainF1 a {
	
}

#nav_677416 .menuMainF1 a:hover {
	color: #cfab7a;
}


#nav_677416 .menuMainF2 a {
	color: #F26522;	
}

/* new homepage styles */

.slider_container {
	background:#e3e3e3;
	height: 519px;
	padding-top: 21px;
	position: relative;
}
.home_slider {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c7c6c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c7c6c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c7c6c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c7c6c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c7c6c6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c7c6c6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7c6c6',GradientType=0 ); /* IE6-9 */
}

#home_slider {
	width: 733px;
	height: 488px;
	margin-left: 25px;
	float: left;
}

#home_slider img {
	width: 733px;
	height: 488px;
}

#slider_text {
	float: left;
	width: 207px;
}

#slider_text a {
	border-bottom: 1px solid #231f20;
	border-top: 1px solid #74725e;
	height: 78px;
	display: block;
	background: #4a4a49 url('../images/system-imgs/home_slider_text_bg.png') 8px 0 no-repeat;
	color: white;
	font-size: 20px;
	line-height: 21px;
	text-decoration: none;
	cursor: pointer;
	padding: 27px 15px 15px 36px;
	padding: 30px 15px 12px 36px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	width: 156px;
	position: relative;
	font-weight: normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#slider_text a:hover, #slider_text a.active {
	background-color: #706f6f;
	background-position: 8px -120px;
	border-bottom: 1px solid #302F23;
}

#slider_text a.active span {
	display: block;
	width: 15px;
	left: -15px;
	top: -1px;
	background: transparent url('../images/system-imgs/home_slider_text_active_arrow.png') top left no-repeat;
	height: 119px;
	position: absolute;
	z-index: 500;
}

.slider_shadow {
	position: absolute;
	width: 100%;
	height: 37px;
	top: 700px;
	left: 0;
	background: transparent url('../images/system-imgs/home_slider_shadow.png') top center no-repeat;
}

.slider_bottom_sheen {
	position: absolute;
	width: 990px;
	height: 1px;
	bottom: 0;
	left: 0;
}


.drawer_full_bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: red;
}

.drawer_title {
	text-align: center;
	position: relative;
	z-index: 2;
	margin-bottom: -20px;
	height: 56px;
	height: 62px;
	margin-bottom: 0;
}

.drawer_title a {
	font-size: 14px;
	line-height: 14px;
	padding-top: 7px;
	padding-bottom: 4px;
	margin: 8px 0 6px;
	display: block;
	color: #f26522;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/system-imgs/home_drawer_title_arrow.png') center 0px no-repeat;
	padding-top: 6px;
	color: #555;
	font-size: 15.5px;
	font-size: 18.5px;
	line-height: 38px;
	padding-right: 35px;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	color: #fff;
	text-shadow: 0 2px 2px rgba(0,0,0,.25);
	display: inline-block;
	font-size: 16px;
	color: #545454;
	color: #777;
	text-shadow: 0 3px 3px rgba(0,0,0,.10);
}

.drawer_title a:hover {
	color: #4D4D4D;
	color: #333;
	background-position: center -43px;
}

.drawer_title a.active {
	background-position: center -87px;
}

.drawer_title a.active:hover {
	background-position: center -132px;
}


.drawer_content {
	/*background: transparent url('../images/system-imgs/home_drawer_bg.png') top left repeat-y;*/
	padding: 20px 25px 0;
	margin-bottom: -10px;
	width: 945px; /* required for ie7 */
	display: none;
	/*border-top:1px solid #ffffff;*/
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	/*-webkit-box-shadow:0 -1px 1px #dadada;
	-moz-box-shadow:0 -1px 1px #dadada;
	box-shadow:0 -1px 1px #dadada;*/
}
.drawer_texts {
	width:630px; 
	float:left; 
}

.drawer_links {
	width:226px; 
	float:right;
	padding:20px 0 0 0; 
}
.drawer_links a.cta {
	display:block;
	height:39px;
	line-height:39px;
	font-size:18px;
	font-weight:bold;
	color:#403e2e;
	padding:0 4px 0 9px;
	background:#ebebeb;
	border:1px solid #f0f0f0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:0 0 0px 1px #f7f7f7 inset;
	-moz-box-shadow:0 0 0px 1px #f7f7f7 inset;
	box-shadow:0 0 0px 1px #f7f7f7 inset;
	margin:0 0 7px 0;
}
.drawer_links a.cta img { float:right; display:block; margin:2px 0 0 0; }

#luxe_drawer {
	position: relative;
}

#luxe_drawer .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 990px;
	height: 6px;
	/*background: transparent url('../images/system-imgs/luxe_drawer_top_shadow.png') top left repeat-x;*/
}

#luxe_drawer .drawer_content {
	display: block;
}

.drawer_pages > div {
	width: 945px;
}

#luxe_drawer #drawer_1, #luxe_drawer #drawer_2, #luxe_drawer #drawer_3 {
	/*display: none;*/
}

.drawer_content h1 {
	line-height: 35px;
	font-size: 35px;
	color: #4B4B4B;
	padding-top: 20px;
	margin-top: 0;
}
f4982c
.drawer_content p {
	line-height: 19px;
	font-size: 14.5px;
	color: #4B4B4B;
	margin-bottom: 0;
	padding-bottom: 12px;
}

.drawer_content a {
	text-decoration: none;
	color: #7e6b5d;
}

.drawer_content a:hover {
	color: #f4982c;
}

.drawer_content .call_to_action {
	text-align: center;
}

.drawer_content .button {
	height: 40px;
	width: 214px;
	background: transparent url('../images/system-imgs/home_drawer_action_button.png') top left no-repeat;
	font-size: 18.5px;
	font-weight: bold;
	padding: 2px 2px 2px 11px;
	padding: 4px 2px 0 11px;
	line-height: 36px;
	margin: 25px auto 0;
	display: block;
	color: #403E2E;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0 1px 0 white;
	display: inline-block;
	text-align: left;
}

.drawer_content .button:hover {
	background-position: bottom left;
}

.drawer_content .button img {
	float: right;
	margin-right: 4px;
	margin-top: 3px;
	margin-top: 1px;
}

.drawer_content .button.inclusions_link {
	margin-right: 25px;
	margin-left: -1px;
}

.drawer_content .button.inclusions_link img {
	margin-top: 0;
	margin-right: 0;
	margin-top: -2px;
}

.drawer_content .button.ebook_link {
	margin-right: 25px;
	margin-left: -1px;
	position: relative;
	text-indent: 40px;
}


.drawer_content .button.ebook_link img.eye {
	margin-top: 4px;
	margin-top: 2px;
	margin-right: 4px;
}

.drawer_content .button.ebook_link img.mag {
	/*float: none;
	left: -33px;
	position: absolute;
	top: -35px;
	width: 86px;*/
	float: none;
	left: -67px;
	position: absolute;
	top: -21px;
	width: 117px;
}

.drawer_content .bottom {
	/*background: transparent url('../images/system-imgs/home_drawer_bottom.png') bottom left no-repeat;*/
	height: 6px;
	width: 990x;
	padding-top: 25px;
	margin: 0 -130px;
	width: 990px;
}

.luxe_call {
	padding-top: 15px;
	padding-bottom: 20px;
}

.features {
	/*margin-top: 35px;*/
  margin-top: 10px;
	color: #4b4b4b;
}

.features > div {
	float: left;
	width: 253px;
	margin-left: 43px;
	background: transparent url('../images/system-imgs/home_feature_bg.png') bottom left no-repeat;
	min-height: 420px;
	padding: 0 24px 20px;
	position: relative;
}

.features > div.feature_1 {
	margin-left: 0;
}

.features h1 {
	background: transparent url('../images/system-imgs/home_feature_bg.png') top left no-repeat;
	line-height: 47px;
	font-size: 27px;
	font-size: 24px;
	padding: 15px 91px 15px 24px;
	padding: 19px 71px 11px 24px;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 -24px;
	width: 205px;
	color: #4b4b4b;
	color: #666;
	color: #4E4642;
	text-shadow: 0 1px 1px white;
}
.features .two_line h1 { line-height:24px; }

.features .icon {
	width: 67px;
	height: 67px;
	position: absolute;
	right: 24px;
	top: 10px;
}

.features .thumb {
	display: block;
	padding-top: 0;
	padding-bottom: 12px;
	margin-bottom: 27px;
	margin-bottom: 13px;
	margin-top: 13px;
	width: 253px;
	text-align:center;
}

.features .thumb img {
	width: 250px;
	height: 165px;
	width: 253px;
	border: none;
}

.features h2 {
	font-size: 17px;
	/*font-weight: normal;*/
	color: #4b4b4b;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 0;
}

.features .body {
	line-height: 18px;
	font-size:13px;
}

.features strong {
	display:block; 
	font-size:17px; 
}

.features p {
	line-height: 18px;
	color: #4b4b4b;
	margin-top: 7px;
	margin-bottom: 0;
}

.features ul {
	margin-top: 7px;
	margin-bottom: 0;
}

.features li {
	line-height: 17px;
}

.features a {
	text-decoration: none;
	color: #7e6b5d;
}

.features a:hover {
	color: #f4982c;
}

.features a.more {
	font-weight: bold;
}

/* end new homepage styles */

/* new content_td styles */

#content_td .side_title {
	margin-top: 20px;
}

#content_td .arrow_links, #content_td .arrow_linksF2 {
	float: left;
	clear: none;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* end new content td styles */

/* new property page styles */

/* tabs */

.property_tabs {
	margin-bottom: -1px;
	width: 718px;
	height: 46px;
	position: relative;
	z-index: 2;
	padding-right: 15px;
}

.property_tabs a {
	display: block;
	float: left;
	height: 46px;
	width: 145px;
	margin-left: 15px;
	background: transparent url('../images/system-imgs/property_tabs1.png') top left no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #403E2E;
	text-decoration: none;
	line-height: 52px;
	margin-left: 10px;
	width: 125px;
}

.property_tabs a.first {
	margin-left: 15px;
}

.property_tabs a:hover, .property_tabs a.active {
	background-position: bottom left;
	color: #565548;
}

.property_tabs a.property-video {
	background-position: -125px 0;
	color: #fff;
	width: 103px;
	float: right;
	right: 15px;
	text-align: left;
	padding-left: 17px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
}

.property_tabs a.property-video:hover {
	background-position: -125px -46px;
}

.property_tabs a.brochure {
	background-position: -245px top;
	color: #fff;
	width: 219px;
	float: right;
	right: 15px;
	text-align: left;
	padding-left: 10px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.property_tabs a.brochure:hover {
	background-position: -245px bottom;
}



.property_slider_container {
	width: 733px;
	height: 505px;
  /*height: 453px;*/
	background: transparent url('../images/system-imgs/property_slider_bg.png') top left no-repeat;
	margin-bottom: 25px;
	margin-bottom: 40px;
	position: relative;
	padding: 30px 0 20px;
	/*padding-top: 30px;*/
}

.property_slider_container.knockdown_slider {
	padding-top: 17px;
	height: 462px;
	padding-bottom: 156px;
}

.property_slider_container.knockdown_slider_before_after {
	height: 920px;
}

.property_slider_container.floorplan_slider {
	height: 594px;
}

#property_slider, .facade, .floorplan {
	width: /*572*/675px;
	height: 381px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
}

.floorplan_slider #property_slider {
	height: 470px;
}

#property_slider .nivo-caption {
	background: none;
	color: #888;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	top: -25px;
	height: 20px;
}

#property_slider .nivo-caption p {
	padding: 0;
}

#property_slider .nivo-caption span {
	display: inline !important;
	color: #403E2E;
	visibility: hidden;
}

#slider_property_name {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 24px;
	left: 80px;
	z-index: 10;
	color: #565548;
}

#property_slider > img {
	width: 572px;
	height: 381px;
	position: absolute;
}

.floorplan_slider #property_slider > img {
	height: 470px;
}

#property_slider .nivo-controlNav {
	position: absolute;
	bottom: -85px; /* Put the nav below the slider */
	width: 572px;
	overflow: hidden;
}

.knockdown_slider #property_slider .nivo-controlNav {
	top: -92px;
}

#property_slider .nivo-controlNav .scroll_pane {
	/* added by al, needed for scrolling thumbs */
	/*border: 1px solid red;
	width: 1000px;*/
	/*margin-left: -100px;
	margin-top: -200px;*/
	margin: 0 auto; /*hopefully this works in every browser */
}

#property_slider .nivo-controlNav a {
	float: left;
	padding-bottom: 6px;
	margin-right: 8px;
	margin-top: 7px;
}

.knockdown_slider #property_slider .nivo-controlNav a {
	float: left;
	padding-top: 6px;
	margin-right: 8px;
	margin-bottom: 0;
}

#property_slider .nivo-controlNav a.active {
	background: transparent url('../images/system-imgs/product_slider_active_indicator.png') center bottom no-repeat;
}

.knockdown_slider #property_slider .nivo-controlNav a.active {
	background: transparent url('../images/system-imgs/product_slider_active_indicator.png') center top no-repeat;
}

#property_slider .nivo-controlNav img {
	display: inline; /* Unhide the thumbnails */
	position: relative;
	/*border-top: 3px solid transparent;*/
	width: 108px;
	height: 72px;
}

#property_slider .nivo-controlNav .active img {
	/*border-color: #F26522;*/
}

#property_slider .nivo-directionNav {
	position: absolute;
	bottom: -25px;
	left: -47px;
	width: 666px;
}

.knockdown_slider #property_slider .nivo-directionNav {
	top: -60px;
}

#property_slider .nivo-directionNav a {
	top: 0;
	width: 37px;
	height: 37px;
	display:block;
	background: transparent url('../images/system-imgs/property_slider_arrows.png') top left no-repeat;
	text-indent: -9999px;
}

#property_slider a.nivo-prevNav:hover {
	background-position: 0 -37px;
}
#property_slider a.nivo-nextNav {
	background-position: -37px 0;
}
#property_slider a.nivo-nextNav:hover {
	background-position: -37px -37px;
}

#slide_counter {
	margin: 94px auto 0;
	width: 50px;
	width: 500px;
	line-height: 13px;
	text-align: center;
	font-weight: bold;
	color: #999;
	position: relative;
	z-index: 2;
}

.knockdown_slider #slide_counter {
	margin: 0 auto;
	padding-bottom: 94px;
}

.property_slider_container .bottom {
	background: white url('../images/system-imgs/property_slider_bg.png') bottom left no-repeat;
	width: 733px;
	height: 15px;
	position: absolute;
	bottom: 0;
}

#property_amenities {
	float: left;
	position: absolute;
	right: 70px;
	top: 27px;
}

#property_amenities div {
	/*float: right;*/
	display: none;
}

#property_amenities div#amenities_0 {
	display: block;
}

#property_amenities div div {
	font-weight: bold;
	font-size: 14px;
	padding-left: 22px;
	margin-right: 10px;
	float: left;
	background: transparent url('../images/system-imgs/amenity_icons.png') top left no-repeat;
	height: 17px;
	line-height: 17px;
	display: block;
}

#property_amenities .sq_ft {
	/**/
}

#property_amenities .bed {
	background-position: 0 -17px;
}

#property_amenities .bath {
	background-position: 0 -34px;
}

#property_amenities .car {
	background-position: 0 -51px;
}

.property_description p {
	font-size: 14.5px;
	line-height: 20px;
	line-height: 19px;
	line-height: 18px;
  color: #777777;
}

#content_td p {
	/*font-size: 14.5px;*/
}

.property_description h1, .property_description .side_title, #content_td .side_title, #content_td_awards h1, #content_td_awards .side_title {
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
}

#content_td_awards h1, #content_td_awards .side_title {
	text-transform: none;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	margin-top: 0;
}

/* end new property page styles */

/* new knockdown styles */

.seal_before {
	position: absolute;
	top: 508px;
	right: 77px;
	width: 74px;
	height: 74px;
	background: transparent url('../images/system-imgs/knockdown_seal_before.png') top right no-repeat;
	z-index: 20;
}

.seal_after {
	position: absolute;
	top: 120px;
	right: 77px;
	width: 74px;
	height: 74px;
	background: transparent url('../images/system-imgs/knockdown_seal_after.png') top right no-repeat;
	z-index: 20;
}

#before_images {
	overflow: hidden;
	width: 572px;
	height: 381px;
	position: absolute;
	top: 512px;
	left: 80px;
	/*z-index: 10;*/
}

#before_images img {
	position: absolute;
	display: none;
	width: 572px;
	height: 381px;
}

#before_images #before_0 {
	/* always show first before image */
	display: block;
}

.knockdown_step_container h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
}

.knockdown_step_container .hr_shade {
	margin-top: 25px;
}

.knockdown_step_container h2 {
	color: #F26522;
	font-size: 24px;
}

.knockdown_step_container h3 {
	color: #403E2E;
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 12px;
}

.knockdown_step_container p, .knockdown_step_container li {
	font-size: 14px;
	line-height: 18px;
}

.knockdown_slider_bottom_links {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 156px;
	width: 733px;
	color: #4E4642;
}

.knockdown_slider_bottom_links div {
	background-image: url('../images/system-imgs/knockdown_slider_bottom_links_bg.png');
	background-repeat: no-repeat;
	height: 138px;
	float: left;
	width: 185px;
	cursor: pointer;
	font-size: 18px;
	line-height: 23px;
	padding: 18px 30px 0;
}

.knockdown_slider_bottom_links div span {
	font-size: 22px;
	line-height: 24px;
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}

.knockdown_slider_bottom_links .button {
	display: block;
	width: 167px;
	height: 34px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin-top: 8px;
	margin-left: -1px;
	line-height: 32px;
	font-size: 17px;
	text-shadow: 0 -1px 0px rgba(0,0,0,.35);
	background-image: url('../images/system-imgs/knockdown_slider_link_button_bg.png');
}

.knockdown_slider_bottom_links .link_1 { background-position: top left; }
.knockdown_slider_bottom_links .link_1:hover { background-position: bottom left; }
.knockdown_slider_bottom_links .link_2 { background-position: -245px 0; }
.knockdown_slider_bottom_links .link_2:hover { background-position: -245px bottom; }
.knockdown_slider_bottom_links .link_3 { background-position: top right; width: 183px; }
.knockdown_slider_bottom_links .link_3:hover { background-position: bottom right; }

.knockdown_slider_bottom_links .link_1 .button { background-position: 0 0; text-align: left; text-indent: 12px;}
.knockdown_slider_bottom_links .link_1 .button:hover, .link_1 .button.on { background-position: 0 -34px; }
.knockdown_slider_bottom_links .link_2 .button { background-position: 0 -68px; }
.knockdown_slider_bottom_links .link_2 .button:hover, .link_2 .button.on { background-position: 0 -102px; }
.knockdown_slider_bottom_links .link_3 .button { background-position: 0 -136px; }
.knockdown_slider_bottom_links .link_3 .button:hover, .link_3 .button.on { background-position: 0 -170px; }

.static_title {
	color: #999999;
    font-weight: bold;
    line-height: 13px;
    margin: 94px auto 0;
    position: relative;
    text-align: center;
    width: 500px;
    z-index: 2;
	margin: 0 auto;
	padding-bottom: 15px;
}

.video_slider_title {
	padding-bottom: 9px;
}

.slider_nav_manual {
	width: 568px;
	margin: 0 auto;
	height: 76px;
}

.slider_nav_manual a {
	float: left;
	margin-bottom: 0;
	margin-right: 8px;
	padding-top: 6px;
	cursor: pointer;
}

.slider_nav_manual a.active {
	background: url("images/system-imgs/product_slider_active_indicator.png") no-repeat center top transparent;
}

.slider_nav_manual a.last {
	margin-right: 0;
}

#video_players {
	margin: 0 auto;
	width: 568px;
	padding-top: 7px;
}

#video_2_container, #video_3_container, #video_4_container {
	display: none;
}

.static_frame {
	height: 381px;
	left: 0;
	margin: 0 auto;
	position: relative;
	top: 0;
	width: 572px;
}

.knockdown_emag_emblem {
	display: block;
	position: absolute;
	top: 264px;
	left: 83px;
	width: 212px;
	height: 211px;
}

/* new display location styles */

.maps_outer_container {
	width: 729px;
	height: 351px;
	margin-bottom: 25px;
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 1px;
}
.maps {
	width: 729px;
	height: 351px;
	background: #ebebeb;
	position: relative;
}
.maps > div {
	width: 729px;
	height: 351px;
	position: absolute;
	background: #ebebeb;
	top: 0;
	left: 0;
}

.map_popup {
	font-size: 12px;
	line-height: 18px;
	width: 250px;
}

.map_popup img {
	float: right;
	margin-left: 10px;
	margin-top: 20px;
	height: 65px;
	width: 90px;
}

.map_popup .title {
	font-weight: bold;
	font-size: 14px;
}

.map_popup a {
	text-decoration: none;
	font-weight: bold;
}


#area_3IZJN0Y080ZZ3CJ4O4BBNGZ1NCUA89MJ_map {
	/* first map, always show */
	z-index: 2;
}

.display_areas > div {
	float: left;
	width: 733px;
	position: relative;
}

.display_areas h1 {
	text-transform: uppercase;
	font-size: 25px;
}

.display_suburbs {
	width: 225px;
	float: left;
	font-size: 14.5px;
	line-height: 20px;
	line-height: 19px;
}

.display_suburbs h1 {
	margin-top: 0;
}

.display_suburbs div {
	margin-bottom: 20px;
	padding-left: 10px;
}
.suburb_details {
	padding-right: 10px;
}

.display_suburbs div .suburb_title {
	background: transparent url('../images/system-imgs/display_locations_suburb_title_bg.png') top left no-repeat;
	margin-left: -10px;
	width: 215px;
	margin-bottom: 5px;
	position: relative;
	opacity: inherit; /* ie8 */
	filter: inherit; /* ie8 */
}

.suburb_title .bottom {
	background: white url('../images/system-imgs/display_locations_suburb_title_bg.png') bottom left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 225px;
	height: 5px;
	padding: 0;
	margin: 0;
	opacity: inherit; /* ie8 */
	filter: inherit; /* ie8 */
}

.display_suburbs div .suburb_title:hover {
	background-position: top right;
}

.suburb_title:hover .bottom {
	background-position: bottom right;
}
.display_suburbs a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	line-height: 22px;
	color: #403E2E;
	padding: 6px 10px;
	padding: 8px 10px 4px;
	line-height: 20px;
}


.display_homes {
	float: left;
	width: 438px;
	padding-left: 70px;
}

.display_homes > div {
	float: left;
	width: 428px;
	margin-bottom: 12px;
	font-size: 14.5px;
	line-height: 20px;
	line-height: 19px;
}

.display_homes .thumb {
	float: left;
	margin-right: 12px;
}

.display_homes h1 {
	margin-top: 0;
}

.display_homes div h1 {
	margin-bottom: 3px;
}

.display_homes h2 {
	clear: none;
}

.display_homes .more {
	text-decoration: none;
	color: #F26522;
	padding-left: 15px;
	background: transparent url("images/system-imgs/side_menu_arrow_30.png") 1px 6px no-repeat;
}

.display_homes a:hover {
	color: #403E2E;
}

/* end new display location styles */

/* new testimonals page */

.testimonial_tabs {
	height: 41px;
    margin-bottom: -1px;
    position: relative;
    width: 728px;
    z-index: 2;
	padding-left: 5px;
	float: left;
}

.testimonial_tabs a {
	background: url("images/system-imgs/testimonial_tabs.png") no-repeat scroll left top transparent;
	color: #403E2E;
	display: block;
	float: left;
	font-size: 17px;
	font-weight: bold;
	height: 37px;
	line-height: 38px;
	padding-top: 4px;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
	width: 45px;
}

.testimonial_tabs a:hover, .testimonial_tabs a.active {
	background-position: left bottom;
	color: #565548
}

.testimonial_tabs a.range {
	background-position: top right;
	color: #fff;
	width: 168px;
	position: absolute;
	right: 15px;
	text-align: left;
	padding-left: 17px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.testimonial_tabs a.range:hover {
	background-position: bottom right;
}

.testimonial_container {
	padding-top: 25px;
	background: url("images/system-imgs/property_slider_bg.png") no-repeat scroll left top transparent;
	float: left;
	margin-bottom: 25px;
	position: relative;
	width: 733px;
	padding-bottom: 15px;
}

.testimonial_container .bottom {
	background: white url('../images/system-imgs/property_slider_bg.png') bottom left no-repeat;
	width: 733px;
	height: 15px;
	position: absolute;
	bottom: 0;
}

.testimonial_container h1 {
	margin-top: 0;
	padding-left: 35px;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 24px;
}

#testimonial_slider {
	float: left;
}

.testimonial {
	display: none;
	float: left;
	position: relative;
}

#testimonial_1 {
	display: block;
}

.testimonial_left {
	float: left;
	width: 340px;
	padding-left: 35px;
	position: relative;
	min-height: 275px;
}

.testimonial_thumb {
	width: 340px;
	height: 235px;
}

.testimonial_mask {
	width: 340px;
	height: 235px;
	position: absolute;
	top: 0;
	left: 35px;
	z-index: 2;
	background: transparent url('../images/system-imgs/testimonial_thumb_mask.png') top left no-repeat;
}

.testimonial_alt_text {
	color: white;
	font-size: 20px;
	font-style: italic;
	top: 0;
	left: 0;
	min-height: 235px;
	padding-left: 70px;
	padding-top: 40px;
	line-height: 28px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	width: 290px;
	z-index: 3;
}

.testimonial .sig {
	right: 0;
	text-align: right;
	width: 340px;
	top: 215px;
	top: 240px;
	z-index: 3;
	font-style: italic;
	font-size: 21px;
	line-height: 23px;
	color: #898989;
	position: absolute;
}

.testimonial .hr {
	background: transparent url('../images/system-imgs/testimonial_bottom_hr.png') repeat-x;
	width: 340px;
	height: 2px;
	position: absolute;
	bottom: 10px;
	bottom: 3px;
	left: 35px;
}

.testimonial_right {
	float: left;
	width: 293px;
	padding-left: 25px;
	padding-right: 40px;
	color: #898989;
	line-height: 16px;
	font-size: 14px;
}

.testimonial_right p {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 16px;
}

.testimonial_right .quote {
	float: left;
	margin-right: 18px;
	width: 54px;
	height: 42px;
	margin-top: -3px;
	margin-left: -1px;
}

.testimonial_container #directional_nav {
	position: relative;
	width: 733px;
	height: 65px;
	float: left;
}
.testimonial_container #directional_nav a {
	background: url("images/system-imgs/property_slider_arrows.png") no-repeat scroll left top transparent;
	display: block;
	height: 37px;
	top: 16px;
	width: 37px;
	position: absolute;
}
.testimonial_container #directional_nav a.prev {
	left: 34px;
}
.testimonial_container #directional_nav a.prev:hover {
	background-position: bottom left;
}
.testimonial_container #directional_nav a.next {
	background-position: top right;
	right: 34px;
}
.testimonial_container #directional_nav a.next:hover {
	background-position: bottom right;
}

/* end new testimonials page */

/* supplier testimonials page */

.supplier_testimonials_container {
	margin-left: -32px;
}

.supplier_testimonials_container h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 32px;
    margin-top: 0;
	display: none;
}

.supplier_testimonial {
	float: left;
	margin-left: 32px;
	width: 350px;
	height: 285px;
}

.supplier_testimonial .thumb_border {
	border: 1px solid #d9d9d9;
	padding: 1px;
	background: white;
	margin-bottom: 8px;
}

.supplier_testimonial a {
	display: inline-block;
	width: 346px;
	height: 195px;
	background: #333;
	background: black;
	text-align: center;
	line-height: 195px;
	color: white;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}

.supplier_testimonial img {
	width: 346px;
	height: 195px;
}

.supplier_testimonial .overlay {
	display: block;
	position: absolute;
	width: 346px;
	height: 195px;
	background: transparent url('../images/system-imgs/supplier_testimonial_play_button.png') 0 0 no-repeat;
	top: 0;
	left: 0;
	z-index: 2;
}

.supplier_testimonial a:hover img {
	opacity: 0.90;
	filter:alpha(opacity=90); /* ie */
}

.supplier_testimonial .rep {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:1px;
	color: #4E4642;
	line-height: 19px;
}

.supplier_testimonial .company {
	font-size: 16px;
	line-height: 18px;
}

/* end supplier testimonials page */

/* new promotions page */

.promotion {
	padding-top: 30px;
	background: url("images/system-imgs/property_slider_bg.png") no-repeat scroll left top transparent;
	/*float: left;*/
	margin-bottom: 25px;
	position: relative;
	width: 673px;
	padding: 0 30px 30px;
}

.promotion .bottom {
	background: white url('../images/system-imgs/property_slider_bg.png') bottom left no-repeat;
	width: 733px;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.promotion.empty {
	padding-bottom: 0;
}

.promotion h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 21px;
	line-height: 23px;
	color: #403E2E;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;*/
	padding-top: 17px;
	padding-bottom: 13px;
}

.promotion img {
	width: 673px;
}

.promotion_page #menu_td {
	padding: 0;
}

.promotion_page #menu_td .side_title {
	margin-top: 0;
}

.promotion_page .promo_link {
	display: none;
}

.promo_title {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 22px;
	display: block;
	display: none;
}

.promotion_page img {
	max-width: 733px;
	margin-bottom: 18px;
}

/* end new promotions page */

.contact_form_field_name_td {
	text-align: right;
	vertical-align: top;
	width: 100px;
}

.design_detail_location {
	font-size: 24px;
	font-weight: normal;
	/*font-family: "Arial Black", Gadget, sans-serif;*/
	line-height: 27px;
	margin-bottom: 6px;
	clear: both;
	padding-top: 20px;
}


#luxe_plus {
	width: 81px;
	height: 24px;
	margin-bottom: 3px;
}

.contact_location_title {
	font-size: 18px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.side_text, .download_links, .subtitle {
	/*margin-bottom: 15px;*/
}

.required_asterisk {
 color: #F26522;
}

.contact_form_field_td input, .contact_form_field_td textarea {
	width: 99%; border: none; margin-bottom: 3px;
}

/* contact page */

.form_send, .form_send:visited {
	color: #F26522;
	font-weight: bold;
	float: right;
}

.form_send:hover {
	color: #59461a;
}

.contact_input {
	width: 390px; border-width: 0px; margin-top: 2px;
	height: 21px;
}

.contact_textarea {
	margin-top: 2px;
	width: 390px;
	height: 190px;
	border-width: 0px;
	overflow: auto;
}

.contact_form_field_td input {
	height: 16px;
}

#contact_locations_td {
	width: 230px;
}

#contact_form_td {
	width: 500px;
}

.contact_location {
	background-image: url("images/system-imgs/big_bullet.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 25px;
	margin-bottom: 30px;
}



#layout_table {
	width: 990px;
}

#header_td {
	height: 160px;
	vertical-align: top;
}



#contact_table {
	margin-top: 20px;
}

#menu_td {
	width: 238px;
	padding-right: 20px;
	vertical-align: top;
	padding-top: 0;
	font-size: 14px;
}

.bracket_note {
	color: #cba370;
}

.right {
	text-align: right;
}

#content_td, #content_td_awards, #content_td_other {
	vertical-align: top;
	padding-top: 0;
}

#menu_table {
	
}

#menu_table td {
	text-align: left;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #5A4921;
}

#menu_table td a:hover {
	color: #FFF;
}

.contact_footer {
	padding-top: 10px;
	text-align: left;
}

.contact_header {
	padding-bottom: 5px;
	text-align: left;
}

.contact_message_align {
	vertical-align: top;
	padding-top: 5px;
}

/* left menu */

.left_menu {
	width: 221px;
	background:#ebebeb;
	border-radius:2px;
	padding: 0;
	/*background: white url('../images/system-imgs/left_menu_bg.png') bottom left no-repeat;*/
	/*text-shadow: 0 1px 0 white;*/
}
.left_menu.masterplan-legend { background:none; padding:0 0 17px 0; }
.left_menu.masterplan-legend .title { padding-bottom:13px; }
.left_menu.masterplan-legend .legend { margin:0 0 15px 0; }
.left_menu.masterplan-legend .legend label { display:block; float:left; font-size:14px; font-weight:bold; color:#403e2e; line-height:15px; height:15px; }
.left_menu.masterplan-legend .legend span.color { width:29px; height:15px; margin:0 5px 0 0; display:inline-block; float:left; }
.left_menu.masterplan-legend .legend span.red { background:#ca422d; }
.left_menu.masterplan-legend .legend span.orange { background:#db9c2c; }
.left_menu.masterplan-legend .legend span.blue { background:#00aaff; }
.left_menu.masterplan-legend .legend span.green { background:#88c64b; }
.left_menu.masterplan-legend .legend:after { clear:both; display:table; position:relative; content:""; }

/*.left_menu .title {
	background: white url('../images/system-imgs/left_menu_bg.png') top left no-repeat;
	font-size: 21px;
	line-height: 42px;
	line-height: 39px;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 15px;
	padding-top: 2px;
	padding-top: 5px;
	margin: 0 -2px;
}*/

.left_menu .title {
	/*background: url("images/system-imgs/left_menu_bg.png") no-repeat scroll left top white;*/
	color: #403E2E;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px;
	padding-bottom: 6px;
	text-shadow: 0 1px 1px white;
}

.left_menu .arrow_links, .left_menu .arrow_linksF2 {
	background: none;
	border-top: 1px solid white;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 14px;
	line-height: 26px;
}

.left_menu .arrow_links.last, .left_menu .arrow_linksF2.last {
	border-bottom: 0 !important;
	padding-bottom: 0;
}

.left_menu .arrow_links.last:hover, .left_menu .arrow_linksF2.last {
	background: white url('../images/system-imgs/left_menu_last_active_bg.png') bottom left no-repeat !important;
}


.left_menu .arrow_links a, .left_menu .arrow_linksF2 a {
	color: #403e2e;
	font-weight: normal;
	display: block;	
}

.left_menu .arrow_links:hover, .left_menu .arrow_linksF2, .left_menu .arrow_linksF2:hover  {
	background: #d9d9d9;
	border-bottom: 1px solid #C6C6C6;
	border-top: 1px solid #f8f8f8;
}

.left_menu .left_submenu a {
	padding-left: 51px;
	background-image: url('../images/system-imgs/side_menu_arrow_30.png');
	background-repeat: no-repeat;
	background-position: 9px 10px;
}

/* left promos */

.left_promos {
	border-top: 1px solid #d9d9d9;
	width: 225px;
	margin-top: 15px;
}

.left_promos > div {
	float: left;
	padding: 14px 0;
	border-bottom: 1px solid #d9d9d9;
	color: #959595;
	line-height: 16px;
	width: 226px;
}

.left_promos .title {
	color: #403E2E;
	font-size: 15px;
	padding-bottom: 10px;
}

.left_promos .icon {
	float: left;
	width: 100px;
}

.left_promos .text {
	float: left;
	width: 126px;
}

.home_catalogue .icon, .lux_2013 .icon {
	width: 87px;
	margin-right:12px;
}

.home_catalogue .text, .lux_2013 .text {
	width: 105px;
}

.left_promos > .home_catalogue {
	padding-bottom: 13px;
}

.home_catalogue .text {
	/*margin-top: 14px;*/
}

.left_promos.no_border {
	border-top: none;
}

.left_promos > .raw_facts {
	border: none;
}

.left_promos .raw_facts img {
	margin-left: -5px;
	margin-top: -15px;
}

.lux_2013 .text {
	width: 105px;
	margin-right: -5px;
}

.left_promos p {
	margin-top: 7px;
	margin-bottom: 0;
	line-height: 16px;
}

.left_promos .text p.orange {
	color: #F26522;
	font-weight: bold;
	margin-top: 0;
}

.left_promos a {
	font-weight: bold;
	color: #4b4b4b;
	text-decoration: none;
	float: left;
	margin-top: 5px;
}

.left_promos a:hover {
	color: #000;
}

.left_promos .rental_returns .text {
	width: 100px;
}

.left_promos .emag_promo img {
	margin-left: -3px;
}

.left_promos .real_people_promo {
	font-size: 18px;
	line-height: 23px;
	position: relative;
	color: #403E2E;
	color: #4E4642;
	padding-top: 20px;
}

.left_promos .real_people_promo img {
	position: absolute;
	top: 12px;
	right: -3px;
}

.left_promos .real_people_promo span {
	font-size: 22px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	margin-bottom: 3px;
}

.left_promos .button {
	float: left;
}

#menu_td .button {
	height: 38px;
	width: 208px;
	background: transparent url('../images/system-imgs/left_button_bg.png') top left no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 2px 2px 15px;
	line-height: 42px;
	margin-top: 15px;
	display: block;
	color: #403E2E;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0 1px 0 white;
}

#menu_td .button:hover {
	background-position: bottom left;
}

#menu_td .button img {
	float: right;
	margin-right: 4px;
	margin-top: 3px;
}

#menu_td .button img.book {
	margin-top: 4px;
}
#menu_td .button img.inclusions {
	margin: 0;
}

#menu_td .button img.brochure {
	margin-top: 4px;
}

#menu_td .button img.testimonials {
	margin-top: 9px;
	margin-right: 7px;
}

#menu_td .button img.eye {
	margin-top: 4px;
	margin-right: 4px;
}

/* end left menu */


.arrow_links {
	vertical-align: top;
}

#side_sublinks {
	padding-left: 30px;
	padding-left: 5px;
}

.download_links a, .download_links a:visited {
	color: #5a471c;
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 2px;
	/*background-image: url("images/system-imgs/arrow_download.png");
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 22px;*/
	text-decoration: underline;
}

.download_links a:hover {
	color: #f26522;
}
.arrow_links, .arrow_linksF2 {

	line-height: 22px;
}
.arrow_links a, /*.arrow_links a:visited ,*/ .arrow_linksF2 a {
	font-weight: bold;
	color: #ACA38E;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 0;
	/*background-image: url("images/system-imgs/arrow_link_off.png");
	background-repeat: no-repeat;
	background-position: top left;*/
	text-decoration: none;
	/*font-size: 12px;*/
}
.arrow_links  a:hover, .arrow_linksF2 a   {
	/*color: #F26522;
	background-image: url("images/system-imgs/arrow_link_on.png");*/
}

#promos_table {
	width: 705px;
}

#promos_table td {
	background: #F8F3E7 url("images/system-imgs/promo_bg.png") top left no-repeat;
	width: 235px;
	height: 130px;
	vertical-align: top;
}

.promo_image {
	width: 222px;
	height: 107px;
	margin-top: 3px;
	margin-left: 3px;
}

/*#homepage_image {
	width: 705px;
	height: 470px;
}*/

#inclusions_image {
	width: 266px;
	height: 72px;
	padding: 388px 48px 11px 393px;
}


#homepage_image {
	width: 285px;
	height: 72px;
	padding: 370px 10px 28px 410px;
}

#testimonial_image {
	width: 705px;
	height: 465px;
}

.body_image {
	/*width: 705px;
	height: 470px;
	float: left;*/
}

#body_map {
	float: left;
	width: 563px;
	height: 470px;
}

#extend_colour {
	float: left;
	width: 142px;
	height: 470px;
}


#testimonial_text {
	width: 360px;
	height: 97px;
	float: left;
	background-color: #cfaa7a;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 40px;
}

#testimonial_thumb {
	width: 265px;
	height: 177px;
	float: left;
}

#copyright_div {
	text-align: right;
	font-size: 11px;
	margin-bottom: 19px;
}

#copyright_div span {
	margin-left: 24px;
}

#copyright_div span, #copyright_div span a, #copyright_div span a:visited {
	color: #cfaa7a;
	text-decoration: none;
}

#copyright_div span a:hover {
	color: #967b58;
	text-decoration: underline;
}

#about_div {
	display: none;
}

#about_table td {
	width: 33%;
	font-size: 11px;
	padding-right: 50px;
}
#about_div  table td {
	font-size: 11px;
	padding-right: 10%;
}

.about_no_pad {
	padding-right: 0px;
}
#about_expander {
	cursor: pointer;
	display: block;
	color: #DBC09B;
	font-size: 11px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
}

#promos_td {
	vertical-align: bottom;
}

#footer_td {
	/*padding-bottom: 40px;*/
	display: none;
}

#facade_name/* facades page */

 {
	font-weight: bold;
	background-color: #eee1c5;
	height: 19px;
	line-height: 19px;
	padding-left: 6px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#square_feet {
	background-image: url("images/system-imgs/bullet_sq.png");
}

#num_bedrooms {
	background-image: url("images/system-imgs/bullet_bedrooms.png");
}

#num_bathrooms {
	background-image: url("images/system-imgs/bullet_bathrooms.png");
}

#num_garages {
	background-image: url("images/system-imgs/bullet_garages.png");
}


#square_feet, #num_bedrooms, #num_bathrooms, #num_garages {
	font-weight: bold;
	font-size: 14px;
	padding-right: 22px;
	margin-right: 5px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
	background-position: right 3px;
	line-height: 22px;
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
}



#facade_image, #floorplan_image, #gallery_image {
	float: left;
	width: 572px;
	margin-right: 5px;
}

#gallery_div {
	/*width: 151px;
	float: left;*/
}

#gallery_div a {
	text-decoration: none;
	cursor: pointer;
}

#gallery_title {
	background-color: #eee1c5;
	text-align: center;
	height: 30px;
	line-height: 31px;
	margin-bottom: 4px;
	font-weight: bold;
}

#scroll_menu {
	height: 347px;
	padding-left: 0px;
}

#scroll_menu .scroll-pane a div {
	margin: 0px;
	padding: 0px;
}

#scroll_menu img {
	width: 147px;
	height: 93px;
	margin-bottom: 0px;
	border-width: 0px;
	float: left;
}

.scroll_name {
	margin-top: 0px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
	width: 147px;
	height: 16px;
	line-height: 16px;
	background-color: #5a471c;
	float: left;
	cloar: both;
	font-size: 11px;
}

/* floor plans page */

.floorplan_image {
	width: 193px;
	height: 319px;
	margin-bottom: 42px;
}

#ground_floor_div, #first_floor_div {
	float: left;
	background-color: #FFF;
	text-alight: center;
	padding-top: 64px;
	padding-bottom: 17px;
	width: 193px;
}

.center {
	text-align: center;
}

#ground_floor_div {
	padding-left: 55px;
	padding-right: 27px;
}

#first_floor_div {
	padding-left: 27px;
	padding-right: 55px;
	margin-right: 4px;
}

#floorplan_scroll_menu {
	height: 416px;
}

.floorplan_thumb_div {
	background-color: #FFF;
	text-align: center;
	float: left;
	clear: both;
	width: 141px;
	margin-bottom: 4px;
	padding-top: 12px;
	padding-bottom: 20px;
	cursor: pointer;
}

.underline {
	text-decoration: underline;
}

#floorplan_scroll_menu .scroll-pane a div {
	margin: 0px;
	padding: 0px;
}

.floorplan_thumb_div img {
	margin-top: 10px;
	width: 68px;
	height: 110px;
	border-width: 0px;
}

.floorplan_scroll_name {
	margin-top: 0px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;
	width: 143px;
	height: 16px;
	line-height: 16px;
	background-color: #5a471c;
	float: left;
	cloar: both;
	font-size: 11px;
}

/* home designs page */

.home_design_div {
	width: 230px;
	/*height: 200px;*/
	height: 208px;
	float: left;
	margin-left: 14px;
	margin-bottom: 14px;
	font-weight: bold;
	/*background: #eee1c5 url('../images/system-imgs/grid_off.png') 0px 156px no-repeat;*/
	background: #ebebeb;
	cursor: pointer;
	position: relative;
}

.home_design_div .is_new {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 74px;
	height: 74px;
	background: transparent url('../images/system-imgs/new_design_seal.png') top right no-repeat;
	display: block;
}

.home_design_div:hover {
	/*background-image: url('../images/system-imgs/grid_on.png');*/
	color: #FFF;
	background-color: #f26522;
}



.home_design_div a {
	text-decoration: none;
	display: block;
	font-family: 'FF Din';
	color: #444;
}

.home_design_div a:hover {
	color: #F26522;
}

.home_design_div .thumb {
	width: 230px;
	height: 156px;
}

.home_design_div .design_details {
	display: block;
	background: #ebebeb;
	height: 52px;
}

.home_design_div .amenities {
	text-align: center;
	display: block;
	line-height: 16px;
	font-size: 13px;
	padding-top: 7px;
	/*color: #999;*/
	color: #444;
	/*background: #DAD7D7;
	padding-bottom: 5px;
	padding-top: 5px;*/
}

.home_design_div .amenities img {
	margin-left: 15px;
	margin-right: 5px;
	vertical-align: top;
}

.home_design_div .amenities img.first {
	margin-left: 0;
}

.home_design_div .name {
	font-weight: bold;
	font-size: 16px;
	line-height: 17px;
	padding-top: 7px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.grid_square_feet, .grid_bedrooms, .grid_bathrooms, .grid_garages {
	float: left;
	padding-left: 26px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	color: #59461a;
}

.grid_square_feet  {
	width: 48px;
}

.grid_bedrooms, .grid_bathrooms, .grid_garages {
	width: 26px;
}

.grid_location {
		border-top: 1px solid #f8f3e8;
		float: left;
		width: 225px;
		height: 20px;
		line-height: 20px;
		padding-left: 5px;
}

/* news page */

.news_item {
	margin-top: 0px;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
.news_item  .news_text.black_link {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.newsArticle {
}

.news_item img {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}

.news_text, .promotions_title {
}

.news_title, .promotions_title {
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.black_links a, .black_links a:visited {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #f26522;
}

.black_links a:hover {
	color: #5a471c;
}

.news_title, .news_body, .promotions_title, .promotions_body  {
	clear: both;
}
.news_title {
}
#news_index_links a, #promotions_index_links a {
	font-weight: bold;
	color: #ACA38E;
	text-decoration: none;
}

#news_index_links a:hover, #promotions_index_links a:hover {
	color: #5A471C;
}
#news_index_links div, #promotions_index_links div {
	margin-bottom: 5px;
} 
#news_index_links .news_index_linksF2 a, #promotions_index_links .news_index_linksF2 a {
	color: #F26522;
}


/* article page */

#article_image {
	width: 285px;
	height: 270px;
	margin-bottom: 10px;
}

#article_text {
	width: 475px;
}

.article_headline {
	font-size: 20px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 23px;
	margin-bottom: 15px;
	margin-top: 20px;
}
#promo_1, #promo_2, #promo_3 {
	width: 238px;
	height: 120px;
}
#contactForm {
	width: 733px;
}
#contactForm input[type=text], #contactForm textarea {
	width: 100%;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 25px;
	border: 1px solid #CCCCCC;
}
#contactForm textarea {
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
}
#contactForm .highlight {
	color: #F26522;
}
#contactForm a {
	color: #F26522;
	font-weight: bold;
}
#content_td_awards {
	/*padding-right: 230px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-color: #EEE1C5;
	min-height: 470px;
	height: 470px;
	overflow: auto;*/
}

#content_td_awards td {
	border-top: 2px solid #ebebeb;
	padding-top: 15px;
	padding-bottom: 15px;
}

#content_td_awards p {
	margin-bottom: 0;
}

#content_td_awards hr{
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
.downloadPDF a {
	text-decoration: none;
	font-weight: bold;
	color:#F26522;
	margin-bottom: 5px;
}.downloadPDF a:hover {
	font-weight: bold;
	color: #5A471C;
	text-decoration: none;
}

#footer_margin {
	height: 35px;
}

#footerOuter {
	width: 100%;
	background: #1e1a01;
	float: left;
	padding-bottom: 80px;
	padding-top: 30px;
	font-size: 14px;
	min-width: 990px;
}

#footerInner {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	line-height: 20px;
}

#footerInner span {
	color: #7e6b5d;
}

#footerInner > div {
	float: left;
	margin-left:35px;
}
#footerInner .col_1 { width:170px; }
#footerInner .col_2 { width:210px; }
#footerInner .col_3 { width: 250px; }
#footerInner .col_4 { width:215px; }
#footer_disclaimer {
	border-top: 1px solid #3E3E3D;
	margin-top: 20px;
	font-size: 11.5px;
	line-height: 16px;
	margin-top: 20px;
	color: #7A6B57;
	padding-top: 20px;
}

#footer_more_text {
	display: none;
	border-top: 1px solid #3E3E3D;
	margin-top: 20px;
}

#footer_more_text div {
	float: left;
	width: 226px;
	padding-right: 100px;
}

#footer_more_text h4 {
	margin: 17px 0;
	color: #eee1c6;
	font-size: 14px;
}

#footerInner a {
	color: #ffffff;
	text-decoration: none;
}
#footerInner a:hover,
#footerInner a:hover span {
	color: #f4982c;
}

#footerInner a:hover {
	cursor: pointer;
	text-decoration:underline;
}

#footerInner #inkart_link {
	font-size: 11px;
	color: #898989;
	display:block;
	margin-top:100px;
}

#footerInner #inkart_link:hover {
	color: #ffffff;
}

.footerLink a {
	font-size: 11px;
	color: #9C8C67;
	text-decoration: none;
}
.footerLink a:hover {
	color: #F26522;
}

#footer_hide {
	display: none;
}

#mobile_site_link {
	display: none;
}

.masterplan-desc h1 { font-size:50px; color:#707070; line-height:56px; margin-bottom:25px; }
.masterplan-img { position:relative; }
.masterplan-wrap { padding:0 0 0 10px; }
.stage2 { position:absolute; top:0; right:0; width:173px; height:174px; background:url(../images/system-imgs/bg-stage2.png) 0 0 no-repeat; display:block; }

.contact-map { font-size:0; padding:0 0 20px 0; }
.contact-map img { border:1px solid #959595; }
.contact-form {
	background:#ebebeb;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 0 1px #f9f9f9 inset;
	-moz-box-shadow:0 0 0 1px #f9f9f9 inset;
	box-shadow:0 0 0 1px #f9f9f9 inset;
	margin-top:30px;
	padding:5px 35px 40px;
	border:1px solid #dbdbdb;
}
.contact-form table td { padding:0 0 3px 0; }
.contact-form table td strong { display:block; margin:20px 0; }
.contact-form input[type="text"] { width:313px; height:28px; line-height:28px; text-indent:10px; padding:0; }
.contact-form input[type="text"],
.contact-form textarea { background:#ffffff; border:1px solid #cccccc; }
.contact-form textarea { padding:10px 0 0 10px; width:303px; height:80px; }
.contact-form label { color:#8d8d8d; }
.contact-form small { line-height:18px; }
.contact-form input[type="submit"] {
	display:inline-block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #8fbe73;
	background:#7fb75d;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-shadow:1px 1px #6f9b55;
	height:25px;
	line-height:24px;
	padding:0 40px;
	-webkit-box-shadow:0 2px 3px #919191, 0 3px 8px #a1ce89 inset;
	-moz-box-shadow:0 2px 3px #919191, 0 3px 8px #a1ce89 inset;
	box-shadow:0 2px 3px #919191, 0 3px 8px #a1ce89 inset;
}
.address-divider { float:left; width:180px; margin:0 25px 0 0; padding:0 0 25px 0; }

@media screen and (max-device-width: 960px) {
	#mobile_site_link {
		background: none repeat scroll 0 0 #37352A;
		color: #FFFFFF !important;
		display: block;
		float: left;
		font-size: 40px;
		font-weight: bold;
		line-height: 20px;
		margin-top: 15px;
		padding: 50px 0;
		text-align: center;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
		width: 100%;
	}
	
	#mobile_site_link:hover, #mobile_site_link:active {
		background: #474538;
	}
}

/* new house and land styles */

#search_criteria {
	/*float: left;*/
	/*border-top:1px solid #fff;*/
	padding: 2px 0 1px;
	text-align: left;
	margin: 0; /* ie7 fix */
}

.search_criteria {
	font-size: 16px;
	/*font-weight: bold;*/
	color: #4b4b4b;
	/*width: 238px;*/
	margin-bottom: 11px;
	/*float: left;*/
	line-height: 36px;
}

.search_criteria img {
	float: left;
	vertical-align: top;
	margin-top: -4px;
	margin-right: 5px;
}

#search_criteria select {
	width: 190px;
}

#search_criteria #location option {
	margin-left: 10px;
}
#search_criteria #location option.region {
	margin-left: 0;
	font-weight: bold;
}
/*#house_land_search, */.contact_trades_enquiries a, #contact_submit {
	display: block;
	width: 127px;
	height: 31px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: url('../images/system-imgs/button_bg_125.png') top left no-repeat;
	cursor: pointer;
	margin: 0 auto 10px;
	line-height: 28px;
	padding-top: 3px;
	font-size: 15px;
	text-shadow: 0 -1px 1px rgba(0,0,0,.5);
}
#house_land_search:hover, .contact_trades_enquiries a:hover, #contact_submit:hover {
	background-position: bottom left;
}

.house_land_side_menu_links {
	border-top:1px solid #D7D5B5;
	float:left;
	margin-left:15px;
	margin-top:30px;
	padding-top:30px;
	width: 223px;
}

#content_td.house_land_content_td {
	/*background: white url('../images/system-imgs/stock_header_and_couple.jpg') 0 45px no-repeat;
	padding-top: 0px;
	padding-bottom: 15px;*/
}
#content_td.house_land_content_td span { color:#F4982C; }

#house_land_header {
	font-size: 26px;
	font-weight: bold;
	color: white;
	line-height: 78px;
	padding-left: 125px;
	display: none;
}

.house_land_search_summary {
	font-size: 18px;
	line-height: 18px;
	/*font-weight: bold;*/
	margin-top: 50px;
	display: none;
}

#house_land_properties {
	float: left;
	/*width: 520px;*/
	width: 733px;
	padding: 5px 0 20px;
	padding: 0 0 20px;
	margin-top: 20px;
	/*background: transparent url('../images/system-imgs/for_sale_list_bg.png') top left repeat-y;*/
	position: relative;
	margin-top: 0;
}

.house_land_search {
	height: 66px;
	background: transparent url('../images/system-imgs/for_sale_search_top.png') top left no-repeat;
	position: relative;
	color: white;
	margin-bottom: 3px;
}

.house_land_search.detached {
	height: 66px;
	background: transparent url('../images/system-imgs/for_sale_search_detached.png') top left no-repeat;
}

.house_land_search label {
	color: #fff;
	margin-right: 10px;
	font-size: 14px;
}

.house_land_search #search_criteria {
	font-size: 14px;
}	

.house_land_search .search_criteria {
	margin-bottom: 0;
	line-height: 59px;
	padding-left: 10px;
	padding-top: 2px;
}

.house_land_search #search_criteria select {
	margin-left: 15px;
}

.house_land_search_title h1 {
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 15px;
	color: #583D22;
}

.house_land_search #house_land_search {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	background: transparent url('../images/system-imgs/for_sale_search_top_button.png') top left no-repeat;
	display: block;
	width: 104px;
	padding-left: 19px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 -1px 0px rgba(0,0,0,.6);
	line-height: 60px;
	padding-top: 6px;
	text-align: left;
	font-size: 16px;
}

.house_land_search.detached #house_land_search {
	background: transparent url('../images/system-imgs/for_sale_search_detached_button.png') top left no-repeat;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);
	line-height: 62px;
	height: 62px;
	padding-top: 4px;
}

.house_land_no_results {
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	padding: 18px 0 0;
	text-shadow: 0 1px 1px rgba(255,255,255,.5);
}

.house_land_search #house_land_search:hover {
	background-position: bottom left;
}

#house_land_properties .top {
	background: white url('../images/system-imgs/for_sale_list_top.png') top left no-repeat;
	height: 15px;
	width: 733px;
	position: absolute;
	top: 0;
}

#house_land_properties .bottom {
	background: white url('../images/system-imgs/for_sale_list_bottom.png') top left no-repeat;
	height: 15px;
	width: 733px;
	position: absolute;
	bottom: 0;
}


#house_land_sidebar {
	float: left;
	width: 212px;
	text-align: right;
}

.price_pledge {
	margin-top: 380px;
	margin-right: 13px;
}

.house_land_block {
	/*background: url('../images/system-imgs/for_sale_block_middle.png') top left repeat-y;*/
	min-height: 100px;
	margin-bottom: 20px;
	width: 350px;
	margin-left: 15px;
	float: left;
	color: #54534D;
	position:relative;
}
.house_block_left {
	/*margin-left:0;*/
	float: left;
}
.house_block_right {
	float: left;
	clear: right;
}
.house_land_heading {
	background: url('../images/system-imgs/for_sale_block_sprite.png') top left no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	padding-top: 4px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 14.5px;
}
.house_land_block .thumb {
	width: 250px;
	height: 250px;
	margin: 0;
}
.house_land_brochure {
	line-height: 27px;
	padding-top: 4px;
	background: url('../images/system-imgs/for_sale_block_sprite.png') top right no-repeat;
}
.house_land_brochure a {
	font-size: 14px;
	font-size: 14.5px;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
	color: white;
}
.house_land_brochure a:hover {
	color: #59461A;
}
.house_land_block .brown {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 12px;
	padding-right: 15px;
}
.house_land_price {
	padding-left: 15px;
}
.house_land_amenities {
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.house_land_amenities p { padding:0; line-height:1; margin:0; font-weight:normal; }
.house_land_amenities img {
	margin-right: 4px;
	margin-left: 8px;
	vertical-align: top;
}
.house_land_description {
	line-height: 16px;
	background:#ebebeb;
	padding:10px;
}
.house_land_description h5 { float:left; }
.house_land_description h5,
.house_land_description h6 { font-size:16px; font-weight:bold; color:#707070; padding:0 0 5px 0; margin:0; }
.house_land_description h6 { float:right; }
.house_land_description p { font-size:12px; color:#707070; }
.house_land_bottom {
	background: url('../images/system-imgs/for_sale_block_sprite.png') bottom left no-repeat;
	width: 100%;
	height: 7px;
	float: left;
}
.is_new {
	position:absolute;
	width:109px;
	height:110px;
	background:url(../images/system-imgs/bg-new.png) 0 0 no-repeat;
	top:-3px;
	right:-37px;
	display:block;
	text-indent:-9999px;
}

/* new contact form styles 06.10.11 */

.contact_page_title {
	width: 216px;
	background: transparent url('../images/system-imgs/left_menu_bg.png') top left no-repeat;
	position: relative;
    font-size: 21px;
    line-height: 54px;
    padding-left: 15px;
    color: #4E4642;
    font-size: 22px;
    font-weight: bold;
	text-shadow: 0 1px 1px white;
	padding-top: 2px;
	line-height: 52px;
}

.contact_page_title .bottom, .contact_trades_enquiries .bottom {
	position: absolute;
	width: 226px;
	height: 5px;
	bottom: 0;
	left: 0;
	background: white url('../images/system-imgs/left_menu_bg.png') bottom left no-repeat;
}

.contact_page_body {
	margin-top: 15px;
	width: 196px;
	background: transparent url('../images/system-imgs/left_menu_white_bg.png') top left repeat-y;
	position: relative;
	padding: 13px 15px;
	line-height: 18px;
	color: #4E4642;
	font-size: 13.5px;
}

.contact_page_body .top {
	position: absolute;
	width: 226px;
	height: 5px;
	top: 0;
	left: 0;
	background: white url('../images/system-imgs/left_menu_white_top.png') top left no-repeat;
}

.contact_page_body .bottom {
	position: absolute;
	width: 226px;
	height: 5px;
	bottom: 0;
	left: 0;
	background: white url('../images/system-imgs/left_menu_white_bottom.png') top left no-repeat;
}

.contact_page_body h3 {
	margin-top: 2px;
}

.contact_page_body p.last {
	margin-bottom: 2px;
}

.contact_trades_enquiries {
	margin-top: 15px;
	width: 206px;
	background: transparent url('../images/system-imgs/left_menu_bg.png') top left no-repeat;
	position: relative;
	padding: 15px 10px 1px;
	text-align: center;
}

.contact_trades_enquiries .orange {
	color: #F26522;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
}

.contact_trades_enquiries div {
	font-size: 18px;
	line-height: 20px;
	color: #4E4642;
}

.contact_trades_enquiries div div {
	font-size: 23px;
	line-height: 23px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.contact_trades_enquiries a {
	margin-top: 10px;
}


.contact_form_container {
	background: transparent url('../images/system-imgs/contact_form_bg.png') top left no-repeat;
	width: 693px;
	position: relative;
	padding-left: 40px;
	color: #444;
	font-size: 14px;
}

.contact_form_container .bottom {
	background: white url('../images/system-imgs/property_slider_bg.png') bottom left no-repeat;
	width: 733px;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.contact_form_container .brothers {
	position: absolute;
	height: 173px;
	width: 300px;
	right: 0;
	top: -20px;
	background: transparent url('../images/system-imgs/contact_form_brothers.jpg') top left no-repeat;
}

.contact_form_container h1 {
	font-size: 20px;
	line-height: 51px;
	height: 49px;
	padding-top: 4px;
	margin: 0;
}

.contact_form_container h1 img {
	width: 31px;
	height: 31px;
	margin-left: 10px;
	vertical-align: top;
	margin-top: 8px;
}

.contact_form_container h2 {
	font-size: 16px;
	font-size: 16.5px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 13px;
	margin-bottom: 12px;
	margin-top: 15px;
	margin-bottom: 11px;
	width: 260px;
}

.contact_form_container h3 {
	font-size: 14px;
	line-height: 14px;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #403e2e;
}


.hr_shade {
	background: transparent url('../images/system-imgs/hr_shaded_bg.png') top center no-repeat;
	padding-top: 20px;
}

.contact_hr_shade {
	/*padding-left: 40px;*/
	padding-right: 40px;
}

/* end new contact form styles 06.10.11 */

/* new contact form styles 17.11.10 */

#content_td_awards {
        /*padding-left: 45px;
        padding-right: 200px;
        padding-top: 16px;*/
}

#content_td_awards h2 {
        font-size: 14px;
}

#WebToLeadForm .highlight {
        font-size: 20px;
        vertical-align: middle;
        margin-left: 3px;
		color: #F26522;
		margin-left: 5px;
		font-family: Arial, Helvetica, sans-serif;
}

#WebToLeadForm input[type="text"], #WebToLeadForm textarea {
        border: 1px solid #ccc;
        height: 20px;
        margin: 1px 0 2px;
        width: 350px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
  padding: 3px 0;
}

#WebToLeadForm textarea {
        height: 100px;
        overflow: auto;
}
#WebToLeadForm #other_c {
        /*width: 150px;
        height: 18px;*/
}

#interested_in {
        /*border-top: 5px solid #C9BFA0;
        border-bottom: 5px solid #C9BFA0;*/
        padding: 15px 0px 20px;
}

#interested_in h2 {
        color: #F26522;
        margin-top: 0;
        font-size: 16px;
}

#interested_in td {
        line-height: 22px;
}

#WebToLeadForm input[type=checkbox] {
        margin-left: 0;
        margin-right: 10px;
}

.contact_disclaimer {
        font-size: 11.5px;
		color: #888;
}

/*#WebToLeadForm a#contact_submit {
        background: #F26522;
        color: white;
        display: block;
        font-weight: bold;
        line-height: 28px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 80px;
}

#WebToLeadForm a#contact_submit:hover {
        background: #59461A;
}
*/
#WebToLeadForm p {
        margin-bottom: 5px;
}

/* blog */

.header_container {
	width: 990px;
	margin: 0 auto;
	height: 160px;
}

div.content-outer-wrapper {
	box-shadow: none;
}

.body-wrapper .container {
	padding-left: 0;
	padding-right: 0;
	max-width: 990px;
}

.body-wrapper a, .body-wrapper a:visited {
	text-decoration: none;
}

/* booking system */

.booking_container {
	width: 890px;
	margin: 40px auto 0;
	overflow: hidden;
	padding-bottom: 5px; /*cut off char stems at bottom of div fix */
}

.booking_header {
	position: relative;
	/*padding-bottom: 25px;
	width: 990px;*/
	margin-left: auto;
	margin-right: auto;
	background: transparent url('../images/system-imgs/hr_shaded_bg.png') bottom center no-repeat;
	height: 285px;
}

.booking_header img {
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
	height: 200px;
	
	width: 450px;
	height: 230px;
}

.booking_header h1 {
	font-size: 40px;
	line-height: 40px;
	
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 15px;
	margin-top: 0;
	letter-spacing: -0.0125em;
}

.booking_header h2 {
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 20px;
}

.booking_header p {
	font-size: 14px;
	
	font-size: 16px;
	line-height: 20px;
}

.booking_hr {
	/*background: url("images/system-imgs/hr_shaded_bg.png") no-repeat scroll center bottom transparent;
	padding-top: 40px;*/
}

.booking_body {
	width: 1780px;
	padding-top: 27px;
}

.booking_form_container {
	/*display: none;*/
	float: left;
	width: 890px;
}

.booking_form_container h2 {
	color: #F26522;
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 8px;
	font-size: 20px;
}

.booking_form_container h2 span {
	display: inline-block;
	color: #4E4642;
	width: 25px;
}

.booking_container .step.step_1 {
	padding-top: 0;
	background: none;
}

#booking_location {
	width: 100%;
	opacity: 0;
	filter:alpha(opacity=0); /* ie */
}

.booking_dropdown {
	background: #C96;
	display: block;
	height: 32px;
	padding-top: 0px;
	line-height: 32px;
	font-weight: bold;
	text-indent: 5px;
	background: #fff url('../images/system-imgs/booking_dropdown_bg.png') 0 0 no-repeat;
	
    color: #444444;
    font-size: 14px;
    text-indent: 5px;
    text-shadow: 0 1px 0 #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
/* This is the default class that is used */
/* Put whatever custom styles you want here */
}

.booking_dropdown.booking_dropdownHover {
/* Styles for when the select box is hovered */
/*color: #995635;*/
}
.booking_dropdown.customSelectOpen {
/* Styles for when the select box is open */
}
.booking_dropdown.customSelectFocus {
/* Styles for when the select box is in focus */
}
.customSelectInner {
/* You can style the inner box too */
}

.booking_calendar_container {
	background: #eaeaea;
	border-radius: 5px;
	position: relative;
}

#bc_prev, #bc_next {
	position: absolute;
	bottom: 0;
	z-index: 10;
	text-align: center;
	height: 46px;
	background-repeat: no-repeat;
	width: 45px;
	top: 50%;
	margin-top: -23px;
	outline: 0;
}

#bc_prev span, #bc_next span {
	display: none;
}

#bc_next.disabled, #bc_prev.disabled {
	opacity: 0;
	filter:alpha(opacity=0); /* ie */
	cursor: default;
}

#bc_prev {
	left: 0;
	background-image: url('../images/system-imgs/booking_arrow_prev.png');
	left: 5px;
}

#bc_next {
	right: 0;
	background-image: url('../images/system-imgs/booking_arrow_next.png');
	right: 5px;
}

#bc_prev:hover, #bc_next:hover {
	background-position: 0 -46px;
}

#bc_prev:active, #bc_next:active, #bc_prev.on, #bc_next.on {
	background-position: 0 -92px;
}

#bc_pagination {
	display: none;
}

.booking_calendar .clear {
	clear: both;
	float: none;
}


.booking_container .step_2 {
	/display: none;
	/visibility: hidden;
	overflow: hidden;
	opacity: 0;
	filter:alpha(opacity=90); /* ie */
}

.booking_calendar_container .caroufredsel_wrapper {
	/*width: 770px !important;  doesnt show without this, width js param appears to be broken */
}

.booking_calendar {
	display: block;
	/*width: 770px !important;*/
}

.booking_container .step {
	padding: 40px 0;
	background: transparent url('../images/system-imgs/booking_hr.png') top center no-repeat;
	background: transparent url('../images/system-imgs/hr_shaded_bg.png') top center no-repeat;
	/border-top: 1px solid rgba(0,0,0,.1);
}

.booking_calendar .pane {
	float: left;
	display: block;
	height: 225px;
	width: 730px;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-right: 40px;
	padding-left: 40px;
}

.pane_location {
	display: none;
	/*
	float: left;
	width: 730px;*/
}

.booking_calendar .day {
	float: left;
	width: 14%;
	padding: 0 3%;
	width: 110px;
	padding: 0 21px;
	padding: 0 18px;
	
	width: 130px;
	padding: 0 16px;
	/*border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(255,255,255,.5);*/
}

.booking_calendar .title {
	text-align: center;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	color: #4E4642;
	font-size: 14px;
	padding: 0px 0 10px;
}

.time {
	height: 40px;
	margin-bottom: 10px;
}

.time_pick {
	display: block;
	border-radius: 4px;
	background: #f36522;
	border-bottom: 1px solid rgba(0,0,0,.25);
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
	padding-top: 4px;
	font-size: 15px;
	/*box-shadow: 0 1px 3px rgba(0,0,0,.15);*/
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	
	font-size: 17px;
	
background: #f87c34; /* Old browsers */
background: -moz-linear-gradient(top, #f87c34 0%, #f36522 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f87c34), color-stop(100%,#f36522)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f87c34 0%,#f36522 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f87c34 0%,#f36522 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f87c34 0%,#f36522 100%); /* IE10+ */
background: linear-gradient(to bottom, #f87c34 0%,#f36522 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87c34', endColorstr='#f36522',GradientType=0 ); /* IE6-9 */}

.time_pick:hover {
	cursor: pointer;
	color: #fff;
	/*background: linear-gradient(to bottom, #FCA029 0%, #FF9336 100%);
	background: linear-gradient(to bottom, #D04703 0%, #BC4500 100%);*/
	background: linear-gradient(to bottom, #EB5911 0%, #D05007 100%);
	background: linear-gradient(to bottom, #FE9106 0%, #FF7E0E 100%);


background: #fe9106; /* Old browsers */
background: -moz-linear-gradient(top, #fe9106 0%, #ff7e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe9106), color-stop(100%,#ff7e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fe9106 0%,#ff7e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fe9106 0%,#ff7e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fe9106 0%,#ff7e0e 100%); /* IE10+ */
background: linear-gradient(to bottom, #fe9106 0%,#ff7e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9106', endColorstr='#ff7e0e',GradientType=0 ); /* IE6-9 */
}

.time_pick.selected, .time_pick.selected:hover, .time_pick.selected:active {
	background: linear-gradient(to bottom, #441B07 0%, #6F300C 100%);
	background: linear-gradient(to bottom, #2E669A 0%, #006AEA 100%);
	/*background: linear-gradient(to bottom, #675246 0%, #4B4139 100%);*/
	background: linear-gradient(to bottom, #0B6548 0%, #119D63 100%);
	background: linear-gradient(to bottom, #3E566D 0%, #497AAD 100%);
	border-bottom: none;
	border-top: 1px solid rgba(0,0,0,.5);
	/*box-shadow: 0 0 5px #33B8FF;*/
	text-shadow: 0 1px 3px rgba(255,255,255,.5);
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	
background: #3e566d; /* Old browsers */
background: -moz-linear-gradient(top, #3e566d 0%, #497aad 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e566d), color-stop(100%,#497aad)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3e566d 0%,#497aad 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3e566d 0%,#497aad 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3e566d 0%,#497aad 100%); /* IE10+ */
background: linear-gradient(to bottom, #3e566d 0%,#497aad 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e566d', endColorstr='#497aad',GradientType=0 ); /* IE6-9 */
}

.no_slot {
	background: rgba(0,0,0,.05);
	border-radius: 4px;
	height: 40px;
}

.booking_container .step_3 {
	/*display: none;*/
}

.step_3 label {
	color: #4E4642;
	display: inline-block;
	width: 100px;
}

.step_3 label .req {
	color: #F26522;
	font-size: 17px;
	margin-left: 5px;
	vertical-align: middle;
}

.step_3 input[type=text] {
	border: 1px solid #CCCCCC;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 20px;
	margin: 1px 0 2px;
	width: 350px;
}

.booking_container .step_4 {
	text-align: center;
	position: relative;
	margin-top: 37px;
	padding-bottom: 0;
}

.booking_error {
	color: #C10000;
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 110px;
	width: 100%;
	font-weight: bold;
	display: none;
}

a.booking_submit {
	display: inline-block;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	text-shadow: 0 -1px 0px rgba(35, 21, 12, 0.54);
	border-bottom: 1px solid rgba(0,0,0,.45);
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	padding: 3px 50px 0;
	line-height: 30px;
	font-size: 16px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	
	font-size: 22px;
	line-height: 42px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
		
background: #fbc1a0; /* Old browsers */
background: -moz-linear-gradient(top, #fbc1a0 0%, #f6995e 2%, #ef7834 20%, #ec6c25 25%, #e5590d 95%, #d64000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbc1a0), color-stop(2%,#f6995e), color-stop(20%,#ef7834), color-stop(25%,#ec6c25), color-stop(95%,#e5590d), color-stop(100%,#d64000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbc1a0 0%,#f6995e 2%,#ef7834 20%,#ec6c25 25%,#e5590d 95%,#d64000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbc1a0 0%,#f6995e 2%,#ef7834 20%,#ec6c25 25%,#e5590d 95%,#d64000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbc1a0 0%,#f6995e 2%,#ef7834 20%,#ec6c25 25%,#e5590d 95%,#d64000 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbc1a0 0%,#f6995e 2%,#ef7834 20%,#ec6c25 25%,#e5590d 95%,#d64000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc1a0', endColorstr='#d64000',GradientType=0 ); /* IE6-9 */
}

a.booking_submit:hover {
	cursor: pointer;

background: #eab597; /* Old browsers */
background: -moz-linear-gradient(top, #eab597 0%, #f57f46 2%, #ef642e 20%, #ed5825 25%, #e44a11 95%, #d03700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab597), color-stop(2%,#f57f46), color-stop(20%,#ef642e), color-stop(25%,#ed5825), color-stop(95%,#e44a11), color-stop(100%,#d03700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eab597 0%,#f57f46 2%,#ef642e 20%,#ed5825 25%,#e44a11 95%,#d03700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eab597 0%,#f57f46 2%,#ef642e 20%,#ed5825 25%,#e44a11 95%,#d03700 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eab597 0%,#f57f46 2%,#ef642e 20%,#ed5825 25%,#e44a11 95%,#d03700 100%); /* IE10+ */
background: linear-gradient(to bottom, #eab597 0%,#f57f46 2%,#ef642e 20%,#ed5825 25%,#e44a11 95%,#d03700 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab597', endColorstr='#d03700',GradientType=0 ); /* IE6-9 */

border-bottom: 1px solid rgba(0,0,0,.45);

}

.booking_confirmation {
	float: left;
	width: 890px;
	padding-bottom: 20px;
}

.booking_confirmation .left {
	float: left;
	width: 440px;
}

.booking_confirmation .right {
	float: left;
	width: 450px;
	text-align: left;
}

.booking_confirmation h1 {
	font-size: 40px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 0;
	
	font-size: 45px;
	line-height: 45px;
	letter-spacing: -0.0125em;
	/*color: #F26522;*/
	padding-left: 1px; /* firefox weird pixel fix */
}

.booking_confirmation h2 {
	font-size: 27px;
	line-height: 27px;
	font-weight: normal;
	color: #F26522;
	margin-top: 45px;
	
	text-align: center;
	float: left;
	width: 100%;
	font-size: 32px;
	margin-top: 30px;
}

.booking_confirmation h3 {
	font-size: 21px;
	line-height: 24px;
	color: #707070;
	margin-bottom: 40px;
	margin-top: 8px;
	font-weight: normal;
	
	margin-top: 9px;
	font-size: 19px;
}

.booking_confirmation h4 {
	font-size: 21px;
	line-height: 24px;
	color: #F26522;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 22px;
}

.booking_confirmation p {
	font-size: 17px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 22px;
	color:#4E4642;
	
	font-size: 18px;
	line-height: 21px;
}

/* end booking system */

/* careers page */

.careers {
	padding-bottom: 30px;
}

.careers .splash {
	width: 732px;
	height: 210px;
	margin-bottom: 20px;
}

.careers h2 {
	font-size: 27px;
	line-height: 33px;
	letter-spacing: -0.5px;
	font-weight: normal;
}


.careers h1 {
	font-size: 60px;
	letter-spacing: -2px;
	line-height: 60px;
	margin-top: 0;
}

.careers p {
	max-width: 650px;
}

.careers p a {
	text-decoration: none;
	color: #F26522;
}

.careers p a:hover {
	color: #333;
}

.careers h2.current-openings {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 13px;
	margin-top: 48px;
	font-weight: bold;
}

.careers .job {
	border-top: 2px solid #ebebeb;
	padding: 17px 0 1px;
	position: relative;
}

.job .title {
	color: #F26522;
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
}

.job .details {
	margin: 0;
	color: #707070;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0;
	font-weight: bold;
}

.job .details .sep {
	display: inline-block;
	margin: 0 12px;
	height: 10px;
	width: 1px;
	background: #969696;
}

.job .description {
	line-height: 18px;
	margin-bottom: 16px;
}

.job .left {
	float: left;
	width: 500px;
	padding-right: 80px;
}

.job .right {
	width: 152px;
	float: left;
}

.job .right a {
	line-height: 16px;
	position: absolute;
	right: 0;	
	text-decoration: none;
	width: 110px;
	text-align: left;
	padding-left: 32px;
	color: #707070;
}

.job .right a:hover {
	color: #F26522;
}

.job .brochure {
	background: url("images/system-imgs/careers-document.png") no-repeat scroll 0 0 transparent;
	bottom: 58px;
	height: 14px;
	padding-top: 13px;
}

.job .email {
	background: url("images/system-imgs/careers-envelope.png") no-repeat scroll 0 0 transparent;
	bottom: 23px;
	height: 14px;
	line-height: 16px;
	padding-top: 2px;
}

.job .clear {
	clear: both;
}

.no-positions {
	font-size: 24px;
	font-weight: bold;
	color: #ccc;
	text-transform: uppercase;
}

.download-masterplan { margin-top:35px; display:block; }
.breadcrumbs { padding:15px 0; }
.breadcrumbs ul { padding:0; margin:0; }
.breadcrumbs ul li { float:left; list-style:none; padding:0 13px 0 7px; background:url(../images/system-imgs/bg-breadcrumbs-sep.png) right center no-repeat; }
.breadcrumbs ul li,
.breadcrumbs ul li a { font-size:12px; color:#53513f; }
.breadcrumbs ul li a { text-decoration:none; }
.breadcrumbs ul li a:hover,
.breadcrumbs ul li.active a { color:#84b541; }
.breadcrumbs ul li.active { background:none; }

/* end careers page */

/* mobile */
@media only screen and (max-device-width: 768px) {
  #layout_table {
	  width: 1020px;
	  padding: 0 15px;
  }
  
  #footer_promos, #footerOuter {
	  padding-left: 15px;
	  padding-right: 15px;
  }
  
  /* booking mobile enhancements 
	
	#booking_location {
		font-size: 50px;
	}
	
	.step_3 input[type=text] {
		font-size: 50px;
	}*/
}

.new_img_0 { display: none; }

#tab-list li { list-style:none; }
.tab-div h2 { margin: 0 0 15px 30px; }
#map-canvas {
        height: 320px;
        margin: 0px;
        padding: 0px
      }

.app-detail .property_slider_container img {
    width: 675px;
}
.strong-text { color: #000000 !important; font-weight: bold; }

.header {
	background: #4b4838; /* Old browsers */
	background: -moz-linear-gradient(top,  #4b4838 0%, #37352a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,#4b4838), color-stop(100%,#37352a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4b4838 0%,#37352a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4b4838 0%,#37352a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4b4838 0%,#37352a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4b4838 0%,#37352a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4838', endColorstr='#37352a',GradientType=1 ); /* IE6-9 */
}