/*------------------------------

CSS:        Wasatch Corporate Theme Framework - CoPilot Theme
Author:     Tem Aguerre
Company:    LeaseLabs
Version:    1.0

-------------------------------*/

/* ! Colors */
/*

red: #9d1712;
dark green: #0D7657;
yellow: #ffc345;

*/

/* ! Global Classes */

.clear {
clear: both !important;
}

.hidden {
visibility: hidden;
}

.gone {
display: none;
}

.closed {
background-image: url(../images/expander-closed.png) !important;
background-repeat: no-repeat;
background-position: bottom right;
}

.open {
background-image: url(../images/expander-open.png) !important;
background-repeat: no-repeat;
background-position: bottom right;
}


/* ! Basics & Typography */

body {
margin-left: 105px;
font-family: Arial, Helvetica, sans-serif;
background-color: #000;
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
}

a {
text-decoration: none;
color: #fff;
}
a:hover {
}
a:active{
}
a:visited {
}

p {
font-family: Arial, Helvetica, sans-serif;
line-height: 180%;
}

h1, h2, h3, h4 {
font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", sans-serif;
font-size: 15px;
font-weight: normal;
text-transform: uppercase;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

/* ----------- */

#page_shadow {
background: url(../images/page_shadow.png) repeat-y;
margin: 0 auto;
padding: 0 20px;
width: 812px;
}

#bottom_shadow {
background: url(../images/page_shadow_bottom.png) no-repeat top center;
height: 21px;
margin: 0 auto;
padding: 0 20px;
width: 812px;
}

#wrapper {
position: relative;
width: 810px;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

  #wrapper > div {
  }


/* ! Branding & Search*/

#branding {
height: 63px;
border-bottom: 2px solid #e4e4e4;
background: url(../images/branding-bg.png);
}

  #logo {
  border: 1px solid #000;
  width: 343px;
  height: 51px;
  position: absolute;
  top: 2px;
  left: -143px;
  background: url(../images/logo-bg.png);
  }

    #logo a {
    display: block;
    width: 100%;
    height: 100%;
    }

  #search {
  width: 525px;
  height: 51px;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 20000
  }

    #search h3 {
    margin-top: 2px;
    float: left;
    font-size: 11px;
    line-height: 52px;
    color: #fff;
    letter-spacing: 1px;
    }

    #searchbox {
    float: right;
    overflow: visible;
    }

      #searchbox .search_form {
      padding: 10px 15px 10px 15px;
      width: 210px;
      background: url(../images/searchbox-bg.png) no-repeat;
      }

        #searchbox .search_form input {
        border: none;
        background: url(../images/searchfield-bg.png) no-repeat top left;
        line-height: 20px;
        margin: 5px 0 5px 5px;
        padding: 0 0 0 20px;
        height: 20px;
        font-size: 13px;
        }
        #searchbox .search_form input:focus {
        background: url(../images/searchfield-bg.png) no-repeat bottom left;
        }

      #search-results {
      background: url(../images/black-opaque-bg.png);
      position: absolute;
      right: 0;
      top: 50px;
      }

        #search-results ul {
        padding: 10px 5px;
        font-size: 11px;
        color: #fff;
        }

          #search-results ul li {
          border-bottom: 1px dashed #1e1e1e;
          }

            #search-results ul li p {
            font-style: italic;
            color: #ccc;
            text-transform: lowercase;
            }

            #search-results ul li a {
            padding: 0 5px;
            font-style: normal;
            font-size: 12px;
            line-height: 28px;
            text-transform: none;
            display: block;
            }

        #search-results ul li a:hover {
        color: #ffc345 !important;
        background: url(../images/black-opaque-bg.png);
        }


/* ! Main Menu */

#home_button {
position: absolute;
top: 71px;
left: -68px;
font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", sans-serif;
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
padding: 46px 0 0 0;
width: 67px;
height: 15px;
text-align: center;
line-height: 15px;
color: #fff;
background: #1c1c1c url(../images/home_button-bg.png) no-repeat top left;
}


#main_menu {
position: absolute;
top: 157px;
left: -117px;
font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", sans-serif;
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
width: 116px;
z-index: 9000 !important;
background-color: #fff;
overflow-x: visible;
}

  #main_menu li.subs {
  padding: 1px;
  padding-right: 0;
  clear: both;
  background: #fff url(../images/main_menu-bg.png) repeat-x;
  }
  
    #main_menu li.subs > a:hover, #main_menu h3 a:hover {
    color: #ffc345;
    }

    #main_menu li a {
    border: 1px solid #848484;
    border-right: none;
    display: block;
    text-decoration: none;
    width: 104px;
    height: 28px;
    line-height: 33px;
    padding-left: 10px;
    font-weight: normal;
    color: #fff;
    }
    #main_menu li a.current {
    color: #0d7657 !important;
    font-weight: bold !important;
    }

