/* news css */
#news_sidebar {
    float: right;
    width: 260px;
}

.news_list {
    margin-bottom: 30px;
}
.news_list .title a {
    font-weight: bold;
}
.title {
    padding:5px 0pt;
    font-size:12pt;
    color:#FFF;
}
.news_list .date { font-size: 11px; color: #999;}
.news_list .excerpt {
}

.cleared {
    clear: both;
    height:0px;
}
#news_top {
padding:33px 30px 0;
}

#signup_cta {
    padding:32px 0 0 0;
    } 
#news_side_h1 {
    color:#fff;
    float:left;
    }
.news_side_dotted {
    border-bottom:1px solid #fff;
    margin-bottom:15px;
    }
#news_top {
    font-size:8pt;
    color:#7F7F7F;
    }
.lead_in {
    margin-bottom:10px;
    }
#news_bottom {
    background-image:url(/media/images/common/bottom-gradient.jpg);
    height:30px;
    }
.image {
    margin-bottom:25px;
    }
.readon {
    color:#988344;
    }
#news_article {
    padding:0 22px 0 0;
    text-align:justify;
    width:612px;
    }
#news_article p {
    margin-bottom: 12px;
    line-height: 1.3em;
}

