
#content 
{
    width: 100%;
    overflow: auto;
    background: url(Content/ContentBg.gif) repeat-y;
}
#leftTool 
{
    width: 275px;
    float: left;
    background: url(LeftTool/SideNavSync.gif) top repeat-x;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}
.body 
{
    width: 490px;
    float: right;
    padding: 15px 35px;
    background: url(Content/ContentBgFade.gif) top repeat-x;
    min-height: 472px;
    height: auto !important;
    height: 472px;
    position: relative;
}
.body blockquote 
{
    background: #558;
    padding: 10px;
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
    margin: 0 0 15px 0;
}
.body cite 
{
    background: #669;
    padding: 2px 10px;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    margin: 0 2px 5px 2px;
    position: relative;
    top: -15px;
    display: block;
    border-top: 2px solid #447;
    z-index: 100;
}
.bodyImage  
{
    position: absolute;
    top: 0; right: 0;
    z-index: 200;
    background: url(/_PROJECT/_Block/Frame/Standard/Content/InteriorTopRight.gif) top left no-repeat;
    width: 158px; height: 244px;
}
.bodyImageSpacer {
    float: right;
    width: 125px;
    height: 175px;
}
#leftTool ul.nav, #leftTool ul.nav li 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#leftTool .nav a
{
    color: #5fa2cd;
    display: block;
    padding: 10px 20px;
    background: #141a38;
    text-decoration: none;
    font-size: 1.22em;
    margin: 2px 4px;
    line-height: 1.3em;
    font-family: "Myriad Pro", Tahoma, Arial, Verdana, Sans-Serif;
    background-repeat: repeat-y;
    background-position: -400px 0;
    background-image: url(LeftTool/SideNavHover.gif);
    width: 227px;
}
#leftTool .nav li.active a { background: #121631;  color: #fec93e; }
#leftTool .nav li a:hover { background-position: 0 0; }
#leftTool .content { padding: 20px; }
#leftTool .leftCallout { overflow: hidden;  margin-bottom: 10px; }
#leftTool .leftCallout .image { float: left; margin: 0 10px 10px 0; }
#content #leftTool .leftCallout h3 { line-height: 1em; }
#leftTool blockquote { margin-left: 0; margin-right: 0; margin-bottom: 20px; }
#leftTool cite 
{
    font-size: 1.2em;
    font-style: normal;
    display: block;
    margin-top: 6px;
}

.creditsPane  
{
    clear: both; 
    width: 100%;
    overflow: auto;
}
.creditsPane  .benefitBanner { float: left; width: 276px; }
.creditsPane .sponsorBanners 
{
    float: left;
    width: 555px;
    background: url(Content/InteriorSponsorFrames.gif) top left no-repeat;
    min-height: 152px;
    height: auto !important;
    height: 152px;
    overflow: hidden;
    position: relative;
}
.creditsPane .sponsorBanners .image 
{
    display: block;
    width: 150px;
    position: absolute;
}

.creditsPane .sponsorBanners .image1 { left: 25px; top: 28px; }
.creditsPane .sponsorBanners .image2 { left: 207px; top: 32px; }
.creditsPane .sponsorBanners .image3 { left: 390px; top: 30px; }

