@import 'tooltips.css';
@import 'common.css';
#fma {
    background: url('_images/bg-fma-news.jpg') top left no-repeat;
}

/*******************
 * Homepage News Listing
 *******************/
/*
#news-list {
    background: url('_images/bg-home-news-list.jpg') top left no-repeat;
    float: left;
    margin-left: 25px;
    padding-right: 25px;
}
#news-list-title {
    font: 16px Arial, Verdana, sans-serif;
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 25px;
    margin-top: 20px;
}
.news-list-item {
    font: 11px Arial, Verdana, sans-serif;
    width: 150px;
    margin-left: 25px;
    margin-top: 15px;
}
.news-date {
    color: #003768;
}
.news-intro {
    color: #333333;
}
.news-read-more {
    color: #1b5e9f;
}
#news-list-bottom {
    display: block;
    background: url('_images/bg-home-news-list-bottom.jpg') top left no-repeat;
    width: 206px;
    height: 19px;
}
*/
#news-listing {
    margin-left: 25px;
    border-left: 4px double #e8e8e8;
    margin-top: -13px;
    width: 175px;
}
#news-listing h2 {
    margin-left: 25px;
    padding-top: 20px;
}
.news-list-item {
    font: 11px Arial, Verdana, sans-serif;
    margin-left: 25px;
    margin-top: 15px;
    border-bottom: 2px solid #e8e8e8;
}
#content-news-list {
    width: 484px;
    margin-top: 15px;
}
#content-news-list .news-list-item {
    margin-left: 0px;
}
div.last .news-list-item {
    border: none;
}
.news-date {
    color: #003768;
}
.news-intro {
    color: #333333;
}
.news-read-more {
    color: #1b5e9f;
}
.news-article-image-right,
.news-article-image-left {
    width: 150px;
    padding: 10px;
}
.news-article-image-right,
.news-article-image-right span {
    float: right;
}
.news-article-image-left,
.news-article-image-left span {
    float: left;
}
.news-image-caption {
    font-size: 11px;
    font-style: italic;
}
