@font-face {
  font-family: 'CartoGothicPro-Black';
  src: url("../fonts/cartogothicpro-black-webfont.eot");
  src: url("../fonts/cartogothicpro-black-webfont.eot") format("eot"), url("../fonts/cartogothicpro-black-webfont.woff") format("woff"), url("../fonts/cartogothicpro-black-webfont.ttf") format("truetype"), url("../fonts/cartogothicpro-black-webfont.svg#webfontYlSObgb0") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CartoGothicPro-Bold';
  src: url("../fonts/cartogothicpro-bold-webfont.eot");
  src: url("../fonts/cartogothicpro-bold-webfont.eot") format("eot"), url("../fonts/cartogothicpro-bold-webfont.woff") format("woff"), url("../fonts/cartogothicpro-bold-webfont.ttf") format("truetype"), url("../fonts/cartogothicpro-bold-webfont.svg#webfontYlSObgb0") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CartoGothicPro';
  src: url("../fonts/cartogothicpro-book-webfont.eot");
  src: url("../fonts/cartogothicpro-book-webfont.eot") format("eot"), url("../fonts/cartogothicpro-book-webfont.woff") format("woff"), url("../fonts/cartogothicpro-book-webfont.ttf") format("truetype"), url("../fonts/cartogothicpro-book-webfont.svg#webfontOtLThrag") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  background: #000;
  font-family: 'CartoGothicPro',Arial;
  margin: 0;
  padding: 0; }

div.clear, span.clear {
  clear: both;
  display: block;
  height: 0; }

div.center, p.center {
  text-align: center; }

div.right, p.right {
  text-align: right; }

a.button {
  background: #5d0303;
  behavior: url("PIE.htc");
  border: 1px solid #260202;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  padding: 1px 12px;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
  a.button.blue {
    background: #476876;
    /* Old browsers */
    background: -moz-linear-gradient(top, #476876 0%, #3b5c6a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #476876), color-stop(100%, #3b5c6a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #476876 0%, #3b5c6a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #476876 0%, #3b5c6a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #476876 0%, #3b5c6a 100%);
    /* IE10+ */
    background: linear-gradient(top, #476876 0%, #3b5c6a 100%);
    /* W3C */
    -pie-background: linear-gradient(top, #476876 0%, #3b5c6a 100%);
    border-color: #2c4955; }
  a.button.form {
    background: #8f1522;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8f1522 0%, #840916 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8f1522), color-stop(100%, #840916));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8f1522 0%, #840916 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8f1522 0%, #840916 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8f1522 0%, #840916 100%);
    /* IE10+ */
    background: linear-gradient(top, #8f1522 0%, #840916 100%);
    /* W3C */
    -pie-background: linear-gradient(top, #8f1522 0%, #840916 100%);
    border-color: #700814; }
    a.button.form.disabled {
      background: #563135;
      /* Old browsers */
      background: -moz-linear-gradient(top, #563135 0%, #4a2529 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #563135), color-stop(100%, #4a2529));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #563135 0%, #4a2529 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #563135 0%, #4a2529 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #563135 0%, #4a2529 100%);
      /* IE10+ */
      background: linear-gradient(top, #563135 0%, #4a2529 100%);
      /* W3C */
      -pie-background: linear-gradient(top, #563135 0%, #4a2529 100%);
      border-color: #4d262b; }

div.controls {
  margin: 15px 0;
  text-align: center; }

div.hr {
  background: url("../images/header-dotted.png") left top repeat-x;
  border: 0;
  height: 2px;
  display: block;
  margin: 20px 0; }

#wrapper {
  background: #d1d1d1;
  margin: 0 auto;
  overflow: hidden;
  width: 960px; }

#header {
  position: relative;
  z-index: 0; }
  #header > h1 {
    left: 30px;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 1; }
    #header > h1 a {
      background: url("../images/logo.png") left top no-repeat;
      display: block;
      height: 94px;
      overflow: hidden;
      text-indent: -9999px;
      width: 275px; }
  #header div.nav ul {
    background: rgba(0, 0, 0, 0.75);
    -pie-background: rgba(0, 0, 0, 0.75);
    behavior: url("PIE.htc");
    border-radius: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 1; }
    #header div.nav ul li {
      float: left;
      list-style: none; }
      #header div.nav ul li.first a {
        border-left: 0; }
      #header div.nav ul li.last a {
        border-right: 0; }
      #header div.nav ul li a {
        color: #fff;
        behavior: url("PIE.htc");
        border-left: 1px solid #494949;
        border-right: 1px solid #111;
        display: block;
        font-size: 12px;
        line-height: 13px;
        padding: 9px 20px;
        text-decoration: none;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
        #header div.nav ul li a.active, #header div.nav ul li a:hover {
          color: #ccc; }
  #header div.info {
    background: rgba(0, 0, 0, 0.75);
    -pie-background: rgba(0, 0, 0, 0.75);
    behavior: url("PIE.htc");
    border-radius: 0 0 5px 5px;
    color: #ccc;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 7px 5px 7px;
    position: absolute;
    right: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    top: 0;
    z-index: 1; }
    #header div.info span.time, #header div.info span.temp {
      padding-left: 15px;
      padding-right: 5px; }
    #header div.info img {
      position: relative;
      top: 4px; }
    #header div.info #spanWeatherIcon {
      background: url("../images/icons-weather.png") left top no-repeat;
      display: inline-block;
      height: 20px;
      position: relative;
      top: 2px;
      width: 16px;
      vertical-align: bottom; }
  #header div.focal {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
    #header div.focal div.header {
      background: url("../images/focal-bg.png") right top no-repeat;
      behavior: url("PIE.htc");
      bottom: 80px;
      color: #fff;
      height: 76px;
      left: 0;
      padding-left: 30px;
      padding-right: 10px;
      position: absolute;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
      #header div.focal div.header.single-line {
        background-position: right -76px;
        bottom: 91px;
        height: 54px; }
      #header div.focal div.header h1 {
        font-family: 'CartoGothicPro-Black';
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 0;
        margin-top: 12px; }
      #header div.focal div.header h2 {
        font-family: 'CartoGothicPro';
        font-size: 13px;
        font-weight: bold;
        margin: 0; }
        #header div.focal div.header h2 a.learn-more {
          font-weight: normal;
          margin-left: 35px; }
    #header div.focal div.nav a {
      background-image: url("../images/focal-nav-bg.png");
      background-repeat: no-repeat;
      cursor: pointer;
      height: 40px;
      overflow: hidden;
      position: absolute;
      text-indent: -9999px;
      top: 195px;
      width: 40px; }
      #header div.focal div.nav a.lnkPrevious {
        background-position: left top;
        left: 30px; }
      #header div.focal div.nav a.lnkNext {
        background-position: right top;
        right: 30px; }

