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


html, body {
    height: 100%; }

body {
	font-family: Helvetica, Arial, sans-serif;
	min-height: 100%;
	position: relative;
	font-size: 13px;
	margin: 0 auto;
}

/*----------------------- FONTS -------------------------------*/

h1 {
	color: #EF8A2F;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}


h1:after {
  	content: "";
  	position: absolute;
  	border-top: 13px solid #EF8A2F;
  	width: 100%;
  	margin-left: 10px;
	width: 100%;
	margin-right: -50%;
}

p {
	color: #344B89;
	line-height: 1.3em;
}

a {
	color: #344B89;
	text-decoration: none;
}

/*--------------------------------------- WRAPPER ---------------------------------------------*/

#wrapper {
	height: auto !important;
	height: 100%;
	margin: 0px auto -210px auto;
	min-height: 100%; 
	position: relative;
	width: 960px;
} 

.push {
	clear: both;
	min-height: 220px; 													/* Same height as footer */
	position: relative;
} 

/*----------------------------------------HEADER-----------------------------------------------*/
header {
	margin: 0 auto;
	width: 900px;
	height: 188px;
	position: relative;
}

#logo {
	width: 210px;
	height: 148px;
	float: left;
	margin: 20px 0;
}

#socialmedia {
	float: right;
	width: 200px;
}

.social{
	float: left;
	margin-left: 5px;
	width: 35px;
	height: 35px;
	background: #EF8A2F;
}


#contact {
	float: right;
	width: 250px;
	text-align: right;
	color: #344B89;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 50px;
}


/*----------------------------------------NAVIGATION-----------------------------------------------*/	

nav ul {
	list-style: none;
	background-color: #344B89;
	border-radius: 10px;
	padding: 13px 20px 9px 20px;
	width: 860px;
	overflow: hidden; 
	margin: 0 auto;
}

nav li {
	float: left;
	padding-right: 36px;
}

nav li a {
	color: #FFFFFF;
	list-style:none;
	float: left;
	font-size: 14px;
	font-weight: bold;
	
	display: block;
	text-decoration:none;
}

nav li a:visited {color:#FFF;}
nav li a:hover {color:#DDD;}
nav li a.here {color: #EF8A2F;}

nav li:last-of-type {padding-right: 0;}

/*--------------------------------------- CONTENT ---------------------------------------------*/

.content {
	background-color: #EEEEEE;
	border-radius: 10px;
	overflow: auto;
	padding: 20px;
	width: 860px;
	margin: 20px auto;
}


.box3 {
	width: 260px;
	margin-right: 40px;
	float: left;
}



.box3 img.home {
	margin-bottom: 20px;
	border: solid 3px #344B89;
	height: 156px;
	width: 254px;
}

.box3 a {
	font-weight: bold;
	color: #EF8A2F;
}


#images {
	float: none;
	width: 930px;
	margin: 10px 20px -10px 20px;
	overflow: auto;
}

.image {
	float: left;
	margin: 10px;
}

img.safety {
	height: 191px;
	width: 191px;
	margin: 10px 24px 0 0;
	float: left;
}

.content_team {
	background-color: #EEEEEE;
	border-radius: 10px;
	overflow: auto;
	padding: 13px;
	width: 874px;
	margin: 20px auto;
}

.team {
	float: left;
	width: 154px;
	height: 240px;
	margin: 7px;
	border-radius: 6px;
	border: solid 3px #344B89;
}

.team img {
	background: #CCC;
}

.team p {
	margin: 10px;
	text-align: center;
}

iframe {
	position: relative;
	margin: 20px 30px 0 30px;
}

.img.safety,
.box3:last-of-type {
	margin-right: 0px;
}

/*--------------------------------------- FOOTER ---------------------------------------------*/

footer {
	width: 100%;
	height: 220px;
	position: relative;
	background: #344B89;
	background: -moz-linear-gradient(top, #344B89 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#344B89), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #344B89 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #344B89 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #344B89 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #344B89 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#344B89', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}

#footer_container {
	width: 960px;
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 1.3em;
}

.footer_block {
	width: 260px;
	margin: 30px;
	color: #FFFFFF;
	float: left;
}

.footer_block > #socialmedia {
	width: 260px;
}

.footer_block > #socialmedia > .social{
	float: left;
	margin: 20px 5px 0 0;
	width: 30px;
	height: 30px;
	background: #EF8A2F;
}

.footer_block a {
	color: #FFFFFF;
}

.footer_block input {
	height: 15px;
	width: 252px;
	padding: 4px;
}
