/*
    This stuff is for the TitleBlock Plugin
*/
.image
{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}
.image h2
{
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
}
.image h2 span
{
    color: white;
    font: bold 8px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 8px;
}
.image h2 span.spacer
{
    padding: 0 2px;
    background: none;
}


/*
    For Specific Slides
*/
#textSlide
{
    padding: 10px 30px;
}
#textSlide h3
{
    font: 8px Georgia, Serif;
}
#textSlide h4
{
    text-transform: uppercase;
    font: 8px Georgia, Serif;
    margin: 10px 0;
}
#textSlide ul
{
    list-style: disc;
    margin: 0 0 0 25px;
}
#textSlide ul li
{
    display: list-item;
}

#quoteSlide #quoteSlide blockquote
{
    font: 8px Arial;
    text-align: left;
}
#qoutebox
{
    width: 700px;
    height: 305px;
    float: left;
    color: #fff;
    font: 15px verdana;
    color: #FFF;
    text-align: left;
    padding: 5px 0 0 15px;
}
#quoteSlide p
{
    text-align: left;
    font: 10px verdana;
    color: #fff;
    line-height: 12.5px;
    margin: 5px 0;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
#quoteSlide p a
{
    color: #fff;
    text-decoration: underline;
}
#imgbox
{
    width: 200px;
    height: 140px;
    float: left;
    margin: 20px 0 0 30px;
    font: bold 11px Arial;
    color: #132442;
    text-align: center;
}
#callimg
{
    background: url(../images/banner/callbg.png) no-repeat;
    width: 235px;
    height: 83px;
    float: left;
    margin: 30px 0 0 10px;
    font: bold 12px Arial;
    color: #006;
    padding-top: 4px;
}
#callimg p
{
    color: #F60;
    padding: 8px 0 0 40px;
    font: 11px Arial;
}
#callimg p a
{
    color: #F60;
    text-decoration: underline;
}
