@charset "utf-8";

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}
body {
	background-color: #EFEFE4;
	background-image: url(images/layout/bg_repeat.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	color: #2D1510;
}
font {
font-family: Arial, Helvetica, sans-serif !important;
}
#wrapper {
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	min-height:100%;
}
.contentAreaHolder{padding-bottom:130px;}
.footer {position:relative; margin-top:-130px !important;}
.topHolder {
	height: 90px;
	width: 850px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	margin-top:10px;
}
.topHolder .left {
	float: left;
	height: 90px;
	width: 250px;
}

.topHolder  .left  a h1 {
	background-image: url(images/graphics/tingdene_logo_top.png);
	height: 63px;
	width: 193px;
	margin-top: 10px;
	text-indent: -500cm;
}
.imagesthumbnails {
float:left;
}
.overlayTag {
	background-repeat: no-repeat;
	height: 108px;
	width: 103px;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 1;
	text-indent: -5000em;
}
.overlayTag#unavailable {
	background-image: url(images/graphics/unavailable_overlay.png);
}
.overlayTag#available {
	background-image: url(images/graphics/available_overlay.png);
}
.overlayTag#availablesoon {
	background-image: url(images/graphics/availablesoon_overlay.png);
	background-repeat: no-repeat;
}



.propertyHolder {
	display: block;
	margin-bottom: 20px;
	width: 250px;
	margin-right: 20px;
	float: left;
}
.propertyHolder .top {
	background-image: url(images/layout/property_box_top.png);
	background-position: left top;
	height: 10px;
	width: 250px;
}
.propertyHolder .btm {
	background-image: url(images/layout/property_box_btm.png);
	background-position: left top;
	height: 10px;
	width: 250px;
}

