#topNews
{
	background-color: #F0F0F0;
	border: solid 1px #DDD;
	height: 300px;	/* height must be specified here, as it is referenced by javascript in the macro */
	width: 998px;

	/* position and overflow are REQUIRED...do not remove or change! */
	position: relative;
	overflow: hidden;
}

#topNewsHeadlineOverlay
{
display: none;	
background-color: rgba(0, 0, 0, 0.5);	/* if this is changed, also need to update the IE7 override (below) and the IE8 override (which is stored in NJHAMaster) */
	bottom: 0;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	left: 0;
	margin-bottom: 14px;
	padding: 14px;
	position: absolute;
	width: 405px;
	z-index: 50;
}

BODY.IE7 #topNewsHeadlineOverlay
{
	background-color: #333;	/* this is necessary because IE7 will not show transparent background */
}

#topNewsHeadlineOverlay A
{
	color: #FFF;
	text-decoration: none;
}

#topNewsHeadlineText
{
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2);

	font-size: 14px;
	line-height: 1.5em;
	text-shadow: 1px 1px 2px #000;
}

#topNewsImageViewport
{
	float: left;
	width: 65%;
}

#topNewsHeadlineViewport
{
	background-color: #d4ccb9;
	float: right;
	position: relative;
	height: 300px;
	/*width: 35%;*/
	width:286px;
	z-index: 50;
}

#topNewsHeadlineViewport UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#topNewsHeadlineViewport A
{
	color: #d4ccb9;	/* this should be the same as the background color of #topNewsHeadlineViewport so that they are invisible until the page is completed loading (otherwise the visual effect is jarring) */
	display: block;
	padding: 0 14px;
	text-decoration: none;
}

.activeHeadline
{
	font-weight: bold;
}

#topNewsHeadlineArrow
{
	/* http://css-tricks.com/snippets/css/css-triangle/ */
	border: solid 14px #d4ccb9;
	border-left-color: transparent;
	border-left-style: inset;
	border-top-color: transparent;
	border-top-style: inset;
	border-bottom-color: transparent;
	border-bottom-style: inset;
	height: 0;
	left: 600px;
	position: absolute;
	width: 0;
	z-index: 55;
}

img.slideImg
{
	width:714px; 
	height:300px
}



























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
