/* News
--------*/
#content #mainContent {
width:625px;
float:left;
}

#content #subContent {
width:260px;
float:right;
}

/* News Article */
#latestNewsArticle img {
border: 1px solid #b8bc9b;
margin: 0 10px 10px 0;
}
#latestNewsArticle img.primary {
/* Structure */
float: right;
margin: 0 0 20px 10px;
}
#latestNewsArticle #newsfiles img {
margin: 0;
border: none;
}

a.view {
background-image: url(/_lib/professional/dunn/img/btn-viewArticle.jpg);
width:95px;
}

a.viewall {
background-image: url(/_lib/professional/dunn/img/btn-viewAll.jpg);
width:71px;
}

/* Recent News */
#recentNews dl {
background-color:#edeee6;
/* Structure */
overflow: hidden;
height:1%;
clear: both;
padding: 5px;
margin-bottom: 4px;
}
#recentNews dl dt {
/* Structure */
font-weight: bold;
}
#recentNews dl dd {
/* Structure */
margin: 0 0 5px 0;
}
#recentNews p a {
/* Structure */
margin: 0 auto;
}

/* News Archive */
#newsArchive .newsitem {
background-color:#EDEEE6;
/* Structure */
overflow: hidden;
clear: both;
padding: 5px 5px 0 5px;
margin-bottom: 4px;
height:1%;
}