@charset "UTF-8";
@import url('reset.css') all;
@import url('text.css') all;
.clear{	display: block;	clear: both;	height: 0;}.clearfix:after{	content: '.';	display: block;	overflow: hidden;	visibility: hidden;	font-size: 0;	line-height: 0;	height: 0;	clear: both;}html, body{
	height: 100%;
}
#warp{
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #3c5466 url('../images/bg.png') repeat-y center top;
}
/* header */
header{
	background: rgba(255,255,255,0.23) url(../images/header-bg.png) repeat-x bottom;
}
#header{
	width: 806px;
	margin: 0 auto;
	padding: 47px 47px 73px;
	background: #587b95 url('../images/header.png') repeat-x left bottom;
	-webkit-box-shadow: -8px 0 8px rgba(0,0,0,0.1), 8px 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: -8px 0 8px rgba(0,0,0,0.1), 8px 0 8px rgba(0,0,0,0.1);
	box-shadow: -8px 0 8px rgba(0,0,0,0.1), 8px 0 8px rgba(0,0,0,0.1);
}
.logo{
}
.desc{
	color: #fff;
	font-size: 1.5em;
	font-style: italic;
	margin-left: 52px;
}
.desc h1{
	font-size: inherit;
	font-weight: normal;
	margin: 0;
}
/* header off */

/* content */
div[role='main']{
	margin: 0 auto;
	padding: 0 0 120px; 
	width: 900px;
}
#content{
	border: solid 3px #587b95;
	border-top-width: 5px;
	border-bottom-width: 5px;
	padding: 0 46px;
	background: #fff;
	-webkit-box-shadow: -8px 0 8px rgba(0,0,0,0.1), 8px 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: -8px 0 8px rgba(0,0,0,0.1), 8px 0 8px rgba(0,0,0,0.1);
	box-shadow: -8px 0 8px rgba(0,0,0,0.1), 8px 0 8px rgba(0,0,0,0.1);
}
.left-section{
	float: left;
	width: 506px;
	margin: 20px 0 0;
}
.left-section hr{
	width: 106%;
	margin: 10px 0 10px -15px;
}
#content h2,
#content h4,
#content h5{
	color: #022962;
}
#content h3{
	color: #0e3f87;
}
.left-section h2,
.left-section h3,
.left-section h4,
.left-section h5{
	margin: 0;
}
.left-section h2,
.left-section h3{
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.left-section h5,
.left-section p{
	margin-bottom: 10px;
}
.left-section h4 a{
	color: #367dc6;
	text-decoration: underline;
}
.left-section h4 a:hover{
	text-decoration: none;
}
.left-section ul{
	margin-bottom: 40px;
}
.left-section ul li{
	list-style: disc;
	margin: 8px 0 0 30px;
}
.section_3{
	float: left;
	position: relative;
	width: 200px;
	padding: 0 0 0 50px;
}
.section_3.central{
	width: 217px;
	padding: 0 0 0 50px;
	margin: 0 17px;
}
.section_3 h5{
	margin: 0;
}
.section_3 ul li{
	list-style: disc;
	margin: 8px 0 0 17px;
}
.section_3 p{
	margin-top: 8px;
}
.num{
	font-family: 'Arial Black', Gadget, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #dd6804;
	font-size: 36px;
	font-weight: 900;
	line-height: 40px;
	border: solid 3px #dd6804;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-o-border-radius: 22px;
	border-radius: 22px;
}
.right-section{
	float: right;
	margin: 12px -26px 0 0;
	width: 282px;
	border: solid 1px #407dac;
	background: #fff;
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}
.bar{
	margin: 2px 0 0 -22px;
	text-align: center;
	padding: 12px 4px 0 22px;
	width: 282px;
	height: 49px;
	background: url('../images/bar.png') no-repeat;
}
#content .bar *{
	margin: 0;
	font-size: 1.5em;
	line-height: 100%;
	color: #fff;
	text-shadow: 0 0 8px #000;
}
.right-section h5{
	text-align: center;
	margin: -10px 0 10px;
	padding-bottom: 8px;
	line-height: 100%;
	background: url('../images/h5.png') no-repeat center bottom;
}
.right-section table{
	width: 100%;
	margin-bottom: 10px;
}
.right-section table tr td{
	width: 172px;
	padding-right: 29px;
	color: #363636;
}
.right-section table tr td a{
	color: #518ece;
	text-decoration: underline;
}
.right-section table tr td a:hover{
	text-decoration: none;
}
.right-section table tr td:first-child{
	text-align: right;
	width: 70px;
	font-weight: bold;
	padding: 5px 4px 0;
	color: #363636;
}
.right-section label{
	cursor: pointer;
	font-weight: bold;
	color: #363636;
}
.right-section input[type='checkbox']{
	cursor: pointer;
	position: relative;
	top: -4px;
	left: -2px;
	margin: 0;
}
.right-section input[type='email'],
.right-section input[type='text']{
	color: #363636;
	padding: 0 4px;
	width: 164px;
	height: 18px;
	border: solid 1px #d2d2d2;
	border-top-color: #5f5f5f;
	margin: 4px 0;
	-webkit-box-shadow: inset 0 1px 1px #bfbfbf;
	-moz-box-shadow: inset 0 1px 1px #bfbfbf;
	box-shadow: inset 0 1px 1px #bfbfbf;
}
.info{
	font-size: 0.8em;
	color: #767676;
	margin: -2px 0 6px;
}
.right-section table tr td img{
	margin-bottom: 6px;
}
.right-section input[type='submit']{
	cursor: pointer;
	border: solid 1px #fdcf74;
	border-right-color: #624202;
	border-bottom-color: #624202;
	margin: 6px 0 0;
	width: 150px;
	height: 25px;
	font-size: 1.1em;
	font-weight: bold;
	color: #0b3b68;
	background: url('../images/submit.png') repeat-x;
	-webkit-box-shadow: inset 1px 1px 0 #fab833, inset -1px -1px #c88705, 2px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 1px 1px 0 #fab833, inset -1px -1px #c88705, 2px 2px 4px rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 0 #fab833, inset -1px -1px #c88705, 2px 2px 4px rgba(0,0,0,0.5);
	text-shadow: 0 0 4px #fff, 0 0 8px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/* content off */

/* footer */
footer{
	margin: 0 auto;
	margin-top: -120px;
	width: 1000px;
	height: 120px;
	background: rgba(255,255,255,0.12) url('../images/footer-bg.png') repeat-x top;
}
#footer{
	width: 900px;
	height: 120px;
	margin: 0 auto;
	background: #587b95 url('../images/footer.png') repeat-x left top;
	-webkit-box-shadow: -8px 0 8px rgba(0,0,0,0.1), 8px 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: -8px 0 8px rgba(0,0,0,0.1), 8px 0 8px rgba(0,0,0,0.1);
	box-shadow: -8px 0 8px rgba(0,0,0,0.1), 8px 0 8px rgba(0,0,0,0.1);
}
.slogan{
	padding: 10px 0 0;
	text-align: center;
}
.copy{
	float: right;
	margin: 42px 15px 0 0;
	color: #fff;
	font-size: 0.8em;
}
.copy a{
	color: #fff;
}
.copy a:hover{
	text-decoration: underline;
}
/* footer off */

















/* eof */