*{
	margin:auto;
	padding:auto;
}
#main_container {
width:1300px;
	margin:auto;
	padding:auto;
	background-color: #ebebeb;
}

#top_wrapper {
	height: 30px;
	background-color: #2a599d;
	width: 100%;
}

#top {
	height: 30px;
	background-color: #2a599d;
	width: 1200px;
}

#top b {
	margin-left: 50px;
	line-height: 40px;
	color: white;
	font-size: 12px;
}

#header_wrapper{
	width: 1300px;
}

#logo {
	margin:0;
	padding:0;
	height: 80px;
	width: 200px;
	float: left;
}

#nav{
	float: right;
	width: 1100px;
	height: 40px;
	margin-top: 20px;
}

#nav ul{
	list-style-type: none;
	overflow: hidden;
}

#nav ul li{
	float:left;
}

#nav ul li a, .dropbtn{
	display: inline-block;
	color: gray;
	text-align: center;
	text-decoration: none;
	line-height: 40px; 
	padding: 0px 20px;
}

#nav ul li a:hover, .active{
	background-color: #cccccc;
}


#nav li.dropdown{
	display: inline-block;
}

.dropdown-content{
	border-top: 1px groove #ccc;
	display: none;
	position: absolute;
	max-width: 200px;
	background-color: #ececec;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a{
	color: black;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 40px;
}


#nav li:hover{

	background-color: #cccccc;
}

.dropdown-content a:hover{
	background-color: #cccccc;
}

.dropdown:hover .dropdown-content{
	display: block;
}

#banner{
	clear: both;
	width: 1200px;
	height: 460px;
}
#banner2{
	clear: both;
	width: 1200px;
	height: 200px;
}

#pic1{
	float: left;
	width: 450px;
	height: 450px;
	margin: 5px;
	background-image: url(../images/picture1.jpg);
	background-size: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#pic2{
	float: right;
	width: 735px;
	height: 225px;
	margin-top: 5px;
	margin-right: 5px;
	background-image: url(../images/picture2.jpg);
	background-size: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#pic2 a{
	text-decoration: none;
	color: white;
	font-size: 12px;
	padding: 15px 20px;
	line-height: 350px;
	margin-left: 450px;
opacity: 0.6;
	background-color: blue;
	box-shadow: 1px 1px 15px black;
}

#pic2 a:hover{
opacity: 1;
	font-weight: bolder;
	color: white;
	transition-duration: 0.8s;
}


#pic3{
	float: right;
	width: 735px;
	height: 220px;
	margin-top: 5px;
	margin-right: 5px;
	background-image: url(../images/pic1.jpg);
	background-size: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}



#pic3 p{
	margin-top: 50px;
	color: white;
	font-size: 50px;
	margin-left: 10px;
	text-shadow: 1px 1px 10px #000;
}
#pic3 span{
	color: blue;
	font-size: 70px;
text-shadow: 3px 2px 2px white;
}

#pic3 i{
	margin-left: 10px;
	color: white;
	font-size: 15px;
	font-family: sans-serif;

	text-shadow: 2px 2px 5px #000;
}

#bike {
	height: 150px;
	background-image: url(../images/road.png);
	background-size: 9%;
	background-repeat: repeat-x;
	background-position: bottom;
}

#content_wrapper{
	width: 1300px;
	clear: both;
}

#content{
	margin: 90px;
	color: #2a599d;
}

#content td{
	vertical-align: top;
}

#service img{
	box-shadow: 5px 5px 30px gray;

}
#service p, #service li{
	line-height: 30px;
	font-size: 18px;
	color: black;
}


#dash{
	width: 100px;
	height: 5px;
	font-size: 5px;
	background-color: green;
	padding: 0px 80px;
}
#capabilities{
	background-color: white;
	padding:100px;
	padding-right: 150px;
	color: #2a599d;
	background-image: url(../images/bg1.png);
}

#capabilities p{
	color: black;
}

#contactus{
	background-image: url(../images/bg2.jpg);
background-size:100%;
}

#about{
	width: 500px;
	line-height: 30px;
	font-size:18px;
	color: #171717;
	float: left;
	margin-bottom: 100px;
}


#missionvision{
	clear: both;
	width: 550px;
	float: left;
	line-height: 30PX;
	font-size: 18px;
	color: #171717;
	background-color: white;
	height: 500px;
	padding: 50px;
	background-image: url(../images/bg1.png);	
	background-size: 100% 100%;	
	background-repeat: no-repeat;

}

#missionvision h1{
	color: #2a599d;
}


#values{
	float: right;
	width: 550px;
	padding: 50px;
	line-height: 30px;
	font-size: 18px;
	color: white;
	background-color: blue;
	height: 500px;
	background-image: url(../images/bg2.jpg);
}

#quality{
	clear: both;
	font-size: 18px;
	line-height: 50px;
	margin-bottom: 100px;
	width: 1300px;
	background-color: white;
	padding:50px;
}

#quality h1{
	 color: #2a599d;
}





#footer {
	clear: both;
	height: 300px;
	background-color: #23262a;
	width: 100%;
	margin:auto;
}

#footer table{

	color: white;
	line-height: 30px;
	padding: 50px;
}

#footer p {
	color: #cccccc;
}

#footer td{
	vertical-align: top;
}


#footnav_wrapper {
	height: 50px;
	background-color: #272b2f;
	width: 100%;
}

#footnav {
	height: 50px;
	background-color: #272b2f;
	width: 1300px;
}

#footnav ul{
	list-style-type: none;
}

#footnav ul li{
	float: left;
}
#footnav ul li a{
	text-decoration: none;
	line-height: 50px;
	color: white;
	margin-left: 40px;
	font-size: 13px;
	font-weight: bolder;
	color: #cccccc;																																																																																																																									
}

#footnav ul li a:hover{
	color: #2a599d;
}

#copyright_wrapper{
	height: 50px;
	background-color: #23262a;
	width: 100%;
	margin: auto;
}

#copyright{
	height: 50px;
	background-color: #23262a;
	width: 1300px;
}


#copyright p{
	line-height: 50px;
	margin-left: 50px;
	color: white;
}

#certificates{
	padding: auto;
	width: 1300px;
}