/* JQuery News Ticker Styles */


#tickerWrapper {
	margin-bottom:0px;
	margin-left:0px;   /* used to be 2px for some reason... */
	width:984px;
	height:32px; 
	}

#tickerFeed {
	width:100px; 
	float:left; 
	height:32px; 
	background:url(../images/nav/temp_nav.gif) left no-repeat;
	background-color: #1a589d;
	margin:0;
	padding:0;
	}

#tickerEnd {
	width:80px; 
	float:left; 
	height:32px; 
	background:url(../images/nav/temp_nav.gif) right no-repeat;
	background-color: #1a589d;
	margin:0;
	padding:0;
	}

#newsTicker { 
	position: relative;
	z-index: 1;
	display:inline; 
	width:801px; 
	height:32px;
	border:0; 
	margin:0; 
	padding:0; 
	background:url(../images/nav/temp_nav.gif) no-repeat;
	background-color: #1a589d;
	}

#newsTicker .articleWrapper { 
	float:left; 
	width:801px;   		/* max = xxx */
	margin:0; 
	padding:0; 
	height:32px; 
	overflow:hidden;  	/* so that long articles don't flow outside ticker area */
	background:url(../images/nav/bg_nav.gif) repeat-x ;
	background-color: #1a589d;
	}
	
	#newsTicker .articleWrapper div {   /* these are the scrolling chunks, 801px at a time */
		width:801px; 
		height:34px; 
		overflow:hidden; 
		}
	
	#newsTicker .articleWrapper p { 
		margin:0; 
		padding-top:6px;
		color:#fff; 
		font-size:1.1em;
		display:block; 
		float:left; 
		overflow:hidden;
		}
		
	#newsTicker .articleWrapper p a { }
	#newsTicker .articleWrapper p a:visited { }
	#newsTicker .articleWrapper p a:hover {	}
	#newsTicker .articleWrapper p a.articleLink { }



/* text styles for msg that displays to non javascript users  */
	
	.nojscript_shim {
		width:100px;
		height:100px;
		float:left;
		}
	
		.nojscript  { 
		width:884px;
		margin-left:0px; 
		height:34px; 
		float:left; 
		text-align: left;
		}
		.nojscript p { 
		padding:0px;
		font-size:1.1em;
		float:left; 
		overflow:hidden;
		}
		
		.nojscript img { 
		float:left; 
		}
