/* Jeremy news.css*/
/* left side */
#left{
	clear:left;
	float:left;
	width: 310px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(../images/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
	.left_articles {
		float:left;
		margin: 0px 0 10px 0;
		background: #fff url(../images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
		height:auto;
	}
	.left_articles h2{
		padding-left: 30px;
	}

	.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(../images/news.gif) no-repeat center left; color: #808080; }
	.bigimage {
		float: left;
		clear: left;
		border: 1px solid #ccc;
		background: #eee;
		color: #000;
		width: 200px;
		height: 150px;
		margin: 15px 15px 10px 0;
	}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}		
		.left_box li {
			margin-top:5px;
		}	
/* right side */
#right {
	float: right;
	width: 635px;
	margin: 0 0 10px 0;
}
	.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;
	}
	.image { float: left; margin: 0 9px 3px 0; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 10px;	
		margin: 0 0 10px 0;
		background: #fff url(../images/notes.gif) no-repeat center left;
		color: #454545;
	}
	
.article_title {
	margin: 0px 0px 0px 0px;
	background: #fff url(../images/bgshade.gif) repeat-x;
	color: #454545;
	padding: 15px 15px 5px 10px;
	height:32px;
}
.article_title h1 {
	margin:20px 0px 0px 100px;
	font-family:"宋体";
	font: bold 2.2em;
}
.article_content {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 5px 10px;
	float:left;
}
.article_content li {
	background: url(../images/arrow.gif) no-repeat center left;
}
	
#news_left{
	clear:right;
	float:right;
	width: 220px;
	margin: 0 0 10px 0;
}
#news_right{
	float: left;
	width: 725px;
	margin: 0 0 10px 0;
}

#menu_left { 
	float: left;  
	margin: 0 0 6px 0; 
	padding: 0 0 1px 0; 
	border-bottom: 2px solid #e2e2e2; 
}
#menu_left li { list-style: none; }
#menu_left li a { 
display: block; 
	color: #3F5B7F; 
	/*background: #C2CEDE url(../images/arrow.gif) no-repeat center left; */
	background: #B4D0DB url(../images/arrow.gif) no-repeat center left; 
	width: 172px; 
	padding: 7px 23px 7px 23px; 
	margin: 0 0 1px 0; 
	font-weight: bold; 
	text-decoration: none; 
}	
#menu_left li a:hover { 
	/*background: #9EB1C9 url(../images/arrow.gif) no-repeat center left; color: #fff;  */
	background: #77A6BA url(../images/arrow.gif) no-repeat center left; color: #fff;  
	}
#menu_left li a.current{
	/*background: #9EB1C9 url(../images/arrow.gif) no-repeat center left; color: #fff;*/
	background: #77A6BA url(../images/arrow.gif) no-repeat center left; color: #fff;
}
#h5{
	margin: 2px 0px 6px 20px;
}
.left_box {
	background: #f4f4f4;
	color: #808080;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
	margin: 0 0 15px 0;
}

/*Jeremy news page*/	
.news_youshang{
	float:right;
	clear:right;
	width:310px; 
	margin: 5px 0 10px 0; 
}
.right_articles li{
	margin-left:25px;
}
.right_articles li a{
	text-decoration:none;
}
.news_zuoshang{
	float:left; 
	clear:left;
	width:635px; 
	height:230px; 
	margin: 0 0 10px 0; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#CCCCCC; 
}
.news_youxia{
	float:right;
	width:635px;  
	margin: 0 0 10px 0; 
}
.news_zuoxia{
	float:left; 
	clear:left;
	width:310px; 
	margin: 11px 0 10px 0;
}
/*news list*/
.news_titleline{
	float:left;
	width:960px;
	margin: 5px 0 10px 0;
}
.news_list{
	 text-align: left; 
	 margin-left:540px;
	 width:385px;
}
.news_list li a{
	text-decoration:none;
}
.news_pagecount{
	margin: 0 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(../images/bgshade.gif) repeat-x;
	color: #808080;
	border-bottom: 1px solid #ccc;
	text-align:right;
	width:935px;
}
.news_listpic{
	float:left; 
	width:200px;
	border-bottom-style:solid; 
	margin:5px 10px 10px 10px;
}
/*news tmp*/
.news_other{
	padding-bottom:10px;
}

