html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li,
abbr, acronym, address, b, big, blockquote,
cite, code, del, dfn, em, i, ins, kbd, pre, q,
samp, tt, var, small, strong, sub, sup,
object, iframe, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  background: transparent; 
}

form #ldcontent {display:none;visibility:hidden;}
.clearfix {clear:both;}

html, body {
	height:100%;
	margin:0 0 1px;
}
body {
	background:#f1ecdf url(../images/ld-bkg.jpg);
}
a {
  color:#002b54;
}

@font-face {
	font-family: 'BauhausStdMedium';
	src: url('bauhausstd_medium-webfont.eot');
	src: local('â˜º'), url('bauhausstd_medium-webfont.woff') format('woff'), url('bauhausstd_medium-webfont.ttf') format('truetype'), url('bauhausstd_medium-webfont.svg#webfontinhYJvEP') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BauhausStdLight';
	src: url('bauhausstd_light-webfont.eot');
	src: local('â˜º'), url('bauhausstd_light-webfont.woff') format('woff'), url('bauhausstd_light-webfont.ttf') format('truetype'), url('bauhausstd_light-webfont.svg#webfontKLc1g9ve') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BauhausStdHeavy';
	src: url('bauhausstd_heavy-webfont.eot');
	src: local('â˜º'), url('bauhausstd_heavy-webfont.woff') format('woff'), url('bauhausstd_heavy-webfont.ttf') format('truetype'), url('bauhausstd_heavy-webfont.svg#webfont04JEBIGy') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BauhausStdDemi';
	src: url('bauhausstd_demi-webfont.eot');
	src: local('â˜º'), url('bauhausstd_demi-webfont.woff') format('woff'), url('bauhausstd_demi-webfont.ttf') format('truetype'), url('bauhausstd_demi-webfont.svg#webfontlJ1lhH9X') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BauhausStdBold';
	src: url('bauhausstd_bold-webfont.eot');
	src: local('â˜º'), url('bauhausstd_bold-webfont.woff') format('woff'), url('bauhausstd_bold-webfont.ttf') format('truetype'), url('bauhausstd_bold-webfont.svg#webfontYiLM99XR') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--BUTTONS--*/

.button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  margin:30px 7px;
  text-decoration: none;
  cursor:pointer;
  padding: 7px 12px;
  -moz-box-shadow: 0px 1px 2px #8f7a8a;
	-webkit-box-shadow: 0px 1px 2px #8f7a8a;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#8f7a8a,direction=180,strength=5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  border-radius: 5px;
	behavior: url(border-radius.htc);

}
.button:active {
  -moz-box-shadow: none;
	-webkit-box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#b5a8b3,direction=180,strength=0);
}
.orange {
 	color: #ffffff;
	border:1px solid #dc690b;
  background:#dc690b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f48326),color-stop(1, #dc690b));
  background: -moz-linear-gradient(top, #f48326, #dc690b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f48326, endColorStr=#dc690b);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f48326, endColorstr=#dc690b)";
}
.orange:hover {
  background:#f69546;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f69546),color-stop(1, #dc690b));
  background: -moz-linear-gradient(top, #f69546, #dc690b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f69546, endColorStr=#dc690b);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f69546, endColorstr=#dc690b)";
}
.orange:active {
  color:#ececec;
  background:#dc690b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dc690b),color-stop(1, #f48326));
  background: -moz-linear-gradient(top, #dc690b, #f48326);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#dc690b, endColorStr=#f48326);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dc690b, endColorstr=#f48326)";
}
.blue {
  color: #ffffff;
	border:1px solid #002b54;
  background:#002b54;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #335d84),color-stop(1, #002b54));
  background: -moz-linear-gradient(top, #335d84, #002b54);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#335d84, endColorStr=#002b54);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#335d84, endColorstr=#002b54)";
}
.blue:hover {
  background:#3c6e9d;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c6e9d),color-stop(1, #002b54));
  background: -moz-linear-gradient(top, #3c6e9d, #002b54);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3c6e9d, endColorStr=#002b54);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c6e9d, endColorstr=#002b54)";
}
.blue:active {
  color:#ececec;
  background:#002b54;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #335d84),color-stop(1, #002b54));
  background: -moz-linear-gradient(top, #335d84, #002b54);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#335d84, endColorStr=#002b54);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#335d84, endColorstr=#002b54)";
}
#browse-dwellings {
	margin-top:25px;
	padding: 12px 15px 10px 15px;
}
a.view-details {
	font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
	position:relative;
	font-size:12px;
	padding: 3px 26px 3px 10px;
	float:right;
	margin:0 12px;
	text-shadow:none;
}
#view-details-arrow1, #view-details-arrow2, #view-details-arrow3 {
	position:absolute;
	top:-1px; left:82px;
}
#request-showing {
	position:relative;
	font-size:12px;
	padding: 3px 10px;
	float:right;
	margin:2px 32px 0 12px;
	text-shadow: 0px -2px 3px #002b54;
}
#info-sheet {
	position:relative;
	font-size:12px;
	padding: 3px 10px;
	float:right;
	margin:12px 32px 0 12px;
	text-shadow: 0px -2px 3px #002b54;
}
#ld-info {
	padding:15px;
}

/* HEADER */

#header {
	width:100%;
	height:125px;
	margin:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #335d84),color-stop(1, #002b54)); 
  background: -moz-linear-gradient(top, #335d84, #002b54);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#335d84, endColorStr=#002b54);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#335d84, endColorstr=#002b54)";
}
#header-content {
  position:relative;
  width:880px;
  height:125px;
  margin:auto;
}
#header-content img#logo {
  margin-top:23px;
  float:left;
}
#header-content h3 {
	float:right;
	color:white;
	margin:50px 25px 0 0;
	font-size:16px;
	font-weight:800;
}
#main {
	width:888px;
  padding-top:35px;
  margin:auto;
}
.content {
  width:900px;
  height:auto;
  margin:auto;
}
.frtpg {
	margin-top:40px;
}
#browse-content {
	min-height:600px;
	max-height:1300px;
}
#coming-soon p.bungalowcontact {
	text-align:center;
	font-size:18px;
	font-weight:800;
	margin-bottom:10px;
}
#coming-soon {
	width:900px;
	min-height:589px;
	padding-top:10px;
}
div.futuredwellings {
	height:869px;
}
#content h6 {
	font-size:42px;
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
  color:#9e957f;
  line-height:64px;
	text-shadow:0 1px white;
}
#coming-soon h5 {
	font-size:26px;
	text-align:center;
	color:#b6ac8a;
	text-shadow:0 1px white;
}
#coming-soon h4 {
	color:#002b54;
	font-weight:bold;
	margin-top:25px;
	text-align:center;
	font-size:20px;
}
#coming-soon p {
	font-family:arial;
	margin:8px;
	text-align:center;
	font-size:16px;
	color:#968c6a;
}
#coming-soon a {
	color:#565c4a;
}
#coming-soon a:hover {
	color:#002b54;
}
#action-box {
  float:left;
  width:350px;
  height:320px;
  margin-bottom:50px;
}
#big-logo {
	float:left;
	margin:30px 0 15px 0;
}
#slideshow-box {
  float:right;
  width:550px;
  height:330px;
  margin-bottom:50px;
  background: url(../images/photo-bkg.png) 24px 0 no-repeat;
  overflow:hidden;
}
a.written-links {
	float:left;
	margin-top:30px;
	height:40px;
	text-indent:-999em;
}
#dwellings {
	width:185px;
  background: url(../images/writing-sprite.png) no-repeat;
}
#dwellings:hover {
	background-position: 0 -40px;
}
#dwellings:active {
	background-position: 0 -80px;
}
#contact {
	margin-left:15px;
	width:130px;
  background: url(../images/writing-sprite.png) -185px 0 no-repeat;
}
#contact:hover {
	background-position: -185px -40px;
}
#contact:active {
	background-position: -185px -80px;
}
#ld-info h1 {
	font-size:32px;
	margin-bottom:6px;
	color:#524a36;
	line-height:34px;
	font-family:'BauhausStdMedium';
}
#ld-info h4 {
	font-size:18px;
	color:#002b54;
	line-height:24px;
	text-shadow:0 1px white;
	font-weight:bold;
}
#ld-info p {
	color:#726a56;
	font-size:15px;
	line-height:19px;
}
#ld-info ul, #ld-info ul li {
	list-style:none;
	margin:15px 0;
}
#ld-info ul li p {
	font-size:20px;
	margin:0 0 20px 0;
}
#ld-info a {
	font-size:16px;
	color:#726a56;
}
#ld-info a:hover {
	color:#524a36;
}
#ld-info div {
	margin-bottom:35px;
}
#ld-info a.button {
	float:left;
	margin:20px 0 0px 0;
	color:white;
	font-weight:bold;
	text-shadow: 0 1px rgba(0,0,0,.5);
	font-size:14px;
}
/* NAVIGATION TABS */

