/*News*/

.news-item { position: relative; margin: 5px 0 0 3px; width:568px; height:120px; background: url(img/news/newsBG.gif) no-repeat; }
.news-item-image { position: absolute; top: 10px; left: 10px; width:100px; height:100px; text-align: center; vertical-align: middle; }
.news-item-text { position: absolute; top: 10px; left: 130px; width:425px; height:60px; font-size: 11px; }
.news-item-text h1 { font-weight: bold; margin: 0 0 3px 0; padding: 0; font-size: 12px; }
.news-item-text h5 { font-weight: bold; margin: 0 0 3px 0; padding: 0; font-size: 12px; }
.news-item-published { position: absolute; bottom: 10px; left: 130px; font-size: 11px; color: #666; }
.news-noarticles { position: relative; width: 568px; height: 165px; margin: 20px 0 0 3px; background: url(img/news/noresults.gif) no-repeat; }

.news-menu {
    background: url("img/news/menu-bg.gif") no-repeat scroll 0 0 transparent;
    min-height: 216px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    width: 579px;
}

.news-pager-container { position: relative; margin: 20px auto 10px auto; width: 570px; height: 24px; background: url(img/news/pager-bg.gif) left no-repeat; border: 0px solid #BCBCBC; }
.news-pager-first { position: absolute; top: 6px; left: 5px; width: 20px; height: 15px; font-size: 8pt; font-weight: bold; border: 0px solid #BCBCBC; }
.news-pager-prev { position: absolute; top: 6px; left: 30px; width: 80px; height: 15px; font-size: 8pt; font-weight: bold; border: 0px solid #BCBCBC; }
.news-pager-next { position: absolute; top: 6px; right: 30px; width: 80px; height: 15px; text-align: right; font-size: 8pt; font-weight: bold; border: 0px solid #BCBCBC; }
.news-pager-last { position: absolute; top: 6px; right: 5px; width: 20px; height: 15px; text-align: right; font-size: 8pt; font-weight: bold; border: 0px solid #BCBCBC; }
.news-pager-first a, .news-pager-prev a, .news-pager-next a, .news-pager-last a, .news-pager-numbers a { outline: none; color: #1E336C; text-decoration: none; }
.news-pager-numbers { position: absolute; top: 6px; left: 50%; margin-left: -160px; width: 320px; height: 15px; text-align: center; font-size: 11px; font-weight: bold; border: 0px solid #BCBCBC; color: #1E336C; }
.news-pager-numbers a:hover { text-decoration: underline; }
.news-pager-selected a { text-decoration: underline; outline: none; color: #1E336C; }
.news-pager-extra { position: relative; left: 50%; margin-left: -85px; width: 170px; height: 18px; background: url(img/news/pager-extra.gif) center no-repeat; text-align: center; color: #FFFFFF; }

/*
.news-article { position: relative; margin: 5px 0 0 0; width:568px; min-height: 800px; background: url(img/news/newsArticleBG.gif) no-repeat top; }
.news-article-lefttop { float: left; width: 130px; height: 130px; }
.news-article-image { position: absolute; top: 10px; left: 10px; width:119px; height:91px; }
.news-article-teaser { position: absolute; top: 10px; left: 140px; width:415px; height:130px; font-size: 11px; border-bottom: 1px dashed #CCC; }
.news-article-teaser h5 { font-weight: bold; margin: 0 0 10px 0; padding: 0; }

.news-article-text { position: relative; top: 150px; padding: 15px; width: 97%; font-size: 11px; }
*/

.news-article { position: relative; margin: 5px 0 0 0; width: 568px; min-height: 800px; background: url(img/news/newsArticleBG.gif) no-repeat top; }
.news-article-image { float: right; margin: 0 0 10px 10px; }

.news-article-text { position: relative; padding: 10px; width: 97%; min-height: 400px; }
.news-article-text, .news-article-text p { font-size: 11px; }
.news-article-text h1 { font-weight: bold; margin: 0 0 10px 0; padding: 0; font-size: 13px; }
.news-article-text h5 { font-weight: bold; margin: 0 0 10px 0; padding: 0; font-size: 13px; }
.news-article-info { margin: 0 0 10px 0; padding: 0; font-size: 13px; color: #999; }
