@charset "UTF-8";
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: sans-serif; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #fea708; }

a:visited {
  color: #bb7a03; }

a:hover {
  color: #bb7a03; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
  line-height: normal;
  *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input {
  *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
h1, h2, h3, h4, h5, h6 {
  font-family: "myriad-pro-condensed", sans-serif;
  margin: 24px 0; }

h1, h2, h3 {
  font-weight: normal; }

h4, h5, h6 {
  font-weight: bold;
  margin: 24px 0 -24px; }

h1 {
  font-size: 32px;
  line-height: 36px; }

h2 {
  font-size: 22px;
  line-height: 30px; }

h3 {
  font-size: 20px;
  line-height: 20px; }

h4 {
  font-size: 18px;
  line-height: 18px; }

h5 {
  font-size: 16px;
  line-height: 18px; }

h6 {
  font-size: 14px;
  line-height: 18px; }

body, button, input, select, textarea {
  font: 12px/18px sans-serif; }

p {
  margin: 18px 0; }

h1 + p {
  margin-top: 16px; }

ol, ul {
  padding-left: 20px; }

h4 + ul, h4 + ol, h5 + ul, h5 + ol, h6 + ul, h6 + ol {
  margin-top: 24px; }

blockquote {
  border-left: 1px solid #999;
  font-family: sans-serif;
  font-style: italic;
  margin-left: 0;
  padding-left: 20px; }
  blockquote cite {
    font-family: sans-serif;
    font-style: normal; }
    blockquote cite:before {
      content: '— '; }

pre {
  margin: 24px 0; }

html, body {
  height: 100%; }

body {
  background: #494743 url(/images/body-bg-tile.gif) repeat-x;
  color: #ded9d0; }

h1, h2, h3, h4, h5, h6 {
  color: #eacc8b;
  font-weight: 300;
  letter-spacing: 1px; }

strong {
  color: #eacc8b; }

hr {
  background-color: #383838;
  border: none;
  height: 1px;
  margin: 20px 0; }

/**
 * Layout
 */
#container {
  margin: 0 auto;
  width: 975px; }

#main-header {
  margin-top: 16px;
  position: relative;
  z-index: 2; }
  #main-header #logo {
    float: left;
    margin-left: 34px; }
  #main-header nav {
    float: right;
    margin-right: 10px;
    max-width: 660px; }
    #main-header nav li {
      float: left;
      margin-right: 2px; }
      #main-header nav li.active a, #main-header nav li a:hover {
        border-color: #C6A561; }
      #main-header nav li a {
        border-bottom: 4px solid transparent;
        color: #E4D6B8;
        font: 14px "myriad-pro-condensed", sans-serif;
        display: block;
        letter-spacing: 1px;
        padding: 11px 6px 0;
        text-decoration: none; }

#content {
  -webkit-box-shadow: 0 0 20px #111111;
  -moz-box-shadow: 0 0 20px #111111;
  box-shadow: 0 0 20px #111111;
  position: relative;
  top: -94px;
  z-index: 1; }

#banners {
  height: 198px;
  overflow: hidden; }

#home-nav li {
  float: left; }
  #home-nav li a {
    background: #353535;
    background: -moz-linear-gradient(top, #353535 0%, #0f0f0f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353535), color-stop(100%, #0f0f0f));
    border-top: 1px solid #8B8B8B;
    border-right: 1px solid #131313;
    border-bottom: 1px solid #060606;
    border-left: 1px solid #414141;
    color: #D2D2D2;
    display: block;
    font: 20px "myriad-pro-condensed", sans-serif;
    font-weight: 300;
    height: 45px;
    padding: 20px 0 0 33px;
    position: relative;
    text-decoration: none;
    width: 290px; }
    #home-nav li a:before {
      background: url(/images/nav-arrow.png);
      content: '';
      display: block;
      height: 21px;
      left: 0;
      position: absolute;
      top: 21px;
      width: 12px; }
    #home-nav li a:hover {
      background: #584026;
      background: -moz-linear-gradient(top, #584026 0%, #241a10 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #584026), color-stop(100%, #241a10));
      border-top: 1px solid #BB9266;
      border-right: 1px solid #22180F;
      border-bottom: 1px solid #19120A;
      border-left: 1px solid #8F6942;
      color: #fff; }

#copy {
  border: 1px solid #373737;
  border-bottom-color: #4D4D4D;
  border-top-color: #5C5C5C;
  border-right-color: #1A1A1A;
  background: #0e0e0e;
  background: -moz-linear-gradient(top, #2c2c2c 0%, #0e0e0e 20%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c2c2c), color-stop(20%, #0e0e0e));
  background: -webkit-linear-gradient(top, #2c2c2c 0%, #0e0e0e 20%);
  background: -o-linear-gradient(top, #2c2c2c 0%, #0e0e0e 20%);
  background: -ms-linear-gradient(top, #2c2c2c 0%, #0e0e0e 20%);
  background: linear-gradient(top, #2c2c2c 0%, #0e0e0e 20%);
  overflow: hidden;
  padding: 20px 50px 120px;
  position: relative; }
  #copy:after {
    background: url(/images/copy-bg-slate.jpg);
    bottom: 0;
    content: '';
    display: block;
    height: 113px;
    left: 0;
    position: absolute;
    width: 518px; }
  #copy .col, #copy .col_half, #copy .col_two_thirds, #copy .col_one_third {
    float: left;
    margin-right: 40px; }
    #copy .col.omega, #copy .omega.col_half, #copy .omega.col_two_thirds, #copy .omega.col_one_third {
      margin-right: 0; }
  #copy .col_half {
    width: 416px; }
  #copy .col_two_thirds {
    width: 544px; }
  #copy .col_one_third {
    width: 248px; }
  #copy label {
    display: block;
    margin-bottom: 15px;
    width: 100%; }
    #copy label.required {
      color: #eacc8b;
      font-weight: bold; }
    #copy label input, #copy label textarea {
      width: 100%; }
  #copy img.border {
    max-width: 536px;
    border: 4px solid white; }