ul.tabs {
  position:absolute;
  bottom:0;
  right:12px;
  list-style:none;
  margin:0;
  padding:0;
}
ul.tabs li {
  position:relative;
  float:left;
  margin:0;
  padding:0;
  background: url(../images/tab-bkg.png);
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
}
ul.tabs li a {
  display:block;
  font-family:'BauhausStdMedium';
  padding:10px 13px 4px 32px;
  font-size:16px;
  text-decoration:none;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(0, 0, 0, 0.0)), to(rgba(0, 0, 0, 0.1)));
	background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1));
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
}
ul.tabs li a:hover {
  background:#f1ede1;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(0, 0, 0, 0.0)), to(rgba(0, 0, 0, 0.15)));
	background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.15));
}
ul.tabs li a.current {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}
ul.tabs li {
  margin:0 0 0 1px;
}
ul.tabs li img.door-icon {
  position:absolute;
  top:8px;
  left:10px;
}
ul.tabs #contact_tab a {
  color:white;
  background:#e87719;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(#e87719), to(#f8b779));
	background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1));
	text-shadow: 0 1px #a84719;
	font-weight:400;
}

/* FOOTER */

#footer {
	width:100%;
	height:120px;
}
     #footer-content {
        position:relative;
        width:930px;
        height:120px;
        margin:auto;
      }
      #footer-content h3 {
      	color:#726a56;
      	float:left;
      	margin:20px 0px 0 35px;
      	font-size:18px;
      	font-weight:800;
      	text-shadow: 0 1px #ffffff;
      }
