/*-----------------------------------
Style for dynamic content in div#contentwell
 ----------------------------------*/
 
#contentwell ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}
#contentwell ul li {
    background: url(../images/err-red.gif) no-repeat 0 3px;
    padding-left: 10px;
}
#contentwell ul li a {

    text-decoration: none;
    font-weight: bold;
    color: #066077;
}
#contentwell ul li a:hover {
    text-decoration: underline;
}
div#contentwell {
  font-family: Verdana, Helvetica, sans !important;
  font-size: 1.3em; /* bump up from "outer" size */
}
div#contentwell h1 {
  color:#0D7C99;
  font-size: 2.8em;
}
div#contentwell h1,
div#contentwell h2,
div#contentwell h3,
div#contentwell h4,
div#contentwell h5,
div#contentwell h6
{
  font-family: Arial, Helvetica, sans !important;
  margin: 5pt 0pt 15px !important;
  font-height: default !important;
}
/* icons for special hyperlinks */
div#contentwell a.video,
div#contentwell a.bbb-logo,
div#contentwell a.outbound,
div#contentwell a.pdf {
  padding: 0 0 8px 22px;
  margin: 0;
  overflow: visible;
}
div#contentwell a.bbb-logo-right {
  padding: 0 22px 8px 0 ;
  overflow: visible;
  background: url(../images/icon-bbb.gif) no-repeat;
  background-position: top right;
}

div#contentwell a.video {
  background: url(../images/icon-mov.gif) no-repeat 0 0;
}
div#contentwell a.bbb-logo {
  background: url(../images/icon-bbb.gif) no-repeat 0 0;
}
div#contentwell a.outbound {
  /* special padding for its smaller icon */
  padding: 0 0 8px 18px;
  background: url(../images/icon-outbound.gif) no-repeat 0 1px;
}
div#contentwell a.pdf {
  background: url(../images/icon-pdf.gif) no-repeat 0 0;
}