#sidebar {
  position: relative;
  left: 40px; }
  #sidebar .location span {
    border-right: 1px solid #0D0D0D;
    border-left: 1px solid #4A4A4A;
    color: #eacc8b;
    display: inline-block;
    font: 14px "myriad-pro-condensed", sans-serif;
    padding: 5px 8px; }
    #sidebar .location span:first-child {
      border-left: none;
      padding-left: 0; }
    #sidebar .location span:last-child {
      border-right: none;
      padding-right: 0; }
  #sidebar .news {
    position: relative;
    top: -20px; }
    #sidebar .news .rss {
      background: url(/images/rss.png) no-repeat;
      padding: 5px 0 0 25px;
      position: absolute;
      right: 0;
      top: -13px; }
      #sidebar .news .rss a {
        color: #FF8B02;
        font-size: 10px;
        text-decoration: none;
        text-transform: uppercase; }

#search-sidebar label {
  clear: left;
  display: block;
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 60px; }
#search-sidebar select {
  margin-bottom: 5px;
  width: 165px; }
#search-sidebar button {
  margin: 10px 0 20px 70px; }

#sidebar-nav {
  margin-top: 30px; }
  #sidebar-nav li {
    border-right: 1px solid #383838;
    margin-right: 20px; }
  #sidebar-nav a {
    color: #eacc8b;
    display: block;
    font: 18px "myriad-pro-condensed", sans-serif;
    padding: 6px 10px 7px;
    text-decoration: none; }
    #sidebar-nav a:hover {
      background: #202020;
      border-left: 4px solid #eacc8b; }
  #sidebar-nav li.active a {
    background: #202020;
    border-left: 4px solid #eacc8b; }

.stories, .properties {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 40px; }
  .stories li, .properties li {
    margin-bottom: 20px;
    margin-left: 0; }
    .stories li p, .properties li p {
      margin: 0; }
      .stories li p.date, .properties li p.date {
        color: #EACC8B; }
      .stories li p.title, .properties li p.title {
        color: #FEA700;
        font-size: 14px; }
      .stories li p a, .properties li p a {
        color: #EEB45A; }

.image {
  margin: 40px 0; }

.properties li {
  float: left;
  width: 416px;
  margin-bottom: 25px;
  margin-right: 20px; }
  .properties li img {
    float: left;
    margin-right: 15px; }
  .properties li .info {
    float: left;
    width: 260px; }
  .properties li:nth-child(2n-1) {
    clear: left; }

.push-right {
  margin-left: 100px; }

#disclaimer {
  background: #202020;
  border: 1px solid #0D0D0B;
  border-top: none;
  border-left-color: #373737;
  clear: both;
  padding: 10px 15px 10px; }
  #disclaimer img {
    float: left; }
  #disclaimer p {
    color: #eacc8b;
    font: 14px "myriad-pro-condensed", sans-serif;
    float: left;
    letter-spacing: 1px;
    margin-left: 20px; }
    #disclaimer p strong {
      color: #ded9d0;
      font-weight: normal; }

#contact-info {
  color: #ECDAB4;
  font-size: 11px;
  padding: 10px 50px; }

.datagrid {
  margin-top: -10px;
  width: 100%; }
  .datagrid td, .datagrid th {
    padding: 5px; }
  .datagrid thead th {
    border-bottom: 1px solid #373737;
    color: #eacc8b;
    font: 16px "myriad-pro-condensed", sans-serif;
    padding-bottom: 0; }
  .datagrid tbody th {
    text-align: left; }
  .datagrid tbody td {
    text-align: center; }

.gallery {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .gallery li {
    display: table;
    float: left;
    margin: 0 38px 0 0;
    height: 180px;
    width: 143px; }
    .gallery li p {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
    .gallery li img {
      background: #fff;
      border: 1px solid #ddd;
      height: auto;
      max-height: 156px;
      max-width: 135px;
      padding: 3px;
      width: auto; }
      .gallery li img:hover {
        border-color: #eacc8b; }

.pagination {
  padding-left: 0;
  margin-left: 0; }
  .pagination li {
    float: left;
    list-style-type: none; }
  .pagination a {
    border-right: 1px solid #eacc8b;
    display: block;
    padding: 0 10px; }
  .pagination li:last-child a {
    border-right: none; }
  .pagination li.active a {
    color: white;
    font-weight: bold;
    cursor: normal;
    text-decoration: none; }

.clearfix:before, #main-header:before, #home-nav:before, #sidebar-nav:before, .properties:before, .properties li:before, #disclaimer:before, #contact-info:before,
.clearfix:after,
#main-header:after,
#home-nav:after,
#sidebar-nav:after,
.properties:after,
.properties li:after,
#disclaimer:after,
#contact-info:after,
.container:before,
.container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.clearfix:after, #main-header:after, #home-nav:after, #sidebar-nav:after, .properties:after, .properties li:after, #disclaimer:after, #contact-info:after,
.container:after {
  clear: both; }
