/*heads*/

/*The above is required to tell cPageSection.php which to add first, the heading or the image
  In this style, the heading is added first to the page, since we want the heading to display across the div, with a background colour
*/

/* CSS Document */

.pressSection {
  width:74%;
  float:left;
/*  clear:both; */
  padding-bottom:6px;
  margin-bottom:17px;
  line-height:17px;
}

.pressSection h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 17px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  padding-left:4px;
  margin:0;
  margin-bottom:14px;
}

.pressSection p {
  font-size:11px;
  padding:0;
  margin:0;
}

.pressSection ul {
  list-style:none;
  padding:6px 0 6px 6px; 
  margin:0;
  font-size:12px;
  clear:both;
}
.pressSection ul li {
  float:left; width:32%;
  margin:0 0 12px 3px; 
  padding:6px 0 7px 0;
}

.pressSection img {border:none; float:left; margin:0; padding:0 3px 0 0;}

.pressSection img.imgRight { margin:0 0 6px 3px;}
.pressSection img.imgLeft { margin:0 3px 6px 0;}

p.editIcons {
  float:left;
  clear:both;
  text-align:left;
  margin:0; padding:0;
  padding-left:1px;
}
p.editIcons img {
  float:none;
  margin:0; padding:0;
}

