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

CSS:        Carmel Print - CoPilot Theme
Author:     Tem Aguerre 
Company:    LeaseLabs
Version:    1.0

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

/* ! Global Classes */

.clear {
clear: both;
}

/* ! Basics & Typography */

body {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
background: #9D1712;
}

a {
}
a:hover {
}
a:active{
}
a:visited {
}

p {
line-height: 120%;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

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

.page {
width: 650px;
min-height: 792px;
margin: 10px auto 20px;
background-color: #fff;
padding: 20px 50px 30px;
outline: 1px solid #bbb;
}

/* ! Stuff */

.branding {
border-bottom: 2px solid #ccc;
padding-top: 10px;
padding-bottom: 15px;
margin-bottom: 15px;
}

  .branding h2 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 15px;
  }
  
  .branding .info {
  float: left;
  }
  
    .branding .info .address {
    float: left;
    margin-right: 40px;
    }

      .branding .info .address p, .branding .info .phone p {
      line-height: 18px;
      }

    .branding .info .phone {
    float: left;
    }

  .branding .buttons {
/*   border-left: 2px solid #ccc; */
  width: 100px;
  float: right;
  }

    .branding .buttons a.applybtn {
    display: block;
    width: 100px;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 8px;
    background: url(../images/application-btn.gif) no-repeat;
    }


    .branding .buttons a.printbtn {
    display: block;
    width: 100px;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 8px;
    background: url(../images/print-this-btn.gif) no-repeat;
    }
    
    a.applybtn + a.printbtn {
    margin-top: 0 !important;
    }
    
    .branding .buttons .addthis_toolbox:hover{
    cursor: pointer;
    }
    
    .branding .buttons a span {
    display: none;
    }


.overview {
margin-bottom: 30px;
}

  .overview .copy {
  float: left;
  width: 210px;
  }
  
    .overview .copy p {
    }
    
    .overview .copy h2 {
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 150%;
    font-size: 14px;
    }
        
  .prop_image {
  float: right;
  }
  
  .map_image {
  float: left;
  }

.more_info {
width: 32%;
float: left;
}

    .more_info h2 {
    text-transform: uppercase;
    line-height: 150%;
    font-size: 13px;
    margin-bottom: 10px;
    }
    
    .more_info p + h2 {
    line-height: 120%;
    margin-top: 15px;
    margin-bottom: 5px;
    }


#features {
}

  .amenities {
  float: right;
  width: 33%;
  }
  
    .amenities h2 {
    text-transform: uppercase;
    line-height: 150%;
    font-size: 13px;
    margin-bottom: 10px;
    }
    
    .amenities ul {
    padding-right: 40px;
    margin-bottom: 15px;
    }
    
      .amenities ul li {
      margin-left: 25px;
      list-style-type: disc;
      list-style-position: outside;
      }


#floorplans {
margin-top: 30px;
margin-bottom: 15px;
}
  
  #floorplans h2 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  }
  
  .floorplan {
  width: 48%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  }
  
    .floorplan .image {
    width: 100%;
    height: 150px;
    }
    
    .floorplan h3 {
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    }
    
    .floorplan p {
    line-height: 140%;
    text-align: center;
    width: 100%;
    }

.footer {
border-top: 2px solid #ccc;
text-align: center;
font-size: 10px;
margin-top: 5px;
padding-top: 5px;
margin-bottom: 20px;
clear: both !important;
float: left;
color: #ccc;
}


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