@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	line-height:19px;
}
a{
	color:#003597;
}
h1{
	font-size:28px;
	line-height:32px;
	color:#135296;
	font-weight:normal;
}
h2{
	font-size:20px;
	line-height:24px;
	color:#135296;
	font-weight:normal;
}
h3{
	font-size:17px;
	line-height:21px;
	color:#135296;
	font-weight:normal;
}
.dk_blue{
	color:#232f55;
}
.right_form{
	font-size:12px;
}
.right_form input{
	font-size:12px;
}
.body{
	background-image:url(../images/main/bg.gif);
	background-repeat:repeat-x;
}
.container{
	width:980px;
	margin:auto;
}
.top_phone{
	font-size:30px;
	color:#a7a7a7;
}
.top_blue{
	font-size:24px;
	line-height:28px;
	color:#003597;
}
#menu{
	background-color:#eeeeee;
	height:65px;	
}
.menu_item{
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:-6px;
}
.menu_l{
	width:21px;
	height:52px;
}
.menu_r{
	width:21px;
	height:52px;
}
.menu_m{
	height:35px;
	padding-top:17px;
	font-size:18px;
	padding-left:10px;
	padding-right:10px;
}
.menu_m a{
	color:#003597;
	text-decoration:none;
}
.menu_item:hover .menu_l{
	background-image:url(../images/main/menu_l.gif);
}
.menu_item:hover .menu_r{
	background-image:url(../images/main/menu_r.gif);

}
.menu_item:hover .menu_m{
	background-image:url(../images/main/menu_m.gif);
}
.menu_item:hover .menu_m a{
	color:#FFF;
	text-decoration:none;
}
#menu_bottom{
	background-color:#003597;
	clear:both;
	margin-top:-5px;
}
#menu_container{
	width:960px;
	margin:auto;
}
#content{
	width:960px;
	margin:auto;
	padding-top:10px;
}
#right{
	position:absolute;
	z-index:100;
	margin-left:460px;
	margin-top:-15px;
	width:420px;
	height:750px;
	background-image:url(../images/main/right.png);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-right:40px;
	padding-top:40px;
}
#right_inner{
	position:absolute;
	z-index:100;
	margin-left:460px;
	margin-top:-15px;
	width:420px;
	height:750px;
	background-image:url(../images/main/right_inner.png);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-right:40px;
	padding-top:40px;
}
#right h1{
	font-size:42px;
}
#bottom_content{
	width:460px;
}





