/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px 'Open Sans', sans-serif;;
	height: 100%;
}

.clear{
	clear:both;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 75px;
	background: #FFF;
}

.header-wrapper{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	height:75px;
}

.logo{
	display:block;
	float:left;
	width:291px;
	height:52px;
	background: url('img/logo.png');
	margin-top: 12px
}


.top-info{
	color:#4b82c4;
	width:360px;
	text-align: left;
	float:right;
	font-size:15px;
	font-weight: 400;
	padding-top: 15px
}

.top-info strong{
	font-weight: 700
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 130px;
}

.banner{
	background: #232c4c url('img/banner-bg.png') repeat-y center top;
	height:470px;
	border-bottom: 5px solid #286eb7
}

.banner-wide-wrapper{
	background: url('img/pattern.png');
	min-height:470px;
	width:100%;
}

.banner-wrapper{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	position:relative;
}

h1{
	color:#fff;
	font-weight: 300;
	font-size: 35px;
	line-height: 45px;
	padding-top:42px;
}

h1 strong{
	font-weight: 800
}

.banner-img{
	position: absolute;
top: 128px;
left: -26px;
}
.banner-img img{
	max-width:100%;
}
.form{
	background: #e8e8e8 url('img/form-bg.png') repeat-x;
	width:270px;
	height:422px;
	position:absolute;
	right:0px;
	top:8px;
	border-radius: 8px 8px 0px 0px;
	padding:20px 25px;
}

.form h2{
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 15px;
	color:#296fb7;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 8px
}

.form input{
	width:262px;
	border-radius: 3px;
	height:28px;
	line-height: 16px;
	padding-top:3px;
	padding-bottom: 3px;
	border:none;
	outline:none;
	box-shadow: inset 0px 1px 2px #bbbbbb;
	margin-top:16px; 
	padding-left: 10px
}

.form button{
	width:256px;
	height:46px;
	background: url('img/btn.png') no-repeat;
	border:none;
	cursor:pointer;
	margin-top:20px;
	color:#fff;
	font-size: 18px;
	font-weight: 800;
	text-shadow:0px 1px 2px #c56600;
}

.form span{
	display:block;
	text-align: center;
	color:#7d7d7d;
	font-size:15px;
	margin-top:10px;
}
.form input.error{
	background: url('img/field-error-bg.png') no-repeat;
}
.content-wrap{
	max-width:1000px;
	width:100%;
	margin:0 auto;
}

.content-wrap h2{
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color:#c41230;
	margin-top:70px;
	margin-bottom:35px;
}

.content-wrap p{
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color:#575757;
}

.block{
	width:445px;
	padding-top:15px;
	border-top: 1px solid #e2e2e2;
	margin-top: 75px;
	color:#575757;
	margin-bottom: 50px
}

.block h3{
	font-size: 24px;
	color:#575757;
	font-weight: 300;
	margin-bottom:25px;
}

.block p{
	font-size:15px;
	line-height: 22px;
	text-align: left;
	font-weight: 400;
	margin-bottom:15px;
}

.block ul{
	margin-left:30px;
	font-size:15px
}

.block-left{
	float:left;
}

.block-right{
	float:right;
}

.slog{
	display:block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color:#575757;
	margin-bottom: 50px
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -130px auto 0;
	max-width: 1000px;
	width:100%;
	height: 130px;
	background: #f5f5f5;
	position: relative;
}

.footer-wrapper{
	max-width:1000px;
	width:100%;
	margin:0 auto;
}

.footer-left{
	float:left;
	max-width:740px;
	font-size: 15px;
	color:#575757;
	line-height: 14px;
	font-family: arial, sans-serif;
	padding-top: 40px
}

.footer-left p{
	margin-bottom: 10px;
	font-size:15px;
}

.footer-right{
	float:right;
}

.footer-right a{
	display:block;
	background: url(img/footer-logo.png) no-repeat;
	width:99px;
	height:27px;
	margin-top:60px;
}
@media screen and (max-width:1000px){
	.banner-img{position:relative;top:0px;}
	.form{position:relative;left:0px;width:100%;}
}
