/* @override http://jlordandco.org/assets/style/screen.css */

/* @group Page Layout */body {
  background: #fff url(../images/bg-repeat-y.gif) repeat-y center top;
  margin: 0;
  padding: 0;
}

#container {
  width: 841px;
  margin-left: auto;
  margin-right: auto;
}

#content {
  margin: 31px;
  font: 0.8em/1.4em Arial, Helvetica, Geneva, sans-serif;
  color: #264459;
  text-align: justify;
}

#left_column {
  float: left;
  width: 48%;
}

#right_column {
  float: right;
  width: 48%;
}

/* @end */

/* @group Header */

#head {
  background: #ddefe1 url(../images/head_bg_mask.gif) no-repeat left top;
  height: 126px;
  width: 840px;
}

#logo {
  float: left;
  position: relative;
  top: 27px;
  left: 31px;
}

#top_links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 841px;
}

#top_links li {
  display: inline;
  float: left;
  width: 32%;
  text-align: right;
  font: 0.8em Arial, Helvetica, Geneva, sans-serif;
  padding: 5px 11px 5px 0;
}

#top_links li a {
  text-decoration: none;
  color: #3f5326;
}

#top_links li a:hover {
  color: #0e1900;
}

#top_links li.dark { background-color: #a2b9c4; }
#top_links li.medium { background-color: #b5d5d8; }
#top_links li.light { background-color: #c3e6e9; }

#sub_links {
  margin: 20px 20px 0 0;
  padding: 0;
  float: right;
  list-style-type: none;
  font: 0.8em Arial, Helvetica, Geneva, sans-serif;
}

#sub_links li {
  margin-left: 12px;
  padding-right: 12px;
  float: left;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}

#sub_links li.single_line {
  padding-top: 12px;
}

#sub_links li.divider {
  border-right: 1px solid #acc4d2;
}

#sub_links li a {
  text-decoration: none;
  color: #1e3e5d;
}

#sub_links li a:hover {
  color: #000;
}

/* @end */

/* @group Common */

a img {border-style: none;}

.left { float: left; }
.right { float: right; }

h1 { color: #004574;
  font: bold 1.2em Arial, Helvetica, Geneva, sans-serif;
}
h1 .light { color: #2b6b97; }
h1 .small {
  font-size: 0.8em;
  margin-left: 1px;
  font-weight: normal;
  font-style: normal;
}

h1 .small .co {
  font-size: 1.2em;
}

h2 {
  font-size: 1em;
}

.black {
  color: #000;
}

blockquote {
  margin: 0;
  color: #000;
  background: url(../images/inverted_commas.gif) no-repeat left top;
  padding: 10px;
  font-size: 0.7em;
  font-weight: bold;
  font-style: italic;
}

blockquote #jacqui_image {
  float: right;
  margin-left: 10px;
  margin-top: 3px;
}

blockquote #view {
  margin: 0;
  color: #000;
  padding: 10px;
  font-size: 0.7em;
  font-weight: bold;
  font-style: italic;
}

#content ul {
  margin: 0;
  padding: 0 0 0 10px;
}

#content li {
  margin-bottom: 8px;
  background: url(../images/bullet_cross.gif) no-repeat left center;
  list-style-type: none;
  padding-left: 25px;
  padding-right: 15px;
}

#content a {
  color: #003d67;
  padding: 2px;
}

#content a:hover {
  color: #001d32;
  background-color: #e1f7d0;
}

/*#content img {
  border: 1px solid #7c7c7c;
}

#content a:hover img {
  border: 1px solid #839049;
}*/

.fill textarea, .fill input {
  width: 515px;
}

.form_holder dt {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  margin-bottom: 5px;
}

.form_holder dd {
  margin-bottom: 5px;
}

.form_holder dd textarea {
  width: 255px;
}

.centered {
  text-align: center;
}

#flash {
  text-align: center;
  background-color: #f1f1f1;
  padding: 6px;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}

#flash.notice { color: #107200; }
#flash.error { color: #9d0002; }

/* @end */

/* @group Page Specific */

.property {
  margin-bottom: 50px;
  clear: both;
}

.property table td {
  vertical-align: top;
}

.property .price {
  color: #536772;
}

.property .property_images {
  text-align: center;
  padding-top: 21px;
}

/*.property .description {
  float: left;
  width: 420px;
  margin-right: 30px;
}*/

.property .images {
  text-align: center;
  margin-top: 15px;
  /*width: 350px;*/
  /*float: right;*/
}

.images img {
  margin-bottom: 10px;
}

.property .images .small img {
  margin-top: 15px;
  vertical-align: middle;
}

.news_articles .item {
  margin-bottom: 8px;
}

.news_articles .item .date {
  color: #5d5d5d;
  margin-right: 5px;
}

.news_article .date {
  color: #808080;
}

.notice {
  color: #970E00;
}

/* @end */