*{
	box-sizing: border-box;
}
body{
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #2b2b2b;
}
.btn{
	width: 280px;
	height: 60px;
	line-height: 60px;
	font-size:16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #c2d81f; /* Old browsers */
	background: -moz-linear-gradient(top,  #c2d81f 0%, #8db611 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2d81f), color-stop(100%,#8db611)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c2d81f 0%,#8db611 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c2d81f 0%,#8db611 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c2d81f 0%,#8db611 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c2d81f 0%,#8db611 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2d81f', endColorstr='#8db611',GradientType=0 ); /* IE6-9 */
	border: 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 30);
	box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 30);
	cursor: pointer;
}
.btn:hover{
	background: #b2c61b; /* Old browsers */
	background: -moz-linear-gradient(top,  #b2c61b 0%, #70950f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2c61b), color-stop(100%,#70950f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b2c61b 0%,#70950f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b2c61b 0%,#70950f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b2c61b 0%,#70950f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b2c61b 0%,#70950f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2c61b', endColorstr='#70950f',GradientType=0 ); /* IE6-9 */
}
.wrap{
	max-width: 960px;
	width: 960px;
	margin: 0 auto;
}
.cols{
	padding-left: 30px;
}
#main_header{
	height: 65px;
	font-size:14px;
	font-weight: 500;
	line-height: 14px;
	text-align: right;
	padding-top: 38px;
}
#main_header span{
	padding-right: 30px;
}
section.wrap{
	border: 1px solid #016954;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
section header{
	position: relative;
	padding-bottom: 4px;
}
section header:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #a7c718;
	bottom: 3px;
	left: 0;
}
section header:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #a7c718;
	bottom: 0;
	left: 0;
}
section header img{
	position: absolute;
	top: 12px;
	right: 24px;
}
section header h1{
	font-size:38px;
	font-weight: 900;
	line-height: 38px;
	color: #016954;
	padding: 55px 0 10px 30px;
}
section header h2{
	font-size:38px;
	font-weight: 300;
	line-height: 38px;
	color: #a7c718;
	padding: 0 0 54px 30px;
}
section #main{
	display: table;
	width: 100%;
	position: relative;
}
section #main #col_left{
	width: 624px;
	float: left;
}
section #main #col_left p{
	line-height: 24px;
	padding: 14px 30px 0 0;
}
section #main #col_left p b{
	font-weight: 700;
}
section #main #col_left p:first-child{
	padding-top: 24px;
}
section #main #col_left ul{
	width: 100%;
	display: inline-block;
	margin-top: 34px;
}
section #main #col_left ul li{
	float: left;
}
section #main #col_left ul li:first-child{
	width: 245px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	padding-right: 25px;
}
section #main #col_left ul li:nth-child(2){
	position: relative;
	width: 349px;
}
section #main #col_left ul li:nth-child(2):after{
	position: absolute;
	content: "";
	background: #bac106;
	width: 66px;
	height: 2px;
	top: 42px;
	left: 0;
}
section #main #col_left ul li:nth-child(2) h4{
	font-size:16px;
	font-weight: 700;
	color: #016954;
	line-height: 16px;
	padding-top: 8px;
}
section #main #col_left ul li:nth-child(2) p{
	font-size:14px;
	font-weight: 700;
	line-height: 24px;
	padding-top: 31px;
}
section #main #col_left ul li:nth-child(2) p em{
	color: #a7c718;
}
section #main #col_left ul li:nth-child(3) button{
	margin-top: 23px;
}
section #main #col_left ul:last-child{
	padding-top: 68px;
	margin-top: 0;
	position: relative;
}
section #main #col_left ul:last-child:before{
	position: absolute;
	content: "";
	width: 565px;
	height: 1px;
	background: #dddddd;
	left: 0;
	top: 31px;
}
section #main #col_right{
	width: 334px;
	height: 100%;
	background: #f9f9f9;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 0px 0px 5px 0px;
	border-radius: 0px 0px 5px 0px;
}
section #main #col_right h3{
	font-size:20px;
	font-weight: 900;
	line-height: 20px;
	color: #016954;
	padding: 26px 0 22px 0;
	position: relative;
	margin-bottom: 15px;
}
section #main #col_right h3:before{
	position: absolute;
	content: "";
	width: 273px;
	height: 1px;
	background: #016954;
	left: 0;
	bottom: 3px;
}
section #main #col_right h3:after{
	position: absolute;
	content: "";
	width: 273px;
	height: 1px;
	background: #016954;
	left: 0;
	bottom: 0;
}
section #main #col_right p{
	font-size:14px;
	line-height: 24px;
	padding: 5px 0 24px 0;
	width: 273px;
}
section #main #col_right p em{
	font-weight: 700;
	color: #a7c718;
}
section #main #col_right .btn{
	width: 273px;
}
section #main #col_right .note{
	width: 273px;
	position: relative;
	padding: 16px 15px 10px 15px;
	margin-top: 30px;
	background: #a7c718;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
section #main #col_right .note h4{
	font-size:20px;
	font-weight: 900;
	line-height: 20px;
	color: #fff;
}
section #main #col_right .note p{
	font-size:14px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	text-decoration: underline;
	padding: 23px 0 11px 0;
}
section #main #col_right .note:before{
	position: absolute;
	content: "";
	width: 243px;
	height: 1px;
	background: #fff;
	left: 15px;
	top: 50px;
}

.signature{
	font-size:10px;
	text-align:center;
	margin-bottom: 65px;
}