/* Section Header */
.sectionHeader {
  background: no-repeat url(images/defaultSectionBar.png);
  height: 32px;
  padding-bottom: 4px;
  position: relative;
}
h2.sectionTitle { color: #cc0000; font-size: 1.4em; font-style: italic; padding: 6px 0 0 8px; }
ul.sections { position: absolute; top: 8px; right: 8px; }
ul.sections li { list-style-type: none; padding-left: 1em; float: left; }
ul.sections a { color: white; font-size: 1.2em; font-weight: bold; text-decoration:none; }

div.sectionStories ul, div.sectionImages ul { padding: 0; }
div.sectionStories ul li, div.sectionImages ul li { list-style: disc; margin: 0 0 0.5em 1.25em; }

/* Various Background Colors */
.sectionHeader.blue { background: no-repeat url(images/sectionBar-blue.png); }
.sectionHeader.green { background: no-repeat url(images/sectionBar-green.png); }
.sectionHeader.plum { background: no-repeat url(images/sectionBar-plum.png); }
.sectionHeader.purple { background: no-repeat url(images/sectionBar-purple.png); }
.sectionHeader.red { background: no-repeat url(images/sectionBar-red.png); }
.sectionHeader.turquoise  { background: no-repeat url(images/sectionBar-turquoise.png); }

/* Left */
div.sectionTeaser { width: 242px; float: left; } /* Total With: 242 */
/* Center */
div.sectionStories {  /* Total Width:  338 */
  border: 0px solid #e6e6e6; border-width: 0 2px;
  padding: 0 4px; margin: 0 4px;
  width: 318px;
  font-weight: bold;
  float: left;
}
/* Right */
div.sectionImages { width: 150px; text-align: center; float: left; } /* Total Width: 150 */