/* YUI Reset ---------------------------- */

html {
  color: #000;
  background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
body {
  font: 13px/1.231 Arial, Verdana, sans-serif;
  *font-size: small;
  *font: x-small;
}
select,
input,
button,
textarea,
button {
  font: 99% Arial, Verdana, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* Structure ---------------------------- */

#doc {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

/* Template Styles ------------------------ */

HTML,
BODY {
  background: #fff;
  color: #666;
}

#doc {
}

#hd {
  position: relative;
  height: 145px;
}

#logo {
  position: absolute;
  top: 27px;
  left: 0px;
  width: 265px;
  height: 105px;
}

#bd {
}

#bd-inner {
}

#ft {
  margin-top: 80px;
  background: #333;
  color: #007766;
  text-align: center;
  padding: 13px 0;
}

#ft span {
  color: white;
  padding: 0 5px;
}

#send_us_email {
  position: absolute;
  display: block;
  right: 0px;
  background: url(/img/b_send_email.png?v=2) no-repeat;
  text-indent: -9999px;
  width: 163px;
  height: 36px;
}

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

/* Content Styles ----------------------- */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2px 0 12px 0;
}

p {
  line-height: 1.4;
  font-size: 12px;
}

h1 {
  font-size: 25px;
  color: #007766;
  margin: 0 0 10px 0;
}

h2 {
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  margin: 8px 0 8px 0;
}

h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #007766;
  margin: 0 0 6px 0;
}

h4 {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  margin: 0 0 6px 0;
}

A:link,
A:active,
A:visited {
  text-decoration: none;
  color: #007766;
}

A:hover {
  text-decoration: underline;
}

DIV.hr {
  height: 1px;
  overflow: hidden;
  background: #f1f1f1;
  margin: 1em 0 1em 0;
}

IMG.alignLeft {
  margin: 0 25px 25px 0;
}

IMG.alignRight {
  margin: 0 0 25px 25px;
}

.pullout_quote {
  font-size: 32px;
  color: #999999;
  font-family: "GillSans Light", GillSans, "Gill Sans Std", "Gill Sans",
    "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.2;
}

/* Base (a way to get nice styles on content) ------------------- */

.base abbr,
.base acronym {
  /*indicating to users that more info is available */
  border-bottom: 1px dotted #000;
  cursor: help;
}
.base em {
  /*bringing italics back to the em element*/
  font-style: italic;
}

.base strong {
  /*bringing italics back to the em element*/
  font-weight: bold;
}

.base blockquote,
.base ul,
.base ol,
.base dl {
  /*giving blockquotes and lists room to breath*/
  margin: 0.2em 1em 1em 1em;
}
.base ol,
.base ul,
.base dl {
  /*bringing lists on to the page with breathing room */
  margin-left: 2em;
  line-height: 1.3;
}
.base li {
  margin-bottom: 8px;
}
.base ol li {
  /*giving OL's LIs generated numbers*/
  list-style: decimal outside;
}

.base ol[type="i"] li {
  list-style: lower-roman outside;
}

.base ul li {
  /*giving UL's LIs generated disc markers*/
  list-style: disc outside;
}
.base dl dd {
  /*giving UL's LIs generated numbers*/
  margin-left: 1em;
}
.base th,
.base td {
  /*borders and padding to make the table readable*/
  padding: 0.5em;
  vertical-align: top;
}
.base th {
  /*distinguishing table headers from data cells*/
  background: #818181;
  font-weight: bold;
  color: white;
  text-align: left;
}
.base TR.even TD {
  background: #f0f0f0;
}
.base caption {
  /*coordinated marking to match cell's padding*/
  margin-bottom: 0.5em;
  /*centered so it doesn't blend in to other content*/
  text-align: center;
}
.base p,
.base fieldset,
.base table {
  /*so things don't run into each other*/
  margin-bottom: 1em;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
} /* 70% size of its parent element font-size which is good. */
sub {
  bottom: -0.6em;
} /* use em becasue they adapt to parent font-size */
sup {
  top: -0.6em;
} /* use em becasue they adapt to parent font-size */

/* Navigation --------------------------- */

.nav {
  position: absolute;
  top: 65px;
  right: 0px;
}

.nav li {
  float: left;
  margin: 0 0 0 21px;
}

.nav a {
  height: 100%;
  width: 100%;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #666;
  font-size: 12px;
}

.nav a:hover,
.nav a.active {
  color: #007766;
}

/* Form Styles ------------------------------------ */

fieldset {
  margin-bottom: 0.3em !important;
}

legend {
  color: white;
}

label {
  display: block;
  padding: 2px 10px 3px 0;
}

.input {
  clear: left;
}

.input {
  margin: 0 0 0.4em 0;
}

.input.text INPUT {
  font-family: Arial, Verdana, serif;
  padding: 1px;
  width: 190px;
}

.input .checkbox input {
  float: left;
  margin: 0 5px 0 15px;
}

