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

.news_list {
    margin-bottom: 30px;
}
.news_list .title a {
    font-weight: bold;
}
.news_side_dotted .title a {
    text-transform:uppercase;
}
.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;
}

#news_content {
    float: right;
    height: 552px;
    }

#news_sidebar_pane {
overflow:auto;
height: 517px;
}

#news_content {
   width:634px;
}
#signup_cta {
    padding:32px 0 0 0;
    } 
#news_side_h1 {
    color:#fff;
    float:left;
    }
.news_side_dotted img {
    float:left;
    margin:8px 0pt  0px 5px;
    }
.news_side_dotted {
    border-bottom:1px dotted #fff;
    margin-bottom:15px;
    }
#news_top {
    font-size:8pt;
    color:#808080;
    }
.lead_in {
    margin-bottom:10px;
    }
#news_bottom {
    height:25px;
    }
.image {
    margin-bottom:25px;
    }
.readon {
    color:red;
    }
#news_article {
    padding:0;
    text-align:justify;
    }
#news_content img {
    max-width:615px;
}

#news_archives_tab_div {
    float: right;
}

#news_sidebar_selection {
    display: none;
    width: 205px;
    height: 125px;
    padding: 12px;
    font-size: 8pt;
    background-color: #000000;
    position: absolute;
    z-index: 2;
}

#news_sidebar_selection h2 {
    font-size: 11pt;
    color: #FFFFFF;
    padding-bottom: 3px;
}

#news_sidebar_selection select {
    width:130px;
    background-color:#393939;
    border:0 none;
    color:#FFFFFF;
}

#news_sidebar_selection div {
    text-align: right;
    padding-top: 9px;
}

#news_sidebar_selection_go {
    float: right;
}

#news_sidebar_selection h2 {
    text-align: left;
}
