@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #59412C;
}

a:link, a:visited { color: #8BD343; text-decoration: underline; }
a:hover { text-decoration: none; }

h1 { padding-top: 25px; clear: both; }
h2 { padding-left: 15px; padding-top: 14px; clear: both; font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #FFFFFF; }
h3 { padding-left: 15px; padding-top: 2px; clear: both; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #FFFFFF; font-weight: normal; text-transform: uppercase; }

.history-spacer {
  width: 346px;
  height: 1px;
  background-color: #F6F4EA;
  margin-top: 12px;
  margin-left: 12px;
  float: left;
}

ul {
  list-style: outside;
  margin-left: 30px;
  margin-top: 10px;
  line-height: 18px;
}

ul li {
  padding-left: 3px;
}

.services-box {
  width: 250px;
  float: left;
  display: inline;
}

#top-container {
  margin: 0 auto;
  width: 978px;
  height: 326px;
  clear: both;
}

.logo-eh {
  width: 214px;
  height: 94px;
  float: left;
  display: inline;
  margin-top: 230px;
}

#main {
  width: 100%;
  padding-bottom: 20px;
  background-image: url(../images/main-bg.jpg);
  background-repeat: repeat-x;
  background-color: #F8F7F0;
  overflow: hidden;
}

#main-container, #bottom-main-container {
  width: 978px;
  margin: 0 auto;
  clear: both;
}

#left-main {
  float: left;
  display: inline;
  width: 558px;
}

#left-main p { padding-top: 24px; clear: both; line-height: 21px; }

#right-main {
  float: right;
  display: inline;
  width: 370px;
}

.history-box {
  margin-top: 17px;
  width: 100%;
  overflow: hidden;
  background-image: url(../images/history-box-bg.jpg);
  background-repeat: no-repeat;
  background-color: #593F13;
  padding-bottom: 10px;
}

.history-box p { padding-top: 20px; padding-left: 15px; padding-right: 10px; clear: both; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 24px; color: #FFFFFF; }

.left-history {
  float: left;
  display: inline;
  width: 147px;
}

.right-history {
  float: right;
  display: inline;
  width: 207px;
}

.right-history img { margin-top: 60px; float: left; }

#bottom-main {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/bottom-main-bg.jpg);
  background-repeat: repeat-x;
  background-color: #F8F7F0;
  overflow: hidden;
}

#photo-container {
  width: 100%;
  clear: both;
}

#photo-container img { float: left; display: inline; margin-left: 61px; border: 3px solid #59412C; margin-top: 20px; }

#footer {
  width: 100%;
  float: left;
  margin-top: 20px;
}

#footer p { font-size: 11px; color: #AEA457; line-height: 19px; }

#nav-container {
  width: 764px;
  height: 41px;
  margin-top: 285px;
  float: right;
  display: inline;
}

/******************* NAV CLASSES *******************/

#nav a:link, #nav a:visited {
  text-decoration: none;
  list-style: none;
  background-position: 0 0;
}

#nav a:hover, #nav li .current {
  text-decoration: none;
  list-style: none;
  background-position: 0 -41px;
}

#nav li a {
  display: block;
    width: 180px;
    height: 41px;
}

#nav {
  margin: 0 0 0 0; padding: 0;
  list-style: none;
  text-indent: -5000px;
  width: 764px;
}

#nav li {
  margin: 0 0 0 0;
  _margin: 0 0 0 0;
  background: none;
  margin-right: 0;
  text-align: center;
  float: left;
  list-style: none;
  margin-right: 0px;
  padding-left: 11px;
}

#nav li #home { background-image: url(../images/buttons/home.gif); }
#nav li #services { background-image: url(../images/buttons/services.gif); }
#nav li #portfolio { background-image: url(../images/buttons/portfolio.gif); }
#nav li #contact { background-image: url(../images/buttons/contact.gif); }
