body {
  background: url("/images/home/content-bg.png") center 395px repeat-x;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 120%;
}

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

#header {
  height: 391px;
  position: relative;
  margin-bottom: 42px;
  z-index: 1 !important;
}

#header #upper {
  height: 115px;
  position: relative;
  z-index: 100;
}

#header #upper #logo {
  position: absolute;
  width: 202px;
  height: 45px;
  top: 32px;
  left: 0;
  z-index: 1;
}

#header #features {
  position: relative;
  width: 1280px;
  height: 350px;
  background: transparent url("/images/home/player-bg.jpg") center 73px no-repeat;
  z-index: 10;
  left: -170px;
  top: -90px;
}

#header #features #homepage-flash {
  position: absolute;
  width: 980px;
  height: 325px;
  top: 60px;
  left: 110px;
}

#header #features #go-green-click-here {
  position: absolute;
  right: 34px;
  top: 120px;
}

#content {
  position: relative;
  z-index: 1000 !important;
}

#content:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

#content .sidebar {
  width: 282px;
  float: left;
}

#content .main {
  width: 666px;
  float: right;
}

#content .upper {
  margin-bottom: 22px;
  color: white;
}

#content .upper:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

#content .lower {}

#content .upper .sidebar {}

#content .upper .main {
  background: url("/images/home/top-content-bg.png") repeat;
}

#content .lower .sidebar {
  width: 240px;
  min-height: 79px;
  background: url("/images/home/bottom-content-callout-bg.png") center top no-repeat;
  padding: 16px;
}

#content .lower .sidebar h2 {

}

#content .lower .main {
  background: url("/images/home/bottom-content-bg.png") repeat;
  position: relative;
}

#content .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#content .main .green-solutions {
  width: 221px;
  min-height: 100px;
  float: left;
  position: relative;
  margin: 60px 0 20px 0;
  font-size: 11pt;
}

#content .main .green-solutions .icon {
  top: -73px;
  left: -38px;
}

#content .main .national-coverage {
  width: 222px;
  min-height: 100px;
  border-left: 1px white solid;
  border-right: 1px white solid;
  float: left;
  position: relative;
  margin: 60px 0 20px 0;
  font-size: 11pt;
}

#content .main .national-coverage .icon {
  top: -73px;
  left: -13px;
}

#content .main .testimonials {
  width: 221px;
  min-height: 100px;
  float: left;
  position: relative;
  margin: 60px 0 20px 0;
  font-size: 11pt;
}

#content .main .testimonials p.company-logo {
  text-align: center;
}

#content .main .testimonials .icon {
  top: -73px;
  left: -15px;
}

#content .main .part {
  margin: -37px 32px 0 42px;
}

#content .main:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

#content .lower .main .icon {
  top: -2px;
  left: -24px;
}

#content .lower .main .blog-header {
  border-bottom: 1px #d2948b dotted;
  padding: 6px 15px;
  margin: 4px 0 0 20px;
}

#content .lower .main ul {
  margin: 0 0 20px 32px;
  width: 277px;
}

#content .lower .main ul li {
  position: relative;
}

#content .lower .main div#blog-preview {
  position: absolute;
  top: 20px;
  left: 297px;
  width: 382px;
  height: 188px;
  z-index: 1;
}

#content .lower .main div#blog-preview div.tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 17px;
  background: url("/images/home/blog-callout-top-left.png") left top no-repeat;
  z-index: 1;
}

#content .lower .main div#blog-preview div.bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57px;
  height: 28px;
  background: url("/images/home/blog-callout-bottom-left.png") left top no-repeat;
  z-index: 1;
}

#content .lower .main div#blog-preview div#blog-tail {
  position: absolute;
  top: 17px;
  left: 0;
  width: 57px;
  height: 143px;
  overflow: hidden;
  z-index: 1;
}

#content .lower .main div#blog-preview div#blog-tail .tail {
  position: absolute;
  top: -123px;
  left: 0;
  width: 57px;
  height: 300px;
  background: url("/images/home/blog-callout-tail.png") left top no-repeat;
  z-index: 1;
}

#content .lower .main div#blog-preview div#blog-copy {
  position: absolute;
  top: 0;
  left: 57px;
  height: 148px;
  width: 295px;
  padding: 20px 20px 20px 10px;
  font-size: 14pt;
  background: transparent url("/images/home/blog-callout.png") center top no-repeat;
  z-index: 1;
}

#content .lower .main div#blog-preview div#blog-copy .inner {
  background-color: transparent;
}

#content .lower .main ul li a.blog-link {
  padding-left: 30px;
  background: url("/images/home/blog-bullet-off.png") left top no-repeat;
  text-decoration: none;
  color: black;
  display: block;
}

#content .lower .main ul li.active a.blog-link {
  background-image: url("/images/home/blog-bullet-on.png");
  color: #B83B28;
}

#content h2 {
  color: white;
  margin-bottom: 1.0em;
  font-weight: bold;
}

#content h2 a {
  color: white;
  text-decoration: none;
}

p {
  margin-bottom: 1.0em;
}

a {
  color: #B83B28;
}

a.read-more {
  font-size: 8pt;
  font-weight: bold;
}

div.clearfix {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

strong {
  font-weight: bold;
}
