/* CSS Document */

body{
	background-color:#c7db51;
	margin: 0px;
	padding:0px;
	text-align:center;
	font-size:14px;
	font-family:宋体，Arial, Helvetica, sans-serif;
}


#container{
	position:relative;
	margin:0px auto;
	width:960px;
	text-align:left;
	background:#FFFFFF url(../images/left_bg1.jpg) repeat-y;
	/* 修补#navigation的背景色问题 */
}

#navigation1 {
height:2.7em;
line-height:2.7em;
background-color:#A3C159;
}

#navigation1 li {
border-right:1px solid #FFF;
float:left;
list-style:none;
white-space:nowrap;
}

#navigation1 li a {
display:block;
font-size:1em;
letter-spacing:1px;
text-transform:uppercase;
padding:0 10px;
}

* html #navigation1 a {
width:1%;
}

#divNavBar{

	float:left;
	width:960px;



	border-right:1px solid #969EA4;

	background-color:#ffcc33;

	height:35px;

}



#divNavBar h3{

	display:none;

}



#divNavBar ul{
   list-style-type:none;

	margin:0 0 0 225px;

	padding:0;

}



#divNavBar li{
    border-right:1px solid #FFF;
	float:left;

	padding:0 0 0 0;

	margin:0 0 0 0;
    font-weight:bold;
	

	background:url(../j-spring/nav_bgline.gif) no-repeat right 0;

}



#divNavBar a{

	float:left;

	margin:0;

	padding:6px 10px 4px 10px;

	height:14px;

	text-decoration: none;

}



#divNavBar a:link {

	color: #f7eec7;

}

#divNavBar a:visited {

	color: #f7eec7;

}

#divNavBar a:hover {

	color: white;

	background:#3399FF;

}

#divNavBar a:active {

	color: white;

	background:#333;



}


#navigation {
height:inherit;
	width:180px;
	float:left;
	font-size:14px;							/* 左浮动 */
}

#navigation ul {
	list-style-type:none;				/* 不显示项目符号 */
	margin:0px;
	padding:0px;
}
#navigation li {
	border-bottom:1px solid #b9ff00;	/* 添加下划线 */
}
#navigation li a{
	display:block;						/* 区块显示 */
	padding:5px 5px 5px 0.5em;
	text-decoration:none;
	border-left:12px solid #3c5300;		/* 左边的粗红边 */
	border-right:1px solid #3c5300;		/* 右侧阴影 */
}
#navigation li a:link, #navigation li a:visited{
	background-color:#729e00;
	color:#FFFFFF;
}
#navigation li a:hover{					/* 鼠标经过时 */
	background-color:#587a00;			/* 改变背景色 */
	color:#ffff00;						/* 改变文字颜 */
}


.img-absolute{position:absolute;top:240px;left:300;}
.img-left { float:left;margin:4px 10px 4px 0; }
.img-right { float:right;margin:4px 0 4px 10px; }
.img-center {
display:block;
margin:0 auto;
}
 p#position{width:335px;margin:0px 0px;height:20px;
background:url(../images/icon_01.gif) no-repeat 12px 5px;
text-align:left;
line-height:20px;
color:#727272;
padding-left:0px;padding-top:1px}
 p#position a{color:#727272;text-decoration:none;}
 p#position a:hover{color:#3399FF;text-decoration:underline;}

#text h3{
    font-size:16px;
	/*margin:0px 0px 10px 0px;
	padding:10px 0px 1px 0px;
	border-bottom:1px dotted #777777*/
	padding:4px 0 4px 10px;

	margin:2px 0 2px 0;

	border-top: 1px dashed #91895b;

	border-left: 3px solid #91895b;

	border-bottom: 1px dashed #91895b;
}
#text h4{font-family:"宋体";font-size:14px;
         color:#000033;
		 text-align:center;    
}		       

#text{
    float:left;
	
	
	width:680px;
	margin:10px 15px 30px 35px;
	
}	
.t1{
 position:absolute;
 top:520px;
 left:703px;
 }
 .t2{position:absolute;
 top:920px;
 left:703px;
 }
 p img{
	padding:4px 4px 4px 4px;
	border:1px solid #D5D4CD;
	clear : both;
	float : none;
}
 .timg{padding:4px 4px 4px 4px;
	border:1px solid #D5D4CD;


 }

p{  line-height:150%;
text-indent: 2em;
}




#text a:link, #text a:visited{
   color:#afcd00
   text-decoration:none;
}
#text a:hover{
   color:#000000
}
	
#footer{
   clear:both;
   text-align:center;
   background-color:#c7db51;
   margin:0px;
   padding:40px 0 15px;

}

#footer a:link,#footer a:visited{
   color:#475300;
   text-decoration:none;
}

#footer a:hover{
   color:#000000;
   text-decoration:underline;
}

a{outline:none;

   }