/* Styles have been consolidated from base & navigation stylesheets on the home page to reduce unnecessary styles */

/*****************************
* Reset default browser styles
*****************************/

body, div, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, li, fieldset, input, pre, form, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
}

#news_container {
	background: #990000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}

/*****************************
* Link/Anchor Styles
*****************************/

#news_container a {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

#news_container a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

#news_container a:hover {
	color: #e7c001;
	text-decoration: underline;
	font-weight:bold;
}



/*****************************
* Home - News Ticker Styles 
*****************************/

/* scroller "window" set width, height (and clip) to match values sent to constructor */
#news_container { 
	position: relative;
	width: 430px; 
	height: 20px; 
	margin: 5px 0px 5px 0px;
	_margin: -10px 10px 20px 5px;
	padding: 3px 0 1px 0;
	overflow: hidden;
	border-top: 0px solid #BBC4CD;
	border-bottom: 0px solid #BBC4CD;
	background: url(/images/bg-home-news-ticker.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#inner_div { 
	position: relative; 
	z-index:1;
} /* layer that scrolls */

/* scroller items set width and height to match scroller "window" Be sure to set height adequate for your content! */
#inner_div li { 
	height: 20px;
	margin: 0 0px;
	list-style: none;
}


