div#content.home {
    width: 915px; 
    margin: auto;
}
div#left_section {
    width: 630px;
    float: left;
}
div#homebanner {
    height: 360px;
    padding: 15px 15px 15px 17px;
    background: url('/media/images/home/maincta_bg.gif') top center no-repeat #fff; 
}
#news_sidebar {
    margin-left: 632px;
    /*width: 284px;*/
    /*height: 584px;*/
    width: 232px !important;
    width: 225px;
    /*height: 544px;*/ /* removed for lack of donors bar */ 
    height: 510px;
    padding: 20px 30px 20px 20px;
    /*background: url('/media/images/home/sidebar_bg.gif') top center no-repeat #fff; */
    color: #1A1A1A;
}

#news_sidebar h1{
    margin: 0px 0 10px;
    padding-top: 0px;
    font-size: 30px;
}
#news_sidebar_scrollcontainer{
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    /*height: 495px;*/ /* removed for lack of donors bar */ 
    height: 460px;
}
#news_sidebar_pane {
    /*width: 232px !important;*/
    /*width: 225px;*/
    /*height: 495px;*/ /* removed for lack of donors bar */
    height: 460px;
    overflow: auto;
}
#news_sidebar .date {
    font-size: 9px;
    color: #00A8D0;
}
#news_sidebar .title a {
    font-weight: bold;
    text-decoration: none;

}
#news_sidebar .sidebar_item {
    padding: 5px 0;
    border-bottom: 1px solid #B5E4EE;
}
#home_donnors {
    /*float: left;*/
    /*width: 620px;*/
    height: 34px;
    color: #fff;
    font-size: 11px;
    padding: 5px 7px;
    display: none;
}
#home_donnors .body {
    padding: 5px 7px;
    height: 17px;
    line-height: 17px;
    vertical-align: middle;
    background-color: #2497C4;
}
#home_ctas {
    /*float: left;*/
    /*width: 627px;*/
    height: 144px;
}
#home_ctas .cta {
    float: left;
    width: 201px;
    height: 144px;
    margin-left: 8px !important;
    margin-left: 4px;
}
#home_ctas .cta.first {
    margin-left: 6px !important;
    margin-left: 3px;
}