#footer-logo {
  float:right;
  margin-top:10px;
  margin-right:50px;
}
ul.footer-links {
	position:absolute;
	bottom:10px;
	left:50px;
	height:20px;
	width:810px;
	list-style:none;
	clear:both;
}
ul.footer-links li {
	float:left;
	list-style:none;
}
ul.footer-links li a {
	font-size:12px;
	padding:2px 7px;
	color:#a9a592;
	border-right:1px solid #d2cdbf;
	border-left:1px solid #fff;
	text-decoration:none;
	text-shadow: 0 1px white;
}
ul.footer-links li a:hover {
	color:#78705d;
	text-decoration:underline;
}
ul.footer-links li a#lastright {
	border-right:none;
}
ul.footer-links li a#firstleft {
	border-left:none;
}
#browse-content #footer {
  float:left;
  margin-top:30px;
}
ul.social-links {
  float:left;
  margin-top:0px;
  list-style:none;
}
      ul.social-links li {
        float:left;
        margin:15px;
      }
      ul.social-links li a.social-icons {
        text-indent:-999em;
        display:block;
        width:32px;
        height:32px;
        background-position: 0 -32px;
      }
      #facebook { background: url(../images/icon-facebook.png) 0 -32px no-repeat;}
      #twitter {background: url(../images/icon-twitter.png) 0 -32px no-repeat;}
      #email {background: url(../images/icon-email.png) 0 -32px no-repeat;}
      #newsletter {background: url(../images/icon-newsletter.png) 0 -32px no-repeat;}
      #facebook:hover, #twitter:hover, #email:hover, #newsletter:hover {background-position:  0 0;}
    
/* BROWSE DWELLINGS PAGE */
     
