/*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 */

.sectionTwoThirds {
  width:74%;
  float:left;
  padding-bottom:9px;
  margin-bottom:17px;
  line-height:20px;
}

.sectionTwoThirds 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;}

.sectionTwoThirds span.emph1 {font-size: 11px; pcolor:#000; font-weight:bold;}
.sectionTwoThirds span.emph2 {font-size: 11px; color:#3d5fcc; font-weight:bold;}
.sectionTwoThirds span.emph3 {font-size: 10px; color:#000; font-weight:bold;}
.sectionTwoThirds span.emph4 {font-size: 10px; color:#3d5fcc; font-weight:normal;}

.sectionTwoThirds p {font-size:12px; padding:0; margin:12px 0 12px 2px; }
.sectionTwoThirds span {font-size:9px}

.sectionTwoThirds img {padding:0;  border:none;}
.sectionTwoThirds img.imgRight {float:right; margin:0 0 6px 3px;}
.sectionTwoThirds img.imgLeft {float:left; margin:0 3px 6px 0;}

.sectionTwoThirds blockquote {color:#666666; font-size:12px; padding:0; margin:0;}

.sectionTwoThirds ul {font-size:12px; margin-top:0; margin-bottom:0; color:#666666;}
.sectionTwoThirds ol {font-size:11px}

.sectionTwoThirds ul.twoColumn {
  margin:0; padding:6px 2px 10px 6px;
  list-style:none;
  font-size:13px;
  width:100%;
  color:#666666;
}
.sectionTwoThirds ul.twoColumn li {
  font-size:13px;
  float:left; width:49%;
  padding-top:6px; padding-bottom:7px;
}

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;
}

