@charset "utf-8";

html, body, div, span, applet, object, iframe, form, h1, h2, h3, h4, h5, h6, p, a, a:link, a:visited, em, font, img, small, strike, samp, strong, sub, sup, label, table, caption, tbody, tfoot, thead, tr, th, td 
{ 
    margin: 0; 
    padding: 0; 
}

body{
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	color: black;
	background: white;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。 */
} 
body                                 {font-family: Arial, "宋体";}
form, input, select,  
textarea                             {font-family: Arial, "宋体"; font-size: 1em; }
h1, h2, h3, h4, h5, h6               {font-weight: bold; }
h1                                   {font-size: 2em; line-height: 2.2em; }
h2                                   {font-size: 2em; line-height: 1.7em; }
h3                                   {font-size: 1.25em; line-height: 1.45em; }
h4                                   {font-size: 1em; line-height: 1.2em; }
a img                                {border:0;}
.clear                               {clear: both;}

#container {
	width: 895px;  
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
}
#header                              {padding: 5px 0 0 0; margin: 0 0 7px 0; border-bottom:dotted 1px #E5E5E5;}

#header .logo                        {padding: 12px 0 0 0; float: left; margin-bottom: 2px;}
#header .header-right                {float: right;}
#header .topnav                      {float: left; margin: 8px 15px 0 0; padding: 0; }
#header .topnav ul                   {list-style: none; margin: 0; padding: 0;}
#header .topnav ul li                {float: left; padding: 0 5px 0 5px; border-right: 1px solid #5B5B5B;  font-size: 0.9em; line-height: 1.3em;}
#header .topnav ul li a, 
#header .topnav ul li a:link, 
#header .topnav ul li a:visited      {text-decoration: underline; color:#5b5b5b;}
#header .topnav ul li a:hover        {color: #1a1a1a;}
#header .topnav .lastlink            {border: none;}

#header .search                      {float: left; font-size: 0.9em; color: #5B5B5B; margin: 4px 0 0 0; }
#header .search input                {color: #666666; height: 14px; padding: 1px 2px; width: 160px; display: block; }
*+html #header .search input         {padding: 1px 2px 0 2px;}
#header .search ul                   {list-style: none; margin: 0; padding: 0;}
#header .search ul li                {float: left; padding-left: 5px; }
#header .search ul li a,
#header .search ul li a:link,
#header .search ul li a:visited      {text-decoration: underline; color: #5b5b5b;}

/*菜单*/
#main_menu                           {float:right; margin:10px 0 0 0; padding:0; width:745px; font-size: 1em;}
#main_menu a                         {color:#00806b; text-decoration:none;}
#main_menu a:hover                   {text-decoration:underline;}	

#main_menu ul, li                    {border: 0; list-style: none; line-height:1em;}
#main_menu ul                        {height: 21px; padding:0; margin:0;} 
#main_menu li                        {display:inline; position:relative; margin: 0 0 0 28px;padding:0;}
#main_menu li span                   {position:relative; z-index:10; padding:4px 4px 4px 6px;  border-bottom:none;}	
#main_menu li span a                 {font-weight:bold; padding:0 6px 0px 2px;  }	
#main_menu li span.over              {padding:4px 3px 4px 5px;  border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5;  border-right:solid 1px #999999; border-bottom:solid 1px #fff;  }
*+html #main_menu li span.over       {border-top:solid 1px #E5E5E5; padding-bottom:3px; } /* IE6 */
#main_menu li span.over a:hover      {text-decoration:none; }
#main_menu li span.active            {padding:4px 3px 4px 5px;  border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5;  border-right:solid 1px #999999; border-bottom:solid 1px #fff; }
*+html #main_menu li span.active     {border-top:solid 1px #E5E5E5; padding-bottom:3px; }
#main_menu li span.active a:hover    {text-decoration:none; }	
#main_menu img.arrow                 { /*margin-left:4px;*/ margin-top:1px; cursor:pointer; }
#main_menu div.sub_menu              {display:none; position:absolute; left:0; top:0px; margin-top:18px; border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5; border-right:solid 1px #999999; border-bottom:solid 1px #999999; padding:4px; top:2px; width:165px; background:#FFFFFF; font-size: 1em; line-height: 1.1em; }
* html #main_menu div.sub_menu       {margin-top:23px; } /* IE6 */
*+html #main_menu div.sub_menu       {margin-top:23px; } /* IE7 */
#main_menu div.sub_menu a:link, 
#main_menu div.sub_menu a:visited, 
#main_menu div.sub_menu a:hover      {display:block;	padding:4px;	color:#488A17;}	
#main_menu a.item_line               {border-top:solid 1px #E5E5E5; padding-top:6px !important; margin-top:3px; }


