html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a { text-decoration: none;}
a:hover { cursor: pointer; }


/* BCP */

body.home {
  background: rgb(235,228,222) url(../images/banner.png) 50% 70px no-repeat;
}

body.landing {
  background-color: rgb(235,228,222);
  padding: 50px 0 20px 0;
}

  .landing h2 {
    background: url(../images/header-bg.png) top center no-repeat;
    color: rgb(144,131,118);
    font-size: 36px;
    font-style: italic;
    line-height: 45px;
    margin: 0 0 50px 0;
    text-align: center;
  }

    .business {
      float: left;
      width: 300px;
    }
      .business.mid {
        margin: 0 30px;
      }

      .business p {
        font-size: 18px;
        font-style: italic;
        line-height: 24px;
        margin: 20px 0;
        min-height: 120px;
        padding: 0 20px;
      }






body {
  background: rgb(235,228,222);
  color: rgb(118,102,83);
  font-family: 'Droid Serif', serif;
  font-size: 100%;
  margin: 0 auto;
  text-align: center;
}

.container {
  clear: both;
  margin: 0 auto;
  text-align: left;
  width: 960px;
}

.container.cont {
  background: rgb(249,247,245);
  border-top: 3px solid rgb(255,255,255);
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 25px 0;
  width: 100%;
}


.vcard {
  float: right;
  font-size: 23px;
  margin: 20px 0 0 0;
  text-align: right;
}

  .vcard a {
    color: rgb(74,128,77);
    font-size: 15px;
  }

.nav {
  background: rgb(74,128,77);
  clear: left;
  height: 35px;
  margin: 0 0 10px 0;
}
  .nav ul {
    margin: 0 auto;
    width: 100%;

  }

  .nav li {
    display: inline-block;
    float: left;
    margin: 0 0 0 5%;
    padding: 10px 0;
    text-align: center;
  }

    .nav a {
      color: rgb(187,206,189);
    }
      .nav a.here, .nav a:hover {
        color: rgb(235, 228, 222)
      }


  .logo {
    float: left;
    margin: 30px 0;
    width: 500px;
  }

    .logo img {
      float: left;
    }

    .logo h1 {
      color: rgb(118,102,83);
      float: left;
      font-size: 20px;
      font-weight: bold;
      margin: 7px 0 0 10px;
      text-transform: uppercase;
    }



  .banner {
    background: url(../images/banner-bg.png) center center no-repeat;
    clear: left;
    margin: 0 0 20px 0;
    padding: 15px 0 15px 10px;
  }

  .content {
    margin: 0 auto 5% auto;
    width: 960px;
  }

  .left {
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px;
    width: 556px;
  }

  .right {
    float: left;
    padding: 0 0 0 15px;
    width: 355px;
  }

  .half {
    float: left;
    width: 480px;
  }

    .half.text p {
      width: 95%;
    }


    .buttons div {
      font-style: italic;
      margin: 0 0 30px 0;
      width: 339px;
    }
      .buttons div img {
        float: left;
        margin: 0 10px 0 0;
      }

      h3 {
        color: rgb(140,53,41);
        font-size: 1.714em;
        line-height: 1.3em;
      }

      .buttons p {
        color: rgb(118,102,83);
      }




  .map {
    /*background: url(../images/map-border.png);*/
    background-size: cover;
    height: 230px;
    margin: 0 0 10px 0;
    padding: 4px;
    width: 350px;
  }
    #map {
      height: 100%;
      width: 100%;
    }

    .getting-here .map {
      margin: 30px 0 0 0;
    }

    .place #map {
      height: 300px;
      margin: 0 0 4% 0;
      width: 100%;
    }

    .address {
      background: url(../images/bracket-sep.png) center right no-repeat;
      float: left;
      line-height: 1.4em;
      padding: 2% 0;
    }

  .mapcont {
    display: inline-block;
    height: 343px;
    position: relative;
    width: 972px;
  }
    .mapcont img {
      left: 0;
      position: absolute;
      /*z-index: 10;*/
    }

    #bmap {
      height: 332px;
      left: 5px;
      position: absolute;
      top: 6px;
      width: 960px;
    }


.form {
  float: left;
  width: 40%;
}

.place {
  float: left;
  font-style: italic;
  line-height: 1.4em;
  margin: 0 2%;
  text-align: right;
  width: 40%;
}
  .info strong, strong {
    color: rgb(140,53,41);
    font-style: italic;
    font-weight: bold;
  }
  .info a {
    color: rgb(118,102,83);
    text-decoration: underline;
  }

em {
  font-style: italic;
}


.home h2 {
  color: rgb(104,87,67);
  font-size: 25px;
  font-style: italic;
  line-height: 40px;
}

h2 {
  color: rgb(74,128,77);
  font-size: 30px;
  font-style: italic;
  margin: 0 0 10px 0;

}


p {
  font-style: italic;
  line-height: 24px;
  margin: 20px 0;
}

.content ul {
  font-style: italic;
  margin: 0 0 20px 0;
}

.content li {
  line-height: 28px;
  margin: 0 0 0 30px;
}

  .content li span {
    display: inline-block;
    font-weight: bold;
    margin: 0 10px 0 0;
    text-align: right;
    width: 130px;
  }

  .content ul.charges li span {
    width: 300px;
  }


  .imgtop {
    margin: 70px 0;
  }

