@charset "utf-8";
/* CSS Document */

#middle_holder_with_l{
	display:block;
	background:url(../images/content_left_bg.gif) repeat-y left top;
	width:1000px;
	min-height:590px;
	_height:590px;
}

#middle_holder_without_l{
	background-color:#fff;
	display:block;
	width:1000px;
	min-height:590px;
	_height:590px;
}

#middle_left{
	float:left;
	display:block;
	width:208px;
	height:100%;
}

#left_nav{
	width:208px;
	height:145px;
	margin-top:15px;
}

#left_nav_title{
	font-size:14px;
	font-weight:bold;
	color:#455271;
	width:155px;
	height:20px;
	background:url(../images/left_title_icon.gif) no-repeat 0px 3px;
	margin-left:25px;
	padding-left:15px;
	margin-top:0px;
	margin-bottom:0px;
}

#left_nav_list{
	margin-top:2px;
	margin-left:0px;
	display:block;
	width:208px;
	min-height:2px;
	background:url(../images/left_title_line.gif) no-repeat top left;
	padding-top:5px;
	padding-left:0px;
	list-style:none;
}

#left_nav_list li a{
	display:block;
	width:160px;
	height:17px;
	margin-left:20px;
	margin-top:12px;
	background:url(../images/left_nav_bg1.gif) no-repeat left;
	_background:url(../images/left_nav_bg1.gif) no-repeat 0px -1px;
	text-indent:50px;
	line-height:18px;
	*line-height:20px;
	color:#455271;
}

#left_nav_list li a:hover{
	background:url(../images/left_nav_bg2.gif) no-repeat left;
	_background:url(../images/left_nav_bg2.gif) no-repeat 0px -1px;
	color:#fff;
	font-weight:bold;
}

#middle_right{
	float:right;
	margin-right:12px;
	_margin-right:5px;
	margin-top:5px;
	display:block;
	width:766px;
	height:100%;
	position:relative;
}

#location{
	display:block;
	margin-left:20px;
	margin-top:10px;
	color:#333;
}

#location a{
	color:#333;
}

#content_detail_holder{
	display:block;
	margin-top:20px;
	margin-left:3px;
	width:756px;
}

#content_detail_title{
	display:block;
	height:27px;	
	background:url(../images/title_line_long.gif) no-repeat bottom;
}

#title_name{
	background:url(../images/title_icon.gif) no-repeat 13px 6px;
	*background:url(../images/title_icon.gif) no-repeat 13px 5px;
	font-size:1.3em;
	font-weight:bold;
	padding-left:25px;
	padding-top:3px;
	margin:0;
	float:left;
}

#content_detail_txt_holder{
	width:720px;
	display:block;
	margin:20px 15px 20px 15px;
}

#content_list_holder{
	width:900px;
	list-style:none;
	margin:0 auto;
	padding-top:10px;
	padding-left:0px;
	padding-right:5px;
}

#content_list_title{
	display:block;
	height:27px;	
	background:url(../images/title_line_longer.gif) no-repeat bottom;
}

#content_list_detail{
	display:block;
	list-style:none;
	margin:0 auto;
	padding-left:0px;
	padding-top:20px;
	padding-bottom:20px;
	width:850px;
}

#content_list_detail li{
	display:block;
	height:30px;
	*height:28px;
	background:url(../images/news_list_icon.gif) no-repeat left;
	border-bottom:dashed 1px #a7a7a7;
	line-height:34px;
	*line-height:32px;
}

#content_list_detail li a{
	display:block;
	padding-left:20px;
	width:550px;
	height:30px;
	color:#333;
}

.content_list_detail li a:hover{
	color:#f00;
}

.content_txt{
	float:left;
}

.content_writer{
	float:left;
	padding-left:90px;
}

.content_time{
	float:left;
	padding-left:80px;
}

#content_list_detail_txt{
	width:850px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
	line-height:24px;
}