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

a, img a, img, a img {border:0;	outline:0; text-decoration:none;}

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}



/* only to clear floats - to be used with any class as addition */
.clear {
	clear: both;
}
/* clear float with blank <div>or <br>*/
.clrflt {
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}
/* Main Segments
---------------------------------*/

#container {
   min-height:100%;
   position:relative;
   height: 100%;
}

#body {
   padding:10px;
   padding-bottom:60px; 
   background-color:#DCEFFA;   /* Height of the footer */
}
/* Primary Styles
---------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#000;
	padding:0px;
	margin:0px;
    height:100%;
}

/*=======header=======*/
.header {
width:100%;
background-color:#ffffff;
text-align:center;
}
 
 
.header-container
{
	width:1000px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
    padding: 5px;
    
}

.logo
{
	font-size:35px;
	font-weight:bold;
	color:#333333;
	font-family: "Trebuchet MS", Arial, Verdana;
    width:500px;
    height:auto;
    text-align:center;
}



/*=================== menu ========================*/

.menu
{
    text-align:center;
	font-size:14px;
	color:#00008B;
	text-transform:uppercase;
	margin-right:auto;
    margin-left:auto;
    margin-bottom:20px;
    width:auto;
    clear:both;  
}


.menu ul li
{
	display:inline;
	padding:0 20px 0 22px;
	background-color:white;
    text-decoration:none;
    height:60px;
    margin-bottom:20px;
}



.menu ul li.nosep
{
	background:none;
}


/*=====================banner============================*/

.banner_wrap
{
	background:#DCEFFA;
	padding:0 0 0 0;
    width: 100%;
    height:600px;
    
}

.banner_wrap2
{   background:#242424;
	padding:0 0 0 0;
    width: 100%;
    height:5px;
    margin-bottom:25px;
}



.banner
{
	width:1200px;
	margin: 0 auto;
	padding:21px 0;
}

.banner_left
{
	width:600px;
	height:400px;
	border:5px solid #000;
    margin-top:80px;
 
}

.banner_right
{   margin-top:80px;
	width:600px;
    height:400px;
    border:5px solid #000;
   
}

.banner_left_text
{   width:476px;
	height:500px;
    margin-top: 100px;
    padding:0 32px 0 0;
	font-size:13px;
	color:#242424;
}

.banner_right_text
{   margin-top:100px;
	width:476px;
	padding:0 32px 0 0;
	font-size:13px;
	color:#242424;
    height:500px;
}



.banner_middle 
{ 
    margin-top:10px;
	width:800px;
	font-size:13px;
	color:#242424;
    height:250px;
    margin-left:auto; margin-right:auto;
}
  
h4 
{
    font-size: 14pt;
} 
 
.banner_middle_text
 {
    width:650px;
    font-size:13px;
    color:#242424;
    margin-left:auto; margin-right:auto;   
 }

.banner_right_text h2, .banner_left_text h2, .banner_middle_text h2, .banner_wrap3 h2
{
	padding:10px 0 24px;
	color:#0D2E8B;
	font-size:24pt;
	margin:0px;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Verdana;
}

.banner_middle_text h2 
{
    margin-top: 10px;
    margin-bottom: -10px;
}

.banner_right_text a, .banner_left_text a, .banner_middle_text a, .banner_wrap3 a
{
    color: #0D2E8B;
}
.banner_right_text a:hover, .banner_left_text a:hover, .banner_middle_text a:hover, .banner_wrap3 a:hover 
{
    color:#21acb9;
}

.banner_right_text p, .banner_middle p, .banner_left_text p, .banner_middle_text p
{
	line-height:22px;
	padding:0 0 22px 0;
	margin:0px;
    font-size: 12pt;
}

.read_more_button
{
	width:112px;
	height:34px;
	font-size:12px;
	text-align:center;
	background-color: #21acb9;
}

.read_more_button a
{
	text-decoration:none;
	line-height:34px;
	font-weight:bold;
	color:#242424;
	display:block;
}
/*-------------------- line colors ---------------------------------------*/

.line_top {
 margin-bottom: -4px;
 border-top: 2px solid #0D2E8B;
 width: 100%;
 height: 4px;
}

.line_top2 {
 margin-bottom: -3px;
 border-top: 2px solid #0D2E8B;
 width: 100%;
 height: 4px;
}
.line_bottom {

 margin-top: -4px;
 border-bottom: 2px solid #0D2E8B;
 width: 100%;
 height: 4px;  
    
}

/*###############   Slideshow content  ##################################*/

#slideshow { 
    position: relative; 
    width: 100%; 
    height: 100%; 
    text-align:center; 

}

#slideshow > div { 
    position: absolute; 
    width:100%;
    height:100%; 
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

/*==================================== content =======================================*/

.content_wrap
{ 
	background:#DCEFFA;
	padding:32px 70px 0 0;

}

