/* top story drop-shadow */
#cttitle  {position: relative;top: -3px;left: -3px;z-index:1;}
#cttext   {position: relative;top: 0px;left: 0px;color: #F3F3F3;z-index:2;}
#ctshadow {position: absolute;top: 2px;left: 2px;color: #000;z-index:1;}
		
/* --[[ area for image, headline  ]]-- */
.tsContent {
    background-color:#FFF;
    border-color:#075B12;
    border-style:solid;
    border-width:1px 1px 0;
    height:360px;
    overflow:hidden;
    padding:0;
    width:320px;
}
		
/* --[[ top story rotator image style  ]]-- */
.tsImage {
    background-color:#fff;
    height:150px;
    width:320px;
}
		
/* --[[ top story rotator headline text style  ]]-- */
.tsHeadline {
	background-image:url('news/tra_bg.png');
	background-repeat:repeat;
	width: 320px;
	font-size: 1.5em;
	font-weight: bold;
	height: 30px; 
	_height: 30px; 
	overflow: hidden;
	position:relative;
 	top:-100px;
 	color: fff;
 	padding: 15px 0px 0px 6px;
}
		
#tsHeadline a:hover>a  { color:#85AFDF; }
#tsHeadline a:hover { color:#85AFDF; }
		
.tsHeadline a:link {color:#fff; text-decoration: none; }
.tsHeadline a:visited {color:#fff; text-decoration: none; }
		
.tsHeadlineTeaserArea {
    background-color:#72A4D8;
    background-image:url(news/teaser_bg.gif);
    background-repeat:repeat-x;
    height:210px;
    overflow:hidden;
    position:relative;
    top:-100px;
}
		
/* --[[ top story rotator teaser text style  ]]-- */
.tsTeaser {
	height: 160px; 
	_height: 164px; 
	overflow: auto;
	width: 310px;
	_width: 318px;
	padding: 2px 4px 2px 4px;
	_padding: 2px 4px 0px 4px;
}
		
.tsStaticLinks {
	height: 30px; 
	_height: 23px; 
	overflow: hidden;
	width: 320px;
	color:#2D6AA3; 
	text-align:center;
	font-weight:bold;
	padding-top: 3px;
}

/* --[[ top story rotator button row style  ]]-- */
.tsButtonRow
{
    height: 27px;
    width: 322px;
    overflow: hidden;
    background-image: url('news/menu.gif');
    text-align: right;
}