@charset "windows-1251";
* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	outline: none;
}
a {
	color: #0071c0;
	text-decoration: underline;
}
a:hover, a:active   {
	text-decoration: none;
}
html, body {
	height: 100%;
}
body {
	background-color: #FFFFFF;
}
img {
	border: 0px;
}
input, textarea, select {
	border: 0px;
	font-size: 12px;
	color: #000000;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.error {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC0000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
	line-height: 20px;
}
.ok {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #339900;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
	line-height: 20px;
}
.menu {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #1e4158;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	-webkit-box-shadow: 4px 4px 4px 0 rgba(24,24,25,0.4);
	box-shadow: 4px 4px 4px 0 rgba(24,24,25,0.4);
	z-index: 1000;
}
.menu ul {
	list-style-type: none;
}
.menu li {
	display: inline-block;
}
.menu  a  {
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 15px;
}
.menu a:hover {
	background-color: #2C5E7E;
}
.anchor {
	display: block;
	height: 51px;
	margin-top: -51px;
}
.intext {
	font-size: 16px;
	color: #000000;
	height: 36px;
	width: 252px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	margin-bottom: 6px;
	border: 0px;
}
select.intext {
	padding-right: 8px;
	padding-left: 8px;
}
.all {
	min-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 51px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
	min-height: 100%;
}
.stat {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.stat h1 {
	margin-bottom: 20px;
}
.block1_1 {
	background-image: url(images/bg1_1.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	color: #FFFFFF;
	background-position: center bottom;
}
.block1_1 h1 {
	font-size: 23px;
	color: #FFFFFF;
	padding-top: 28px;
	padding-bottom: 18px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #181819;
}
.block1_1 .st1 {
	font-size: 34px;
	color: #FFFFFF;
	background-color: rgba(2,35,56,0.6);
	display: inline-block;
	width: 960px;
	padding: 13px;
	text-shadow: 1px 1px 1px #181819;
	text-transform: uppercase;
}
.block1_1 .st2 {
	font-size: 23px;
	color: #FFFFFF;
	padding: 8px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px #181819;
}
.block1_1 .form {
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color: rgba(2,35,56,0.6);
	display: inline-block;
	width: 300px;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 18px;
	padding-left: 24px;
	margin-right: 420px;
	margin-bottom: 35px;
}
.block1_1 .form h3 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 34px;
}
.block1_1 .form h3 b {
	font-size: 28px;
	font-weight: bold;
}
.intext::-webkit-input-placeholder {
	color:#000;
}
.intext::-moz-placeholder {
	color:#000;
}
.intext:-moz-placeholder {
	color:#000;
}
.intext:-ms-input-placeholder {
	color:#000;
}
.intext:focus::-webkit-input-placeholder {
	color:transparent;
}
.intext:focus::-moz-placeholder {
	color:transparent;
}
.intext:focus:-moz-placeholder {
	color:transparent;
}
.intext:focus:-ms-input-placeholder {
	color:transparent;
}
.block1_1 .form .button {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #c50000;
	background: #ff0000;
	background: -moz-linear-gradient(top,  #ff0000 0%, #840000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#840000));
	background: -webkit-linear-gradient(top,  #ff0000 0%,#840000 100%);
	background: -o-linear-gradient(top,  #ff0000 0%,#840000 100%);
	background: -ms-linear-gradient(top,  #ff0000 0%,#840000 100%);
	background: linear-gradient(to bottom,  #ff0000 0%,#840000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#840000',GradientType=0 );
	font-size: 23px;
	color: #FFFFFF;
	height: 42px;
	width: 252px;
	-webkit-box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.3);
	box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.3);
	margin-top: 14px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	cursor: pointer;
}
.block1_2 {
	font-size: 17px;
	color: #002f4d;
	font-weight: bold;
	background-image: url(images/bg1_2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	background-position: center top;
	min-height: 105px;
	padding-top: 15px;
	line-height: 19px;
}
.block2 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.block2 h2 {
	font-size: 28px;
	color: #d80404;
	width: 807px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
.block2 ul {
	font-size: 22px;
	color: #040404;
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
.block2 ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	margin-bottom: 15px;
}
.block2 ul li b {
	text-transform: uppercase;
}
.block3 {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-size: auto 100%;
	min-height: 460px;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 30px;
	background-position: center;
}
.block3 h2 {
	font-size: 28px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #181819;
	margin-bottom: 30px;
}
.block3 p {
	color: #FFFFFF;
	background-color: rgba(2,35,56,0.6);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	padding: 32px;
	height: 133px;
	vertical-align: top;
	line-height: 21px;
}
.block3 ol {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #FFFFFF;
	background-color: rgba(2,35,56,0.6);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 15px 15px 40px;
	line-height: 21px;
}
.block3 li {
	margin-bottom: 10px;
}

.block3 .st1 {
	width: 270px;
	padding-top: 24px;
	margin-right: 37px;
	margin-bottom: 37px;
}
.block3 .st2 {
	width: 270px;
	margin-right: 37px;
	margin-bottom: 37px;
}
.block3 .st3 {
	width: 270px;
	margin-bottom: 37px;
}
.block3 .st4 {
	width: 528px;
	padding-top: 24px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.block4 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.block4 h2 {
	font-size: 28px;
	color: #db1e1e;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.block4 h3 {
	font-size: 19px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.block4 .st1 {
	background-image: url(images/img1.png);
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 200px;
	margin-bottom: 25px;
	min-height: 160px;
	font-size: 16px;
	line-height: 22px;
}
.block4 .st2 {
	background-image: url(images/img2.png);
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 200px;
	margin-bottom: 25px;
	min-height: 160px;
	font-size: 16px;
	line-height: 22px;
}
.block4 .st3 {
	background-image: url(images/img3.png);
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 200px;
	margin-bottom: 25px;
	min-height: 160px;
	font-size: 16px;
	line-height: 22px;
}
.block4 .st4 {
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 200px;
	min-height: 160px;
	font-size: 16px;
	line-height: 22px;
}
.block5 {
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	font-size: 19px;
	text-shadow: 1px 1px 1px #181819;
	line-height: 25px;
	height: 216px;
}
.block5 p {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.block5 .st1 {
	font-size: 25px;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: uppercase;
}
.block6 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 17px;
	color: #000000;
	line-height: 22px;
}

.block6 h2 {
	font-size: 34px;
	color: #d90000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 27px;
}
.block6 h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 2px;
}
.block6 .st1 {
	vertical-align: top;
	display: inline-block;
	width: 455px;
	margin-bottom: 40px;
}
.block6 .st2 {
	vertical-align: top;
	display: inline-block;
	width: 500px;
	margin-bottom: 40px;
}
.block6 .st3 {
	margin-bottom: 25px;
}
.block6 .st3 b {
	font-size: 24px;
	margin-bottom: 12px;
	display: inline-block;
}
.block6 .st4 {
}
.block6 .st4 b {
	display: inline-block;
	color: #d90000;
	margin-top: 8px;
}

.block6 .img1 {
	margin-bottom: 21px;
}
.block6 .img2 {
	margin-right: 21px;
}
.block7 {
	background-image: url(images/bg4.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 750px;
	padding-top: 40px;
}
.block7 h2 {
	font-size: 28px;
	color: #1d3e53;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	text-shadow: 2px 2px 2px rgba(255,255,255,0.75);
	margin-bottom: 35px;
}
.block7 ul {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	font-size: 16px;
	color: #00202f;
	line-height: 22px;
}
.block7 ul b {
	text-transform: uppercase;
}
.block7 ul li {
	margin-bottom: 20px;
	position: relative;
}
.block7 ul li:before {
	content: "0";
	background-color: #1d3e52;
	position: absolute;
	top: 0px;
	width: 60px;
	color: #FFFFFF;
	left: -90px;
	font-size: 22px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 8px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.block7 ul .st1:before {
	content: "01";
}
.block7 ul .st2:before {
	content: "02";
}
.block7 ul .st3:before {
	content: "03";
}
.block7 ul .st4:before {
	content: "04";
}
.block7 ul .st5:before {
	content: "05";
}
.block7 ul .st6:before {
	content: "06";
}
.block7 ul .st7:before {
	content: "07";
}
.block7 ul .st8:before {
	content: "08";
}
.block8 {
	background-color: #FFFFFF;
	background-image: url(images/bg5.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	padding-top: 40px;
	background-position: center 118px;
	color: #FFFFFF;
	font-size: 17px;
	height: 479px;
}
.block8 h2 {
	font-size: 42px;
	text-transform: uppercase;
	color: #d80000;
	margin-bottom: 65px;
}
.block8 ul {
	color: #FFFFFF;
	font-size: 21px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.block8 ul li {
	vertical-align: top;
	display: inline-block;
	width: 125px;
	margin-right: 5px;
	padding-right: 62px;
	margin-left: 5px;
}
.block8 ul li b {
	font-size: 30px;
	color: #d80000;
	text-shadow: 1px 1px 1px #fff;
	display: inline-block;
	padding-top: 37px;
	padding-bottom: 36px;
	padding-left: 58px;
	background-position: left bottom;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-size: 75px;
}
.block8 .st1 b {
	background-image: url(images/15pct.png);
}
.block8 .st2 b {
	background-image: url(images/20pct.png);
}
.block8 .st3 b {
	background-image: url(images/25pct.png);
}
.block8 .st4 b {
	background-image: url(images/30pct.png);
}
.block8 .st5 b {
	background-image: url(images/35pct.png);
}
.block8 p {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.block9 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0px;
	background-image: url(images/img7.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 570px;
}
.block9 h2 {
	font-size: 34px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 348px;
}
.block9 p {
	vertical-align: top;
	display: inline-block;
	width: 270px;
	margin-right: 47px;
	margin-left: 8px;
	font-size: 16px;
}
.block9 p b {
	color: #df0000;
}


.block10 {
	text-align: center;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 30px;
	margin-bottom: 60px;
}
.block10 h2 {
	font-size: 28px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 81px;
}
.block10 h3 {
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background: #0078b6;
	background: -moz-linear-gradient(top,  rgba(0,120,182,1) 0%, rgba(0,84,127,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,120,182,1)), color-stop(100%,rgba(0,84,127,1)));
	background: -webkit-linear-gradient(top,  rgba(0,120,182,1) 0%,rgba(0,84,127,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,120,182,1) 0%,rgba(0,84,127,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,120,182,1) 0%,rgba(0,84,127,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,120,182,1) 0%,rgba(0,84,127,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078b6', endColorstr='#00547f',GradientType=0 );
	border: 1px solid #00547f;
	font-size: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 300px;
	height: 48px;
	padding-top: 9px;
	-webkit-box-shadow:inset 0 0 25px 0 rgba(0,0,0,0.6);
	box-shadow:inset 0 0 25px 0 rgba(0,0,0,0.6);
	position: absolute;
	left: 0px;
	top: 65px;
	cursor: pointer;
}
.block10  h3:hover, .block10 h3.active {
	border: 1px solid #b00000;
	background: #df0000;
	-webkit-box-shadow:inset 0 0 12px 0 rgba(0,0,0,0.4);
	box-shadow:inset 0 0 12px 0 rgba(0,0,0,0.4);
}
.block10 h4 {
	font-size: 22px;
	color: #df0000;
	margin-bottom: 25px;
}
.block10 h5 {
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: bold;
}
.block10 .st1 {
}
.block10 .st2 {
	background-color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
}
.block10 .st2 div {
	vertical-align: top;
	display: inline-block;
	width: 395px;
	margin-right: 20px;
}
.block10 .st2 ul {
	list-style-type: none;
}
.block10 .st2 ul li {
	margin-bottom: 8px;
}

.block10 .st3{
	left: 301px;
}
.block10 .st4 {
	background-color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
	display: none;
}
.block10 .st4 div {
	vertical-align: top;
	display: inline-block;
	width: 395px;
	margin-right: 20px;
}
.block10 .st4 ul {
	list-style-type: none;
}
.block10 .st4 ul li {
	margin-bottom: 8px;
}
.block10 .st5 {
	left: 602px;
}
.block10 .st6 {
	background-color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
	display: none;
}
.block10 .st6 div {
	vertical-align: top;
	display: inline-block;
	width: 395px;
	margin-right: 20px;
}
.block10 .st6 ul {
	list-style-type: none;
}
.block10 .st6 ul li {
	margin-bottom: 8px;
}



.block11 {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.block11 h2 {
	display: none;
}
.block11 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.block11  .st1 {
	background-image: url(images/img1.png);
	background-repeat: no-repeat;
	padding-left: 180px;
	width: 460px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
}


.block12 {
	background-image: url(images/bg6.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.block12 del {
	font-size: 19px;
}
.block12 .block {
	background-color: rgba(2,35,56,0.8);
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	font-size: 26px;
	color: #FFFFFF;
	list-style-type: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.block12 .block a {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
}
.block12 .block a:hover {
	text-decoration: none;
}

.block12  .block .button {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #c50000;
	background: #ff0000;
	background: -moz-linear-gradient(top,  #ff0000 0%, #840000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#840000));
	background: -webkit-linear-gradient(top,  #ff0000 0%,#840000 100%);
	background: -o-linear-gradient(top,  #ff0000 0%,#840000 100%);
	background: -ms-linear-gradient(top,  #ff0000 0%,#840000 100%);
	background: linear-gradient(to bottom,  #ff0000 0%,#840000 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#840000',GradientType=0 );
	font-size: 22px;
	color: #FFFFFF;
	height: 41px;
	width: 143px;
	-webkit-box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.3);
	box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.3);
	padding-bottom: 5px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
}
.block12  .block .button2 {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #00c500;
	background: #00ff00;
	background: -moz-linear-gradient(top,  #00ff00 0%, #008400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ff00), color-stop(100%,#008400));
	background: -webkit-linear-gradient(top,  #00ff00 0%,#008400 100%);
	background: -o-linear-gradient(top,  #00ff00 0%,#008400 100%);
	background: -ms-linear-gradient(top,  #00ff00 0%,#008400 100%);
	background: linear-gradient(to bottom,  #00ff00 0%,#008400 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff00', endColorstr='#008400',GradientType=0 );
	font-size: 22px;
	color: #FFFFFF;
	height: 41px;
	width: 143px;
	-webkit-box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.3);
	box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.3);
	padding-bottom: 5px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
}
.block12 .block .st1 {
	vertical-align: top;
	display: inline-block;
	height:41px;
	width:520px;
	line-height:41px;
	margin-bottom: 15px;
}
.block12 .block .st2 {
	vertical-align: top;
	display: inline-block;
	height:41px;
	width:200px;
	text-align: center;
}
.block12 .block .st3 {
	vertical-align: top;
	display: inline-block;
	height:41px;
	line-height:41px;
}
.block12   .block   .hide_row {
	display: none;
}
.block12 address {
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	text-shadow: 1px 1px 1px #181819;
	font-weight: bold;
	line-height: 38px;
}
.block13 {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	text-transform: uppercase;
}
.block13 h2 {
	font-size: 34px;
	color: #cf0000;
	margin-bottom: 30px;
}
.block13 ul {
	font-size: 16px;
	color: #000000;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
.block13 ul li {
	margin-bottom: 15px;
}
.block14 {
	text-align: center;
	color: #FFFFFF;
	background-color: #002438;
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 25px;
}
.block14 p {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