/* Property Groups Menu */

#main_menu > h3 {
background: url(../images/main_menu-bg.png) repeat-x;
border: 1px solid #848484;
border-right: none;
display: block;
text-decoration: none;
width: 104px;
*width: 105px;
height: 28px;
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
line-height: 28px;
padding-left: 10px;
font-weight: normal;
color: #fff;
outline: 1px solid #4c4c4c;
}

ul.property_group_menu {
font-family: Arial, Helvetica, sans-serif;
padding: 0 !important;
position: relative;
}

  li.property_group {
  background: none !important;
  padding: 0 !important;
  margin: 1px 5px 1px 0 !important;
  color: #000;
  }
  
    li.property_group a {
    display: block;
    border: none !important;
    padding: 0 5px 0 0 !important;
    width: 110px !important;
    height: 20px !important;
    font-size: 11px !important;
    text-align: right;
    text-transform: capitalize;
    font-weight: bold !important;
    line-height: 20px !important;
    color: #000 !important;
    }
    li.property_group a:hover {
    color: #9D1712 !important;
    }
  
      ul.child_property_group_menu {
      position: absolute;
      top: -20px;
      left: 115px;
      width: 850px;
      display: none;
      }

      li.property_group:hover ul.child_property_group_menu {
      display: block !important;
      }

        li.child_property_group {
        background: url(../images/black-opaque-bg.png);
        border-right: 1px solid #605f5d;
        float: left;
        height: 180px;
        padding: 5px 0px 10px 15px;
        }
        
          li.child_property_group h4, li.child_property_group h4 a {
          font-family: Helvetica, Arial, sans-serif;
          text-transform: capitalize;
          font-size: 13px !important;
          color: #E07902 !important;
          text-align: left;
          display: block;
          
          }
          
          li.child_property_group h4 {
          }
    
            li.child_property_group a {
            width: 100% !important;
            }
        
          ul.child_property_group_properties {
          float: left;
          padding-right: 15px; 
          }
          
            li.child_property_group_property {
            
            }
            
              li.child_property_group_property a {
              color: #fff !important;
              width: 100% !important;
              text-align: left;
              color: #fff !important;
              font-weight: normal !important;
              }

/* Sub Menus */

.sub_menu {
font-family: Arial, Helvetica, sans-serif;
padding: 0 !important;
/* padding: 5px 0; */
}

  .sub_menu li {
  background: none !important;
  padding: 0 !important;
  margin: 1px 5px 1px 0 !important;
  position: relative;
  }

    .sub_menu li a {
    display: block;
    border: none !important;
    padding: 0 5px 0 0 !important;
    width: 110px !important;
    height: 20px !important;
    font-size: 11px !important;
    text-align: right;
    text-transform: capitalize;
    font-weight: bold !important;
    line-height: 20px !important;
    color: #000 !important;
    }
    .sub_menu li a:hover {
    color: #9D1712 !important;
    }

    .sub_menu li a.smaller_text {
    font-size: 11px !important;
    }

    .sub_menu li a.current {
    color: #9D1712;
    }

/* ! Header */

/* See Landing and Corp styles */

/* ! Content */

#content_body {
word-spacing: 0; /* ff inline-block fix */
font-size: 0; /* safari inline-block fix */

