@charset "utf-8";
/* CSS Document for All New Concrete */

* { margin: 0; padding: 0; }

html, body {
	height:100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  line-height: 19px;
  background-image: url(../images/page-bg.jpg);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}

a:link, a:visited { color: #000000; text-decoration: underline; }
a:hover { color: #333333; }

#footer a:link { color: #FFFFFF; text-decoration: underline; }
#footer a:visited { color: #FFFFFF; text-decoration: underline; }
#footer a:hover { color: #CCCCCC; }

h1 { margin-top: 4px; font-weight: normal; line-height: normal; clear: both; }

#container {
	min-height: 100%;
	height: auto !important;
    height: 100%;
  width: 900px;
  margin: 0 auto;
  clear: both;
}

.logo-eh {
  float: left;
  margin-top: 40px;
  display: inline;
}

.nav-bg {
  float: left;
  display: inline;
  width: 494px;
  height: 55px;
  margin-top: 7px;
  clear: both;
}

.left-side-top {
  float: left;
  display: inline;
  width: 299px;
}

.right-side-top {
  float: left;
  display: inline;
  width: 601px;
}

.member-header {
  margin-left: 382px;
  margin-top: 30px;
  float: left;
}

.logo-green {
  float: left;
  display: inline;
  margin-left: 3px;
}

#main {
  width: 100%;
  margin-top: 32px;
  clear: both;
  float: left;
}

.section-1 {
  float: left;
  display: inline;
  margin-left: 13px;
  width: 257px;
}

.section-1 p {
  margin-top: 15px;
}

.header {
  width: 257px;
  height: 25px;
  background-image: url(../images/content-section1.gif);
}

.bottom-spacer {
  width: 257px;
  height: 2px;
  background-image: url(../images/bottom-spacer.gif);
  margin-top: 15px;
}

.services-list {
  width: 100%;
  overflow: hidden;
  background-color: #333333;
  margin-top: 15px;
  color: #FFFFFF;
  font-weight: bold;
}

.picture {
  margin-top: 3px;
  clear: both;
  margin-bottom: 9px;
}

#right-main {
  float: left;
  display: inline;
  width: 630px;
}

#form-container {
  width: 570px;
  overflow: hidden;
  float: left;
  border: 1px solid #CCCCCC;
  margin-left: 50px;
  clear: both;
  margin-top: 10px;
}

#form-container p { font-size: 12px; color: #000000; margin-top: 8px; margin-bottom: 5px; }

#form-container form { padding-left: 5px; padding-bottom: 8px; }

.form-left {
  float: left;
  display: inline;
  width: 242px;
  padding-bottom: 8px;
}

.form-right {
  float: left;
  display: inline;
  padding-bottom: 8px;
  width: 300px; 
}

.sub-button {
  clear: both;
  margin-top: 10px;
  float: right;
  padding-right: 18px;
}

input, textarea {
    background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 2px;
}

#footer {
  width: 100%;
  background-color: #000000;
  overflow: hidden;
  margin-top: -73px;
  float: left;
  clear: both;
  height:73px;
  
}

#footer-container {
  margin: 0 auto;
  width: 900px;
}

#footer-container p { padding-left: 13px; margin-top: 5px; color: #FFFFFF; }

#push {
	height:73px;
	width:20px;
	float: left;
}

/***************** BOX Button Classes *********************/

#box a:link, #box a:visited {
  text-decoration: none;
  list-style: none;
  background-position: 0 0;
}

#box li a:hover, #box li a.current {
  list-style: none;
  background-position: 0 -48px;
  display: block;
    width: 257px;
    height: 48px;
}

#box li a {
  display: block;
    width: 257px;
    height: 48px;
}

#box {
  margin: 0 0 0 0px; padding: 0;
  list-style: none;
  text-indent: -5000px;
  overflow: hidden;
}

#box li {
  margin: 24px 0 0 0;
  background: none;
  margin-right: 0;
  text-align: center;
  float: left;
  list-style: none;
  padding-left: 0;
}

#box li #box-ser { background-image: url(../images/buttons/services-big.gif); }

/******************* 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 -55px;
  display: block;
    width: 94px;
    height: 55px;
}

#nav li a {
  display: block;
    width: 94px;
    height: 55px;
}

#nav {
  margin: 0 0 0 102px; 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: 4px;
}

#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); }
  