@charset "utf-8";

.featuresHeader h2 {
  width:712px;
  margin:0;
  padding:8px;
  background:#d9e2ee;
  font-size:1em;
  text-transform:uppercase;
}

.featuresHeader h2 a {
  display:block;
  width:712px;
  color:#666;
  text-decoration:none;
}

.featuresHeader h3 {
  width:166px;
  margin:0;
  padding:8px;
  font-size:1em;
  margin-bottom:10px;
}

.featuresHeader h3 a {
  display:block;
  width:166px;
  color:#fff;
  text-decoration:none;
}

.featuresHeader h3.darkest {
  background:#406ea8;
}

.featuresHeader h3.dark {
  background:#668bb9;
}

.featuresHeader h3.light {
  background:#85a2c7;
}

.featuresHeader h3.lightest {
  background:#9db5d2;
}

.featuresSection {
  float:left;
  width:182px;
}

.featuresSection p {
  margin-top:5px;
  padding:0 8px 0 8px;
}

.bullet {
  width:162px;
  margin-bottom:2px;
  margin-left:5px;
  padding-left:12px;
  background:url(../images/gui/bullet_div.gif) top left no-repeat;
}