.content_wrap_contact 
{    
    background-color:#DCEFFA;
	padding:32px 0;
    padding-bottom: 133px;   
}

.spacer
{
    border-top: 2px solid #0D2E8B;
	background:url(../img/content_wrap.jpg) repeat-x left top;
	padding:8px 0;
}

.content
{
	width:980px;
	margin-top: -15px;
    margin-right: auto;
    margin-left: auto;
	font-size:13px;
	color:#333333;
    background-color: white;
    padding:30px 20px 20px 20px;
    border: 5px solid #DDEBF9;
    height: 100%;
}
.content2 {
    width:980px;
	margin:10px auto;
	font-size:13px;
	color:#333333;
    height: 100%;
}

.content_construction
{
	width:980px;
    height: 500px;
	margin-top: -15px;
    margin-right: auto;
    margin-left: auto;
	font-size:13px;
	color:#333333;
    background-color: white;
    padding:30px 20px 20px 20px;
    border: 5px solid #DDEBF9;
}

.text {
    width:100%;
	margin:0 auto;
	font-size:13px;
	color:#333333;
    background-color: white;
}

.content h2, .content2 h2
{
	padding:0 0 26px 0;
	margin:0px;
	font-size:50px;
	color:#242424;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Verdana;
}

.content p, .content2 p
{
	padding:0px;
	margin:0px;
	line-height:20px;
}


.image-container{ 
    width:180px;
    height:100%;
    }
    
/*------------------------------------------------------ Portfolio --------------------------------------------------------------------*/