#dwelling-nav {
	width:320px;
  margin-right:40px;
	float:left;
  margin-bottom:30px;
}
#property-info {
  position:relative;
	width:540px;
	float:left;
}
#dwelling-nav h2 {
  font-family:'BauhausStdMedium';
	font-size:24px;
	color:#002b54;
	margin-left:12px;
	line-height:26px;
	text-shadow: 0px 1px 3px #fbfbfb;
}
div.pane {
	position:relative;
	width:490px;
	padding: 15px 10px;
	background:white;
	display: none;
}
div.property-panes h2 {
	color:#002b54;
	font-size:16px;
	float:left;
	font-weight:bold;
	width:400px;
	margin-left:8px;
}
.property-city {
	color:#b2a681;
	font-weight:normal;
	font-size:14px;
}
div.property-panes h2 span.address {
	font-size:18px;
}
div.property-panes #property-control {
	float:left;
	margin-top:13px;
	margin-left:4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  border-radius: 5px;
}
#property-control h3 {
	float:left;
	font-size:14px;
	color:#4a432e;
	font-weight:800;
	padding:1px 8px;
	line-height:21px;
	height:22px;
	border-right: 1px solid #fff;
}
div.addthis_toolbox {
  position:absolute;
  right:32px;
  top:4px;
}
div.addthis_toolbox a {
  font-size:14px;
  line-height:14px;
  font-weight:normal;
  text-shadow:0 1px #fff;
}
ul.property-tabs {
	float:left;
 	list-style:none;
}
ul.property-tabs li {
	float:left;
	list-style:none;
}
ul.property-tabs li a {
	display:block;
	width:125px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#5f563b;
	font-weight:bold;
  margin-right:1px;
  text-align:center;
	text-shadow: 0 1px #ece9e0;
	border-left:1px solid #c5bca1;
	border-right:1px solid #c5bca1;
	border-top:1px solid #c5bca1;
	padding:7px 0 6px 0;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
  background:#d2cbb6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e2dbd6),color-stop(1, #d2cbb6)); 
  background: -moz-linear-gradient(top, #e2dbd6, #d2cbb6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e2dbd6, endColorStr=#d2cbb6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e2dbd6, endColorstr=#d2cbb6)";
}
ul.property-tabs li a:hover {
	color:#554d34;
	background:#c5bca1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e2dbd6),color-stop(1, #c5bca1)); 
  background: -moz-linear-gradient(top, #e2dbd6, #c5bca1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e2dbd6, endColorStr=#c5bca1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e2dbd6, endColorstr=#c5bca1)";
}
ul.property-tabs li a:active, ul.property-tabs li a.current {
	background:white;
	text-shadow:none;
}
ul.property-tabs li a.requestashowing {
	padding-left:3px;
	color:white;
	text-shadow:0 1px #b9450c;
	border-top:1px solid #f58426;
	border-left:1px solid #d9650c;
	border-right:1px solid #d9650c;
	background:#f58426;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f58426),color-stop(1, #d9650c)); 
  background: -moz-linear-gradient(top, #f58426, #d9650c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f58426, endColorStr=#d9650c);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f58426, endColorstr=#d9650c)";
}
div.info-pages {
	float:left;
	width:512px;
	margin-left:4px;
	background:white;
	border-left:1px solid #c5bca1;
	border-right:1px solid #c5bca1;
	border-bottom:1px solid #c5bca1;
}
.overview-bold {
	font-weight:bold;
}
ul.finder {
  list-style:none;
  width:290px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background:white;
  -moz-box-shadow: 0 0 5px #c5bca1;
  -webkit-box-shadow: 0 0 5px #c5bca1;
  box-shadow: 0 0 5px #c5bca1;
  border:1px solid #c5bca1;
}
ul.finder a {
	text-decoration:none;
}
ul.finder li {
	position:relative;
	list-style:none;
	width:275px;
	height:90px;
	padding:10px 5px 10px 10px;
	text-align:center;
	font-size:12px;
	font-family: arial, sans-serif;
  border-top:1px solid #ccc;
  border-bottom:1px solid #efefef;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),color-stop(1, #e6e3e3)); 
  background: -moz-linear-gradient(top, #ffffff, #e6e3e3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#e6e3e3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e3e3)";
}
ul.finder li.first {
	border-top:none;
	-moz-border-radius-topleft:8px;
  -moz-border-radius-topright:8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
ul.finder li.last {
	border-bottom:none;
	-moz-border-radius-bottomleft:8px;
  -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

ul.finder li:hover {
background:#eae6e6;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),color-stop(1, #d3d5e3)); 
  background: -moz-linear-gradient(top, #ffffff, #d3d5e3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#d3d5e3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#d3d5e3)";
}
img.finder-thumb {
	width:120px;
	height:80px;
	float:left;
	margin-right:12px;
  border: 4px solid #fff;
  cursor:pointer;
  -moz-box-shadow: 0px 1px 4px #8f7a8a;
	-webkit-box-shadow: 0px 1px 4px #8f7a8a;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#8f7a8a,direction=135,strength=3);
}
ul.finder li ul li {
  border:none;
  background:transparent;
}
ul.finder li h4 {
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:5px;
	color:#002b54;
}
ul.finder li ul.specs li {
	list-style:none;
	font-size:11px;
	height:18px;
	line-height:18px;
	padding:0;
	text-align:left;
	margin:0;
	color:#444;
	padding:1px;
}
ul.specs li.bedroom, ul.specs li.toilet, ul.specs li.floors, ul.specs li.bath {
	width:55px;
	float:left;
}
ul.specs li.bedroom {
	text-indent:28px;
	background: url(../images/icon-bedroom.gif) 3px 1px no-repeat;
}
ul.specs li.toilet {
	text-indent:28px;
	background: url(../images/icon-toilet.gif) 3px 2px no-repeat;
}
ul.specs li.floors {
	text-indent:28px;
	background: url(../images/icon-floors.gif) 3px 1px no-repeat ;
	padding-top:2px;
}
ul.specs li.bath {
	text-indent:28px;
	background:  url(../images/icon-bath.gif) 3px 2px no-repeat;
}
ul.finder li ul.specs {
	position:absolute;
	top:28px;
	left:146px;
	width:115px;
}
ul.finder li ul.specs li.spec-avail {
	margin-top:5px;
	clear:left;
	float:left;
	line-height:13px;
}
ul.finder li ul.specs li.spec-avail:hover {
	background:none;
}
div.information {
}
div.information ul {
	float:left;
}
div.information p {
	float:left;
	font-size:14px;
	margin:5px 15px;
	color:#5f563b;
	line-height:20px;
}
div.information ul li, div.map ul li, div.directions ul li {
	list-style:none;
	font-size:12px;
	line-height:14px;
	color:#5f563b;
	padding:5px 0 5px 3px;
	margin-bottom:3px;
	width:480px;
	border-bottom:1px solid #ccc4ab;
}
div.information h2, div.map h2, div.directions h2 {
	margin-bottom:4px;
}
div.information ul.info-body-list {
padding:0;
}
div.information ul.info-body-list li {
border: none;
list-style:inside none;
padding: 3px 15px;
width:100%;
display: block;
}
div.information ul.info-body-list li strong {
 font-weight: 600;
}
div.now-available {
	float:right;
	width:290px;
	height:70px;
	margin:10px 10px 0px 0;
}
div.information h1 {
	margin:0 5px 4px 0;
	color:#002b54;
	font-weight:bold;
	font-size:16px;
	width:155px;
	display:block;
	float:left;
}
img.contact-arrow {
	float:right;
}
div.now-available p {
	display:block;
	float:left;
	width:120px;
	color:#555;
	font-style:italic;
	font-weight:normal;
	font-size:10px;
	padding:0;
	margin:0;
  line-height:12px;
}
#ld-info ul li p.mailing {
	font-size:14px;
}
div.property-map {
	float:left;
	padding:0 0 0 5px;
}
div.property-map small a {
	font-size:12px;
}
div.pane h3 {
	font-size:16px;
	font-family:'Helvetica Neue', Helvetica, arial, sans-serif;
	margin-bottom:8px;
	color:#444;
}
form {
	margin-left:10px;
}
label {
	float:left;
	clear:both;
	color:#555;
	font-size:12px;
	margin-bottom:3px;
	font-weight:bold;
}
input.text { 
	float:left;
	clear:both;
	width:225px;
	height:20px;
	margin-bottom:12px;
	font-size:14px;
}
.submit-button {
	clear:both;
	float:left;
	margin:15px 0;
	font-size:14px;
	font-weight:bold;
	padding:6px 30px;
	height:32px;
	font-family:Arial, helvetica, sans-serif;
}
.thankyou-button {
	text-align:center;
	float:none;
	margin:auto;
}

div.thankyou h1 {
	text-align:center;
	font-size:36px;
	margin-bottom:10px;
	color:#5f563b;
	font-weight:bold;
}
div.thankyou p {
	text-align:center;
	font-size:18px;
	line-height:18px;
	margin-bottom:30px;
	color:#5f563b;
}
div.thankyou #big-logo {
	float:none;
	text-align:center;
	margin-bottom:50px;
}
div.thankyou {
	text-align:center;
}
.avail{
	margin-top:5px;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
}
.finder-text-box {
	float:right;
	width:130px;
	height:80px;
}
#ld-info {
	float:left;
	width:260px;
}
#contact-form {
	float:right;
	width:510px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background:white;
  -moz-box-shadow: 0 0 5px #c5bca1;
  -webkit-box-shadow: 0 0 5px #c5bca1;
  box-shadow: 0 0 5px #c5bca1;
  border:1px solid #c5bca1;
  padding:25px;
	margin:0 15px 30px 0;
}
#contact-form h2, div.property-panes .property-form h2 {
	font-size:28px;
	color:#002b54;
	margin-bottom:6px;
	font-weight:bold;
}
div.property-panes .property-form h2 {
	font-size:24px;
	margin-left:0;
	color:white;
 	border-bottom:none;
 	text-shadow: 0 1px #994708;
}
#contact-form form h3, div.property-panes .property-form h3 {
	clear:both;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 5px 0;
	color:#002b54;
	border-top:1px solid #ddd;
	padding:10px 0 5px 0;
}
div.property-panes .property-form {
	width:462px;
	padding:25px;
	background:url(../images/property-form.jpg) repeat-x;
}
#contact-form p, div.property-panes .property-form p {
	font-size:14px;
	color:#333;
	padding-bottom:16px;
	border-bottom:1px solid #bbb;
}
div.property-panes .property-form p {
	font-family:arial, helvetica, sans-serif;
	clear:both;
	border-bottom:none;
	color:#fbd4b6;
	font-weight:500;
	text-shadow: 0 1px #c95e0b;
}

