.b8-container	{
	width: 100%;
	min-height: 1000px;
	height: auto;
	padding-bottom: 50px;
	background-image: url(../img/b8_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.b8	{
	width: 980px;
	min-height: 1000px;
	height: auto;
	margin: auto;
}

.b8-title	{
	width: 450px;
	height: 50px;
	font-size: 30px;
	font-family: "OpenSansRegular";
	color: #090d22;
	margin: auto;
	padding-top: 90px;
	padding-bottom: 25px;
}

.b8-title>span	{
	font-family: "OpenSansExtraBold";
	color: #095884;
}

.b8-onebox	{
	width: 980px;
	min-height: 205px;
	height: auto;
	margin: auto;
	margin-bottom: 40px;
}

.b8-onebox-img	{
	width: 195px;
	height: 203px;
	background-image: url(../img/b8_img1.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-left: 20px;
}

.b8-twobox-img	{
	width: 195px;
	height: 204px;
	background-image: url(../img/b8_img2.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-left: 20px;
}

.b8-onebox-block	{
	width: 675px;
	height: auto;
	min-height: 105px;
	float: right;
	background-color: #f8f8f8;
	background-image: url(../img/b8_bl_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 20px;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.14);
	text-align: left;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #505050;
	padding: 20px 25px 40px 25px;
}

.b8-onebox-block>div	{
	font-size: 22px;
	font-family: "OpenSansExtraBold";
	color: #505050;
	margin-bottom: 10px;
}

.b8-onebox-block>span	{
	font-size: 16px;
	font-family: "OpenSansBold";
	color: #505050;
}

.b8-twobox-block	{
	width: 675px;
	height: auto;
	min-height: 205px;
	float: right;
	background-color: #f8f8f8;
	background-image: url(../img/b8_bl_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 20px;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.14);
	text-align: left;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #505050;
	padding: 20px 25px 20px 25px;
}

.b8-twobox-block>span 	{
	display: block;
	font-size: 22px;
	font-family: "OpenSansExtraBold";
	color: #505050;
	margin-bottom: 20px;
}

.b8-tb-info	{
	width: 635px;
	min-height: 30px;
	height: auto;
	background-image: url(../img/b8_bul.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #505050;
	text-align: left;
	padding-left: 40px;
	margin-bottom: 15px;
}