/* news css */
#news_container {
    background: transparent url('/media/images/backgrounds/news_bg.jpg') top left no-repeat;
    padding-left: 61px;
    min-height: 500px;
}
#news_sidebar {
    float: left;
    width: 205px;
    /*background: red;*/
    margin: 67px 20px 10px 0;

}
#news_sidebar a.news_title {
    display: block;
}
#news_sidebar #news_title {
    visibility: hidden;
    margin: 0;
    height: 38px;
    display: block;
}
#news_sidebar .newsitem {
    /*min-height: 52px;*/
    border-top: 1px solid #103f57;
    padding-top:1px;
}
#news_sidebar .newsitem.first {
    border-top: none;
}
.newsitem a {
    min-height: 28px;
    display: block;
    padding: 12px 11px;
    text-decoration: none;
    /*margin-top: 1px;*/
}
.newsitem a:hover {
    background: transparent url('/media/images/news/sidebar_newsitem_bg.gif') bottom center no-repeat;
}
.newsitem .title {
    font-size: 12px;
    display: block;
}
.newsitem .date {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    color: #eff9ff;
    display: block;
}
#news_content {
    margin-left: 230px;
    padding: 67px 30px 0 0;
}
#news_mainlist {
    margin-top: 10px;
}
.news_list {
    margin-left: 24px;
    margin-bottom: 30px;
    min-height: 64px;
}
.news_list .thumbnail {
    float: left;
    width: 94px;
    height: 64px;
    padding: 3px;
    background: transparent url('/media/images/news/thumbnail_bg.gif') top left no-repeat;
}
.news_list .info {
    margin-left: 115px;
}
.news_list .title a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.news_list .date { 
    padding-top: 5px;
    font-size: 11px;
    color: #eff9ff;
    text-transform: uppercase;
}
.news_list .excerpt {
}

.cleared {
    clear: both;
}


.pager {
    font-size: 11px;
    color: #eff9ff;
    text-transform: uppercase;
    text-align: right;
    padding: 10px 0px;
    height: 17px;
    line-height: 17px;
}
#news_article {
    padding: 54px 2px 10px 24px;
}
#news_article .title {
    font-size: 18px;
    font-weight: bold;
    color: #a9e4ff;
}
#news_article .date {
    text-transform: uppercase;
    font-size: 11px;
}
#news_article .text {
    font-size: 12px;
    line-height: 18px;
}
#news_article .image {
    float: right;
    margin: 0 0 15px 35px;
}
