@charset "UTF-8";
/* CSS Document */

body{
	background:#1c5b91;
	font-family: 'Montserrat', 'Helvetica', arial, sans-serif;
	font-size:14px;
	color:#666666;
	margin:0;
	padding:0;
}

h2{
	font-weight:400;
	color:#1c5b91;
	margin-top:0px;
}

a{
	color:#f79634;
	text-decoration:none;
}

a:hover{
	color:#cc670d;
}

input, textarea{
	border:0;
	font-family: 'Montserrat', 'Helvetica', arial, sans-serif;
	outline:none;
	margin-bottom:10px;
	width:94%;
	padding:3%;
	font-size:12px;
	color:#666666;
	box-shadow: none;
	transition:box-shadow .4s, background ease-in-out .2s;
		-moz-transition:box-shadow .4s, background ease-in-out .2s;
    		-webkit-transition:box-shadow .4s, background ease-in-out .2s;
    		-o-transition:box-shadow .4s, background ease-in-out .2s;
}


input:hover, textarea:hover{
	box-shadow: 0px 0px 3px #1c5b91 inset;
	transition:box-shadow .4s;
		-moz-transition:box-shadow .4s;
    		-webkit-transition:box-shadow .4s;
    		-o-transition:box-shadow .4s;
		outline:none;
}

input:focus, textarea:focus{
	background:#c5e6ff;
	box-shadow: 0px 0px 3px #1c5b91 inset;
	transition:background ease-in-out .2s, box-shadow .4s;
		-moz-transition:background ease-in-out .2s, box-shadow .4s;
    		-webkit-transition:background ease-in-out .2s, box-shadow .4s;
    		-o-transition:background ease-in-out .2s, box-shadow .4s;
	outline:none;
}








input[type=submit]{
	background:#f79634;
	width:auto;
	text-transform:uppercase;
	color:#FFF;
	cursor:pointer;
}

input[type=submit]:hover{
	background:#cc670d;
}

.wrap{
	width:940px;
	margin:0 auto;
}

.clear{
	clear:both;
}

.orange{
	color:#f79634;
}

.top{
	background:url(../images/top-bg.jpg) top center no-repeat #FFF;
	background-size:100% 415px;
}

.header{
	height:274px;
}

.header h1{
	display:block;
	width:275px;
	height:274px;
	background:url(../images/logo.png) top center no-repeat;
	margin:0;
	padding:0;
	float:left;
	text-indent:-9999px;
}

.header img{
	margin-top:50px;
}

.content{
	padding:40px 0;
}

.left{
	width:600px;
	float:left;
	padding-left:10px;
}

.right{
	width:220px;
	float:right;
	background:#1c5b91;
	padding:30px;
}

.right h3{
	margin:0;
	color:#f79634;
}

.right p{
	color:#FFF;
}

.footer{
	clear:both;
	background:url(../images/shadow.png) top center repeat-x;
	padding:20px 0;
	text-align:center;
}

.footer p{
	color:#FFF;
}

.footer a{
	text-decoration:none;
	color:#fff;
}

.footer a:hover{
	color:#f79634;
}
	