@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #28231A;
  background-image: url(../images/top-page-bg.jpg);
  background-repeat: repeat-x;
  background-color: #CCD1BA;
}

#footer a:link, #footer a:visited { text-decoration: underline; color: #F5F3E8; }
#footer a:hover { text-decoration: underline; color: #E2DDBC; letter-spacing: 1px; } 

a:link, a:visited { color: #31ABE6; text-decoration: underline; }
a:hover { color: #1A94CE; text-decoration: underline; }

h1 { padding-left: 27px; padding-top: 18px; clear: both; line-height: normal; font-weight: normal; }
h2 { padding-left: 27px; padding-top: 18px; clear: both; line-height: normal; font-weight: bold; font-size: 16px; }

ul {
  list-style: none;
  margin-left: 40px;
  margin-top: 18px;
}




#container {
  width: 960px;
  margin: 0 auto;
}

.logo-eh {
  width: 100%;
  margin-top: 12px;
  margin-bottom:12px;
  text-align: center;
  clear: both;
}

#nav-bg {
  width: 100%;
  height: 75px;
  clear: both;
}

#header {
  width: 100%;
  clear: both;
}

#main {
  clear: both;
  width: 100%;
  background-color: #EDEFE7;
  overflow: hidden;
  padding-bottom: 4px;
}

#left-main {
  width: 300px;
  float: left;
  display: inline;
  padding-bottom: 10px;
}

#left-main p { clear: both; padding-left: 27px; padding-top: 17px; padding-right: 7px; }

#right-main {
  width: 324px;
  float: right;
  display: inline;
  margin-right: 4px;
  background-color: #DCDFD0;
  overflow: hidden;
  padding-bottom: 10px;
}

#right-main p { padding-left: 27px; padding-top: 18px; clear: both; }

#photos { margin-left: 27px; float: left; margin-top: 10px; display: inline; }

.right-img { clear: both; }

.right-img img {
  clear: both;
}

#more p { font-size: 11px; padding-top: 10px; clear: both; }

#footer {
  width: 100%;
  height: 95px;
  clear: both;
  background-color: #44392B;
}

#footer-container {
  margin: 0 auto;
  width: 960px;
}

#footer p { font-size: 11px; color: #CFC2B4; clear: both; padding-top: 12px; padding-left: 27px; letter-spacing: 1px; }

/******************* NAV CLASSES *******************/

#nav a:link, #nav a:visited {
  text-decoration: none;
  list-style: none;
  background-position: 0 0;
}

#nav li a:hover, #nav li a.current {
  list-style: none;
  background-position: 0 -75px;
  display: block;
    height: 75px;
}

#nav li a {
  display: block;
    height: 75px;
}

#nav {
  margin: 0 0 0 0px; padding: 0;
  list-style: none;
  text-indent: -5000px;
}

#nav li {
  margin: 0 0 0 0;
  background: none;
  margin-right: 0;
  text-align: center;
  float: left;
  list-style: none;
  padding-left: 0;
}

#nav li #home { width: 177px; background-image: url(../images/buttons/home.jpg); }
#nav li #services { width: 186px; background-image: url(../images/buttons/services.jpg); }
#nav li #about { width: 188px; background-image: url(../images/buttons/about-us.jpg); }
#nav li #portfolio { width: 231px; background-image: url(../images/buttons/our-work.jpg); }
#nav li #contact { width: 178px; background-image: url(../images/buttons/contact.jpg); }