/* NEWSBAR.CSS
   Joshua Bullock 07/25/08
   CSS Definitions for the Newsbar Ticker */
   
/* News DIV Container for Content */
#news {
	height:270px; 
	width:530px; 
	background:url('/images/newsbar/newsbar_bg.jpg'); 
	padding:12px 12px 6px 10px; 
	margin-bottom:0px;
	overflow:auto;
	font-size:11pt;
	line-height:18px;
}

/* NEWS DIV Container child elements style */
#news h1 {
	margin:6px 0 5px 0;
	color:#212c41;
	font-size:14pt;
	font-weight:bold;
}

#news p {
	margin:0 0 6px 0;
}

#news ul {
	margin:0 0 6px 0;
}

/* Navigation Definitions */
#newsNav {
	margin:0 0 0 24px; 
	padding:0; 
	list-style:none; 
	height:61px;
}

#newsNav li {
	position:relative; 
	top:-7px; 
	display:inline-block; 
	height:49px; 
	width:93px; 
	background:url('/images/newsbar/tab.jpg'); 
	float:left; 
	text-align:center; 
	margin-right:6px;
	padding-top:12px;
	cursor:pointer;
}

/* Ticker DIV */
#ticker {
	background:url('/images/newsbar/ticker.png');
	width:14px;
	height:10px;
	position:relative;
	top:-80px;
	left:472px;
	background-repeat:repeat-x;
	margin-bottom:-10px;
}

/* Newsitem title DIV */
#newsTitle {
	width:450px;
	height:18px;
	padding:2px 4px 2px 4px;
	position:relative;
	top:-88px;
	left:4px;
	background-color:#cddcf3;
	font-size:11pt;
	font-style:italic;
	visibility:hidden;
	margin-bottom:-18px;
}

/* END OF FILE */