.propertyHolder .middle {
	background-image: url(images/layout/property_box_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 230px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.propertyHolder h4 {
	font-size: 14px;
	font-weight: bold;
	color: #763829;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	float: left;
	background-image: url(images/layout/property_box_t.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 195px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.propertyHolder p {
	font-size: 11px;
	color: #763829;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	float: left;
	width: 120px;
	line-height: 17px;
}
.propertyHolder .middle p strong {
	font-size: 11px;
	font-weight: bold;
	color: #3D8A86;
}

.propertyHolder img {
	float: left;
	border: 0px none transparent;
	margin-right: 15px;
	background-image: url(images/layout/property_box_img_bg.png);
	padding: 4px;
	height: 66px;
	width: 78px;
	background-position: center;
	display: block;
}
.propertyHolder a.bullet {
	font-size: 12px;
	margin-top: 5px;
	background-image: url(images/graphics/right_nav_ico.png);
	display: block;
	height: 18px;
	padding-left: 23px;
	background-repeat: no-repeat;
	padding-top: 1px;
	margin-left: auto;
	color: #763829;
	text-decoration: none;
	width: 100px;
	margin-right: auto;
	float: left;
}



.topHolder .right {
	float: right;
	height: 90px;
	width: 600px;
}
.contactForm {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DED3C1;
	border-bottom-color: #DED3C1;
}

.topHolder  .right  ul.navMenu {
	float: right;
	height: 40px;
	width: 600px;
	margin-top: 25px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	display: block;
}
.topHolder .right ul.navMenu > li {
	font-size: 12px;
	color: #763827;
	padding-left: 10px;
	display: block;
	height: 40px;
	background-position: left bottom;
	background-repeat: no-repeat;
	float: right;
	position: relative;
}






.topHolder .right ul.navMenu > li > ul {
	position:absolute;
	top: 35px;
	left:3px;
	padding: 5px 0 0 0;
	z-index:999;


	display:none;
}
.topHolder .right ul.navMenu > li:hover ul {
	display:block !important;
}

.topHolder .right ul.navMenu > li > ul > li {
	padding:0;
	padding-top: 2px !important;
	display:block;
	color: #763829; 
	height: 20px;
	background: #fff;
	padding:5px  15px; 
}
.topHolder .right ul.navMenu > li > ul > li.first, .topHolder .right ul.navMenu > li > ul > li:first-child{
	padding-top:10px !important;
}
.topHolder .right ul.navMenu > li > ul > li.last, .topHolder .right ul.navMenu > li > ul > li:last-child{
		border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
}
.topHolder .right ul.navMenu > li > ul > li > a{
	background: none !important;
	padding:0 !important;
	border:none !important;
	white-space:nowrap;
	font-weight: normal;
	color: #763829 !important;
	margin: 0 !important;
	line-height: 12px;
	
}
.topHolder .right ul.navMenu > li > ul > li > a:hover{
	color:#ccc;
}

.topHolder .right .navMenu > li > a {
	padding-right: 10px;
	color: #763827;
	text-decoration: none;
	height: 40px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.topHolder .right .navMenu > li  > a > span {
	padding-top: 15px;
	display: block;
	float: left;
	height: 25px;
	background-repeat: repeat-x;
	background-position: bottom;
	color: #763827;
}



.topHolder .right ul.navMenu > li:hover {
	font-size: 12px;
	color: #763827;
	padding-left: 10px;
	display: block;
	height: 40px;
	background-image: url(images/layout/menu_tab_leftright.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.topHolder .right .navMenu > li:hover a {
	padding-right: 10px;
	color: #763827;
	text-decoration: none;
	height: 40px;
	display: block;
	background-image: url(images/layout/menu_tab_leftright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.topHolder .right .navMenu > li:hover a span {
	padding-top: 15px;
	display: block;
	float: left;
	height: 25px;
	background-image: url(images/layout/menu_tab_middle.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
}

.topHolder .right .numberHolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #763828;
	float: right;
	height: 25px;
	width: 240px;
	text-transform: uppercase;
	text-align: right;
}

.topHolder .right .numberHolder strong {
	font-weight: normal;
	color: #47908C;
}
.imageMenuArea {
	background-image: url(images/layout/image_area.png);
	height: 356px;
	width: 856px;
	margin-top: -5px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	position: relative;
}
.footer {
	background-image: url(images/layout/footer_repeat.png);
	height: 130px;
	width: 100%;
	z-index: 50;
	position: relative;
}
.footer .text {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 11px;
	color: #763828;
	padding-top: 25px;
}
.footer .text strong {
	font-weight: normal;
	color: #2C1410;
}
.footer .text .left {
	float: left;
	width: 200px;
	text-align: left;
}
input.small  {
	font-size: 11px;
	background-image: url(images/forms/small_input.png);
	height: 15px;
	width: 175px;
	padding-top: 3px;
	background-color: transparent;
	border: 0px none transparent;
	padding-left: 5px;
	color: #2D1510;
}

.footer .text .left a {
	font-size: 11px;
	color: #763828;
	text-decoration: none;
}

.imageMenuArea img.top {
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: 0;
}
.imageMenuArea .overlayText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	right: 50px;
	position: absolute;
	z-index: 3;
	height: 40px;
	width: 215px;
	text-align: right;
	top: 200px;
}
.imageMenuArea .overlayText span {
	font-size: 15px;
	font-weight: bold;
}
.imageMenuArea  .overlayText    strong.blue {
	color: #A7D8D7;
	font-weight: normal;
}
.imageMenuArea   a.featured_property_link  {
	background-image: url(images/graphics/featured_property_link.png);
	height: 156px;
	width: 232px;
	z-index: 99999999;
	top: 8px;
	right: 8px;
	display: block;
	position: absolute;
	text-indent: -500000em;
}
.imageMenuArea .brownBox {
	background-image: url(images/layout/brown_box_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
	width: 210px;
	left: -13px;
	position: absolute;
	z-index: 2;
	bottom: -10px;
}

.imageMenuArea .brownBox h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	background-image: url(images/graphics/td_icon_creme.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-repeat: no-repeat;
	display: block;
	width: 160px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: 2px 4px;
}
.imageMenuArea .brownBox .dropdown {
	font-size: 11px;
	color: #2D1510;
	background-image: url(images/forms/dropdown_bg.png);
	height: 16px;
	width: 170px;
	padding-top: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
#wrapper .imageMenuArea .brownBox .dropdown ul {
	background-color: #EFEFE4;
	position: relative;
	z-index: 1000;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding: 0px;
	display: none;
}

#wrapper .imageMenuArea .brownBox .dropdown ul li {
	padding: 5px;
	list-style-type: none;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C9B99D;
	border-bottom-color: #C9B99D;
	border-left-color: #C9B99D;
}




.imageMenuArea ul.mainMenu {
	height: 70px;
	width: 650px;
	position: absolute;
	clip: rect(auto,auto,auto,auto);
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	right: 7px;
	bottom: 10px;
	z-index: 2;
}
.imageMenuArea .mainMenu li {
	background-image: url(images/layout/nav_top_div.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	height: 70px;
	padding-right: 20px;
	padding-left: 10px;
	display: block;
	position: relative;
	z-index: 4;
	color: #000000;
}
.imageMenuArea .mainMenu li.last {
	background-image: none;

}
.imageMenuArea .mainMenu li a {
	text-decoration: none;
	font-size: 11px;
	color: #763828;
}
.imageMenuArea .mainMenu li a img {
	margin-top: 5px;
	border: 0px none transparent;
}

.imageMenuArea .mainMenu li a span {
	font-size: 14px;
	margin-top: 5px;
	background-image: url(images/graphics/top_nav_ico.png);
	display: block;
	height: 20px;
	padding-left: 30px;
	background-repeat: no-repeat;
	padding-top: 4px;
	margin-left: -4px;
}

.imageMenuArea .mainMenu li a strong {
	font-size: 19px;
	font-weight: normal;
	color: #3D8A86;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -2px;
}

.contentAreaHolder {
	width: 857px;
	float: left;
	background-position: center;
	margin-top: 20px;
	background-image: url(images/layout/bg_repeat_content.png);
	background-repeat: repeat-y;
}

.contentArea {
	width: 857px;
	float: left;
	position: relative;
	background-position: center;
	top: 0px;
	bottom: 0px;
	height:inherit;
		background-repeat: no-repeat;
	background-image: none;
}
.contentArea  .contentLeft#large {
	background-image: url(images/layout/bg_content_splitter.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 530px;
	z-index: 0;
	margin-top: -50px;
	margin-bottom: -40px;
	left: 20px;
	padding: 0px;
}

.contentArea  .topgrad {
	background-image: url(images/layout/content_top_trans.png);
	background-repeat: repeat-x;
	width: 860px;
	position: relative;
	z-index: 1;
	top: 0px;
	background-position: top;
	height: 50px;
}
.contentArea .contentLeft {
	background-image: url(images/layout/bg_content_splitter.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 520px;
	padding-top: 30px;
	position: relative;
	z-index: 0;
	left: 30px;
	top: 0px;
	padding-bottom: 30px;
	margin-top: -50px;
	margin-bottom: -50px;
}
.contentArea .contentLeft .text {
	z-index: 100;
	width: 470px;
	position: relative;
	visibility: visible;
}
.contentArea .contentLeft#large .propertyView {
	z-index: 100;
	width: 514px;
	position: relative;
	visibility: visible;
	margin-top: 30px;
}
.contentArea .contentLeft#large .propertyView .middle .images {
	width: 212px;
	margin-right: 10px;
	float: left;
	position: relative;
}
.contentArea .contentLeft#large .propertyView .middle p {
	display: block;
	float: left;
	width: 469px;
	margin-top: 10px;
	font-size: 11px;
	color: #763827;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.contentArea  .contentLeft#large  .propertyView  .middle  h4  {
	font-size: 13px;
	color: #3D8A86;
	display: block;
	width: 469px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.contentArea  .contentLeft#large  .propertyView  a.styled {
	font-size: 12px;
	margin-top: 10px;
	background-image: url(images/graphics/right_nav_ico.png);
	display: block;
	height: 18px;
	padding-left: 23px;
	background-repeat: no-repeat;
	padding-top: 1px;
	color: #763829;
	text-decoration: none;
	float: left;
}

.contentArea .contentLeft#large .propertyView .middle .keyinfo {
	float: left;
	width: 240px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 12px;
	color: #763827;
	line-height: 18px;
}
.contentArea .contentLeft#large .propertyView .middle .keyinfo .divider {
	background-image: url(images/layout/dotted_div.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 5px;
	width: 100%;
	padding-top: 10px;
}
.contentArea  .contentLeft#large  .propertyView  .middle  .keyinfo  strong.styled {
	color: #3D8A86;
	font-weight: normal;
}

.contentArea .contentLeft#large .propertyView .middle .keyinfo span.left {
	display: block;
	float: left;
	width: 75px;
	font-weight: bold;
}
.contentArea  .contentLeft#large  .propertyView  .middle  .keyinfo  span.left strong {
	font-weight: bold;
}


.contentArea .contentLeft#large .propertyView .middle .images img.main {
	background-image: url(images/layout/view_property_img_bg.png);
	display: block;
	padding: 7px;
	height: 133px;
	width: 198px;
	position: relative;
	left: 0px;
	top: 0px;
	float:left;
}
.contentArea .contentLeft#large .propertyView .middle .images img.thumb {
	height: 29px;
	width: 29px;
	border: 1px solid #FFFFFF;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 6px;
}
.contentArea .contentLeft#large .propertyView h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #763827;
	background-image: url(images/graphics/td_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 5px;
}

.contentArea #large .propertyView .top {
	background-image: url(images/layout/property_view_box_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	width: 514px;
}
.contentArea  .contentLeft#large  .propertyView  .bottom {
	background-image: url(images/layout/property_view_box_btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 514px;
}

.contentArea  .contentLeft#large  .propertyView .middle {
	background-image: url(images/layout/property_view_box_middle.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 474px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.contentArea .filterbox {
	background-image: url(images/graphics/filter_box.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 270px;
	top: -42px;
	position: absolute;
	height: 60px;
	width: 250px;
}



#wrapper .contentAreaHolder .contentArea h2 {
	font-size: 19px;
	font-weight: normal;
	color: #3D8A86;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.clear {
	clear: both;
}









a {
  outline: none;
}

.dropShadow strong {
	color: #000000;
		font-weight: normal;

}
.contentArea .btmGrad {
	background-image: url(images/layout/content_btm_trans.png);
	background-repeat: repeat-x;
	width: 860px;
	position: relative;
	z-index: 1;
	background-position: bottom;
	height: 50px;
	left: 0px;
	margin-top: -30px;
}
.contentArea  .contentLeft  .text  .contentBox  {
	background-image: url(images/layout/content_box.png);
	height: 186px;
	width: 216px;
}
.contentArea  .contentLeft  .text  .contentBox p {
	display: block;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 0px;
	color: #763829;
	font-size: 11px;
}

.contentAreaHolder .contentArea .contentLeft .text .contentBox h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #763828;
	background-image: url(images/graphics/td_icon.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-repeat: no-repeat;
	display: block;
	width: 160px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: 2px 4px;
}

.contentArea .contentLeft .text .contentBox.left.bottom {
	float: left;
	margin-bottom: -30px;
}
.contentArea .contentLeft .text .contentBox.right.bottom {
	float: right;
	margin-bottom: -30px;
}




.titlepadder {
	height: 1px;
	padding-bottom: 8px;	
}

.tabs_section {
	position: relative;
	top: -28px;
}

.tabs_holder a {
	display: block;
	height: 27px;
	float: left;
}







.contentArea .contentRight {
	width: 260px;
	position: absolute;
	z-index: 1001;
	top: 30px;
	right: 20px;
	padding-left: 10px;
}
.contentArea  .contentRight  span.address  {
	font-size: 12px;
	color: #2D1510;
	background-image: url(images/icons/building.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-left: 30px;
	display: block;
	width: 250px;
	border-bottom-style: none;
}
.contentArea .contentRight span.mobile {
	font-size: 12px;
	color: #2D1510;
	background-image: url(images/icons/phone.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-left: 30px;
	display: block;
	width: 250px;
	border-bottom-style: none;
}
.contentArea .contentRight span.email {
	font-size: 12px;
	color: #2D1510;
	background-image: url(images/icons/email.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-left: 30px;
	display: block;
	width: 250px;
	border-bottom-style: none;
}
.contentArea  .contentRight  span  a {
	font-weight: bold;
	color: #3D8A86;
	text-decoration: none;
}


.contentArea .contentRight .div {
	background-image: url(images/layout/dotted_div.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 10px;
	width: 280px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.contentArea .contentRight .propertyDiv {
	background-image: url(images/layout/dotted_div.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 95%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #763829;
	font-size: 11px;
}
.contentArea .contentRight .propertyDiv.last {
	background-image: none;
}
.contentAreaHolder .contentArea .maintext {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 100001;
	margin-top: -30px;
}
.contactForm input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2D1510;
	background-color: #F2F2F2;
	height: 18px;
	width: 200px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #D5CFBD;
	margin-bottom: 15px;
}
.contactForm label {
	font-size: 15px;
	display: block;
	width: 200px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #763829;
}
.contactForm  input[type=submit] {
	font-size: 14px;
	color: #2D1510;
	background-color: transparent;
	background-image: url(images/graphics/right_nav_ico.png);
	background-repeat: no-repeat;
	background-position: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 30px;
}
.contactForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2D1510;
	background-color: #F2F2F2;
	height: 70px;
	width: 460px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #D5CFBD;
	margin-bottom: 15px;
}



.contactForm input[type=text]:focus {
	background-color: #E4E1D6;
	border: 1px solid #D5CFBD;
}




.contentArea  .contentRight  .propertyDiv strong {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}
.contentArea .contentRight .propertyDiv img.thumb {
	background-color: #FFFFFF;
	padding: 1px;
	float: left;
	margin-right: 10px;
}
.contentArea  .contentRight  .propertyDiv a {
	font-size: 12px;
	margin-top: 5px;
	background-image: url(images/graphics/right_nav_ico.png);
	display: block;
	height: 18px;
	padding-left: 23px;
	background-repeat: no-repeat;
	padding-top: 1px;
	margin-left: -4px;
	color: #763829;
	text-decoration: none;
	float: left;
}
.contentArea .contentRight .propertyDiv a strong {
	font-weight: bold;
	display: inline;
	float: none;
}
.contentArea  .contentLeft  .contentBox  a.bullet {
	font-size: 12px;
	margin-top: 5px;
	background-image: url(images/graphics/right_nav_ico.png);
	display: block;
	height: 18px;
	padding-left: 23px;
	background-repeat: no-repeat;
	padding-top: 1px;
	margin-left: auto;
	color: #763829;
	text-decoration: none;
	width: 170px;
	margin-right: auto;
}
a.pagination {
	color: #763828;
	text-decoration: none;
	background-color: #DED3C1;
	padding: 3px;
	border: 1px solid #CFBEAC;
	display: block;
	float: left;
	margin-right: 5px;
}
a.pagination:hover {
	color: #763828;
	text-decoration: none;
	background-color: #CFBEAC;
	padding: 3px;
	border: 1px solid #763828;
	display: block;
	float: left;
	margin-right: 5px;
}
a.pagination.selected {
	color: #DED3C1;
	text-decoration: none;
	background-color: #763828;
	padding: 3px;
	border: 1px solid #DED3C1;
	display: block;
	float: left;
	margin-right: 5px;
}



.imageMenuArea  .brownBox a.submit {
	font-size: 14px;
	margin-top: 10px;
	background-image: url(images/graphics/dark_nav_ico.png);
	display: block;
	height: 18px;
	padding-left: 23px;
	background-repeat: no-repeat;
	padding-top: 1px;
	margin-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
.contentArea .contentRight span.tel {
	font-size: 12px;
	color: #2D1510;
	background-image: url(images/icons/telephone.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-left: 30px;
	display: block;
	width: 250px;
	border-bottom-style: none;
	margin-top: 6px;
}
.contentArea .contentRight span.fax {
	font-size: 12px;
	color: #2D1510;
	background-image: url(images/icons/printer.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-left: 30px;
	display: block;
	width: 250px;
	border-bottom-style: none;
	margin-top: 6px;
}
.contactForm textarea:focus {
	background-color: #E4E1D6;
	border: 1px solid #D5CFBD;
}


















/* FORM VALIDATION */
	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			#debugMode{
				background:#000;
				position:fixed;
				width:100%; height:200px;
				top:0; left:0;
				overflow:scroll;
				opacity:0.8;
				display:block;
				padding:10px;
				color:#fff;
				font-size:14px;
				z-index:100000;
			}
h3.header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DFD5C4;
	cursor: pointer;
}

		
			.ajaxSubmit{
	padding:10px;
	border:1px solid #009900;
	display:none;
	background-color: #CAFFCA;
	float: right;
	width: 460px;
}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {
	background-color: #77DB81;
}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
	position:absolute;
	bottom:0;
	left:20px;
	width:15px;
	height:15px;
	z-index:500111;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{
	background-color: #00FF66;
}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
img.plan {
	border: 2px solid #DCD3C8;
}

				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
div.cmf-skinned-text {
	color:#2D1510;
	width: 170px;
	padding-left: 5px;
	padding-top: 3px;
}
div.cmf-skinned-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #763829;
	background-color: transparent;
	background-image: url(images/forms/dropdown_bg.png);
	margin-top: 10px;
	border: 0px none transparent;
	background-repeat: no-repeat;
	width: 180px;
	height: 25px;
	margin-right: 10px;
	margin-left: 15px;
}



.imageMenuArea .brownBox select {
	font-size: 11px;
	color: #2D1510;
	background-image: url(images/forms/dropdown_bg.png);
	height: 20px;
	width: 185px;
	cursor: pointer;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imageMenuArea .brownBox input[type=submit] {
	font-size: 14px;
	margin-top: 10px;
	background-image: url(images/graphics/dark_nav_ico.png);
	display: block;
	height: 18px;
	padding-left: 23px;
	background-repeat: no-repeat;
	padding-top: 1px;
	margin-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}







.mainMenu select{
	background-color:transparent;
	border:0px none transparent;
	height: 22px;
	width: 165px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E1610;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.mainMenu div.cmf-skinned-text {
	color:#2E1610;
	width: 150px;
	padding-left: 5px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mainMenu div.cmf-skinned-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #763829;
	background-color: transparent;
	background-image: url(images/forms/dropdown_bg_dark.png);
	border: 0px none transparent;
	background-repeat: no-repeat;
	width: 160px;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.filterbox select {
	background-color:transparent;
	border:0px none transparent;
	height: 22px;
	width: 183px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E1610;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.filterbox div.cmf-skinned-text {
	color:#2E1610;
	width: 160px;
	padding-left: 5px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.filterbox div.cmf-skinned-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #763829;
	background-color: transparent;
	background-image: url(images/forms/dropdown_bg.png);
	border: 0px none transparent;
	background-repeat: no-repeat;
	width: 189px;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
}

.featured_property  {
	background-image: url(images/layout/content_box.png);
	height: 186px;
	width: 216px;
	float: right;
	position: relative;
	margin: 40px 20px 0 0;
	z-index: 10;
	clear: both;
}.imageMenuArea .brown_content {
	background-image: url(images/layout/content_box.png);
	height: 186px;
	width: 216px;
	position: absolute;
	z-index: 2;
	right: 45px;
	bottom: 83px;
}


.formAvailabilityHolder {
	height: 30px;
	width: 180px;
	float: right;
	position: relative;
	margin-top: -20px;	
	margin-right: 20px;
}




.formAvailabilityHolder div.cmf-skinned-text {
	color:#2E1610;
	width: 150px;
	padding-left: 5px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formAvailabilityHolder div.cmf-skinned-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #763829;
	background-color: transparent;
	background-image: url(images/forms/dropdown_bg_dark.png);
	border: 0px none transparent;
	background-repeat: no-repeat;
	width: 160px;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}





