html{font-family: 'Source Sans Pro', sans-serif;}

body{
	background:url(../images/carbon_fibre.png);
	color:#85929a;
}
ul{
	margin-left:20px;
}
html.CSS1Compat body{
	background:#fff!important;
}
a{text-decoration:none;}
.left{
	float:left;
}
.right{
	float:right;
}
.clear {
	clear:both;
}
.container{
	width:960px;
	margin:auto;
}
.error{color:#ff0000; background:#f69d9d; border:1px solid #ff0000; padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:435px;
}
.success{
	margin-bottom:10px;
	color:#007627; background:#9bffbc; border:1px solid #007627; padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:435px;
}
.nosprot{display:none;}
.recaptcha{position:fixed; top:50%; left:50%; height:230px; width:320px; margin-left:-160px; margin-top:-115px;
}
.recaptcha-overlay{ background:url('../images/black-transparency.png'); position:fixed; height:100%; width:100%; top:0; left:0; z-index:1001;
					display:none;                  
}
.overlay{
	background:url('../images/black-transparency.png'); position:fixed; height:100%; width:100%; top:0; left:0; z-index:2001;
					display:none;                  
					color:#fff;
}
.overlay-container{
	background:#034486;
	position:fixed; top:50%; left:50%; width:600px; margin-left:-300px; margin-top:-250px; overflow-y:auto;
	padding: 20px;
	border-radius: 25px;
}
.staff-bio{display:none;}

.overlay .staff-bio{display:block; clear:both;}
.x{
    background:url('../images/x.png'); height:27px; width:27px;
    position:absolute;
    right:0;
    top:0;
	cursor:pointer;
	right:15px;
	top:10px;
}
.staff-name{
	color:#00235d;
}
.overlay .staff-name{
	color: #fff;
	float: left;
	padding: 10px 10px 0px 10px;
	font-size: 24pt;
	width: 300px;
	margin-top: 40px;
}
.overlay img{
	float: left;
	padding: 15px;
}
.overlay .staff-title{
	padding-left: 10px;
	float: left;
	width: 300px;
	font-size: 13pt;
	font-style: italic;
}

.recaptcha .submit{
    background:#000; color:#fff; border:none; padding:15px;
    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.75);
}

.recaptcha .x{
    background:url('../images/x.png'); height:27px; width:27px;
    position:absolute;
    right:0;
    top:0;
	cursor:pointer;
}
iframe[src="about:blank"]{display:none;}



.textured{background:url(../images/bg-pattern-top.png); height:125px;}
.light-blue-line{
	background:url(../images/nav-bg-2.png); height:5px;
}

header nav{
	z-index:2000;
	background:url(../images/nav-bg.png); height:62px; width:100%; margin-top:-5px;
	position:absolute; left:50%; margin-left:-480px;
	width:960px;
}

section{
	background:#cee1f0;
}

