@import url("reset.css");
@import url("menu.css");
@import url("open-sans.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600italic,600,700,700italic,800,300);
/* CSS Document */
body{
	background-color: #00227a;
	}
#wrap{
	margin: 0px;
	padding: 0px;
	}

/* Header */
#headerWrapper100{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	background-color: #071437;
	background-image:url(../images/layout/Splash1.png);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
#headerWrapper100 #headerWrapper960{
	width: 1170px;
	height: 180px;
	margin: 0px auto;
	padding: 0px 15px;
	position: relative;
	}

#headerWrapper960 #contact{
	padding-top: 25px;
	}

/* Hero */
#heroWrapper100{
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #fff;
	}
#heroWrapper100 #heroWrapper960{
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	height: 400px;
	position: relative;
	}
#heroWrapper960 #imageWrapper{
	width: 1200px;
	height: 390px;
	position: relative;
	padding: 5px 0 0;
	}


/* Navigation*/
#navigation100{
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #ff7400;
	}
#navigation100 #navigation960{
	margin: 0 auto;
	padding: 0px;
	width: 1170px;
	height: 72px;
	position: relative;
	padding: 0px 15px;
	}	
#navigation100 #navigation960 #logo{
	position: absolute;
	top: -200px; 
	left: 15px;
	z-index: 10;
	background-color:#FFF;
	padding:45px 15px 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius:15px;
	height:180px;
	-webkit-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
	}
	
.phone {
	color: #b2cb3c;
	font-size:36px;
	font-weight:bold;	
	font-family: 'Open Sans', san-serif;
	text-align:center;
	text-decoration:none;
	display:inherit;
	padding-top:15px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

/* Featured */
#featured100{
	margin: 0px;
	padding: 0px;
	position: relative;
	background: rgba(7,21,59,1);
	background: -moz-linear-gradient(top, rgba(7,21,59,1) 0%, rgba(0,33,125,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,21,59,1)), color-stop(100%, rgba(0,33,125,1)));
	background: -webkit-linear-gradient(top, rgba(7,21,59,1) 0%, rgba(0,33,125,1) 100%);
	background: -o-linear-gradient(top, rgba(7,21,59,1) 0%, rgba(0,33,125,1) 100%);
	background: -ms-linear-gradient(top, rgba(7,21,59,1) 0%, rgba(0,33,125,1) 100%);
	background: linear-gradient(to bottom, rgba(7,21,59,1) 0%, rgba(0,33,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07153b', endColorstr='#00217d', GradientType=0 );
	}
#featured100 #featured960{
	margin: 0 auto;
	width: 1170px;
	position: relative;
	padding: 40px 15px 40px 15px;
	overflow: auto;
	}
#featured960 h1{
	font-family: 'Open Sans', san-serif;
	font-weight: 400;
	font-style: italic;
	color: #f3c847;
	font-size: 26px;
	margin-bottom:25px;
	margin-top:0px;
	}
#featured960 .f1{
	float: left;
	margin-left: 3%;
	width: 30%;
	font-family: 'Open Sans', san-serif;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	}

.f1 a:link{
	color: #b2cb3c;
	text-decoration:none;
	}
.f1 a:visited{
	color: #b2cb3c;
	}
.f1 a:hover{
	color: #265b99;
	}			
.f1 a:active{
	color: #b2cb3c;
	}
	
#featured960 .f2{
	float: left;
	margin-left: 10%;
	width: 90%;
	font-family: 'Open Sans', san-serif;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	}	

#featured960 .f3{
	float: left;
	margin-left: 1%;
	width: 49%;
	font-family: 'Open Sans', san-serif;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	}	
/* Content*/
#contentWrapper100{
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #fff;
	background-image: url(../images/layout/content-bg.jpg);
	background-repeat: repeat;
	background-position: top;
	}
#contentWrapper100 #contentWrapper960{
	margin: 0 auto;
	width: 1170px;
	position: relative;
	padding-top: 55px;
	padding-bottom: 55px;
	overflow: auto;
	padding-bottom: 55px;
	}
#contentWrapper960 #mainContent{
	width: 755px;
	float: left;
	padding-bottom: 25px;
	}
#contentWrapper960 #sideContent{
	width: 360px;
	float: left;
	padding-right: 55px;
	padding-bottom: 25px;
	}	
