/* LINE-HEIGHT  */
h6 {
  line-height: 42px;
}

/* FOOTER NOT ATTACHED TO PAGE BOTTOM FIX */
#footer  {
  padding-bottom: 0px;
  height: 155px;
  background: url("/common/images/style/footer_bg.png") repeat-x #404040;
}

/* FOOTER */

.footer-ranking {
  width: 198px;
}

#footerAddress a.footerEmailLink, #footerAddress a.footerEmailLink:hover {
  background: url("/common/images/style/email-bg.gif") no-repeat transparent;
  border: none;
}

#footerAddress a.footerEmailLink:hover {
  text-decoration: underline;
}

.footerAddress a.footerEmailLink {
  padding: 2px 8px;
}

a.footerExploreLink {
  color: #FFF !important;
  display: block;
  background:url("/common/images/style/explore-button-bg.png") no-repeat scroll 12px 0 transparent;
  width: 137px;
  height: 27px;
  margin: 0 0 2px;
  padding: 0 0 0 12px;
  line-height: 27px;
  text-align: center;
}

#footerExplore a.footerExploreLink:hover, #footerExplore a.footerExploreLink:focus, #footerExplore a.footerExploreLink:active {
  background:url("/common/images/style/explore-button-bg.png") no-repeat scroll 12px -33px transparent;
}

.footerExplore p {
  width: 150px;
}

/* DOCUMENT LINKS */
a.pdf {
  background: url(/common/images/graphics/icons/pdf.gif) no-repeat right bottom transparent;
  padding-right: 20px;
}

a.word {
  background: url(/common/images/graphics/icons/doc.gif) no-repeat right bottom transparent;
  padding-right: 20px;
}

a.excel {
  background: url(/common/images/graphics/icons/csv.gif) no-repeat right bottom transparent;
  padding-right: 20px;
}

a.powerpoint {
  background: url(/common/images/graphics/icons/ppt.gif) no-repeat right bottom transparent;
  padding-right: 20px;
}

a.audio {
  background: url(/common/images/graphics/icons/wmv.gif) no-repeat right bottom transparent;
  padding-right: 20px;
}

a.pdf:hover, a.word:hover, a.excel:hover, a.powerpoint:hover, a.audio:hover {
  background-color: transparent;
  color: #E38;
  text-decoration: underline;
}

ul#left-nav {
  margin-top: 6px;
}

.searchAndContact {text-align: right;}
.search {float: none;}

#courseSearch #courseSearchTerms {
  width:155px !important;
}

.boxoutContent {border: none;}

.openQuote {
  float: left;
  height: 45px;
  margin-top: -30px;
  padding-top: 45px;
  margin-bottom: -50px;
 }
 
 .closeQuote {
  padding-top: 45px;
  margin-top: -40px;
  height: 5px;
  float: right;
  margin-left: 8px;
 }

.infoBox.bannerImage { margin: 0 0 0 -330px;}

#content ol {margin-left: 24px;}

/* TEMPORARY FIX FOR IE 8 FONT SIZE ISSUE */
.bannerTitleWrap h2 {
  font-size: 31px;
}