@charset "utf-8";
/* CSS Document */

/***************************************************** BACKGROUND **************************************************/
.content-container#news-bg {
	overflow: auto;
	position: relative;
	width: 860px;
	height: 600px;
	float: right;
	background-image: url(../images/news-bg.png);
	background-position: 20px 280px;
	background-repeat: no-repeat;
}
/*****************************************************************************************************************/


#news-top-image {
	position: relative;
	width: 628px;
	height: 230px;
	float: right;
	background-image: url(../images/news-top-image.png);
	background-position: top right;
	background-repeat: no-repeat;
}


/**********************************************************************************************************************************/

#news-title {
	width: 300px;
	height: 45px;
	float: left;
	background-image: url(../images/news-title.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}


/************************ News Content **********************************/
.content#news {
	float: right;
	width: 600px;
	height: auto;
	padding: 10px;
	overflow: auto;
}

.newslist {
	width: 500px;
	margin-top: 20px;
	padding-left: 15px;
	background-image: url(../images/three-red-dots-bullet.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999;
}

.newslist .caption {
	width: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	overflow: auto;
	word-wrap:break-word;
	color: #999;
	padding-bottom: 5px;
}

.newslist .date span{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	overflow: auto;
	word-wrap:break-word;
	float: right;
	margin-top: -20px;
}

.newslist a {
	text-decoration: none;
	color: #999;
}

.newslist a:hover {
	text-decoration: none;
	border-bottom: 2px solid #fff;
}


.newscontent {
	width: 470px;
	height: auto;
	padding: 10px;
}

.newscontent #date {
	width: 180px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	overflow: auto;
	word-wrap:break-word;
	color: #999;
	background-image: url(../images/three-red-dots-bullet.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

.newscontent #title {
	width: 440px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	overflow: auto;
	word-wrap:break-word;
	color: #999;
}

/*.newscontent img#left{
	padding: 15px;
	float: left;
}

.newscontent img#right{
	padding: 15px;
	float: right;
}

.newscontent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	margin: 18px 0;
	text-align: justify;
	overflow: auto;
	word-wrap:break-word;
}

.newscontent span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	font-weight: bold;
}


.newscontent ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}

.newscontent ul li {
	list-style: circle;
	padding-left: 5px;
	font-weight: normal;
}

.newscontent strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	font-weight: bold;
}

.newscontent em {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	font-style: italic;
}
*//************************ News Content **********************************/