.error-message {
  font-weight: bold;
  color: red;
  margin: 0 0 10px 0;
}

.input.error label {
  color: red;
}

.submit INPUT {
  padding: 2px;
}

#authMessage,
#flashMessage {
  font-weight: bold;
  color: #d1ab2a;
  margin: 0 0 1em 0;
}

/* Columns and rows --------------- */

.row {
  overflow: auto;
}

.row .column.left {
  float: left;
  width: 48%;
}

.row .column.right {
  float: right;
  width: 48%;
}

/* General page ------------------- */

.row.content .column.left {
  width: 310px;
}

.row.content .column.right {
  width: 588px;
  padding-left: 37px;
  border-left: 1px dotted #adaeb1;
}

/* Home page ---------------------- */

.banner {
  margin: -40px 0 40px 0;
}

/* Search Box ------------------------ */

.refine_search {
  border: 1px solid #ececec;
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 15px;
}

.refine_search h1 {
  font-size: 18px;
}

.refine_search h3 {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #bbbdbf;
  border-bottom: 1px dotted #a7a9ac;
  margin: 0 0 15px 0;
  padding: 0 0 3px 0;
}

.refine_search .core .input {
  margin: 0 0 15px 0;
}

.refine_search .core label {
  text-align: left;
  float: left;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #58585a;
  font-size: 11px;
  width: 100px;
  padding: 4px 0 0 0;
}

.refine_search .core label span {
  display: block;
  color: #b1b3b6;
  font-weight: normal;
  font-size: 10px;
}

.refine_search .core select {
  width: 158px;
  font-size: 11px;
}

.refine_search .more {
  margin-right: -20px;
  overflow: hidden;
}

.refine_search .more .input {
  float: left;
  clear: none;
  width: 120px;
  margin: 0 15px 10px 0;
}

.refine_search .more .input label {
  width: 60px;
  float: left;
  text-align: left;
  font-size: 11px;
}

.refine_search .more select {
  width: 50px;
  font-size: 11px;
}

.refine_search .more .input.checkbox {
  float: left;
  clear: none;
  width: auto;
}

.refine_search .more .input.checkbox label {
  width: 95px;
  padding: 0;
}

.refine_search .more .input.checkbox input {
  float: left;
  width: auto;
  margin: 0 5px 0 0;
}

.refine_search .submit {
  padding: 10px 0 0 0;
}

.refine_search .submit input {
  display: block;
  width: 103px;
  height: 24px;
  background: url(/img/b_search.png?v=2) no-repeat;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  border: 0;
  cursor: pointer;
}

.refine_search .report_problem {
  float: right;
  font-size: 11px;
  margin: 4px 0 0 0;
  color: #b1b3b6;
}

/* Mortgage Calculator ------------------ */

.mortgage_calculator {
  border: 1px solid #ececec;
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 15px;
}

.mortgage_calculator h1 {
  font-size: 18px;
}

.mortgage_calculator h3 {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #bbbdbf;
  border-bottom: 1px dotted #a7a9ac;
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
}

.mortgage_calculator h4 {
  font-size: 25px;
  color: #007766;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #a7a9ac;
}

.mortgage_calculator .input {
  margin: 0 0 15px 0;
}

.mortgage_calculator label {
  text-align: left;
  float: left;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #58585a;
  font-size: 11px;
  width: 100px;
  padding: 4px 0 0 0;
}

.mortgage_calculator label span {
  display: block;
  color: #b1b3b6;
  font-weight: normal;
  font-size: 10px;
}

.mortgage_calculator .input.text input {
  width: 150px;
  font-size: 11px;
  border: 1px solid #e3e3e3;
}

.mortgage_calculator p {
  font-size: 11px;
  line-height: 1.2;
}

/* Properties Listing ---------------- */

.row.properties .column.left {
  width: 300px;
}

.row.properties .column.right {
  width: 587px;
  padding-left: 35px;
  border-left: 1px dotted #adaeb1;
}

.properties-listing h1.pageTitle {
  border-bottom: 1px dotted #adaeb1;
  padding: 0 0 5px 373px;
  margin: 20px 0 30px 0;
}

.properties-for-rent h1.pageTitle {
  color: #77baad;
}

.property {
  overflow: auto;
  padding: 30px 15px;
  border-bottom: 1px dotted #c0c1c4;
}

.property.featured {
  border: 1px solid #dddddd;
  background: #f7f7f8;
  padding: 15px;
}

.property h2 a:link,
.property h2 a:visited,
.property h2 a:active,
.property h2 a:hover {
  color: #666666;
}

.property strong {
  font-weight: bold;
}

a.more_info {
  display: block;
  width: 74px;
  height: 18px;
  background: url(/img/more_info_green.png?v=2) no-repeat;
  text-indent: -9999px;
  float: left;
}

.properties-for-rent a.more_info {
  background: url(/img/more_info_blue.png?v=2) no-repeat;
}