border-top: 4px solid #414143;
background: #1c1c1c;
padding: 11px 5px 11px 11px;
}

  #content_body > div {
  display: inline-block;
  word-spacing: normal; /* ff inline-block fix */
  font-size: 12px; /* safari inline-block fix */
  zoom: 1;  /* IE7 inline-block fix */
  *display: inline; /* IE7 inline-block fix */

  vertical-align: top;
  }

  #content {
  outline: 1px solid #e4e4e4;
  width: 518px;
  background: #e4e4e4;
  }

    .post {
    border: 1px solid #1c1c1c;
    background: #fff;
    padding-bottom: 20px;
    }
    div.post+div.post {
    margin-top: 1px;
    }
    
    /* See Landing and Corp styles */
      
      a.career_link {
      width: 170px;
      height: 33px;
      padding-left: 30px;
      line-height: 33px;
      background: url(../images/career-btn-bg.png);
      display: block;
      float: left;
      margin-left: 20px;
      margin-bottom: 3px;
      color: #fff;
      }
      a.career_link+a.career_link {
      margin-left: 3px;
      }
      a.career_link+a.career_link+a.career_link {
      margin-left: 20px;
      }
      a.career_link+a.career_link+a.career_link+a.career_link {
      margin-left: 3px;
      }

      .post blockquote {
      font-size: 17px;
      line-height: 25px;
      font-style: italic;
      padding: 30px 30px 10px 95px;
      background: url(../images/quote-bg.png) no-repeat 20px 25px;
      }

      .post blockquote+p {
      margin: 0;
      padding: 0 30px 10px 95px;
      font-size: 13px;
      font-style: italic;
      color: #0d7657;
      }

  /* ! Contact Forms */

  .form_body {
  padding: 20px;
  }
    
    .form_row {
    clear: both;
    margin-bottom: 10px;
    }
    
      .form_row label {
      padding-left: 2px;
      display: block;
      clear: right;
      font-size: 13px;
      font-weight: bold;
      line-height: 18px;
      }
      
      .form_row textarea, .form_row input[type="text"] {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      outline: 1px solid #ddd;
      border-top: 1px solid #7c7c7c;
      border-left: 1px solid #7c7c7c;
      border-right: 1px solid #7c7c7c;
      border-bottom: 1px solid #fff;
      }
      
      .form_row input {
      padding: 4px;
      }
            
      .form_row textarea {
      padding: 3px;
      
      }


  /* ! Sidebar */

  #sidebar {
  outline: 1px solid #e4e4e4;
  border: 1px solid #1c1c1c;
  padding: 0 1px 1px 1px;
  background: #e4e4e4;
  width: 254px;
  margin-left: 12px;
  }

    .widget {
    margin-top: 1px;
    background: #1c1c1c;
    }

      .widget h3, li.widget > a {
      padding-left: 46px;
      height: 40px;
      line-height: 41px;
      font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", sans-serif;
      font-size: 11px;
      letter-spacing: 1px;
/*       font-weight: bold; */
      font-weight: normal;
      text-transform: uppercase;
      color: #fff;
      display: block;
      }
      .widget h3 {
      background: #000 url(../images/widget-header-background.png) no-repeat left top;
      }
      li.widget > a {
      background-image: url(../images/expander-closed.png);
      background-repeat: no-repeat;
      background-position: bottom right;
      }

      .twitter_widget {
      background-image: url(../images/widget-header-twitter.png);
      background-repeat: no-repeat;
      background-position: top left;
      background-color: #000;
      }

      .reel {
      background-image: url(../images/widget-header-reel.png);
      background-repeat: no-repeat;
      background-position: top left;
      background-color: #000;
      }

      .theatre {
      background-image: url(../images/widget-header-theatre-faces.png);
      background-repeat: no-repeat;
      background-position: top left;
      background-color: #000;
      }

        .widget > * + * {
/*         border-top: 1px solid #e4e4e4; */
        background: #1c1c1c;
/*         background: #fff; */
        }

        /* ! Background Selector */

        /*

        See jcarousel.css for styles

        */

        /* ! Twitter */

        .tweet, .testimonial {
        border-bottom: 1px solid #e4e4e4;
        }

        .tweet {
        padding: 20px 10px;
        background: #fff;
        }

        .odd {
        background: #e2edef;
        }

          .tweet a img {
          float: left;
          border: 1px solid #000;
          }

          .tweet a {
          font-size: 11px;
          line-height: 110%;
          color: #0d7657;
          }

          .aContent {
          width: 175px;
          float: right;
          font-size: 11px;
          line-height: 150%;
          margin-top: -3px;
          }

            .by {

            }

          .clearFix{
          clear: both;
          }

          .follow_twitter {
          text-align: right;
          padding: 5px;
          background: #e2edef;

          }

            .follow_twitter a {
            text-transform: uppercase;
            font-size: 9px;
            padding-right: 10px;
            color: #000;
            }

      /* ! Video Widget */

        a.cboxvideo {
        display: block;
        background: url(../images/tmp-videothumb.jpg) no-repeat center 5px;
        height: 20px;
        padding-top: 150px;
        text-align: center;
        }
/* ! Footer */

#footer {
border-top: 4px solid #9D1712;
height: 40px;
}

#footer > * {
float: left;
}

  #footer p {
  color: #fff;
  font-size: 10px;
  line-height: 40px;
  }
  
  a#equalhousing {
  display: block;
  width: 52px;
  height: 40px;
  background: url(../images/footer-equalhousing.png);
  }
  
  a#bbb {
  display: block;
  width: 90px;
  height: 40px;
  background: url(../images/footer-bbb.png);
  }

  a#dzap {
  display: block;
  width: 148px;
  height: 38px;
  background: url(../images/footer-dzap.png) no-repeat center;
  margin-left: 10px;
  }

    a#bbb span, a#dzap span {
    display: none;
    }
    
    a#equalhousing span {
    display: none;
    }

    #footer p a:hover {
    text-decoration: underline;
    }
    