/* =========================================================================

    screen-home.css = style & positioning, intended for screen.
                      overrrides screen.css on homepage only.

   ========================================================================= */


/* === CONTENT AREA === */

    #intro {
        border-right:1px solid #092769;
        border-left:1px solid #092769;
    }

    #bcap_headlines {
        padding:5px 23px;
    }

    #bcap_headlines h3 a {
        color:#000000;
        text-decoration:none;
    }

    #bcap_headlines h3 a:hover {
        color:#4C6292;
    }

    p.more {
        border-top:2px solid #DBE2EF;
        padding-top:4px;
        margin-top:10px;
    }

    #news_features {
        width:600px;
        background:#F1F6FF;
        padding:0 0 10px 0;
        border-left:1px solid #092769;
    }

    #news_features td {
        padding:6px 20px 5px 20px;
    }

    #news_features .date {
        width:75px;
        text-align:right;
    }

    #news_features .details0 { border-bottom:1px solid #C2CCDC; border-right:1px solid #C2CCDC; }
    #news_features .details1 { border-bottom:1px solid #C2CCDC; }
    #news_features .details2 { border-right:1px solid #C2CCDC; }

    #news_features .details0 h3,
    #news_features .details1 h3
    {
        text-transform:none;
        letter-spacing:0em;
        border:0;
        padding:0;
    }

    #news_features .details0 p,
    #news_features .details1 p {
        padding:0 0 6px 0;
    }

    #ad_space {
        width:158px;
        background:#FFFFFF;
        border-right:1px solid #092769;
    }

