@charset "UTF-8";
/* CSS Document */
 

#content-container
{
	clear:			both;
	overflow:		hidden;
	padding:		5px 0;
}

/**** news list ******/

ul#newsList
{
	list-style:		none;
	height:			610px;
	overflow:		auto;
	
	box-shadow:				0px 0.9px 10px 0px #111, 0px -0.9px 10px 0px #111;
	-moz-box-shadow:		0px 0.9px 10px 0px #111, 0px -0.9px 10px 0px #111;
	-webkit-box-shadow:		0px 0.9px 10px 0px #111, 0px -0.9px 10px 0px #111;
}

ul#newsList li.newsRow
{
	border-bottom:	1px solid #FF9900;
	padding:		10px 0;
}

ul#newsList li.newsRow:after
{
	content:		".";
	height:			0;
	visibility:		hidden;
	display:		block;
	clear:			both;
}

ul#newsList li.newsRow a
{	
	color:				white;
	text-decoration:	none;
}

ul#newsList li.newsRow h2
{	
	font-size:		16px;
	color:			#FF9900;
	margin:			0;
}

ul#newsList li.newsRow h2:hover
{
	text-decoration:	underline;
}

ul#newsList li.newsRow .newsImageContainer
{
	float:			left;
	width:			64px;
	margin:			0 40px 0 0;
	vertical-align:	top;
}

ul#newsList li.newsRow .newsImageContainer .newsImage
{
	background-image:	url(../Images/newsDefaultBackground64.png);
	width:				64px;
}

ul#newsList li.newsRow .newsSumary
{
	font-size:		14px;
	overflow: 		hidden;
	height: 		35px;
	margin: 		10px 0 0 0;
}


/******* a news ********/

div#news
{
	height:					610px;
	
	margin:					15px 0;
	padding-top:			1px;
	
	box-shadow:				0px 0.9px 10px 0px #111, 0px -0.9px 10px 0px #111;
	-moz-box-shadow:		0px 0.9px 10px 0px #111, 0px -0.9px 10px 0px #111;
	-webkit-box-shadow:		0px 0.9px 10px 0px #111, 0px -0.9px 10px 0px #111;
}

div#news div.newsData
{
	width:			960px;
	height:			610px;
	margin:			0 auto;
}

div#news div.newsData:after
{
	content:		".";
	height:			0;
	visibility:		hidden;
	display:		block;
	clear:			both;
}

div#news div.newsData h2
{
	border-bottom:	1px solid #FF9900;
	padding-bottom:	10px;
}

div#news div.newsData .newsImageContainer
{
	display:		inline-block;
	width:			120px;
	margin:			20px 50px 30px 10px;
	vertical-align:	top;
}

div#news div.newsData .newsImageContainer .newsImage
{
	background-image:	url(../Images/newsDefaultBackground120.png);
	width:			120px;
}

div#news div.newsData .newsContent
{
	display:		inline-block;
	width:			750px;
	overflow: 		auto;
	height: 		450px;
	margin: 		20px 0 0 0;
	padding-bottom:	30px;
	padding-right: 	30px;
}