/*image*/

/*The above is required to tell cPageSection.php which to add first, the heading or the image
  In this style, the image is added first to the page, so the heading then lines up with the image
*/

/* CSS Document */

.sectionOneThird {
  width:24%;
  float:right;
  padding-bottom:9px;
  margin-bottom:17px;
  line-height:20px;
  text-align:center;
}

.sectionOneThird h2 {font-size: 20px; padding:0; margin:0 0 11px 1px; color:#3d5fcc; font-weight:normal}

.sectionOneThird span.emph1 {font-size: 11px; pcolor:#000; font-weight:bold;}
.sectionOneThird span.emph2 {font-size: 11px; color:#3d5fcc; font-weight:bold;}
.sectionOneThird span.emph3 {font-size: 10px; color:#000; font-weight:bold;}
.sectionOneThird span.emph4 {font-size: 10px; color:#3d5fcc; font-weight:bold;}

.sectionOneThird p {font-size:12px; padding:0; margin:12px 0 12px 2px; color:#666666; text-align:left; }
.sectionOneThird span {font-size:9px}

.sectionOneThird img {padding:0;  border:none;}
.sectionOneThird img.imgRight {margin:0 0 6px 3px;}
.sectionOneThird img.imgLeft {margin:0 3px 6px 0;}

.sectionOneThird blockquote {color:#13308e; font-size:11px; padding:0; margin:0; text-align:left;}

.sectionOneThird ul {font-size:12px}
.sectionOneThird ol {font-size:12px}


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;
}

