.wrapper12{
	color: #44433f;	
	font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 4px 0 0;
	}
	.wrapper12 a{
		color: #E5F2FB;
		text-decoration: none;
	}
	.wrapper12 a:hover {
		color: #09548B;
	}
	.wrapper12 p {
		margin: 0 0 0;
		padding: 0;
		line-height: 18px;
	}
.wrapper2 {
	/*width: 710px;*/
	padding: 0 0 0 15px;
	margin: -5px 0  0 0;
}
.nav_inf {
	background: #fff url(images_inf/nav_bg.png) repeat-x;
	float: left;
}
.nav_inf-wrapper {
	clear: both;
	float: left;
}
.nav_inf-left {
	background: url(images_inf/nav_left.png) no-repeat top left;
	float: left;
	width: 11px;
	height: 41px;
}
.nav_inf-right {
	background: url(images_inf/nav_right.png) no-repeat top right;
	float: left;
	width: 11px;
	height: 41px;
}
.nav_inf span{
	height: 38px;
	float: left;
	margin: 0;
	list-style: none;
	font-size: 12px;
	overflow: hidden;
	color: #E5F2FB;
	line-height: 38px;
	text-decoration: none;
	cursor:default;
}
.nav_inf ul {
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
}
.nav_inf li {
	float: left;
	padding: 0 3px;
	background: url(images_inf/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav_inf li.last {
	background:none;
}
.nav_inf li:hover {
	z-index:2;
}
.nav_inf li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
a .menu-left-inf {
	background: url(images_inf/menu_left.gif) no-repeat left top;
	background-position: 0 45px;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid-inf {
	background: url(images_inf/menu_mid.gif) repeat-x top left;
	background-position: 0 45px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right-inf {
	background: url(images_inf/menu_right.gif) no-repeat top left;
	background-position: 0 45px;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav_inf li a:hover .menu-left-inf,
.nav_inf li.active a .menu-left-inf,
.nav_inf li:hover a .menu-left-inf,
.nav_inf li a:hover .menu-mid-inf,
.nav_inf li.active a .menu-mid-inf,
.nav_inf li:hover a .menu-mid-inf,
.nav_inf li a:hover .menu-right-inf,
.nav_inf li.active a .menu-right-inf,
.nav_inf li:hover a .menu-right-inf {
	background-position: 0 3px;
	line-height: 35px;
	color: #09548B;
}
.nav_inf li a:hover,
.nav_inf li.active a,
.nav_inf li.hover a,
.nav_inf li:hover a {
	color: #09548B;
}
.nav_inf li:hover .sub,
.nav_inf li.hover .sub {
	display:block;
}
.nav_inf li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(images_inf/submenu_top.png) no-repeat;
	width: 100px;
	padding-top: 9px;
}
.nav_inf li ul {
	background: url(images_inf/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav_inf li:hover li,
.nav_inf li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav_inf li:hover li a,
.nav_inf li.active li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav_inf li:hover li a:hover,
.nav_inf li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav_inf li li a:hover,
.nav_inf li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav_inf .btm-bg {
	background: url(images_inf/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content2 {
	width: 670px;
	background: transparent url(images_inf/content_bg.png) repeat-y;
	float: left;
	padding: 10px 20px;
}
.content2 h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content2 h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content2 p {
	padding: 0 15px;
	text-align: justify;	
}
.content2-bottom {
	width: 710px;
	background: transparent url(images_inf/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}