/* News
--------*/

/* News Article */
#latestNewsArticle img {
border: 1px solid #fff;
margin: 0 10px 10px 0;
}
#latestNewsArticle img.primary {
/* Structure */
float: right;
margin: 0 0 20px 10px;
}
#latestNewsArticle #newsfiles img {
margin: 0;
border: none;
}

/* Recent News */
#recentNews dl {
border-bottom: 1px solid #fff;
/* Structure */
padding-bottom: 6px;
margin-bottom: 6px;
}
#recentNews dl dt {
/* Structure */
font-weight: bold;
}
#recentNews dl dd {
/* Structure */
margin: 0 0 5px 0;
}
#recentNews p {
/* Structure */
text-align: right;
}

/* News Archive */
#newsArchive .newsitem {
border-bottom: 1px solid #fff;
/* Structure */
padding-bottom: 5px;
margin-bottom: 10px;
overflow: hidden;
}
