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

html,body {
    margin: 5px auto;
    width:100%;
	height:auto;
	background:#050b1b;
	font-family:"arial";
	font-size:1em;
    
}

p2{

font-size: 44px;
color: #000;
font-family: 'impact',sans-serif;
text-shadow: 1px 1px 1px #FFF;
text-indent: 25px;}

b{font-size:24px;color:#110b0b;margin-top:0px;}
p1{font-size:17px;color:#110b0b;margin-top:0px;}
p{
font-size: 0.9em;
font-family: "arial";
}

p4{font-family:"arial";
	font-size:1em;
	display:inline-block;
	position:relative;
	top:40px;
	
	width:650px;
	line-height:1.5;
	text-align:center;
	left: 40px;}
	
p5{font-family:"arial";
	font-size:1em;
	display:inline-block;
	width:450px;
	position:relative;
	top:60px;
	right:100px;}	

h1{
margin-top:15px;
font-size: 36px;
color: #000;
font-family: 'impact',sans-serif;
text-shadow: 1px 1px 1px #fff;
text-indent: 25px;
float:left;

}

#header {
	background-image: url(../img/logo1150x130.jpg);
	height: 130px;
	width: 1150px;
	position:relative;	
}



/*MENU*/

nav {
	margin: auto; 
	text-align: center;
	width:1150px;
	height:50px;
	background: rgb(44,52,98); /* Old browsers */
background: -moz-linear-gradient(top, rgba(44,52,98,1) 0%, rgba(33,42,83,1) 17%, rgba(18,22,57,1) 37%, rgba(8,13,43,1) 49%, rgba(2,7,36,1) 61%, rgba(2,8,34,1) 68%, rgba(2,9,38,1) 78%, rgba(6,15,48,1) 88%, rgba(10,18,55,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,52,98,1)), color-stop(17%,rgba(33,42,83,1)), color-stop(37%,rgba(18,22,57,1)), color-stop(49%,rgba(8,13,43,1)), color-stop(61%,rgba(2,7,36,1)), color-stop(68%,rgba(2,8,34,1)), color-stop(78%,rgba(2,9,38,1)), color-stop(88%,rgba(6,15,48,1)), color-stop(100%,rgba(10,18,55,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(44,52,98,1) 0%,rgba(33,42,83,1) 17%,rgba(18,22,57,1) 37%,rgba(8,13,43,1) 49%,rgba(2,7,36,1) 61%,rgba(2,8,34,1) 68%,rgba(2,9,38,1) 78%,rgba(6,15,48,1) 88%,rgba(10,18,55,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(44,52,98,1) 0%,rgba(33,42,83,1) 17%,rgba(18,22,57,1) 37%,rgba(8,13,43,1) 49%,rgba(2,7,36,1) 61%,rgba(2,8,34,1) 68%,rgba(2,9,38,1) 78%,rgba(6,15,48,1) 88%,rgba(10,18,55,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(44,52,98,1) 0%,rgba(33,42,83,1) 17%,rgba(18,22,57,1) 37%,rgba(8,13,43,1) 49%,rgba(2,7,36,1) 61%,rgba(2,8,34,1) 68%,rgba(2,9,38,1) 78%,rgba(6,15,48,1) 88%,rgba(10,18,55,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(44,52,98,1) 0%,rgba(33,42,83,1) 17%,rgba(18,22,57,1) 37%,rgba(8,13,43,1) 49%,rgba(2,7,36,1) 61%,rgba(2,8,34,1) 68%,rgba(2,9,38,1) 78%,rgba(6,15,48,1) 88%,rgba(10,18,55,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3462', endColorstr='#0a1237',GradientType=0 ); /* IE6-9 */
font-family: Helvetica, sans-serif; font-size: 15px; 
}


nav ul ul {
		display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
		margin-top: 0px;
		list-style: none;
		display: inline-table;
		}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
		nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		}
	
	nav ul li:hover a {
		color: #fff;
		}
		
		nav ul li a {
			display: block; padding: 15px 40px;
			color: #fff; text-decoration: none;
			font-family:"arial";
			font-weight:500;
		}
			
		
	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
		z-index:999999999;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a {
				padding: 15px 40px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #4b545f;
					z-index:99999999999999999;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
		
/* end of MENU*/






.container1{
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.5) inset;
	width:1150px;
	margin: auto;
	
}



.p-title {
	padding-left:20px;
	font-size:16px;
	color:#fff;
	font-weight:700;
	line-height:2.0;
	padding-top:5px;
	
		}
		

	
		

/*Social Media*/

#youtube {
	background-image: url(../img/youtube.jpg);
	height: 25px;
	width: 25px;
	z-index:9999;
	margin-left:20px;
	margin-top:17px;
	position:absolute;
	
}

#facebook {
	background-image: url(../img/facebook.jpg);
	height: 25px;
	width: 25px;
	z-index:9999;
	margin-top: 17px;
	margin-left:60px;
	position:absolute;
}

#twitter {
	background-image: url(../img/twitter.jpg);
	height: 25px;
	width: 25px;
	z-index:9999;
	margin-top:17px;
	margin-left:100px;
	position:absolute;

}

#linked {
	background-image: url(../img/linked.jpg);
	position:absolute;
	height: 25px;
	width: 25px;
	z-index:9999;
	margin-left:140px;
	margin-top:17px;
}




/*Sidebar*/

#sidebar {
	float: right;
	border: 10px solid #d5d9da;
	width: 200px;
	height:650px;
	background-color: #edeff4;
	background-image: url(../img/sidebar.jpg);
	font-family:"arial";
	
		
}
.whatwedo {
	background-image: url(../img/whatwedo.jpg);
	position: relative;
	height: 40px;
	width: 200px;
}

.videos {
	background-image: url(../img/videos.jpg);
	position: relative;
	height: 40px;
	width: 200px;
	top:5px;
}


.cc {
	background-image: url(../img/cc.jpg);
	margin:15px auto;
	height: 25px;
	width: 125px;
	
	
}



/*bottom-background*/

.bottom_div {
	background-image: url(../img/bottom_div.jpg);
	position: relative;
	height:220px;
	width: 931px;
}
#company_intro_container{
    text-indent: 55px;
    margin-left: 50px;
    width: 820px;
    line-height: 1.9;
    padding-top: 25px;
}
.fi {
	background-image: url(../img/fi1.jpg);
	height: 190px;
	width: 900px;
	position:relative;
	left:15px;
	top:15px;
	border-radius:5px;
	
	
}


