﻿#container
{
	/*margin: 0 auto -120px;*/
}

#bodyContainer
{
    /*margin-bottom: 120px;*/
}

#footerHelpers
{
    display: block;
}

#questionBarWrapper,
#questionBar
{
    background-position: center top;
    background-image: url(/images/decoration/dot-divide.gif);
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#questionBar
{
    background-position: center bottom;
    height: 22px;
    text-align: right;
    color: #9d9d9d;
    background-color: inherit;
    letter-spacing: 0.05em;
    font-size: 0.90em;
    padding-top: 3px;
}

#questionBar span
{
    font-family: Trebuchet MS;
    font-weight: normal;
    background-position: left center;
    background-image: url(/images/decoration/li_cta_blue.gif);
    background-repeat: no-repeat;
    padding-left: 11px;
}

#questionBar a
{
    color: #003D78;
    background-color: inherit;
}

#questionBar span.question
{
}

#questionBar span.answer
{
}

/* Page Photos */
.masterPhoto
{
    float: right;
    width: 200px;
    height: 150px;
    padding: 8px;
    /*margin-left: 8px;*/
    background-image: url(/images/library/photo-shadow.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.miniCTA
{
    display: block;
    float: right;
    /*border: 1px solid #000;*/
    width: 216px;
    height: auto;
    margin-left: 8px;
}

.richMediaCTA
{
    display: block;
    float: right;
    width: 258px;
    height: 225px; /*169px;*/
    margin-left: 8px;
    overflow: hidden;
    background-color: #ddd;
}

.richMediaCTA p
{
    padding: 3px;
    font-family: Trebuchet MS, Helvetica, Sans-Serif;
    font-size: 0.85em;
}