#contact-form form, .property-form form {
	margin-top:20px;
	padding:0;
	margin-left:0;
}
ul.phones-box, ul.address-box {
	clear:both;
	display:block;
}
ul.phones-box li, ul.address-box li {
	float:left;
	margin-right:25px;
	list-style:none;
}
form ul.phones-box li input {
	width:130px;
}
form select {
	clear:both;
	float:left;
}
ul.address-box li {
	clear:none;
	float:left;
}
.streetaddress input{width:390px;}
.city input{width:180px;}
.state select{width:65px;}
.zip input{width:55px;}
.emailbox {width:235px;}
.namebox {width:235px;}


.optional {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	color:#aaa;
}
#contact-form-submit {
	clear:both;
	float:left;
	margin:35px 0 0 0;
	padding:6px 30px;
	height:32px;
	font-family:Arial, helvetica, sans-serif;
}
#contact-form-submit:active {
	margin-top:36px;
}
ul.buzz-tabs {
	position:absolute;
	top:120px;
	width:930px;
}
ul.buzz-tabs li {
	list-style:none;
	float:left;
	padding:5px 25px;
	border-right:1px solid #d2cbb6;
	text-shadow:0 1px white;
}
ul.buzz-tabs li a {
	color:#b9ae8b;
	text-decoration:none;
}
ul.buzz-tabs li a:hover {
	color:#002b54;
}
.buzz-panes {
	width:930px;
	height:600px;
	margin-top:60px;
}
div.property-form {
	padding-bottom:20px;
}