#content {
  margin: -45px auto 0 auto;
  position: relative;
  width: 904px;
  z-index: 2; }
  #content .content {
    background-color: #fff;
    behavior: url("PIE.htc");
    border-radius: 5px;
    box-shadow: 0 0 3px #000; }
  #content .left-hanger {
    background: url("../images/grid_bg.jpg") left top repeat;
    behavior: url("PIE.htc");
    border: 1px solid #eee;
    border-radius: 5px 0 5px 0;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    float: left;
    margin: 0 30px 20px 0;
    padding: 25px 30px 20px 30px;
    width: 228px; }
    #content .left-hanger h4 {
      behavior: url("PIE.htc");
      color: #333;
      font-size: 18px;
      font-family: 'CartoGothicPro-Bold';
      margin: 0 0 20px 0;
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75); }
    #content .left-hanger form label {
      behavior: url("PIE.htc");
      color: #333;
      display: block;
      font-size: 12px;
      margin-bottom: 5px;
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75); }
    #content .left-hanger form input[type=text] {
      background: #dfdfdf;
      /* Old browsers */
      background: -moz-linear-gradient(top, #dfdfdf 0%, #f9f9f9 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #f9f9f9));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #dfdfdf 0%, #f9f9f9 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #dfdfdf 0%, #f9f9f9 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #dfdfdf 0%, #f9f9f9 100%);
      /* IE10+ */
      background: linear-gradient(top, #dfdfdf 0%, #f9f9f9 100%);
      /* W3C */
      -pie-background: linear-gradient(top, #dfdfdf 0%, #f9f9f9 100%);
      behavior: url("PIE.htc");
      border: 1px solid #aaa;
      border-radius: 5px;
      color: #666;
      cursor: text;
      display: block;
      font-size: 14px;
      line-height: 18px;
      margin: 0;
      padding: 6px;
      width: 213px; }
      #content .left-hanger form input[type=text]:focus {
        outline: 0; }
    #content .left-hanger form textarea {
      background: #dfdfdf;
      /* Old browsers */
      background: -moz-linear-gradient(top, #dfdfdf 0%, #f9f9f9 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #f9f9f9));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #dfdfdf 0%, #f9f9f9 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #dfdfdf 0%, #f9f9f9 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #dfdfdf 0%, #f9f9f9 100%);
      /* IE10+ */
      background: linear-gradient(top, #dfdfdf 0%, #f9f9f9 100%);
      /* W3C */
      -pie-background: linear-gradient(top, #dfdfdf 0%, #f9f9f9 100%);
      behavior: url("PIE.htc");
      border: 1px solid #aaa;
      border-radius: 5px;
      color: #666;
      font-family: 'CartoGothicPro';
      font-size: 14px;
      height: 60px;
      overflow: auto;
      padding: 6px;
      width: 213px; }
      #content .left-hanger form textarea:focus {
        outline: 0; }
  #content .two-column {
    padding: 20px 0 0 123px; }
  #content .three-column {
    padding: 20px 0 0 0; }
  #content .two-column div.article, #content .three-column div.article {
    float: left;
    margin-left: 40px;
    padding: 0;
    width: 247px; }
    #content .two-column div.article h4, #content .three-column div.article h4 {
      color: #333;
      font-family: 'CartoGothicPro-Black';
      font-size: 16px;
      font-weight: bold; }
    #content .two-column div.article h5, #content .three-column div.article h5 {
      color: #454545;
      font-size: 12px;
      font-weight: normal;
      margin: 5px 0; }
    #content .two-column div.article h6, #content .three-column div.article h6 {
      margin: 10px 0; }
      #content .two-column div.article h6 a, #content .three-column div.article h6 a {
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        height: 133px;
        overflow: hidden;
        text-indent: -9999px;
        width: 100%; }
    #content .two-column div.article p, #content .three-column div.article p {
      color: #333;
      font-size: 12px;
      line-height: 18px;
      text-indent: 0; }

