@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#2c2c2c;
	margin:0;
	padding:0 0 0 0;
	background:#FFF;
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
.textalignright {
	text-align:right;
}
.textalignleft {
	text-align:left;
}
.textaligncenter {
	text-align:center;
}
a {
	outline:none;
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4{
	font-family: 'Open Sans Condensed', sans-serif;
	padding:0;
	margin:0;
}
.hdbtm{
	margin:0 auto;
	max-width:824px;
	width:100%;
}
.video-box{
	max-width:280px;
	width:100%;
	padding:0;
	border:5px solid #000;
	background:#000;
	margin:0 auto;
	float:right;
}
.video-box iframe{
	width:100%;
	height:202px;
}
h1 {
	color: #22518d;
	font-size:37px;
	text-shadow:1px 1px 1px #FFF;
	text-align:center;
	float:left;
	max-width:540px;
	width:100%;
}
h1 span{
	color: #357804;
	text-decoration:underline;
}
h2{
	font-size:36px;
	color:#ffcc00;
	text-shadow:1px 1px 1px #333;
}
h3{
	font-size:36px;
	color:#000;
	text-align:center;
	padding:10px;
}
header{
	text-align:center;
	background:url(images/header-bg.jpg);
	color:#FFF;
	position:relative;
}
.btmimg{
	height:1px;
	width:218px;
	margin:0 auto;
	/*background:url(images/header-img.jpg) no-repeat top center;*/
	margin-bottom:10px;
	position:relative;
}
.freet{
	position:absolute;
	right:-380px;
	top:-70px;
}
header p{
	margin:0 auto;
	padding:0 10px 10px;
	max-width:840px;
	font-size:24px;
	color:#FFF;
}
.wrap {
	margin:0 auto;
	padding:15px;
	margin-top:10px; 
	max-width:900px;
	width:100%;
	position:relative;
	background:#ececec;
}
.warn1{
	text-align:center;
	margin-bottom:10px;
}
.warn1 span{
	font-size:18px;
	color:#ff0000;
	background:#ffef39;
	border:2px dashed #FFF;
}

.warn2{
	text-align:center;
	padding:10px;
}
.warn2 span{
	font-size:22px;
	color:#ff0000;
	background:#ffef39;
	border:2px dashed #0070b8;
	padding:0 10px;
}
.warn3{
	text-align:center;
	margin-bottom:25px;
}
.warn3 span{
	font-size:22px;
	color:#f4c712;
	padding:4px 8px;
	font-weight:bold;
	background:#ff4242;
	border:2px dashed #FFF;
}

.leftbox{
	float:left;
	max-width:450px;
	font-size:18px;
	line-height:24px;
}
.leftbox ul{
	font-size:16px;
	margin:0;
	padding:25px 0 0;
	list-style-type:none;
}
.leftbox ul li{
	background:url(images/list-icon.png) no-repeat 0 0;
	padding:0 0 15px 30px;
	margin-bottom:15px;
	border-bottom:1px dashed #ccc;
}
.optinbox {
	float:right;
	width:400px;
	padding:0 0 10px;
	background:#fff;
	border-bottom:5px solid #cbcbcb;
	text-align:center;
}
.optinbox h3{
	background:#026fb6;
	color:#FFF;
	font-size:30px;
}
.optinbox h3 span{
	color:#FFF;
	font-size:18px;
	padding:0;
	display:block;
}
.optinbox p{
	text-align:left;
	padding:10px 10px 10px;
	font-size:14px;
}
.form{
}
.optinbox input[type="text"] {
	max-width: 350px;
	height: 50px;
	background-color:#f9ffc4;
	text-align: center;
	font-size: 1.4em;
	margin:0 auto 12px;
	width:100%;
	border:2px solid #333;
}
.optinbox input[type="image"]{
	margin-bottom:12px;
}
.footer{
	background:#000;
	color:#FFF;
	padding:20px;
	text-align:center;
	margin-top:50px;
}