/*面包屑路径*/
#breadcrumb {
    height: 20px;
	margin: 3px 0 3px 3px;
	padding: 0;
}
#breadcrumb p {
	margin: 3px;
	padding: 0;
	text-align: left;
	color: #666666;
}
#breadcrumb p a{
	color: #666666;
	text-decoration:none;
}
#breadcrumb p a:hover{
	text-decoration:underline;
}
/*左侧栏导航*/
#left_navigation {
	width: 190px;
	float:left;
	background:#fff;
	margin-top: 3px;
	padding:0 10px 0 0;
	color:#063300;
}
div.toggle{
	background-color:#C9F8D2;
	margin: 0;
	border-top:solid 1px #eaeae8;
	padding-top: 1px;
	height: 24px;
}
div.navleft {
	float:left;
	width:161px;
	padding-top: 1px;
}
div.expandimg{
	background: url(../image/minus_small1.gif) no-repeat left top;
	width: 29px;
	height: 24px;
	float:left;
}
h4.panelhead {
	background-color:#C9F8D2;
	border-left:solid 1px #dedede;
	padding:4px 2px 1px 2px;
	margin:0px;
	min-height:18px;
	font-size:0.9em;
}
#left_navigation .panelcontent{
    background:url(../image/left-nav-background.jpg) repeat-y;
	padding: 0;
	margin: 0;
	border-bottom:solid 3px #fff;
}
#left_navigation .panelcontent ul {
    list-style-type: none;
	padding: 0;
	margin: 0;
	font-size:0.9em;
}
#left_navigation .panelcontent li {
    line-height: 130%;
	margin: 0;
	padding: 5px 5px 3px 5px;
	border-top:2px solid #fff;
}
#left_navigation .panelcontent li a {
    text-decoration: none;
	color: #063300;
}
#left_navigation .panelcontent li a:hover {
	text-decoration: underline;
	color: #063300;
}
#left_navigation .panelcontent li.selected {
	background-color:#FFF1BF;
}
/*  */
#main_content h2.heading{
	padding: 7px 2px 4px 0;
	font-size: 1.4em;
	color:#666666;
	margin:0 0 0 5px;
}
#main_content h3.heading{
	padding: 15px 0 10px 0;
	font-size: 1.2em;
	color:#cc3300;
	margin:5px 0 0 5px;
}
#right_content{
    float: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	display: inline;
}
.col1{
    float: left;
	width: 410px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	display: inline;
}
.col1 h2{
	padding: 7px 2px 4px 0;
	font-size: 1.4em;
	color:#666666;
	margin:0 0 0 5px;
}
.col1 h3{
	padding: 15px 0 10px 0;
	font-size: 1.2em;
	color:#cc3300;
	margin:5px 0 0 5px;
}
.col1 p{
	color:#4f4f4f;
	padding:0;
	margin:8px 0 8px 5px;
	line-height: 160%;
	text-indent:2em;
}
.col1 ul{
    margin:0 0 0 20px;
	padding:0 0 0 0;
}
.col1 ul li{
	line-height:160%;
	margin:10px 0 10px 0px;
	padding:0;
	list-style:square;
	color:#4f4f4f;
}
.col1 ol li{
    list-style:circle;
}
table.history{
    border:none;
	margin: 0 0 0 5px;
}
table.history tr td{
	color:#4f4f4f;
	padding: 5px 0;
}
table.history td.year{
	line-height:180%;
    vertical-align:top;
	font-weight:bold;
}
table.history ul{
    margin:0 0 0 14px;
	padding:0;
}
table.history ul li{
	line-height:180%;
	margin:0;
	padding:0;
	list-style:square;
	color:#4f4f4f;
}

.col2{
	float: right;
	width: 230px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 25px 30px 15px;
	display: inline;
	background-color:#e3ffdf;
}
.col2 h3{
    margin: 5px 20px 10px 10px;
	padding: 15px 0 10px 0;
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cc3300;
}
.col2 img{
    margin:7px 5px 5px 10px;
	padding:0;
}
.col2 p{
	text-align:center;
	color:#4f4f4f;
}
#footer {
	clear: both;
	padding: 5px 25px;
	line-height: 18px;
	border-top: 1px solid #D1E0E2;
	text-align:center;
} 
#footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
    line-height:25px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
    color: #666666;
}
