#features {   
  color: #000;
  text-align: center;
  width: 900px;
}

#features ul {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 365px;
  float: left;
  clear: none;
}

#features li {
  line-height: 1.2em;
  text-align: left;
  font-size: 13px;
  list-style: none;
  margin-bottom: 15px;

}

#features .odd ul {
  float: right;
}

#features h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}


#features h3 {
  width: 365px;
  margin-bottom: 15px;
  margin-top: 7px;
  display:block;
  padding-top: 5px;
  font-weight: bold;
  font-size: 16px;
  color: #26A8BF;
  float: left;
  clear: none;
}
#features h4 {

  font-weight: bold;
  font-size: 13px;
  color: #26A8BF;

}
  
  #features h1 {
  color: #26A8BF;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 10px;
}

#features li strong {
  display: block;
}

#features .even,
#features .odd {
  border-top: 1px #ccc solid;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left:40px;
  padding-right:40px;
}

#features .odd h3 {
  float: right;
  padding-left:0px;
  margin-left: 0px;
  
}


#features img {

  margin-top: 25px;
  float: right;
  clear: none;
}

#features .odd img {
  float: left;
  margin-bottom: 20px;
}

