/* Section Images ------------------------------------------------------------- */
#sectionHeader {
  background: transparent url(/vimages/L9/sectionHeader.png) no-repeat;
  height: 172px;
  position: relative;
}
body.ie6 #sectionHeader { behavior: url(/javascripts/iepngfix.htc); }

#sectionImages {
  left: 0;
  position: absolute;
  top: 361px;
}

#sectionImages.mastheadStyle2 {
  top: 111px; /* Subtract the height of the masthead */
}

#sectionImages.mastheadStyle3 {
  top: 298px; /* Normal top (361) - reduced header height (100 - 37 = 63) = 298px */
}

#sectionImages img {
  float: left;
  height: 132px;
  padding: 0 8px;
  width: 176px;
}

/* Main Page Features -------------------------------------------------------- */
#mpContainer {
  min-height: 300px;

  /* DROP-DOWN: The top padding will need to be adjusted if the height of the drop-down menu is changed. */
  padding: 130px 8px 0;
}

#mpContainer.noSectionImages {
  /* DROP-DOWN: The top padding will need to be adjusted if the height of the drop-down menu is changed. */
  padding-top: 230px;
}
body.ie6 #mpContainer { padding-top: 10px; }

#features {
  float: left;
  width: 625px;
}

#features .feature {
  background: transparent url(/vimages/L9/featuresBG.jpg) no-repeat;
  margin-bottom: 2em;
  overflow: hidden; /* Float containment */
  padding: 10px 0 0 10px;

  /* Cross-browser min-height */
  min-height: 100px;
  height: auto !important;
  height: 100px;
}
body.ie6 #features .feature { height: 1%; }

#features .featureImgBox,
#features .featureImgBoxSub1,
#features .featureImgBoxSub2 {
  font-size: .85em;
  float: right;
  margin: 0 5px 10px 10px;
  max-width: 197px; /* Extra 2px to account for border around img */
}

#features .featureImgBox img,
#features .featureImgBoxSub1 img,
#features .featureImgBoxSub2 img {
  box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;

  border: 1px solid #000;
}

#features .featureCredit {
  margin-bottom: 5px;
  text-align: right;
}

#features .featureHead {
  font-size: 24px;
  margin: 0;
}

#features .featureTag {
  color: #1848fa;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

#features .featureAbs {
  margin: 1em 0;
}

#features .featureAbs a {
  font-weight: bold;
  white-space: nowrap;
}

/* Current Highlights --------------------------------------------------------- */
#ch {
  background: transparent url(/vimages/L9/chBG.jpg) no-repeat;
  clear: right;
  float: right;
  margin: 0 0 10px 15px;
  padding: 8px 10px;
  width: 284px; /* 284 + (10 * 2) = 304 */

  /* Cross-browser min-height */
  min-height: 145px;
  height: auto !important;
  height: 145px;
}

#ch h2 {
  color: #1848fa;
  font-size: 24px;
  margin: 0 0 .5em;
  text-align: center;
}

#ch .chArticle {
  margin-bottom: 1em;
}

#ch .chArticle h3 {
  margin: 0;
}

#ch .chArticle p {
  font-style: italic;
  padding-left: 5px;
}

/* vList - Privacy Policy & More Info ----------------------------------------- */
#mpContainer #sectionName {
  border-bottom: 1px solid #CCC;
  color: #1848fa;
  margin: 0 0 10px;
  padding: 5px;
  text-transform: uppercase;
}

#mpContainer #mainContent {
  padding: 10px 10px 20px;
}

#mpContainer #mainContent h1 {
  margin-top: 0;
}

#mpContainer #privacyNote {
  font-size: .85em;
  text-indent: 10px;
}


/* Hack Central */

#vlist {
  background-color: #d91f1f;
  color: #fff;
  float: right;
  height: 44px;
  padding: .5em .25em;
  text-align: center;
  width: 184px;
}

#vlist p {
  margin-bottom: .5em;
}

#vlist input {
  display: none;
}

#vlist ul {
  margin: 0 0 0 .5em;
  padding: 0;
}

#vlist li {
  float: left;
  list-style: none;
  margin-right: 1em;
}

#vlist a {
  color: #fff;
}

#schoolAddress {
  margin: 0 195px;
}


/* L-SOCSAPP - Update script appending... */
.highlights .highlights-img img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
}
