
/* STYLES TO MATCH CKEDITOR ******************************** */
h1, h2, h3, h4, p, table, tr, td, ul, ol, li {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
}
h1 {
	font-size:24px;
	margin:0 0 0px 0px;
	padding:20px 30px 25px 30px;
	width:100%;
	background-color:#003499;
	text-align:left;
	font-weight:normal;
	color:#fff;
	border-bottom:solid 1px #3aa9f7;
	border-top-left-radius:15px;
	border-top-right-radius:15px;	
}
h2 {
	font-size:20px;
	margin: 0px;
	padding:0 0 12px 0;
	font-weight:normal;
}
h3 {
	font-size:20px;
	margin:20px 0  10px 0px;
	font-weight:normal;
	color:#3aa9f7;
}
h4 {
	font-size:16px;
	margin: 10px 0px;
}
p {
	font-size:14px;
	margin: 0px 0px 10px 0px;
}

ul, ol {
	font-size:14px;	
	padding-left:40px;
}
td, th {
  border: 1px solid #ccc;
}
th {
  background: lightblue;
  border-color: white;
}

a { color:#003499;}
a:hover { color:#3aa9f7;}

/* FIXES *********************************************** */

.clear:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clear {
  display: inline-block;
  height:0;
  overflow:hidden;
}
 
html[xmlns] .clear {
  display: block;
}
 
* html .clear {
  height: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}
/* STRUCTURAL ELEMENTS *********************************** */

body {
	background-color: #003499;
	background-image:url(/images/_bg_main.jpg);
	background-repeat:repeat-x;
	color: #455560;
}
/* Sets the size for all inner elements, to change individual inner, create e.g. header.inner, footer.inner */ 
.inner {
	min-height: 40px;
	width: 990px;
	margin:auto;
	background-color:#fff;
	border-left: #fff solid 1px;
	border-right: #fff solid 1px;
}

header {
	width: 100%;
	min-height: 220px;
	background-color:#fff;
	background-image:url(/images/_bg_header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
header .inner {
	background:none;
	border:none;
}
.header_right {float:right; width:50%; color:#fff; padding:30px 0px 0 0; letter-spacing:1px; font-size:16px; text-align:right;}
.header_right_phone { float:right; padding:6px 0px 0px 10px; }
.header_right img {display:inline-block; margin-right:6px;}
.header_right a:hover { opacity:0.7;}
.header_established {padding:70px 0 20px 0; font-size:13px; letter-spacing:normal; color:#ccc; font-style:italic; text-align:right;}

/* Add the class to your logo image with either float left/right or margin: auto */
.logo {
	display: block;
	max-width: 300px;
	max-height: 200px;
	float: left;
	margin:82px 0 20px 0;
}

.featured {
	position: relative;
	width: 100%;
	clear: both;
}
.flexslider img {
	border-top-left-radius:15px;
	border-top-right-radius:15px;	
}
.content {
	width: 100%;
}
.content .inner {
	min-height: 500px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;	
}
.content .inner ul li {margin:0; padding:0 0 5px 0; }
.home_points_outer {
	float:left;
	margin:0;
	padding:15px 0px;
	width:100%;
	background-color:#003499;
}
.home_points {
	float:left;
	margin:0;
	padding:0px;
	width:50%;
	background-color:#003499;
	font-size:16px;
	text-align:left;
	color:#fff;
}
.home_points h2 {margin:0 0 6px 0; padding:0; font-size:16px; font-weight:bold; text-transform:capitalize;}
.home_points img { float:left; margin:0 20px 0 0;}
.home_points a { display:block; width:100%; padding:15px 30px; background-color:#003499; color:#fff; text-decoration:none;}
.home_points a:hover { background-color:#144cb9; text-decoration:underline;}
.you_tube_home {width:515px; height:386px;}

.home_project {float:left; width:100%;}
.home_project a {float:left; display:block; width:100%; background-color:#3aa9f7; color:#fff; text-decoration:none;}
.home_project a:hover {background-color:#318ccc; text-decoration:underline;}
.home_project img {width:100%;}
.home_project h2 {padding:15px 15px 5px 15px; font-size:18px; text-transform:capitalize;}
.home_project p {padding:0px 15px 10px 15px;}
.home_project_image {width:100%; max-height:270px; overflow:hidden;}

.home_fleet {width:100%; float:left; margin:0; padding:30px 0px 30px 30px; background-color:#eee; text-align:center; font-size:12px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;	
	border-bottom:solid 1px #fff;
}
.home_fleet img {width:100%;}
.home_fleet h3 {float:left; width:50%; margin:0; padding:0 0 20px 0; text-transform:uppercase; text-align:left;}
.home_fleet h4 {float:left; width:100%; margin:0; padding:10px; font-size:14px; font-weight:normal; text-align:left;}
.home_fleet a {float:left;  width:100%; display:block; text-decoration:none; color:#fff; background-color:#3aa9f7;}
.home_fleet a:hover {text-decoration:underline; background-color:#318ccc; }
.fleet_link {float:right; padding:0px; margin:0 30px 0 0;}
.fleet_link a {float:right; padding:6px 12px; margin:0; background-color:#003499;}
.fleet_link a:hover{background-color:#144cb9;}

footer {
	float:left;
	width: 100%;
	text-align:center;
	padding-top:30px;
	color:#aaa;
}
footer p {font-size:10px;}
footer a { color:#aaa;}
footer .inner {background:none; border:none;}
/* LAYOUT ELEMENTS *********************************************** */
.w_outer {width:100%; float:left; margin:0; padding:30px 0px 30px 30px;}
.w20 {width: 20%; float:left; padding:0 30px 0 0;}
.w25 {width: 25%; float:left; padding:0 30px 0 0;}
.w30 {width: 30%;	float:left; padding:0 30px 0 0;}
.w30r {width: 30%;	float:left; padding:0 30px 0 30px; border-left:solid 1px #eee; margin-left:-1px;}
.w40v {width: 40%;	float:left; padding:0 30px 0 0; }
.w40l {width: 40%;	float:left; padding:0 30px 0 0; border-right:solid 1px #eee;}
.w40l h2 {line-height:32px; padding-bottom:22px;}
.w40l p {line-height:22px; margin-bottom:18px;}
.w40 {width: 40%;	float:left; padding:0 30px 0 30px; border-left:solid 1px #eee; margin-left:-1px;}
.w50l {width: 50%;	float:left; padding:0 30px 0 0; border-right:solid 1px #eee;}
.w50 {width: 50%;	float:left; padding:0 30px 0 30px;}
.w60v {width: 60%;	float:right; padding:0 30px 0 30px;}
.w60l {width: 60%;	float:left; padding:0 30px 0 0; border-right:solid 1px #eee;}
.w60r {width: 60%;	float:left; padding:0 30px 0 30px; border-left:solid 1px #eee; margin-left:-1px;}
.w70l {width: 70%;	float:left; padding:0 30px 0 0; border-right:solid 1px #eee;}
.w70 {width: 70%;	float:left; padding:0 30px 0 0;}
.w80 {width: 80%;	float:left; padding:0 30px 0 0;}
.w100 {width: 100%;	 float:left; padding:0 30px 0 0;}
.w100_outer {width: 100%; float:left; }

/* FLEET PAGES */
.fleet_list {float:left; width:100%; margin:0; padding:0 0 0px 0;}
.fleet_list img {float:left; height:140px; margin:0 30px 0 0; padding:3px; }
.fleet_list_spacer {float:left; width:100%; height:20px; margin:0; padding:0;}
.fleet_list h2 {padding-top:20px;}
.fleet_list h3 {float:right; width:140px; margin-top:20px; padding:30px 0; text-align:center; font-size:16px; font-weight:normal; border-left:solid 1px #ccc;}
.fleet_list a {color:#666; text-decoration:none; display:block; height:140px; background-color:#eee;}
.fleet_list a:hover {color:#fff; background-color:#666;}

/* DOCUMENTATION PAGES */
.documents_list a { height:50px; }
.documents_list h2 {padding:13px 0 0 20px; font-size:16px; }
.documents_list h3 {margin-top:12px; padding:5px 0; font-size:16px; }

/* PROJECT PAGES */
.project_featured {float:left; width:97%; margin:0 1% 1% 0; padding:0 0 0px 0;	background-color:#003499; }
.project_featured img {float:left; width:50%; margin:0 0px 0 0; padding:0; display:inline-block; }
.project_featured h2 { float:left; width:50%; margin:0px; padding:20px; font-size:24px; font-weight:normal; color:#fff;}
.project_featured h3 { float:left; width:50%; margin:0px; padding:20px 20px 0 20px; font-size:18px; font-weight:normal;}
.project_featured p { float:left; width:50%; margin:0px; padding:0 20px 20px 20px; font-size:14px; font-weight:normal; color:#fff; }
.project_featured a { color:#666; text-decoration:none; display:block; background-color:#eee;}
.project_featured a:hover {color:#fff; background-color:#666;}

.project_list {float:left; width:23.5%; margin:0 1% 1% 0; padding:0 0 0px 0; }
.project_list_image {float:left; width:100%; margin:0; padding:0; position:relative;}
.project_list img {width:100%; margin:0 0px 0 0; padding:0; }
.project_list_spacer {float:left; width:100%; height:20px; margin:0; padding:0;}
.project_list h2 {height:54px;  margin:0px; padding:10px 10px 0px 10px; font-size:14px; font-weight:normal; clear:both;}
.project_list a {color:#666; text-decoration:none; display:block; background-color:#eee;}
.project_list a:hover {color:#fff; background-color:#666;}
.play_button {width:100%; position:absolute; top:0px; left:0px;}
.play_button:hover { opacity:0.8;}

/* FORM ELEMENTS ******************************************* */

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=color],
input[type=date],
input[type=datetime],
input[type=url],
textarea {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	text-align: left;
	outline: none;
	color: #5d5d5d;
}

select {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	line-height: 1em;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background: #FFF url(../images/arrow_dd.png);
	background-repeat: no-repeat;
	background-position: 98% 0px;
	color:#c7cbd0;
}

.button {
	margin: 0;
	padding: 10px 20px;
	color: #7d7d7d;
	display: block;
	text-align: center;
	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e5e5e5));
	background: -moz-linear-gradient(top,  #f7f7f7,  #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e5e5e5'); /* ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e5e5e5'); /* ie8 */
	border: 1px solid #d5d5d5;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
}

.button:hover {
	border: 1px solid #aaa;
	color: #5d5d5d;
}
.placeholder {
	color: #c7cbd0;
}

/* MENU ITEMS ***************************************************** */

/* nav is the menu container, float left/right or margin auto for a centered menu
to auto size menu items open /js/flexnav.js and set 'calcItemWidths': false on line 14 to true
 */
nav {
	position: relative;
	z-index: 999;
	margin-top:20px;
	clear:both;
	text-transform:uppercase;
}

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 50px auto auto auto;
  width: 100%;
  max-height: 0;

}

.flexnav.opacity {
	opacity: 0; 
}

.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}

.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px; 
}

.flexnav {
	padding: 0px;
	margin: 0px;	
}
.flexnav li {
	font-size: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 999; 
}
/* modify to change the appearance of menu items */
.flexnav li a {
	position: relative;
	display: block;
	padding: 12px 22px 0px;
	height:40px;
	z-index: 2;
	overflow: hidden;
	font-size:15px;
	color: #003499;
	text-decoration: none; 
}

.flexnav li a:hover {
	background:#eee;
}
.flexnav li ul {
	width: 150px; /* change to modify with of dropdown menus */
	padding: 0px;
	margin: 0px;	
}

.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden; 
}

.flexnav li ul.flexnav-show li {
	overflow: visible; 
}

.flexnav li ul li a {
	display: block;
	background: #b2b2af; 
}

.flexnav ul li ul li a {
	background: #bfbfbc; 
}

.flexnav ul li ul li ul li a {
	background: #cbcbc9; 
}

.flexnav .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #acaca1;
	background: rgba(0, 0, 0, 0.075);
	text-align: center; 
}

.flexnav .touch-button:hover {
	cursor: pointer; 
}

.flexnav .touch-button .navicon {
	position: relative;
	top: 0;
	font-size: 12px;
	color: #666; 
}

.menu-button {
	position: relative;
	float:right;
	clear:right;
	width:62px;
	height:44px;
	padding:48px 0 0 0;
	margin:0px 20px 0 0;
	background: transparent;
	text-align:center;
	color: #bbb;
	cursor: pointer;
}

.menu-button.one-page {
	position: fixed;
	top: 0;
	right: 5%;
	padding-right: 45px; 
}

.menu-button .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0px;
	width:62px;
	height:46px;
	display: inline-block;
	margin:0;
	padding:0;
	background: url(../images/_bg_navicon.gif) no-repeat center #003499 ;
	text-align: center;
	border-radius:10px;
}

.menu-button .touch-button .navicon {
	font-size: 10px;
	line-height:10px;
	position: relative;
	top: 0;
	color: #fff;
	margin:0 auto;
	padding:0;
	text-align:center;
}













<video controls></video>
