#newsArticles {
	padding: 0;
	margin: 34px 10px 0 0;	  
	background: url(../../images/reskin/NewsPromo/News_Promo_BG.gif)
		repeat-y 0 0;
}

#newsArticles .newsArticlesInner {
	/* min-height: 539px; */
	height: auto !important;
	/* height: 555px; */
	padding-bottom: 19px;
	background: url(../../images/reskin/NewsPromo/News_Promo_Bottom.gif)
		no-repeat left bottom;
}

#newsArticles h2 {
	padding: 10px 10px 8px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background: #b2c8c6
		url(../../images/reskin/NewsPromo/News_Promo_Top.gif) no-repeat 0 0;
}

#newsArticles ul {
	list-style: none;
	padding: 0;
	margin: 5px 15px 0pt 10px;
	background: none;
}

#newsArticles ul li {
	padding: 0;
	margin: 0;
	line-height: 0.2em;
	background: none;
	padding-bottom: 2px;
}

#newsArticles ul li a:link,#newsArticles ul li a:visited {
	display: block;
	padding: 0.3em 0 0.3em 12px;
	text-decoration: none !important;
	color: #363636 !important;
	background: url(../../images/reskin/gray_arrow.gif) no-repeat 0 0.8em;
}

#newsArticles ul li a:hover,#newsArticles ul li a:active,#newsArticles ul li a:focus
	{
	color: #000 !important;
	text-decoration: underline;
	background: url(../../images/reskin/black_arrow.gif) no-repeat 0 0.8em;
}

#newsArticles ul.docs li.viewAll a:link,#newsArticles ul.docs li.viewAll a:visited
	{
	padding: 0.3em 0 0.3em 12px;
	background: url(../../images/reskin/gray_arrow.gif) no-repeat 0 0.8em;
}

#newsArticles ul.docs li.viewAll a:hover,#newsArticles ul.docs li.viewAll a:active,#newsArticles ul.docs li.viewAll a:focus
	{
	background: url(../../images/reskin/black_arrow.gif) no-repeat 0 0.8em;
}
.noLatestNews {
	color : #000000;
	margin: 0.8em 0.8em 0.8em 0.8em;
	margin-bottom: 0.4em;
	display: block;			
}
.noLatestNews a:hover {
	color: #000 !important;
	text-decoration: none !important;
}

.noLatestNews a:link, .noLatestNews a:visited {
	text-decoration: underline;
	color: #363636 !important;
}


