*, *:before, *:after {
	box-sizing: border-box;
	}
html, body{
	width:100%;	height:100%;
	margin:0px; padding:0px;
	}
body{
	background:#EfEfEf;
	font-family:"Trebuchet MS", Arial, Sans-serif;
	}
#header{
	width:100%;
	height:61px;
	background:#dbdee3;
	box-shadow:0px 0px 3px;
	border-bottom:1px solid #888888;
	position:relative;
	z-index:1000;
	}
#h_inner{
	height:100%;
	max-width:1200px;
	margin:0px auto;
	position:relative;
	overflow:visible;
	}
#logo{
	position:absolute;
	left:20px; top:0px;
	background:#00274c;
	height:125px; width:340px;
	text-decoration:none;
	border:0px;
	}
#logo img{
	height:75px;
	width:auto;
	margin:25px auto;
	display:block;	
	}
a.nav{
	float:right;
	display:block;
	height:60px; line-height:60px;
	text-decoration:none;
	margin:0px;
	padding:0px 30px;
	font-size:20px;
	text-transform:uppercase;
	color:#00274c;
	font-weight:bold;
	transition:200ms;
	}
a.nav:hover{
	background-color:#0d57aa;
	color:#FFffff;
	}
#footer{
	background:#886b01;	
	height:300px;
	padding:40px 0px;
	color:#504416;
	text-align:center;
	}
#footer p{
	margin:40px;
	text-transform:uppercase;
	}
#main{
	height: calc( 100% - 60px ); 
	width:100%;	
	top:0px; left:0px;
	min-height:400px;
	overflow:hidden;
	position:relative;
	box-shadow:0px 0px 10px;
    opacity:0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s; /* Safari */
	}
#hero{
	display:none;
	}
#welcome{
	position: absolute;
    bottom: 50px;
    padding: 20px 50px;
    text-align: center;
    color: white;
    background: #00274c;
    background: rgba(0, 39, 76, 0.7);
	border: 1px solid #86939f;
	outline: 12px solid #00274c;
	outline: 12px solid rgba(0,39,76,0.7);
	text-shadow:1px 1px 4px #000000;
	}
#welcome h3{
	font-size:40px;
	font-weight:400;
	margin:0px;
	padding:0px;
	}
#welcome a{
	background:#886b01;
	display:block;
	text-decoration:none;
	color:white;
	font-size:16px;
	margin:20px auto 0px;
	padding:10px 20px;
	border-radius:4px;
	width:150px;
	letter-spacing:1px;
	transition:150ms;
	box-shadow:1px 1px 2px rgba(0,0,0,0.7);
	}	
#welcome a:hover{
	background-color:#0d57aa;
	}	
#policies{
	max-width:1200px;
	background:#FfFfFf;
	margin:0px auto;
	padding:80px 0px 20px;
	}
#policies h1{
	margin:0px 0px 0px;
	font-size:35px;
	}
#policies h2{
	margin:10px 0px 0px;
	font-size:25px;
	color:#00274c;
	text-transform:uppercase;
	}
#policies h3{
	margin:0px;
	}
#policies h4{
	margin:0px;
	font-size:30px;
	color:#00274c;
	}
#policies .section{
	padding-left:220px;
	position:relative;
	min-height:200px;
	margin:0px 60px 50px;
	}
#policies .section img{
	position:absolute;
	height:180px;
	width:auto;
	left:-10px; top:0px;
	}
#policies hr{
	border-width:1px;
	border-style:solid;
	margin:10px 0px 0px;
	border-color:#d4aa00;
	max-width:800px;
	}	
#policies dl{
	margin:-10px 0px 0px;
	padding:0px;
	max-width:600px;
	}
#policies dt{
	margin:25px 0px 0px;
	padding:0px 0px 0px 30px;
	font-size:18px;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
	line-height:30px;
	}
#policies dd{
	margin:10px 0px 0px;
	padding:0px 0px 0px 30px;
	font-size:14px;
	}
#bio h1{
	margin:-50px 0px 30px 380px;	
	font-size:40px;
	color:#00274c;	
	}
#bio p{
	margin:0px 0px 30px 380px;	
	line-height:1.5;
	font-size:16px;
	color:#00274c;	
	}
#fb .hover{
	display:none;	
	}
#fb:hover .hover{
	display:block;
	}
#fb:hover .default{
	display:none;	
	}
#contactform{
	max-width:650px;
	margin:0px auto;
	}
#contact label{
	text-transform:uppercase;
	width:200px;
	display:block;
	float:left;
	line-height:40px;
	text-align:left;
	}
#contact input[type="text"]{
	background:#Fafafa;
	width:400px;
	max-width:100%;
	height:40px;
	padding:0px 10px;
	font-size:16px;
	border:1px solid #C9c6c6;
	border-radius:4px;
	display:block;
	float:left;
	}
#contact #submit{
	margin:15px auto;
	font-size:16px;
	width:225px;
	background:#0d57aa;
	text-align:center;
	height:40px;
	line-height:40px;
	color:white;
	border-radius:4px;
	cursor:pointer;
	}
#contact #submit:hover{
	background:#806600;
	}
#contact textarea{
	background:#Fafafa;
	width:400px;
	height:150px;
	padding:10px;
	font-size:16px;
	border:1px solid #C9c6c6;
	border-radius:4px;
	float:left;
	resize: none;
	}
#contact .row{
	border-bottom:1px solid #DDDDDD;
	padding:10px 20px 10px 25px;
	overflow:hidden;
	}
#contact .error{
    font-size: 12px;
    text-transform: uppercase;
    color: #ff0044;
    margin: 10px 0px;	
	}