@charset "utf-8";
/* CSS Document */

html, body {
height: 100%;
margin: 0;
} 

body {
	background:#fff;
	padding:0;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

#wrapper {
	width:100%;
	margin:0 auto;
}

#header {
	width:980px;
	margin:0 auto;
	height:120px;
}

#header .logo{
	width:212;
	padding:10px;
	margin:0;
	float:left;
	background:url(../images/logo.gif) no-repeat left;
	height:100px;
}

.sublinks {
	padding:25px 20px 0 0;
	float:right;	
}

.sublinks ul{
	padding:0;
	margin:0;
	list-style-type:none;	
}

.sublinks li{
	float:left;
	color:#0e0058;
	font-size:14px;
	font-weight:bold;	
}

.sublinks li a{
	color:#95add1;
	text-decoration:none;
}

.sublinks li a:hover{
	color:#333;
	text-decoration:none;
}

#mainmenu {
	width:100%;
	background:#095ba5;
	height:28px;
	padding:0;
	margin:0;
}

#mainmenu .menuinner {
	width:980px;
	margin:0 auto;
}

#mainmenu ul{
	padding:0;
	margin:0 0 0 230px;
	list-style-type:none;
}

#mainmenu li{
	float:left;
	color:#fff;
	font-size:15px;
	border-right:1px solid #fff;
}

#mainmenu li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 15px;
	height:28px;
	line-height:28px;
}

#mainmenu li a:hover{
	color:#fff;
	text-decoration:none;
	display:block;
	height:28px;
	line-height:28px;
	background-color:#003366;
}

#middlepanel {
	width:980px;
	margin:0 auto;
}

.middleinner{
	padding:0;
	background:url(../images/back_img2.gif) repeat-y center top;
	float:left;
	width:980px;
}

#leftpanel {
	width:230px;
	float:left;
	background:url(../images/left_back.gif) repeat-x center top;
	
}

#leftpanel .leftpanelinner{
	padding:0;
	margin:0;
}

#leftpanel .leftpanelinner ul{
	padding:0 0 0 25px;
	margin:0;
	list-style-type:none;
}

#leftpanel .leftpanelinner li{
	line-height:20px;
	height:20px;
	font-size:14px;
	color:#fff;
}

#leftpanel .leftpanelinner li a{
	color:#fff;
	text-decoration:none;
}

#leftpanel .leftpanelinner li a:hover{
	color:#095ba5;
	text-decoration:none;
}

#leftpanel .lamp{
	padding:0;
	margin:15px 0 20px 0;
	width:230px;
	height:90px;
	background-color:#515151;
	display:block;
}

#leftpanel .lampinner a{
	width:100px;
	height:90px;
	margin-left:20px;
	background:url(../images/lamp-off.gif) no-repeat left;
	border:none;
	display:block;
}

#leftpanel .lampinner a:hover{
	width:100px;
	height:90px;
	background:url(../images/lamp-on.gif) no-repeat left;
	border:none;
}

#rightpanel {
	width:700px;
	float:left;
	min-height:400px;
	background:#fff;
}

#rightpanel .rightpanelinner{
	padding:20px 35px 0 40px;
}

#rightpanel1 {
	width:50px;
	float:left;
	background:url(../images/right_back.jpg) repeat-x center top;
}

.rightpanelinner1 {
	width:50px;
	height:50px;
	background:url(../images/right_back.gif) no-repeat center top;
}


h1 {
	font-size:18px;
	color:#333333;
	font-weight:normal;
	padding:0 0 15px 0;
	margin:0;
}

h2 {
	font-size:15px;
	color:#003366;
	font-weight:normal;
	padding:0 0 15px 0;
	margin:0;
}

h3 {
	font-size:14px;
	color:#999;
	font-weight:normal;
	padding:0 0 15px 0;
	margin:0;
}

h4 {
	font-size:18px;
	color:#0e5ca4;
	font-weight:normal;
	padding:0;
	margin:40px 0 15px 0;
	height:42px;
	line-height:42px;
	text-align:center;
}

p {
	font-size:12px;
	color:#333333;
	padding:0 0 15px 0;
	margin:0;
	line-height:17px;
}

p a{
	color:#666;
	text-decoration:none;
}

#footer {
	width:100%;
	background-color:#95add1;
	height:56px;
	padding:0;
	margin:0;
	float:left;
}

.footerinner {
	width:900px;
	margin:0 auto;
	font-size:12px;
	color:#06355f;
	line-height:28px;
	height:56px;
}

.footerinner a{
	color:#06355f;
	text-decoration:underline;
}

.footerinner a:hover{
	color:#eee;
	text-decoration:none;
}

.leftspace {
	margin-left:140px;
}

.leftspace1 {
	margin-left:20px;
}

.swfimg {
	margin:0 0 10px 0;
	text-align:center;
}

.table1 {
	width:600px;
	margin:10px auto;
	background-color:#515151;
	padding:10px;
}

.table1 td{
	padding:0;
	margin:0;
}

.liststyle {
	font-size:12px;
	color:#333;
	line-height:17px;
}

.locate-map {
	Width: 600px;
	height: 196px;
	padding: 0 0 0 20px;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	background-image: url(../images/locate-map.gif) ;
	background-repeat: no-repeat;
	background-position: center top;
 }
 
 .locate-map a{
	color:#fff;
 }

.floatl {
	float:left;
}