@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

html {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  height: 100%;
  background-color: #000000;
}

a:link, a:visited { font-size: 12px; font-weight: bold; color: #9A7DD5; text-decoration: none; }
a:hover { text-decoration: underline; }

h1 { padding-top: 11px; padding-left: 13px; clear: both; }
h2 { font-size: 14px; clear: both; }
h3 { padding-top: 40px; padding-left: 10px; clear: both; float: left; }

ul {
  list-style: outside;
  margin-left: 30px;
  margin-top: 10px;
  color: #FFFFFF;
}

ul li {
  padding-left: 0px;
  line-height: 1.45em;
}

.spacer {
  margin-left: 23px;
  margin-top: 16px;
  width: 685px;
  height: 1px;
  background-color: #CCCCCC;
}

#left-contact {
  float: left;
  display: inline;
  width: 250px;
}

#right-contact {
  float: right;
  display: inline;
  width: 400px;
  border: 1px solid #CCCCCC;
  margin-right: 30px;
  margin-top: 14px;
}

#right-contact form {
  margin-left: 10px;
  margin-top: 10px;
}

.service-boxes {
  float: left;
  display: inline;
  width: 200px;
}

#big-container {
  min-height: 100%;
  position: relative;
}

#top-bar {
  width: 100%;
  height: 163px;
  background-image: url(../images/top.png);
  background-repeat: repeat-x;
  z-index: 20;
  position: absolute;
}

#top-left {
  width: 726px;
  overflow: hidden;
  float: left;
  display: inline;
}

#top-right {
  float: right;
  display: inline;
  width: 232px;
}

#top-pic {
  width: 726px;
  height: 306px;
  position: absolute;
  z-index: 1;
  top: 75px;
}

#right-nav-thing {
  width: 232px;
  height: 498px;
  background-image: url(../images/right-nav-thing.png);
  position: absolute;
  z-index: 2;
  top: 127px;
}

#right-nav-thing p { padding-left: 10px; padding-top: 10px; clear: both; line-height: 20px; font-size: 11px; }

#content {
  width: 726px;
  background-color: #EEEEEE;
  overflow: hidden;
  position: absolute;
  top: 381px;
  clear: both;
  padding-bottom: 35px;
}

#content p { padding-left: 25px; padding-top: 14px; padding-right: 13px; clear: both; line-height: 20px; color: #3A3A3A; }

#photo-left {
  float: left;
  display: inline;
  width: 425px;
}

#photo-right {
  float: right;
  display: inline;
  width: 250px;
}

.box {
  width: 225px;
  margin-right: 10px;
  padding-bottom: 13px;
  clear: both;
  overflow: hidden;
  border: 1px solid #CCCCCC;
}

#container, #main-container, #top-container {
  margin: 0 auto;
  width: 990px;
}

.logo-eh {
  float: left;
  padding-top: 0px;
}

.nav-bg {
  float: right;
  display: inline;
  width: 756px;
  height: 145px;
  background-image: url(../images/nav-bg.png);
}

.nav-bg-small {
  float: right;
  margin-top: 81px;
  width: 586px;
}

.slogan {
  float: right;
  display: inline;
  padding-top: 0px;
}

.content-bg {
  float: left;
  display: inline;
  width: 400px;
  padding-bottom: 35px;
  background-image: url(../images/content-bg.png);
}

.content-bg p { padding-top: 10px; padding-left: 13px; padding-right: 10px; clear: both; line-height: 20px; }

.content-bg-pic {
  float: left;
  display: inline;
  width: 289px;
  padding-bottom: 0px;
  border: 1px solid #000000;
  border-bottom: none;
}

.content-bg-pic p { padding-top: 13px; padding-left: 13px; clear: both; line-height: 20px; }

#image-bg {
  width: 289px;
  height: 260px;
  background-image: url(../images/content-bg.png);
}

.pics {
  margin: 0; padding: 0;
  width: 289px;
  height: 190px;
  clear: both;
}

.home-header {
  clear: both;
  margin-top: 150px;
}

#fake-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  clear: both;
}

#footer-spacer {
  width: 100%;
  height: 41px;
  background-image: url(../images/footer-top.png);
  background-repeat: repeat-x;
  clear: both;
}

#footer {
  width: 100%;
  overflow: hidden;
  clear: both;
  background-color: #000000;
}

#footer-container {
  margin: 0 auto;
  width: 990px;
  font-size: 11px;
}

#body {
  padding: 0px;
  padding-bottom: 41px;
}

#push {
	height: 41px;
	background-image: url(../img/line.png);
	background-position: top left;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.f-links { margin-left: 0; margin-top: 19px; float: left; display: inline; padding-bottom: 13px; }

#copy {
  clear: both;
  margin-left: 0px;
  margin-top: 10px;
  font-size: 10px;
}

.facebook-logo {
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
}

/******************* 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 -64px;
  display: block;
    height: 64px;
}

#nav li a {
  display: block;
    height: 64px;
}

#nav {
  margin: 0 0 0 0; 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: 3px;
}

#nav li #home { width: 80px; background-image: url(../images/buttons/buttons2/home.png); }
#nav li #services { width: 94px; background-image: url(../images/buttons/buttons2/services.png); }
#nav li #portfolio { width: 97px; background-image: url(../images/buttons/buttons2/portfolio.png); }
#nav li #about { width: 102px; background-image: url(../images/buttons/buttons2/about.png); }
#nav li #contact { width: 117px; background-image: url(../images/buttons/buttons2/contact.png); }
#nav li #media { width: 76px; background-image: url(../images/buttons/media.png); }


/******************* LITTLE-GUYS CLASSES *******************/

#little-guys a:link, #little-guys a:visited {
  text-decoration: none;
  list-style: none;
  background-position: 0 0;
  padding-top: 0px;
}

#little-guys li a:hover, #little-guys li a.current {
  list-style: none;
  background-position: 0 -62px;
  display: block;
    width: 214px;
    height: 62px;
	clear: both;
}

#little-guys li a {
  display: block;
    width: 214px;
    height: 62px;
	clear: both;
}

#little-guys {
  margin: 0 0 0 10px;
  list-style: none;
  text-indent: -5000px;
  clear: both;
}

#little-guys li {
  margin: 0 0 0 0;
  background: none;
  margin-right: 0;
  text-align: center;
  float: left;
  clear: both;
  list-style: none;
  padding-left: 0px;
  padding-bottom: 0px;
}

#little-guys li #testimonials { background-image: url(../images/buttons/testimonials.gif); }
#little-guys li #sustainable-design { background-image: url(../images/buttons/sustainable-design.gif); }
#little-guys li #certifications { background-image: url(../images/buttons/certifications-affiliations.gif); }