header nav ul{
	margin-left:80px;
	width:784px;
	list-style:none;
	border-left:1px solid #2b5a74;
	border-right:1px solid #74bee5;
	display:block;
	height:62px;
}
header nav ul li{
	width:110px;
	border-left:1px solid #74bee5;
	border-right:1px solid #2b5a74;
	float:left;
	height:62px; line-height:62px;
	text-align:center;
	position:relative;
}
header nav ul li a{ color:#fff;}
header nav ul li ul{
	display:none;
	background:url(../images/cee1f0-95-transparency.png);
	height:auto;
	border:none;
	position:absolute;
	width:200px;
	z-index:2000;
	margin-left:0px;
	/*
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	*/
}
header nav ul li ul li{
	line-height:40px;
	border:none;
	text-align:left;
	width:100%; text-indent:20px;
	height:40px;
}
header nav ul li ul li a{
	height:100%; width:100%;
	display:block;
	color:#225580;
	font-size:10pt;
}
header nav ul li ul li:hover{
	background:#b4deff;
}
header nav ul li ul li ul{
	position:absolute;
	left:200px;
	top:0;
}
/*
header .services-nav{
	display:none;
	height:270px;
	width:600px;
	background:url(../images/cee1f0-95-transparency.png);
	position:relative;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding:10px;
}
header .subitem{
	display:block;
	width:198px;
	background:none;
	float:left; 
	position:relative;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left:#aebecb 1px solid;
}
header .subitem:first-child{border-left:none;}

header .subitem li{
	text-indent:15px;
	width:95%;
	line-height:normal; margin-bottom:20px;
}
*/

footer{}
.bottom{
	background: #034486; /* Old browsers */
	background: -moz-linear-gradient(top,  #034486 0%, #012d5a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#034486), color-stop(100%,#012d5a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #034486 0%,#012d5a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #034486 0%,#012d5a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #034486 0%,#012d5a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #034486 0%,#012d5a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034486', endColorstr='#012d5a',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 3px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 3px 2px 0px rgba(0, 0, 0, 0.75);
	color:#ffffff;
	padding:20px 0;
}

footer nav{
	width:765px;
	float:right;
}
footer ul{
	list-style:none;
}
footer ul li{
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	width:190px;
}
footer nav a{
	color:#66bafa;
	display:block;
	border-bottom:#66bafa solid 1px;
	width:100%;
	margin-bottom:10px;
	font-size:14pt;
}
footer ul{margin-left:5px;}
footer ul li ul li a{font-size:12pt; color:#fff; border-bottom:none;}
footer ul li ul li{margin-left:1px; margin-bottom:5px;}
footer ul li ul li ul li a{font-weight:normal; font-size:10pt;}
footer .nav-Services{width:300px;}
footer .nav-Services li {width:120px; float:left; margin-left:10px;}

/*
footer .services-nav{
	width:425px;
}

footer .subitem{
	width:140px;
	float:left;
}

footer .prime a{
	color:#66bafa;
	display:block;
	width:100%;
	border-bottom:#66bafa solid 1px;
}
footer ul li ul li a{
	font-size:12pt;
	color:#fff!important; border:none!important;
}

footer .subitem li{
}
*/
header subitem a{
	font-size:12pt; font-weight:bold;
}

footer .blah{width:400px;}
footer .blah2{
	font-weight:bold;
	margin-top:10px;
}

header .nav-gray{color:#5c6369; font-weight:bold;}

.hero-container{background:#041c38;}

.hero-info{float:left; width:277px; padding:75px 20px 20px 20px; height:170px; background:#034486; color:#fff;}

article{
	background:#fcf8f5;
	width:940px!important;
	padding:20px 0 20px 20px;
}
h1{
	border-bottom:1px solid #00235d;
	color:#00235d;
	text-transform:uppercase;
}

.gray-font{
	color:#494846;
}

.padding-top article{
	padding-top:80px;
}

article nav {width:175px;}
article nav ul{margin:10px 0 10px 5px; list-style:none;}
article nav ul li ul li ul{margin-top:0px;}
article nav ul li ul li a{text-decoration:underline;}
article nav ul li ul li ul li a{text-decoration:none;}
article nav a{color:#85929a;}

.content{
	width:650px;
}

.content ul {
	color:#00235d;
}
.sidebar-contact{
	background: #074689; /* Old browsers */
	background: -moz-linear-gradient(top,  #074689 0%, #002a54 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#074689), color-stop(100%,#002a54)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #074689 0%,#002a54 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #074689 0%,#002a54 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #074689 0%,#002a54 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #074689 0%,#002a54 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074689', endColorstr='#002a54',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.sidebar-contact{float:right; margin-left:20px; height:460px; width:260px;}
.sidebar-top{
	height:65px;
	width:100%;
	border-bottom:1px solid #023668;
	text-align:center;
}

.green-button{
	margin-top:20px; margin-left:30px;
	background:url(../images/button.png);
	width:189px; height:45px;
	color:#fff;
	display:block;
	text-align:center;
	line-height:45px;
}

.sidebar-bottom{
	padding-top:20px;
	border-top:1px solid #044e99;
	width:100%;
	color:#fff;
	
}
.sidebar-bottom div{
	width:180px; margin:auto;
}

#map{
	height:180px;
	margin-top:20px;
}
.blue{
	color:#04245f;
}

.testimonial{
	padding:10px 0;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #ffffff;
}

input, textarea, select{
	width:435px;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
	border:1px solid #d8d8d8;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:block;
}
textarea:focus, input:focus, select:focus{
    outline: 0;
}

.text-area{
	width:100%;
}
.text-label{display:block; margin-bottom:10px;}

.text-label .submit{
	background:url(../images/button.png);
	width:189px; height:45px;
	color:#fff;
	display:block;
	text-align:center;
	line-height:45px;
	border:none;
	padding:0;
	cursor:pointer;
}

.news-container{
	
}

.news-right-rail{float:right; color:#899299; width:225px; padding:0 30px;}

.news-right-rail ul{list-style:none;}
.news-right-rail a{color:#899299;}

.news-header{font-size:20pt; border:none; color:#fff;}

.news-container a, .latest-news-container a{
	color:#484846;
}
.news-body h2{
	border-bottom:1px solid #00235d;
	color:#00235d;
	margin-bottom:20px;
}

.news-body h3{
	color:#00235d;
}
.news{float:left; width:30%; margin-right:20px; height:350px;}

.part{
	float:left; width:25%;
	height:60px;
	padding:25px;
	border-left:1px solid #e5e5e5;
	color:#00235d;
	margin-bottom:20px;
}
.parts{border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; padding-top:20px;}

.staff{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #e4e5e5;
}

.staff-member{
	cursor:pointer;
	float:left; width:215px; height:210px;
}
.hero-nav{
 position:absolute;	
 right:10px;
 bottom:20px;
}
.hero-nav div{
	height:10px; width:10px;
	float:left;
	margin-left:20px;
	background:url(../images/radio-off.png);
}
.radio-on{
	background:url(../images/radio-on.png)!important;
}
.hero-container .container{
	position:relative;
}
