/* Positioned Elements */

body {
  font-family:arial, Helvetica, sans-serif;
  background:#fff;
  margin:0px;
  behavior: url(/csshover.htc);
}
	
#container {
  width: 100%;
  overflow-x: hidden; /* stops horiz scrollbar */
}

#banner {
  background:#000;
  width:100%;
}

  #banner img {
    width:100%;
    z-index:2;
    position:relative;
  }

.headline {
  font-size:18px !important;
  line-height:21px !important;
  font-weight:bold;
  text-align:center;
}

header nav {
  display:block;
  background:#24ACC6;
  height:33px;
  border-bottom:#fff solid 10px;
}

  header nav ul {
    display:block;
    list-style:none;
    margin:0px;
    padding:1px 0px 0px 0px;
    width:100%;
    text-align:center;
  }

  header nav ul li {
    display:inline;
  }

  header nav ul li a {
    color:#fff !important;
    text-decoration:none !important;
    font-weight:normal;
    text-align:center;
    display:block;
    height:26px !important;
    float:left;
    padding:5px 0px 0px 0px;
    font-size:15px;
  }

  header nav ul li a:hover {
    background:#FFEF38;
    color:#000 !important;
  }

  header nav ul li a.about { width: 23%; }
  header nav ul li a.solar { width: 23%; }
  header nav ul li a.cleaning { width: 23%; }
  /*header nav ul li a.portfolio { width: 20%; }  */
  header nav ul li a.contact { width: 23%; }


  header p {
    z-index:10;
    position:relative;
    text-align:right;
    margin:35px 0px 0px 0px !important;    
  }

  header p a {
    padding:5px 12px 6px 12px;
    background:#C54945;
    color:#fff !important;
    font-size:15px;
    font-weight:normal !important;
    text-decoration:none !important;
  }

  header p a:hover {
    background:#ffef38;
    color:#000 !important;
  }

#content {
  margin:0px;
  padding:0px 0px 16px 0px;
  vertical-align:top;
  background:url(/images/leaf.gif) no-repeat #fff bottom;
  width:100%;
}

#content img {
  width:83%;
}

#footer {
  height:22px;
  text-align:center;
  padding:8px;
  font-size:11px;
  color:#e6e6e6;
  background:#24ACC6;
  text-align:center;
}

  #footer p {
    margin:0px;
    padding:0px;
  }

/* Styled Elements */


#content h1, #content h6 {
  font-size:22px;
  color:#24ACC6;
  padding:10px 25px 0px 25px;
  margin:0px;
  font-weight:bold;
  height:39px;
}

#content h2 {
  font-size:1em;
  margin:14px 25px 14px 25px;
  padding:0px;
  color:#000;
}

#content h3 {
  font-size:14px;
  margin:14px 25px 0px 25px;
  padding:0px;
  color:#000;
  font-style:italic;
}

#content h4 {
  font-size:15px;
  margin:26px 25px 30px 25px;
  padding:0px;
  color:#000;
}

#content p {
  margin:10px 25px 0px 25px;
  font-size:15px;
  background:none !important;
  text-shadow:none !important;
  color:#000 !important;
  line-height:21px;
}

#content li {
  line-height:21px;
  font-size:15px;
  margin-left:16px;
  margin-right:25px;
}

.breadcrumb {
  text-align:right !important;
  margin:0px 7px 0px 0px !important;
  font-size:11px !important;
  font-style:italic;
}

#logo {
  float:left;
  width:317px;
  height:134px;
  padding:19px 0px 0px 12px;
  margin-right:10px;
}

img {
    border:none;
    display:block;
}

hr {
    margin:0px 32px 20px 32px;
}

.hidden {
  display:none;
}


/* Begin link styles */


a {
  color:#132E5B;
  font-weight:bold;
  text-decoration:underline;
}

a:visited {
  color:#132E5B;
  text-decoration:underline;
}

a:hover {
  color:#4c72b3;
  text-decoration:underline;
}

#footer a {
  color:#fff;
}

#footer a:visited {
  color:#fff;
}

#footer a:hover {
  color:#B7CCDF;
}