@font-face {
    font-family: 'MyriadProLight';
    src: url('fonts/myriadpro-light-webfont.eot');
    src: url('fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-light-webfont.woff') format('woff'),
         url('fonts/myriadpro-light-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-light-webfont.svg#MyriadProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	overflow: auto;
}
* {
	margin: 0;
	padding: 0;
}
.clr {
	height: 1px;
	font-size: 1px;
	clear: both;
}

a:active, a:focus {
   outline:  none;
   ie-dummy: expression(this.hideFocus=true);
}
a img {
	border: 0;
}

body {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background: url(assets/bg.png) repeat-x center top #e6e6e6;
}
.page {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.header {
	height: 130px;
}
.shadow {
	background: url(assets/bg_page.png);
	padding: 0 10px;
	width: 880px;
}
.logo {
	padding: 20px 0 0 5px;
}
.menu {
	position: relative;
	float: right;
	margin-top: 96px;
	margin-right: 12px;
}
.menu li {
	list-style: none;
	position: relative;
	float: left;
}
.menu a {
	font-size: 13px;
	display: block;
	height: 26px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 4px solid transparent;
	margin-left: 30px;
	font-family: MyriadProLight;
}
.menu a:hover {
	border-bottom: 4px solid #3953a4;
}
.menu a.active {
	border-bottom: 4px solid #3953a4;
}
	
.blue_box {
	position: relative;
	float: left;
	width: 400px;
	height: 270px;
	font-family: MyriadProLight;
	margin-top: 3px;

background: #22437c; /* Old browsers */
background: -moz-linear-gradient(top,  #22437c 0%, #182f58 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22437c), color-stop(100%,#182f58)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #22437c 0%,#182f58 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #22437c 0%,#182f58 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #22437c 0%,#182f58 100%); /* IE10+ */
background: linear-gradient(top,  #22437c 0%,#182f58 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22437c', endColorstr='#182f58',GradientType=0 ); /* IE6-9 */

}
.blue_box .t1 {
	padding-top: 130px;
	padding-right: 50px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 35px;
}
.blue_box .t2 {
	font-size: 20px;
	color: #4371c3;
	padding-top: 10px;
	padding-left: 120px;
}
.head_image {
	position: relative;
	float: left;
	margin-top: 3px;
	width: 480px;
	height: 270px;

background: #22437c; /* Old browsers */
background: -moz-linear-gradient(top,  #22437c 0%, #182f58 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22437c), color-stop(100%,#182f58)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #22437c 0%,#182f58 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #22437c 0%,#182f58 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #22437c 0%,#182f58 100%); /* IE10+ */
background: linear-gradient(top,  #22437c 0%,#182f58 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22437c', endColorstr='#182f58',GradientType=0 ); /* IE6-9 */

}
.head_image img {
	position: absolute;
	left: 0;
	top: 0;
}

.strip {
	position: absolute;
	left: 10px;
	top: 200px;
	background: url(assets/strip.png);
	width: 15px;
	height: 300px;
	z-index: 1;
}

.pre {
	font-family: MyriadProLight;
	color: #3953a4;
	font-size: 14px;
	padding: 15px 200px 0 120px;
}

.inner {
	padding: 30px 80px 50px 180px;
	color: #333;
	line-height: 1.7em;
}
.inner p {
	margin: 0 0 1em 0;
}
.inner b {
	color: #3953a4;
}
.inner h2 {
	margin: 1.5em 0 0.5em 0;
	font-family: MyriadProLight;
	color: #3953a4;
	font-size: 180%;
	font-weight: normal;
}
.inner h2.first {
	margin-top: 0;
}
.inner ul {
	margin: 0 0 1em 0;
}
.inner ul li {
	background: url(assets/li.png) no-repeat left .55em;
	list-style: none;
	padding-left: 20px;
}
.inner a {
	color: #3953a4;
}
.inner a:hover {
	color: #c30;
}


.footer {
	height: 50px;
	background: url(assets/bg_footer.png) no-repeat center top #8a8d8e;
	color: #333;
}
.footer .page {
	font-family: MyriadProLight;
	font-size: 11px;
	text-align: right;
	width: 880px;
	padding: 12px 10px 0 10px;
}