/* History Home page styles 
 * Created 28 Dec 09
 * Author: David Long
 */
p {
    margin-bottom: 10px;
}
.heroUnit {
    border-bottom: 4px solid #166786;
    height: 296px;
    margin-top: -5px;
    overflow: hidden;
    position: relative;
    width: 964px;
}
.heroBG {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.heroOverlay {
    background: url("../../images/rebrand/transparent-litegrey.png") repeat scroll left top transparent;
    bottom: 20px;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 270px;
    z-index: 5;
}
.heroOverlay strong {
    color: #BE1E2D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
.heroOverlay p {
    margin: 0;
}
.heroOverlay a, .heroOverlay h4 {
    clear: both;
    color: #FFFFFF;
    display: block;
    font-size: 2em;
}
.heroOverlay a {
    background: url(../../images/rebrand/link-decoration.png) no-repeat scroll 0 50% transparent;
    padding: 0 0 0 30px;
    color:#3A3A3B;
}
.heroOverlay a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.tdihUnit {
    background: none repeat scroll 0 0 #1A1A1A;
    cursor: pointer;
    height: 86px;
    margin: 20px 0 10px;
    padding: 10px;
}
.tdihUnit img {
    float: left;
    margin-right: 10px;
}
.tdihUnit a {
}
.tdihUnit a:hover {
    text-decoration: none;
}
.tdihUnit span.dateCol {
    display: block;
    float: left;
    margin-right: 10px;
    width: 191px;
}
.tdihUnit span.dateCol strong {
    clear: both;
    color: #166786;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
.tdihUnit span.dateCol strong.date {
    color: #FFFFFF;
    font-size: 4.17em;
    font-weight: bold;
    line-height: 1em;
}
.tdihUnit span.dateCol em {
    background: url("../../images/but/redLinkArrowOnDkGrey.gif") no-repeat scroll 0 50% transparent;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    padding: 0 0 0 12px;
}
.tdihUnit span.event {
    color: #A7A7A7;
    display: block;
    float: left;
    font-size: 2em;
    font-weight: bold;
    line-height: 0.9em;
    padding-top: 20px;
    width: 560px;
}
#accordian {
    margin-bottom: 10px;
}
.bar {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #414141;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    margin-top: 5px;
    overflow: hidden;
}
.bar h2 {
    background: url("../../images/ci/ico/accordionDefaultIndicator.gif") no-repeat scroll right top #000;
    color: #3199BA;
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-right: 20px;
    padding: 0 30px 0 10px;
    text-transform: uppercase;
    width: 144px;
}
.bar.ui-state-active h2 {
    background: url("../../images/ci/ico/accordionActiveIndicator.gif") no-repeat scroll right top #000;
}
.accContent {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #6f6f6f;
    padding: 20px 10px;
}
#accordion .accContent {
    height: 270px;
    overflow: hidden;
    background: transparent url(../../images/rebrand/white-20.png) repeat;
}
#accordian .accContent.clearfix {
    display: none;
}
#accordian .accEntry.open .accContent.clearfix {
    display: block;
}
#accordian .accEntry.open .bar h2 {
    background: url("../../images/ico/accordionActiveIndicator.gif") no-repeat scroll right top #BE1E2D;
}
.accContent strong {
    clear: both;
    color: #166786;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.accContent a {
    color: #166786;
    font-weight: bold;
}
.accContent .accText, .accContent .media, .accContent .mpu {
    float: left;
}
.accContent .mpu {
    border: medium none;
    display: inline;
    margin: 0;
    padding: 0;
}
.accContent .accText {
    margin-right: 10px;
    width: 140px;
}
.accContent .media {
    margin-right: 12px;
    width: 480px;
}
.accContent .accText a.mainLink {
    background: url("../../images/but/redLinkArrowOnWhite.gif") no-repeat scroll 0 50% transparent;
    clear: both;
    color: #166786;
    display: block;
    padding: 0 0 0 16px;
}
#carousel .ui-slider-horizontal {
    float: left;
    height: 15px;
    margin: 3px 102px 0 16px;
    position: relative;
    text-align: left;
    width: 783px;
}
#carousel #carouselControls {
    background: url("../../images/bio/bg/carouselControlsBg-full.png") no-repeat scroll 0 0 transparent;
    overflow: hidden;
}

