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

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: #ddd;
}

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

p {
line-height: 120%;
}

h1, .branding h2 {
font-size: 23px;
text-transform: uppercase;
font-weight: normal;
float: left;
margin-top:12px;
}

h2 {
}

h3 {
}

h4 {
}

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

.page {
width: 650px;
min-height: 792px;
margin: 10px auto 20px;
background-color: #fff;
padding: 20px 50px 30px;
page-break-after: always;
}

#cover_page{
text-align: center;
margin-top:80px;
}

  #cover_page .cover_image{
  margin-top: 40px;
  text-align: center;
  }
  
  #cover_page .copy_cover {
  margin-top:35px;
  }
  
    #cover_page .copy_cover .cover_phone {
    margin:12px 0 25px 0;
    }
  
    #cover_page .copy_cover p {
    line-height: 120%;
    font-size: 18px;
    padding: 5px 0;
    }    
      #cover_page .copy_cover p span {
      padding: 0 5px;
      }
    
    #cover_page .copy_cover h2 {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
    }
    
    #cover_page .copy_cover a {
    display: block;
    width: 100px;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../images/print-this-btn.gif) no-repeat;
    }
    
    #cover_page .copy_cover a span {
    display: none;
    }

/* ! Stuff */

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

.branding img {
float: right;
}

.branding h1 {
margin-top:12px;
}

#overview {
margin-bottom: 15px;
}

  #overview .copy {
  float: left;
  width: 210px;
  }
  
    #overview .copy p {
    }
    
    #overview .copy h2 {
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 150%;
    font-size: 14px;
    }
    
    #overview .copy a {
    display: block;
    width: 100px;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../images/print-this-btn.gif) no-repeat;
    }
    
    #overview .copy a span {
    display: none;
    }
    
  .image {
  float: right;
  }

.intro {

}

  .intro h1, #intro h2, #intro h3 {
  margin-bottom: 15px;
  }
  
  .intro p {
  margin-bottom: 15px;
  clear: both;
  }

#features {
}

  .amenities {
  float: left;
  width: 50%;
  }
  
    .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;
      }

.footer {
border-top: 2px solid #000;
text-align: center;
font-size: 10px;
margin-top: 5px;
padding-top: 10px;
margin-bottom: 10px;
}

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

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

#overview .copy a#email{
display: none;
}


