div.two-column-of-lists {
  clear: both;
}
div.two-column-of-lists h2, div.two-column-of-lists h3 {
  margin-top: 10px;
}
div.two-column-of-lists h2+h3 {
  margin-top: 0px;
}
div.two-column-of-lists div > h3:first-child {
  margin-top: 28px;
}
div.two-column-of-lists div {
  position: relative;
  float: left;
  width: 250px;
  margin-bottom: 10px;
}
div.three-column-of-lists
{
  clear: both;
}
div.three-column-of-lists h2 {
  margin-top: 10px;
}


div.three-column-of-lists h2+h6
{
  margin-top: 0px;
}


/*div.three-column-of-lists div > h6:first-child
{
  padding-top: 28px;
}*/


div.three-column-of-lists ul
{
  list-style: none;
  list-style-type: none;
  margin-bottom: 15px;
}


div.three-column-of-lists div
{
  float: left;
  width: 258px;
}

h2 + ul
{
  margin-bottom: 15px;
}