/*lists*/

.l1
{
	color:#000;float: left; padding-left:100px;top:-10px;}
	
.l2{
	color:#000;float: right; wpadding-right:100px;top:-10px;}
		
		
		
		
/*footer-scroller*/
.anyClass{
	top:10px;
	left:25px;
}


#footer {
	float:left;
	height:60px;
	width: 1150px;
	background: rgb(44,52,98); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(44,52,98,1) 0%, rgba(33,42,83,1) 17%, rgba(18,22,57,1) 37%, rgba(8,13,43,1) 49%, rgba(2,7,36,1) 61%, rgba(2,8,34,1) 68%, rgba(2,9,38,1) 78%, rgba(6,15,48,1) 88%, rgba(10,18,55,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,52,98,1)), color-stop(17%,rgba(33,42,83,1)), color-stop(37%,rgba(18,22,57,1)), color-stop(49%,rgba(8,13,43,1)), color-stop(61%,rgba(2,7,36,1)), color-stop(68%,rgba(2,8,34,1)), color-stop(78%,rgba(2,9,38,1)), color-stop(88%,rgba(6,15,48,1)), color-stop(100%,rgba(10,18,55,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(44,52,98,1) 0%,rgba(33,42,83,1) 17%,rgba(18,22,57,1) 37%,rgba(8,13,43,1) 49%,rgba(2,7,36,1) 61%,rgba(2,8,34,1) 68%,rgba(2,9,38,1) 78%,rgba(6,15,48,1) 88%,rgba(10,18,55,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(44,52,98,1) 0%,rgba(33,42,83,1) 17%,rgba(18,22,57,1) 37%,rgba(8,13,43,1) 49%,rgba(2,7,36,1) 61%,rgba(2,8,34,1) 68%,rgba(2,9,38,1) 78%,rgba(6,15,48,1) 88%,rgba(10,18,55,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(44,52,98,1) 0%,rgba(33,42,83,1) 17%,rgba(18,22,57,1) 37%,rgba(8,13,43,1) 49%,rgba(2,7,36,1) 61%,rgba(2,8,34,1) 68%,rgba(2,9,38,1) 78%,rgba(6,15,48,1) 88%,rgba(10,18,55,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(44,52,98,1) 0%,rgba(33,42,83,1) 17%,rgba(18,22,57,1) 37%,rgba(8,13,43,1) 49%,rgba(2,7,36,1) 61%,rgba(2,8,34,1) 68%,rgba(2,9,38,1) 78%,rgba(6,15,48,1) 88%,rgba(10,18,55,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3462', endColorstr='#0a1237',GradientType=0 ); /* IE6-9 */" >
; 	
		
}

.footer-right  {
     color: #FFF;
    font-size:.8em;
    z-index: 9999999;
    text-shadow: 2px 2px #000;
    float: right;
    margin-top: 5px;
    width: 255px;
    position: relative;
    
	line-height:10px;
	text-align:center;
}


/*Video Gallery*/
.video_body {
	background-image: url(../img/body_bg1150x900.jpg);
	height: 650px;
	width: 1150px;
}


/*About Us*/
#body_bg {
	float:left;
	width: 930px;
	background-color: #ccc;
	background-image: url(../img/body_bg1150x900.jpg);
	height:670px;	
	
}
.about-building{
	background-image: url(../img/about-building.jpg);
	width:350px;
	height:230px;
	left:55px;
	position: relative;
	top: 270px;
}


.footer-right a {
	color:#fff}
	
	.underline {
		border-radius:2px;width:380px;left:60px;top:75px;height:11px;position:relative;
		

background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #474747 12%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#474747), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c4c4c 0%,#474747 12%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c4c4c 0%,#474747 12%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4c4c4c 0%,#474747 12%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom, #4c4c4c 0%,#474747 12%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
  
  }
  
  

  
  
  
  
  
.li2 li  {
	font-family: "arial";
    font-size: .75em;
  
 
  font-weight: 600;
  text-decoration: underline;
  line-height: 1.7;
  padding-top: 8px;
}
  
  .li3 li {
  	   font-family: "arial";
  font-size: .75em;
  margin-left: 35px;
  
  font-weight: 600;
  text-decoration: underline;
  line-height: 1.7;
  padding-top: 8px;
}

 a {color:#000;}
 
