/* Start of news item list styles */
dl.news-item {
height: 85px;
position: relative;
border-bottom: solid 1px #999999;
margin: 0 0 5px 0;
}

.news-item dt{
position: absolute;
top: 17px;
left: 5px;
width: 190px;
height: 50px;
overflow: hidden;
}
.news-item a{
text-decoration: none;
color: #000000;
}
.news-item a:hover{color: #ff5404;}
.news-item dd{margin: 0;}

dd.news-item-thumbnail{
position: absolute;
top: 0;
right: 0;
}
dd.news-item-thumbnail img {border: solid 1px #999999;}

dd.news-item-date {
position: absolute;
top: 0;
left: 5px;
font-size: 12px;
margin-bottom: 5px;
width: 160px;
color: #999999;
}

dd.news-item-link {
position: absolute;
left: 5px;
bottom: 5px;
font-size: 10px;
}

dd.news-item-link a {text-decoration: underline;}

#pagination {
position: absolute;
margin-right: 5px;
text-align: center;
display: block;
width: 100%;
bottom: 10px;
}

dl.latest-news {
padding-top: 5px;
background: #eeeeee;
}

dl.latest-news .news-item-thumbnail, dl.latest-news .news-item-date {top: 5px;}
dl.latest-news  dt{top: 22px;}

/* End of news item list styles */

/* Start of generic news artical styles */

/* Required for correct positioning of headline in IE and Opera */
#article {
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

#article-date {
color: #999999;
float: right;
padding: 0 0 10px 10px;
}

#article img {border: solid 1px #999999;}
#label-image {margin-top: 10px;}
#article-content {position: relative;}


#content-right {
width: 290px;
float: right;
height: auto;
}

#content-center {
width: 297px;
clear: both;
float: left;
margin-left: 0;
height: auto;
}

/* End of generic news artical styles */