#contentWrapper960 #mainContentLG{
	width: 1170px;
	float: left;
	padding-bottom: 25px;
	}	
#sideContent h1{
	font-family: 'Open Sans', san-serif;
	font-weight: 400;
	font-size: 26px;
	text-transform: uppercase;
	color:#004990;
	line-height:32px;
	font-style:normal;
	margin-bottom: 5px;
	}
/* Footer */
#footerWrapper100 {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #00227d;
	}
#footerWrapper100 #footerWrapper960{
	margin: 0 auto;
	width: 1170px;
	position: relative;
	padding: 50px 0px;
	}	
	
/* FOOTER */
								
/* Texts */
h1{
	font-family: 'Open Sans', san-serif;
	font-weight: 400;
	font-size: 36px;
	font-style:italic;
	line-height:42px;
	margin-top:0;
	margin-bottom:8px;
	}
h2{
	font-family: 'Open Sans', san-serif;
	font-weight: 600;
	font-size: 26px;
	line-height:32px;
	margin-top:8px;
	margin-bottom:4px;
	color:#ff7400;
	}
h3{
	font-family: 'Open Sans', san-serif;
	font-weight: 700;
	font-size: 22px;
	line-height:28px;
	margin-top:8px;
	margin-bottom:4px;
	color:#004990;
	font-style:italic;
	}
.featureText{
	font-family: 'Open Sans', san-serif;
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	text-shadow: -2px 1px 0px rgba(0, 0, 0, 2);
	}	
	
.bodyText strong{
	font-weight:bold;
	}
	
.bodyText{
	font-family:'Open Sans', san-serif;
	color: #3d3d3d;
	font-size: 14px;
	line-height: 24px;
	}
.bodyText a:link{
	color: #b2cb3c;
	text-decoration:none;
	font-weight:700;
	}
.bodyText a:visited{
	ccolor: #b2cb3c;
	}
.bodyText a:hover{
	color: #265b99;
	}			
.bodyText a:active{
	color: #b2cb3c;
	}

.bodyTextSecondary strong{
	font-weight:bold;
	}
		
.bodyTextSecondary{
	font-family:'Open Sans', san-serif;
	font-weight:500;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align:right;
	}
.bodyTextSecondary a:link{
	color: #b2cb3c;
	text-decoration: none;
	}
.bodyTextSecondary a:visited{
	color: #b2cb3c;
	}
.bodyTextSecondary a:hover{
	color: #fff;
	}			
.bodyTextSecondary a:active{
	color: #b2cb3c;
	}
.footerText{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	}
.footerText a:link{
	color: #FFF;
	text-decoration: none;
	}
.footerText a:visited{
	color: #CCC;
	text-decoration: none;
	}
.footerText a:hover{
	color: #37BC04;
	text-decoration: none;
	}			
.footerText a:active{
	color: #FFF;
	text-decoration: none;
	}		

.clear{
	clear: both;
	}

#divider {
	border-bottom:1px dashed #666;
	margin: 35px 0px;
}

.form {
	padding:8px;
	font-size:14px;
	width:90%;
	box-shadow:inset 0 0 2px 2px #ccc;
	background: #fff;
	border:0;
}

.warning {
	font-weight:600;
	color:#C00;
	font-size:16px;
}

.img {
	margin-right:3px;
	margin-bottom:10px;
}

/*Arrow*/

.arrow_box {
	position: relative;
	background: #ff7400;
	min-height: 40px;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	text-transform:uppercase;
	font-family:'Open Sans', san-serif;
	padding-top: 6%;
	line-height: 24px;
	width:45%;
	margin-left:200px;
	margin-top:-38px;
	border-bottom-right-radius:15px;
	border-top-right-radius:15px;
}

.arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #ff7400;
	border-width: 31px;
	margin-top: -31px;
}

.arrow_boxlg {
	position: relative;
	background: #ff7400;
	min-height: 40px;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	text-transform:uppercase;
	font-family:'Open Sans', san-serif;
	padding-top: 4%;
	line-height: 24px;
	width:48%;
	margin-left:290px;
	margin-top:-40px;
	border-bottom-right-radius:15px;
	border-top-right-radius:15px;
}

.arrow_boxlg:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #ff7400;
	border-width: 31px;
	margin-top: -31px;
}

.hr2 {
    height: 1px;
    background-color: #ff7400;
    border: none;    
	margin-top: 15px;
	margin-right: 54%;
}