/* START: Reset styles */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: Reset styles */

html{
	overflow-y:scroll;}
	
body{
	background:url('../img/body-bg.gif') repeat;
	color:#353535;
	font-family: 'Open Sans', sans-serif;
	font-size:62.5%;
	font-weight:400;}
	
h1{
	color:#fff;
	font-size:3.2em;
	line-height:1.1;
	margin-bottom:20px;
	text-align:center;
	text-transform:uppercase;}
	
	h1 span{
		font-size:1.4em;}
	
h2,
.h2{
	color:#353535;
	font-size:2.4em;
	margin-bottom:30px;
	text-transform:uppercase;}
	
h3{
	margin-bottom:15px;}
	
p,
label,
.bullet li{
	font-size:1.3em;
	line-height:1.6;}

p{
	margin-bottom:20px;}
	
p a{
	color:#353535;}
	
strong{
	font-weight:700;}
	
em{
	font-style:italic;}
	
#wrapper{
	margin:0 auto;
	width:980px;}
	
nav{
	background:#242424;
	padding:10px 0;}
	
	nav ul{
		float:left;}
	
	nav li{
		border-left:solid 1px #4e4e4e;
		float:left;
		font-size:1.3em;
		font-weight:600;
		padding:10px 30px;}
		
	nav li:first-child{
		border-left:none;}
		
		nav li a{
			color:#a5a5a5;
			text-decoration:none;}
			
		nav li a:hover,
		#Nav1 .nav1 a,
		#Nav2 .nav2 a,
		#Nav3 .nav3 a,
		#Nav4 .nav4 a{
			color:#fff;}
			
header{
	margin-bottom:20px;
	border-bottom:solid 10px #f2f2f2;}
			
header .contact,
header .contact a{
	color:#fff;}
			
header .contact{
	/*background:url('../img/icon-tel.png') no-repeat left center;*/
	font-size:1.3em;
	font-weight:600;
	line-height:1;
	margin-top:-35px;
	min-height:16px;
	padding:2px 30px 0 25px;}
	
	header .contact a{
		background:url('../img/icon-email.png') no-repeat left center;
		margin-left:30px;
		padding-left:25px;
		text-decoration:none;}
		
header div{
	background:#fff;
	padding:30px;}
	
	header div p{
		color:#6a6a6a;
		font-size:1.8em;
		line-height:1;
		margin:6px 0 0;}
		
#homepage-slider{
	background:url('../img/homepage-slider.jpg') no-repeat;
	border-bottom:solid 10px #f2f2f2;
	height:368px;
	margin:-20px 0 20px;
	width:980px;}
	
	#homepage-slider .col-blue{
		background:rgb(03, 11, 35);
    	background:rgba(03, 11, 35, .6);
		height:100%;
		padding:76px 30px;}
		
.col-one-third,
.col-two-thirds{
	box-sizing:border-box;
	-moz-box-sizing:border-box;}
		
.col-one-third{
	width:33.3%;}
		
	.col-one-third img{
		margin-bottom:30px;}
		
#Nav1 .col-one-third{
	padding:30px;}

.col-two-thirds{
	margin:0 0 30px 3%;
	padding:30px;
	width:63.6%;}
	
.col-one-half{
	width:50%;}
	
.col-full-width{
	margin-bottom:10px;
	padding:30px;
	width:920px;}
	
.col-white{
	background:#fff;
	border-bottom:solid 1px #cbcfd2;
	border-top:solid 12px #848690;}

.col-blue{
	background:#030b23;
	border-top:solid 12px #467dbe;}
	
	.col-blue h2{
		color:#fff;}
		
	.col-blue h3,
	.col-blue p,
	.col-blue li{
		color:#bdbdbd;}

	.col-blue h3{
		color:#bdbdbd;
		font-size:1.6em;
		font-weight:700;}	
	
.button{
	background:#467DBE;
	color:#fff;
	display:block;
	font-size:1.8em;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;}
	
.bullet li{
	list-style:disc;
	margin-left:20px;}
	
.no-border{
	border:none;}
	
.vcard{
	font-weight:600;}
	
.vcard .org{
	margin-bottom:0;}
	
.vcard .fn{
	margin-bottom:10px;}
	
.vcard .region{
	display:block;
	text-transform:uppercase;}

#quick-contact{
	background:url('../img/contact-bg.gif') no-repeat;
	border-top:solid 12px #42485b;
	min-height:240px;
	padding-bottom:0;}
	
#contact label{
	clear:both;
	float:left;
	font-size:1.3em;
	padding:3px 0;
	width:148px;}

#contact input[type="text"],
#contact textarea{
	border:solid 1px #848690;
	float:right;
	margin-bottom:10px;
	padding:5px;
	width:300px !important;}
	
#contact textarea{
	height:80px;}
	
#contact input[type="submit"]{
	border:none;
	clear:both;
	cursor:pointer;
	display:block;
	width:312px;}
	
footer{
	background:#848690;
	margin-top:25px;
	padding:20px 30px;}
	
	footer p,
	footer p a{
		color:#fff;}
	
	footer p{
		font-size:1.2em;
		font-weight:600;
		margin:0;}
		
	footer p a{
		text-decoration:none;}
	
.pull-left{
	float:left;}
	
.pull-right{
	float:right;}
	
.clear{
	clear:both;}
	
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;}

.clearfix:after{
    clear:both;}