.property .price {
  float: right;
  font-weight: bold;
  font-size: 16px;
  color: #007766;
  text-align: right;
}

.properties-for-rent .property .price {
  color: #77baad;
}

.property .price .comment {
  font-size: 10px;
  color: #b1b1b1;
  font-weight: normal;
  line-height: 0.8;
}

.property h2 {
  margin-top: 0;
}

.property p {
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 1.2;
}

.row.property_summary {
  overflow: hidden;
  clear: both;
}

.row.property_summary .column.left {
  width: 108px;
  padding: 0;
  border: 0;
}

.row.property_summary .column.right {
  width: 440px;
  padding: 0;
  border: 0;
}

.features {
  overflow: auto;
  float: right;
}

.features li {
  float: left;
  padding-left: 20px;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #bdbfc1;
  font-size: 10px;
  color: #bdbfc1;
  line-height: 16px;
}

.features li.bedrooms {
  background: url(/img/icon_bedrooms_green.png?v=2) no-repeat;
}

.features li.bathrooms {
  background: url(/img/icon_bathrooms_green.png?v=2) no-repeat;
}

.features li.garage_spaces {
  background: url(/img/icon_garage_spaces_green.png?v=2) no-repeat;
  padding-left: 25px;
}

.features li.security {
  background: url(/img/icon_security_green.png?v=2) no-repeat;
  padding-left: 15px;
}

.features li.land_area {
  background: url(/img/icon_land_area_green.png?v=2) no-repeat;
}

.features li.last-child,
.features li.last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.properties-for-rent .features li.bedrooms {
  background: url(/img/icon_bedrooms_blue.png?v=2) no-repeat;
}

.properties-for-rent .features li.bathrooms {
  background: url(/img/icon_bathrooms_blue.png?v=2) no-repeat;
}

.properties-for-rent .features li.garage_spaces {
  background: url(/img/icon_garage_spaces_blue.png?v=2) no-repeat;
}

.properties-for-rent .features li.security {
  background: url(/img/icon_security_blue.png?v=2) no-repeat;
}

.properties-for-rent .features li.land_area {
  background: url(/img/icon_land_area_blue.png?v=2) no-repeat;
}

/* Properties Details ---------------- */

.property-details h1.pageTitle {
  border-bottom: 1px dotted #adaeb1;
  padding: 0 0 5px 373px;
  margin: 20px 0 30px 0;
}

.properties-for-rent h1.pageTitle {
  color: #77baad;
}

.property-details .hero {
  border: 1px solid #bdbfc1;
  margin: 0 0 15px 0;
}

.property-details .gallery img {
  padding: 5px;
  border: 1px solid #bdbfc1;
  margin: 0 15px 15px 0;
}

ul.further_details,
ul.further_details li {
  list-style-type: none;
  margin: 0;
}

ul.further_details li {
  padding-left: 22px;
  margin: 0 0 7px 0;
}

.further_details .document {
  background: url(/img/icon_document.png?v=2) no-repeat 2px 1px;
}

.further_details .contact {
  background: url(/img/icon_contact.png?v=2) no-repeat 0px 2px;
}

.property-details .price {
  float: right;
  font-weight: bold;
  font-size: 25px;
  color: #007766;
  text-align: right;
}

.properties-for-rent.property-details .price {
  color: #77baad;
}

.property-details .price .comment {
  font-size: 14px;
  color: #b1b1b1;
  font-weight: normal;
  line-height: 0.8;
  padding-bottom: 8px;
}

.rentalTerms {
  margin: 20px 0 0 0;
}

/* Featured Listing -------------- */

.properties-listing.featured h2 {
  margin-top: 0;
  color: #007766;
}

.properties-listing.featured .properties-wrap {
  background: #fafbfb;
  border: 1px solid #dfdfdf;
  padding: 15px 0;
  overflow: auto;
  margin-bottom: 20px;
}

.properties-listing.featured .property {
  width: 171px;
  display: block;
  float: left;
  vertical-align: top;
  border: 0;
  padding: 0;
  margin-left: 18px;
}

.properties-listing.featured .property IMG {
  width: 171px;
  height: 96px;
}

.properties-listing.featured .property .price {
  float: none;
  border-bottom: 1px dotted #a7a9ac;
  padding: 4px 0;
  margin-bottom: 6px;
}

.properties-listing.featured a.title {
  display: block;
  margin-bottom: 6px;
  height: 44px;
  overflow: hidden;
  text-decoration: none;
  color: #666;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
}

.properties-listing.featured .more_info {
  float: right;
}

.properties-listing.featured a.enquire {
  display: block;
  float: left;
  font-size: 11px;
  color: #666;
  text-decoration: underline;
  margin-top: 3px;
}

.properties-listing.featured a.enquire:hover {
  text-decoration: none;
}

.properties-listing.featured .properties-for-rent h2 {
  color: #77baad;
}

/* Contact Us Page --------------- */

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