#top {
  position: relative;
  padding: 30px;
  background-color: #E5F8FF;
  color: #000000;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

#top h1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}

#top h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
}

#top .main {
  width: 455px;
}

#top .btns {
  font-size: 20px;
}

#top .btns .sep, #top .btns .btn {
  margin-right: 5px;
}

#top .cta {
  width: 514px;
  height: 257px;
  text-indent: -5000px;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/images/pages/home/top_cta.png) no-repeat;
}

#tabs {
  border-top: 1px solid #000;
}

#main {
  padding: 0;
}

#main .features {
  overflow: hidden;
  font-size: 15px;
  list-style: none;
}

#main .features li {
  float: left;
  width: 286px;
  margin-right: 31px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#main .features li.feature1 {
  background: url(/images/pages/home/feature_1.png) no-repeat;
}

#main .features li.feature2 {
  background: url(/images/pages/home/feature_2.png) no-repeat;
}

#main .features li.feature3 {
  background: url(/images/pages/home/feature_3.png) no-repeat;
}

#main .features li p {
  padding: 0 15px;
  line-height: 2;
  margin: 164px 0 0 0;
  background: url(/images/pages/home/feature_bg.png) repeat-x;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

#main .features li.last { margin-right:0; }

#what {
  font-size: 16px;
  text-align: center;
  padding: 30px;
}

#what p {
  margin: 0.3em 0 0.9em;
}

#who, #how {
  font-size: 20px;
  padding: 30px;
}

#who {
  position: relative;
  height: 240px;
  text-align: center;
  font-size: 15px;
  color: #333232;
  background: url(/images/pages/home/who_moderates.png) no-repeat;
}

#who h2 {
  margin-bottom: 9px;
  font-weight: bold;
  color: #000;
  font-size: 40px;
}

#who em, #who a {
  font-style: normal;
  font-weight: bold;
  color: #599D0B;
}

#who .left {
  position:absolute; 
  left: 22px;
  top: 34px;
  width: 253px;
}

#who .center {
  position:absolute; 
  left: 347px;
  top: 62px;
  width: 257px;
}

#who .right {
  position:absolute; 
  right: 40px;
  top: 19px;
  width: 258px;
}

#how {
  text-align: center;
}