.service_box_safety:hover{border-top:14px solid #0D2E8B; -webkit-transition: all .4s ease;-moz-transition: all .4s ease; transition: all .4s ease;}
.service_box_cdm:hover{border-top:14px solid #FFC90D; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease;}
.service_box_training:hover{border-top:14px solid #07CACC; -webkit-transition: all .4s ease;-moz-transition: all .4s ease; transition: all .4s ease;}
.service_box_safari:hover{border-top:14px solid #984807; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease;}
.service_box_offshore:hover{border-top:14px solid #A24AA1; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease;}
.service_box_renewable:hover{border-top:14px solid #B5E61B; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease;}
.service_box_environmental:hover{border-top:14px solid #24B04D; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease;}
.service_box_property:hover {border-top:14px solid #CF1111; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease;}

.service_box h3
{
	padding:0 0 22px 0;
	margin:0px;
    margin-top:10px;
	font-weight:normal;
	color:#242424;
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.service_box p
{
	line-height:20px;
	padding:0 0 17px 0;
	margin:0px;
}

.read_more_button2
{
	width:112px;
	height:34px;
	background:#21acb9;
	font-size:12px;
	text-align:center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}



.read_more_button2 a
{
	text-decoration:none;
	line-height:34px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
    
}

.title {
   
   height: 40px;
   padding-bottom: 25px;
      
}

.last
{
	margin:0px;
    margin-top:20px;
    margin-bottom:20px;
}
/*------------------------------------------- End of Portfolio ------------------------------------------------*/

.box-left {
    width: 400px;
    margin: 20px;
    margin-top: 50px;
    font-size: 12pt;
}
.box-left p {
	line-height:20px;
	padding:0 0 17px 0;
	margin:0px;
}

.content2 {
    width:1200px;
	margin:0 auto;
	font-size:13px;
	color:#333333;
    
}

.map 
{
    background-color: #21acb9;
    
    
}    
    
p.contact {
     
    line-height:20px;
	padding:0;
	margin:15px;
    font-size: 12pt;
    
}

#contact 
{
    margin-bottom: 15px;
  
}

.filler {
   height: 450px;
   margin:5px; 
    
    
} 
.box-right {
 width: 650px;
 height: 250px;   
 margin: 10px;   
}

/*------------------------------------------- Contact Us Page -------------------------------------------------*/

h2#contact {
 margin-top: 10px;
 padding: 10px;    
}

/*=======  Footer =======*/

.footer
{
	width:100%;
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 15px;
    height: 50px;
    position: absolute;
    text-align: center;
    border-top: 2px solid black;
}

.footer2
{
	width:980px;
	margin:0 auto;
	padding:20px 0;
    position: absolute;
    text-align: center;
    height: 150px;
}

.footer_left
{   width: 40%;
	font-size:12px;
	color:#666666;
    margin-left: 150px;
}

.footer_right
{   
    width: 40%;
	font-size:12px;
	color:#333;
	text-transform:uppercase;
    margin-left: 150px;
}

.social_area
{
	padding:0 0 26px 0;
	color:#333333;
    width: 100%;
}

.social_area span
{
	display:block;
	float:left;
	margin:0 26px 0 0;
}

.social_area a
{
	width:87px;
	float:left;
	text-decoration:none;
	color:#333;
}

.social_area a img
{
	float:left;
	margin:0 6px 0 0;
}

.footer_left p
{
	padding:0px;
	margin:0px;
}

.footer_left p a
{
	text-decoration:underline;
	color:#666666;
}

.footer_left p a:hover
{
	text-decoration:none;
}


.footer_right ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.footer_right ul li
{
	padding:0 6px 0 8px;
	background:url(../img/sep2.png) no-repeat left center;
	float:left;
}

.footer_right ul li a
{
	text-decoration:none;
	color:#333333;
}

.footer_right ul li.nosep
{
	background:none;
}

.footer_right ul li a:hover
{
	text-decoration:underline;
}


/*------------------- Blog Page -----------------------------------------*/

p#construction {
   margin: 20px auto;
   font-style: italic;
   font-size: 12pt;
    
}

.image-container img{width:244px}

.service_box
{
	width:246px;
	background:#ececec url(../img/border.jpg) repeat-x left top;
	padding:20px;
	font-size:12px;
    margin: 20px;
    border-top:10px solid #FFFFFF;
    float: left;
    opacity:0.8;
}




.service_box img{width: 245px!important}

.service_box{height: 246px!Important}

.header-sm {
     float: left!important;
    height: 80px;
    background-color: red;
}

.rack-con{height:341px}

.menu a {
    opacity: 0.5;
    color:#000;
    text-decoration: none!important;
padding: 10px;

}

#portfolio{color: #111;opacity: 0.1}


html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; 
}

.content {
	min-height: 100%;
	position: relative;
	overflow: auto;
	z-index: 0; 
}

.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.top_block {
	width: 100%;
	display: block; 
}

.bottom_block {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0; 
}

.left_block {
	display: block;
	float: left; 
}

.right_block {
	display: block;
	float: right; 
}

.center_block {
	display: block;
	width: auto; 
}

.header {
	width: 100%;
	background-color: #fff;
}

.homes{height: 260px!important}

.box1 {
	width: 100%;
	height: 600px;
	background-color: #999999;
}

.box2 {
	width: 50%;
	height: 200px;
	background-color: #999966;
}


.box3 {
	width: 50%;
	height: 200px;
	background-color: #9999ff;
    float: right;
}

.block_7 {
	width: 100%;
	height: 70px;
	background-color: #9933ff;
}


h1 {
  text-align: center;
  font-size: 3em;
}

p { 
  text-align: center;
}
#accordion {
  -webkit-transform: translateZ(0); 
	max-width:100%;
	margin: 0px auto;
  clear: both;
}

#accordion a {
  display: block;
  text-decoration: none;
}

.cell {
	width: 33.3%;
	height: 600px;
	float: left;
	-webkit-transition: width .5s ease-in-out;
	-moz-transition: width .5s ease-in-out;
	-ms-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out;
}

.focus {
  height: 600px;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.active .focus {
  opacity: 1;
}

.cell:nth-child(1) {background: url(/images/1d.jpg) top center no-repeat;}
.cell:nth-child(1) .focus {	background: url(/images/1.jpg) top center no-repeat;}
.cell:nth-child(4) {background: url(/images/2a.jpg) top center no-repeat;}
.cell:nth-child(4) .focus {background: url(/images/2.jpg) top center no-repeat;}
.cell:nth-child(2) {background: url(/images/3a.jpg) top center no-repeat;}
.cell:nth-child(2) .focus {background: url(/images/3.jpg) top center no-repeat;}
.cell:nth-child(7) {background: url(/images/4a.jpg) top center no-repeat;}
.cell:nth-child(7) .focus {background: url(/images/4.jpg) top center no-repeat;}
.cell:nth-child(8) {background: url(/images/5a.jpg) top center no-repeat;}
.cell:nth-child(8) .focus {background: url(/images/5.jpg) top center no-repeat;}
.cell:nth-child(3) {background: url(/images/6a.jpg) top center no-repeat;}
.cell:nth-child(3) .focus {background: url(/images/6.jpg) top center no-repeat;}
.cell:nth-child(6) {background: url(/images/7a.jpg) top center no-repeat;}
.cell:nth-child(6) .focus {background: url(/images/7.jpg) top center no-repeat;}
.cell:nth-child(5) {background: url(/images/8a.jpg) top center no-repeat;}
.cell:nth-child(5) .focus {background: url(/images/8.jpg) top center no-repeat;}







.cell.active {
	width: 37%;
}
.cell.inactive {
	width: 9%;
}

.vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
    float: left;
}

.override{margin:0px!important;padding: 0px;width: 100%!important}


#weblink {
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
bottom: 50px;
left: 160px;
font-size: 20px;
background: #555;
}


#pop-context{color: #000;line-height: 30px;font-weight:bold;font-size: 16px}