/****** TYPOGRAPHY *******/
body {
  font-family: helvetica, arial, verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #F1DEB3;
}
h1,h2,h3,h4 {
  font-family: georgia, times, "times new roman", serif;
  font-weight: normal;
  color: #E0B95D;
}
h1 {
  font-size: 36px;
}
h1.small {
  font-size: 26px;
}
a img {
  border: 0;
}
a:link {
  color: #E0B95D;
}
a:visited {
  color: #F1DEB3;
}
a:hover {
  color: white;
}
a:active {
  color: blue;
}


/****** LAYOUT *******/
body {
  margin: 0;
  background: url(/images/bg.gif) #3F3C5B;
}
#wrapper {
  width: 850px;
  padding-top: 50px;
}
#content {
  background: repeat-y top left url(/images/body_repeat.gif);
}
#contentTop {
  background: no-repeat top left url(/images/content_bg.jpg);
}
#contentBottom {
  padding-left: 24px;
  position: relative;
}
#innerContent {
  margin-left: 266px;
  margin-right: 20px;
  padding-bottom: 20px;
}
#innerContent.fullWidth {
  margin: 0 20px 20px 0;
}
#header {
  height: 88px;
  text-align: left;
  text-indent: -9999px;
}
#header a {
  display: block;
  height: 88px;
}
#homeLink {
  display: block;
  position: absolute;
  top: 135px;
  left: 170px;
  width: 105px;
  height: 45px;
  text-decoration: none;
}
#header h1, #header h2 {
  margin: 0;
}
#pageHeader {
  margin: 20px 20px 0 266px;
  height: 64px;
}
#pageHeader.fullWidth {
  margin: 0 20px 20px 0;
  height: 77px;
}
#footer {
  height: 70px;
  background: no-repeat top left url(/images/footer.jpg);
  text-align: right;
  padding:  22px 8px 8px 185px;
  color: #3F3C5B;
  font-size: 11px;
  line-height: 22px;
}
#footer a {
  color: #3F3C5B;
}
#postFooter .disclaimer {
  font-size: 10px;
  line-height: 12px;
  margin: 0 0 2em;
  text-align: center;
}
#postFooter .disclaimer strong {
  font-size: larger;
}
#postFooter {
  color: #756FA9;
}

#nav {
  float: left;
  margin: 121px 24px 0 0;
}
#realEstate, #community, #information {
  width: 242px;
  margin-bottom: 27px;
  text-align: left;
}
#realEstate ul, #community ul, #information ul {
  margin: 20px 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 30px;
}
#realEstate ul, #information ul {
  line-height: 28px;
}
#realEstate ul a, #community ul a, #information ul a {
  text-decoration: none;
  color: #272538;
}
#realEstate ul a:hover, #community ul a:hover, #information ul a:hover {
  text-decoration: underline;
}
#realEstate {
  height: 164px;
}
       
#community {
  height: 160px;
}

#information {
  height: 194px;
  margin-bottom: 0;
}


/*** Property Styles ***/
.propertySummary {
  line-height: 22px;
  height: 68px;
  margin-bottom: 20px;
}
.propertySummary p {
  margin: 0;
}
.propertySummary p.price {
  font-size: 16px;
  color: #E0B95D;
}
.propertySummary .image {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.propertySummary .image img {
  border: 1px solid #F1DEB3;
}
.propertySummary .col1 {
  width: 295px;
  float: left;
}
.propertySummary .col2 {
  width: 130px;
  float: left;
}

.propertyDetails .photos {
  width: 310px;
  float: right;
  margin-left: 8px;
}
.propertyDetails #mainPhoto {
  display: block;
  margin-bottom: 8px;
  border: 1px solid #F1DEB3;
}
.propertyDetails .smallPhoto {
  margin-left: 1px;
  margin-right: 3px;
  margin-bottom: 4px;
  float: left;
  cursor: pointer;
}
.propertyDetails p {
  margin: 0;
  line-height: 22px;
}
.propertyDetails p.price {
  font-size: 20px;
  color: #E0B95D;
}
.propertyDetails .price, .propertyDetails .address, .propertyDetails .city {
  font-size: 16px;
}
.propertyDetails h2 {
  font-family: helvetica, arial, verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 1em 0 4px 0;
  letter-spacing: 1px;
}
.propertyDetails div.minor p {
  line-height: 18px;
  font-size: 14px;
}

.navigation {
  margin: 1em auto 0;
}

/*** ICON LINKS ***/
a.pdf {
  padding-left: 18px;
  background: top left no-repeat url(/images/icon_pdf.png);
}
a.letter {
  padding-left: 18px;
  background: top left no-repeat url(/images/icon_letter.png);
}
a.map {
  padding-left: 18px;
  background: top left no-repeat url(/images/icon_map.png);
}
a.add {
  padding-left: 18px;
  background: top left no-repeat url(/images/icon_add.png);
}
a.prev {
  padding-left: 18px;
  background: top left no-repeat url(/images/arrow_left.png);
}
a.next {
  padding-right: 18px;
  background: top right no-repeat url(/images/arrow_right.png);
}
a.up {
  padding-left: 18px;
  background: top left no-repeat url(/images/arrow_up.png);
}

/*** SPECIFIC PAGE STUFF ***/
.testimonials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonials li {
  margin-bottom: .5em;
}


/*** Blackbook ***/
.data td {
  vertical-align: top;
  padding: 0 10px 4px 0;
}
.data th {
  color: #E0B95D;
  text-align: left;
  padding: 10px 10px 4px 0;
}
.data .name {
  padding-left: 5px;
}
.data .comments {
  padding: 0 1em .8em;
  font-style: italic;
}

/*** IMAGES ***/
.left {
  float: left;
  margin: 0 1em 1em 0;
}
.right {
  float: right;
  margin: 0 0 1em 1em;
}


/*** MESSAGING STUFF ***/
div.notice, div.warning, div.error {
  font-size: 12px;
  padding: .7em;
  font-weight: bold;
  margin: 1em 0;
}
.notice {
  background-color: #DAFFC8;
  color: #00710D;
}
.warning {
  background-color: #FFD0C1;
  color: #AA4D00;
}
.error {
  background-color: #FFB0B3;
  color: #8F0000;
}


/*** STANDARD RAILS FORM STUFF ***/
.fieldWithErrors label {
  color: red;
}
.errorExplanation {
  border: 1px solid #BABF87;
  background: #524e76;
  padding: 1em;
  margin-bottom: 1em;
}
.errorExplanation h2 {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 1em;
  color: red;
}
.errorExplanation ul {
  color: red;
}
label.required {
  font-weight: bold;
}
.required span {
  color: #F00;
}


/**** ADMIN TABLES ****/
table.admin td {
  padding: 2px 4px;
}

/**** BOILERPLATE *****/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
