﻿body
{
}
#heroContent
{
    width: 743px;
    height: 330px;
    position: absolute;
    margin-left: -15px;
    overflow: hidden;
}
#whiteBand
{
    position: absolute;
    z-index: 299;
    margin-top: 265px;
    line-height: 0px;
    font-size: 0px;
    width: 100%;
    height: 65px;
    background: url(hero-white-band.png);
}
#heroContent table, td
{
    padding: 0px;
    margin: 0px;
}
.heroImage
{
    position: absolute;
    z-index: 200;
    width: 743px;
    height: 330px;
}
#whiteBand h1
{
    padding: 18px 20px 2px 19px;
    margin: 0px;
    color: #3a464d;
    font-size: 24px;
}
#whiteBand h2
{
    padding: 1px 20px 0px 19px;
    margin: 0px;
    color: #3a464d;
    font-size: 11px;
}
.button
{
    display: block;
    background: url(hero-button-off.png) no-repeat;
}
.button a, .buttonOn a
{
    width: 25px;
    height: 23px;
    background: url(hero-button-off.png) no-repeat;
    overflow: hidden;
    position: absolute;
    margin-top: 254px;
    z-index: 400;
    margin-left: 25px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    line-height: 22px;
    font-size: 10px;
    font-weight: bold;
}
.button a:hover, .buttonOn a, .buttonOn a:hover
{
    background: url(hero-button-hover.png) no-repeat;
}
.off
{
    display: none;
}
.readMoreButton a
{
    width: 93px;
    height: 26px;
    background: url(hero-read-more-off.png) no-repeat;
    overflow: hidden;
    position: absolute;
    margin-top: 253px;
    z-index: 400;
    margin-left: 12px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    line-height: 23px;
    font-size: 11px;
    font-weight: bold;
}
.readMoreButton a:hover
{
    background: url(hero-read-more-hover.png) no-repeat;
}
.heroRightCap
{
    margin-top: 254px;
    position: absolute;
    display: block;
    z-index: 401;
    width: 24px;
    height: 23px;
    background: url(hero-right-cap.png) no-repeat;
}