#footer {
  margin: 20px 70px; }
  #footer .info {
    color: #454545;
    float: left;
    font-size: 12px;
    line-height: 20px;
    width: 155px; }
    #footer .info a.kw {
      background: url("../images/logo-kw.png") left top no-repeat;
      display: block;
      height: 82px;
      margin-bottom: 10px;
      overflow: hidden;
      text-decoration: none;
      text-indent: -9999px;
      width: 112px; }
  #footer .logos {
    float: left;
    width: 155px; }
    #footer .logos a {
      display: block;
      margin: 10px auto 0 auto;
      overflow: hidden;
      text-indent: -9999px; }
      #footer .logos a.zillow {
        background: url("../images/logo-zillow.png") left top no-repeat;
        height: 47px;
        width: 153px; }
      #footer .logos a.luxury {
        background: url("../images/logo-kwlh.png") left top no-repeat;
        height: 39px;
        width: 159px; }
      #footer .logos a.lucas {
        background: url("../images/logo-lh.png") left top no-repeat;
        height: 50px;
        width: 154px; }
      #footer .logos a.frontdoor {
        background: url("http://images.frontdoor.com/FDOOR/agents/badges/fd_badge-agent-profile_120x60.png") left top no-repeat;
        height: 60px;
        width: 120px; }
  #footer .links {
    float: right;
    margin-right: -20px; }
    #footer .links .column {
      float: left;
      margin-right: 20px;
      width: 135px; }
    #footer .links h4 {
      background: url("../images/header-dotted.png") left bottom repeat-x;
      color: #333;
      font-size: 14px;
      margin-bottom: 7px;
      padding-bottom: 5px; }
    #footer .links ul {
      margin: 0;
      padding: 0; }
      #footer .links ul li {
        list-style: none; }
    #footer .links a {
      color: #454545;
      cursor: pointer;
      font-size: 12px;
      text-decoration: none; }
      #footer .links a.icon {
        background: url("../images/icons-social.png") no-repeat;
        display: block;
        line-height: 18px;
        margin: 4px 0;
        padding-left: 26px; }
      #footer .links a.facebook {
        background-position: 0 0; }
      #footer .links a.blogger {
        background-position: 0 -18px; }
      #footer .links a.twitter {
        background-position: 0 -36px; }
      #footer .links a.linkedin {
        background-position: 0 -54px; }
      #footer .links a.google {
        background-position: 0 -72px; }
  #footer .legal {
    margin: 20px 0 0 0; }
    #footer .legal p {
      color: #333;
      font-size: 12px;
      line-height: 18px;
      margin: 0;
      padding: 0;
      text-align: center; }
      #footer .legal p a {
        color: #850b18; }
