#frame-main
{
	position: relative;
}

#news
{
	height: 462px;
	overflow: auto;
	margin: 9px 0 0 9px;
	padding-right: 9px;
	width: 566px;
}

#news li
{
	margin-top: 5px;
}

#news li.first
{
	margin-top: 0;
}

#news li h2
{
	background: transparent url(/gfx/news/backg-title.png) no-repeat;
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
}

#news li h2:hover
{
	background-position: 0 -23px;
}

#news li h2:hover a:hover
{
	color: #000;
}

#news li h2 a.title
{
	color: #fff;
	display: block;
	float: left;
	padding-left: 25px;
	width: 480px;
}

#news li h2 a.title:hover
{
	text-decoration: none;
}

#news li h2 a.new-page
{
	display: block;
	float: right;
	text-indent: -9999px;
	width: 30px;
}

#news li div.text
{
	padding: 7px 20px 7px 10px;
	width: 520px;
}

#news li.active h2
{
	background-position: 0 -46px;
}

#news li.active h2 a
{
	color: #000;
}

#news li.active div.text
{
	background: #1a1a1a;
	margin-bottom: 9px;
}


#graphic
{
	position: absolute;
	right: 14px;
	top: 5px;
}












/******************************************
 * NEWS TEXT STYLING
 *****/

#news li div.text p.date, #news li.active div.text p.date, #news-story-text p.date
{
	font-weight: bold;
	float: left;
	margin-right: 6px;
	margin-bottom: 0;
}

#news li div.text p
{
	line-height: 14px;
}

#news li.active div.text p, #news-story-text p
{
	margin-bottom: 14px;
}

#news li div.text ul, #news-story-text ul
{
	list-style: url(/gfx/bull-red-square.png);
	margin-bottom: 14px;
	padding-left: 16px;
}














/*****************************************
 * NEWS FULL STORY STYLES
 */
#news-story-container
{
	background: #1a1a1a;
	height: 440px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 544px;
}

#news-story-container h2
{
	background: transparent url(/gfx/news/hr.png) bottom repeat-x;
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 10px;
	padding-right: 40px;
	width: 504px;
}

#close-news
{
	background: transparent url(/gfx/news/close.png) no-repeat;

	display: block;
	height: 21px;
	position: absolute;
	right: 20px;
	text-indent: -9999px;
	top: 20px;;
	width: 21px;
}

#print-news
{
	background: transparent url(/gfx/news/print.gif) center center no-repeat;

	display: block;
	float: left;
	height: 28px;
	text-indent: -9999px;
	width: 87px;
}


#news-story-text
{
	height: 310px;
	margin-top: 14px;
	overflow: auto;
	padding-right: 38px;
	width: 505px;
}

#news-story-text img.main
{
	border: 1px solid #fff;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#news-story-text div.images img
{
	border: 1px solid #fff;
	margin-bottom: 5px;
	margin-right: 7px;
}

#news-footer
{
	background: transparent url(/gfx/news/hr.png) top repeat-x;
	bottom: 0;
	height: 28px;
	padding: 20px 0;
	position: absolute;
	width: 544px;
}

#news-social-links
{
	list-style: none;
	position: absolute;
	right: 0;
	top: 20px;
}

#news-social-links li
{
	display: inline;
}

#news-social-links li img
{
	height: 28px;
	width: 28px;
}