html, body { height: 100%; }

body {
  margin: 0; padding: 0;
  color: #333;
  font: 82%/150% "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
  text-align: center;
}

h1, h2, h3, h4, p.intro { font-family: Georgia, Times, serif; font-weight: normal; }
h1 {}
h2 {
  margin: 0 0 8px 0; padding: 0;
  color:#333333;
  font-size: 215%;
  line-height: 115%;
}
h3 {
  margin: 25px 0 10px;
  padding: 0 0 4px 0;
  font-size: 154%;
  border-bottom: 1px solid #333;
}

  
p.intro {
  margin: 0; padding: 0;
  color: #0A759E;
  font-size: 138%;
  font-style: italic;
  line-height: 140%;
}
p.metadata { font-size: 92%; color: #330066; }
p.description {
  height: 225px;
  padding: 20px;
  font-size: 108%;

}

p.big {
    font: 138%/130% Georgia, Times, serif;
    font-style: italic;
  }
  
ul {
  margin-top: 0;
  margin-bottom: 0;

}

a {
  color: #CC6600;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
  a big {
    font: 138%/130% Georgia, Times, serif;
    font-style: italic;
  }
  
img { border: none; }
img.floorplan {
  float: right;
  padding: 4px;
  border: 1px solid #999;
}

div.body {
  width: 850px;
  margin: 0 auto;
  text-align: left;
}


div#header {
  height: 148px;
}
  div#header h1.logo {
    float: left;
    height: 100px;
    width: 415px;
    margin: 0;
    padding: 24px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
  }
    div#header h1.logo a {
      display: block;
      height: 100%;
      text-indent: -5000px;
      background: url(../images/logo.gif) no-repeat left center;
    }
  ul#navi {
    margin: 0;
    padding: 45px 0;
    list-style: none;
    font-family: Georgia, Times, serif;
  }
    ul#navi li {
      float: right;
      margin-left: 6px;
    }
      ul#navi li a {
        display: block;
        height: 45px;
        text-decoration: none;
        text-indent: -5000px;
        outline: none;
        background-position: left top;
        background-repeat: no-repeat;
      }
      ul#navi li#navi-home a {
        width: 70px;
      }
      ul#navi li#navi-about a {
        width: 80px;
      }
      ul#navi li#navi-blog a {
        width: 65px;
      }
      ul#navi li#navi-contact a {
        width: 105px;
      }
      ul#navi li.active a,
      ul#navi li a:hover { background-position: 0 -100px; }
  div#header-border {
    overflow: hidden;
    height: 2px;
    margin: 0; padding: 0;
	background-color:#CC6600;
  }

div#main { padding: 25px 0 50px 0; }
  div#content {
    position: relative;
    float: left;
    width: 500px;
  }
    div#content img.left {
      float: left;
      margin-right: 10px;
      padding: 4px;
      border: 1px solid #999;
    }
    div#content div.post { margin-bottom: 25px; }
      div#content div.post h3 { margin-bottom: 0; padding-bottom: 0; border: none; }
      div#content div.post p { margin: 0 0 8px 0; padding: 0; }
      div#content div.post p.metadata { font-style: italic; }
      div#content div.post a.more {
        font-weight: bold;
      }
  ul#sidebar {
    float: left;
    width: 125px;
    margin: 0; padding: 0;
	padding-right:20px;
    list-style: none !important;
    list-style-image: none !important;
    font-size: 92%;
    line-height: 150%;
  }
    ul#sidebar li { margin-bottom: 25px; }
    ul#sidebar li.logo { margin-bottom: 20px; }
      ul#sidebar li.logo h2 {
        margin: 0; padding: 0;
        height: 185px;
        text-indent: -5000px;
        background-repeat: no-repeat;
        background-position: center top;
      }
 
      ul#sidebar li h3 { 
	  	margin-top: 0;
		color:#CC6600;
		}
        ul#sidebar li h3 a.vcard {
          float: right;
          display: none;
          height: 15px;
          width: 20px;
          margin-top: 2px;
          text-indent: -5000px;
          background: url(../images/vcard.gif) no-repeat;
        }
        ul#sidebar li h3 a.vcard:hover { background-position: 0 -50px; }
      ul#sidebar li.about img { float: left; width: 92px; height: 92px; margin: 3px 10px 0 0; padding: 4px; border: 1px solid #999; }
      ul#sidebar li.about p { margin-top: 0; }
      
      ul#sidebar li a.contact {
        display: block;
        padding: 10px 15px;
        color: #5E7524;
        font-size: 123%;
        font-weight: bold;
        text-decoration: none;
        border: 1px solid #8CB134;
      }
      ul#sidebar li a.contact.active,
      ul#sidebar li a.contact:hover { color: #384114; border-color: #495B1C; }
        ul#sidebar li a.contact span {
          display: block;
          height: 100%;
        }
        ul#sidebar li a.contact:hover span { background-position: 100% -45px; }
        ul#sidebar li a.contact.active span { background-position: 100% -95px; }
      
      ul#sidebar li div#gmap {
        width: 323px;
        height: 250px;
        border: 1px solid #999;
      }
      
      ul#sidebar li div#form { position: relative; }
        ul#sidebar li div#form form {
          padding: 15px 15px 10px 15px;
          text-align: center;
          border: 1px solid #495B1C;
          border-top: none;
          background: #E2EBBE;
        }
          ul#sidebar li div#form form fieldset { margin: 0; padding: 0; border: none; }
            ul#sidebar li div#form form fieldset legend { display: none; }
        ul#sidebar li div#form span { font-size: 92%; }
        ul#sidebar li div#form input.field,
        ul#sidebar li div#form textarea {
          width: 100%;
          margin-bottom: 7px;
          font-size: 108%;
        }
        ul#sidebar li div#form input.field { color: #999; }
        ul#sidebar li div#form input.field.active { color: #333; }
        ul#sidebar li div#form textarea { height: 175px; }
        
      ul#sidebar li ul { margin: 0; padding: 0; list-style: none !important; list-style-image: none !important; }
        ul#sidebar li ul li { margin-bottom: 5px; line-height: 125%; }
          ul#sidebar li li a { font-size: 108%; font-weight: bold; }
          ul#sidebar li li span { color: #666; font-size: 92%; white-space: nowrap; font-style: italic; }
  
  
div#footer {
  position: relative;
  height: 20px;
  padding: 52px 0 53px 0;
}
  div#footer h1.logo {
    position: absolute;
    top: -40px;
    left: 50%;
    height: 140px;
    width: 280px;
    margin: 0 0 0 -140px;
    padding: 0;
    text-indent: -5000px;
  }
  div#footer p.copyright {
    float: left;
    margin: 0; padding: 0;
    color: #DDC696;
    font-size: 92%;
    line-height: 100%;
  }
    div#footer p.copyright a { line-height: 150%; color: #DDC696; }
    div#footer p.copyright a:hover { color: #fff; }
  div#footer a.contact {
    float: right;
    padding: 3px 30px;
    color: #DDC696;
    text-decoration: none;
    border: 1px solid #DDC696;
    background: #54341C;
  }
  div#footer a.contact:hover { color: #fff; border-color: #fff; }



/* Begin Contact Form CSS */
.contactleft {
	width: 15%;
	clear: both;
	float: left;
	padding: 4px 4px 4px 0;
	margin: 1px 0;
}

.contactright {
	width: 80%;
	text-align: left;
	float: right;
	padding: 4px;
	margin: 1px 0;
}
  .contactright input,
  .contactright textarea { font-size: 108%; }
  .contactright span { color: #999; }

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* End Contact Form CSS */


.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