table {
	margin:10px;
	float:left;
	width:160px;
}
tr {
	padding:4px;
	margin:0;
}
thead {
	color:#002b54;
	font-size:16px;
	font-style:bold;
}
td {
	padding:4px 2px;
}
thead td {
	border-bottom:1px solid #002b54;
}
tbody td {
	font-size:12px;
	color:#5f563b;
	border-bottom:1px solid #ccc;
}
img.overview-pic {
	width:285px;
	height:215px;
	float:right;
	margin:5px 10px;
	border:1px solid #5f563b;
}
p.future {
	margin-top:60px;
}
blockquote {
	float:right;
	width:270px;
	font-size:16px;
	line-height:17px;
	font-style:italic;
	font-weight:bold;
	font-family:'Baskerville', 'Times New Roman', Times, serif;
	color:#002b54;
	margin:15px 15px 15px 0;
	text-indent:-11px;
}
#paperwork {
	float:left;
	margin-top:30px;
}
#paperwork ul li {
	font-weight:bold;
	color:#002b54;
}
.csoon {
	font-style:italic;
	size:12px;
	color:#999;
	font-weight:normal;
}
select.select-repair {
	margin-bottom:15px;
}
#check-box {
	clear:left;
	width:160px;
	float:left;
	font-size:14px;
	line-height:32px;
	color:#666;
}
contact-form textarea, .property-form textarea {
	float:right;
	margin-left:25px;
	width:310px;
	font-size:14px;
	padding:4px;
}
#contact-form textarea.commentarea {
	width:300px;
}
#contact-form textarea.repairtext {
	margin-left:25px;
	float:right;
}
select.choosedwelling, select.contactreferral {
	margin-bottom:15px;
}
#contact-form textarea.addcomment {
	float:left;
	margin:0;
	width:500px;
	font-size:14px;
	padding:4px;
}
.property-form textarea.addcomment {
	width:440px;
	font-size:14px;
	color:#888;
}
div.addthis_toolbox a {
	padding-left:24px;
	background:url(../images/plus.png) no-repeat;
}
ul.sb-links {
	float:left;
	padding:0;
	margin:10px 0 0 0;
	list-style:none;
}
ul.sb-links li {
	list-style:none;
	margin-bottom:22px;
	text-align:center:
}
ul.sb-links li a,ul.sb-links li a:link, ul.sb-links li a:visited  {
	display:block;
	text-align:center;
	margin:0 auto;
	font-weight:600;
	color:#002b54;
}
ul.sb-links li a img{
max-width:150px;

}
.sblinkbox {
	float:left;
	margin:35px 0;
	padding:0 65px;
}
#coming-soon .sblinkbox h4 {
	margin:0 0 20px 0;
	line-height:16px;
	padding:0;
}
.lastbox {
	border-right:none;
}
div.thankyou {
	min-height:400px;
}
.social-ad {
	float:left;
}
.social-ad-info {
	float:right;
	width:360px;
	margin-top:15px;
	text-align:left;
}
.social-ad-info h2 {
	font-size:20px;
	color:#002b54;
	font-weight:800;
}
#content div.social-ad-info p {
	text-align:left;
	padding:0;
	margin: 5px 0;
}
ul.social-info {
	list-style:none;
	margin:15px 0;
}
ul.social-info li {
	list-style:none;
	margin:6px 0;
}
div.show-gallery {
	width:825px;
	margin:0 20px 40px 20px;
	background:white;
	padding:0;
	-moz-box-shadow: 0px 1px 2px #8f7a8a;
	-webkit-box-shadow: 0px 1px 2px #8f7a8a;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#8f7a8a,direction=180,strength=5);
}
div.show-gallery h1 {
	background:#002b54;
	padding:13px 20px 7px 20px;
	text-align:center;
	color:white;
	font-size:24px;
	line-height:22px;
	font-family:'BauhausStdLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow:0 1px #222;
}
.title-notes {
	font-size:14px;
	font-family:'Helvetica Neue', helvetica, arial, sans-serif;
	font-style:italic;
	font-weight:normal;
	opacity:.6;
}
#triggers img, #triggers2 img {
	width:400px;
	height:240px;
	float:left;
	margin:5px;
	border:1px solid #aaa;
	float:left;
	cursor:pointer;
}
img#bungalow1 {
	width:350px;
}
img#bungalow2 {
	width:450px;
}
img#flat1 {
	width:350px;
}
img#flat2 {
	width:450px;
}
#triggers h2, #triggers2 h2{
	text-align:center;
	font-size:16px;
	color:#999;
	font-style:italic;
	padding-top:8px;
	height:28px;
	clear:both;
}
div.details {
	padding:5px;
}
div.details h2 {
	font-size:18px;
	color:#002b54;
	font-weight:bold;
}
div.details p {
	font-family:arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#aaa;
	margin:0;
	padding:0;
	width:610px;
}
div.show-gallery h1.brown {
	background:#693d19;
}
#content h6.requiredinput {
	display:block;
	float:right;
	font-size:10px;
	color:#e87719;
	line-height:12px;
	margin:0 6px 0 0;
	font-style:italic;
	padding-top:2px;
}
#confirmation {
	float:left;
	width:240px;
}
#content #confirmation h5 {
	font-weight:800;
	font-size:22px;
	margin-bottom:12px;
	color:#002b54;
}
#content #confirmation p {
	font-size: 14px;
	line-height: 18px;
	color: #555;
}
#info-submitted {
	float:right;
	width: 630px;
}
#info-submitted  td {font-size:14px;line-height:26px;color:#444;text-shadow: 0 1px white;border:none;}
#info-submitted  table { float:right; width:290px; margin:0 10px 30px 10px;padding:5px;}
#info-submitted td.label {padding-right:10px;width:90px;font-weight:bold;}
table#info-confirm {
	float: right;
	width: 600px;
}
#info-submitted ul {
	list-style:none;
}
#info-submitted ul li {
	list-style:none;
	margin: 15px 0;
}
div.error-info {
	height: 200px;
}
.requiredinput {display:block;float:right;color:red;font-style:italic;font-size:.6em;line-height:1.7em;}
.reserve-form .namebox, .property-form .namebox {
  width: auto;
}
.reserve-form .namebox .name-input, .property-form .namebox .name-input  {
  float: left;
  clear: none;
  width: 47%;
  margin-right: 20px;
  margin-bottom: 0;
}
.reserve-form .namebox .name-input:last-child, .property-form .namebox .name-input:last-child {
  margin-right: 0;
}
#content .reserve-form .namebox, .property-form .namebox {
  height:50px;
}
#content .reserve-form .namebox .name-input small, .property-form .namebox .name-input small  {
  display: block;
  font-size: .6em;
  color: #999;
  margin:0;
  line-height:15px;
}
#content .reserve-form .namebox h6.requiredinput, #content .property-form .namebox h6.requiredinput {
  display: block;
  text-align: right;
  float: right;
  width: 45%;
  height:16px;
  margin-bottom:2px;
  padding:0;
}
#content .reserve-form .namebox label, #content .property-form .namebox label  {
  clear: both;
  width: 50%;
  height:16px;
  margin-bottom:2px;
}
#content .reserve-form .namebox .name-input input, #content .property-form .namebox .name-input input {
  width: 100%;
  margin-bottom:0;
}
#content .reserve-form .guest-names .name-input {
margin-bottom:10px;
}
#content .reserve-form .phones-box span, .property-form .phones-box span {
  display: block;
  float:left;
  font-size:11px;
  margin-top:2px;
}
#content .reserve-form .phones-box span .radio, .property-form .phones-box span .radio {
  width:12px;
  font-size:12px;
  margin-left:10px;
  margin-right:6px;
}


#hrc {
  display: block;
  width:64px;
  height:64px;
  margin:40px auto;
  font-size: 8px;
  text-align: center;
  background: url(../images/opentoall.jpg) no-repeat;
  text-indent: -99999em;

}
