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


*{
margin:0px;
padding:0px;
	
	}


body{
	background-color:#cef4f9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:20px;
	background-attachment:fixed;
	margin:0px;
    padding:0px;	
}

#wrapper {
	margin:0 auto;
	height: auto;
	width: 990px;
	background-color:#fff;
	overflow:hidden;
	box-shadow:0px 0px 10px grey;
	
	}	
	
	
.logo {
	float: left;
	height: 125px;
	width: 250px;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:10px;		
}

.facebook{
	float: right;
	height: 67px;
	width: 260px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:10px;
	margin-right:10px;	
	
	}

.nav-bg{background-image:url(images/nav-bg.gif);
background-repeat:no-repeat;
width:976px;
height:52px;
clear:both;
float:left;
margin-left:7px;

	
	
	}
	
	
.banner{
	width:974px;
	height:250px;
	clear:both;
	float:left;
	margin-left:3px;
	margin-top:1px;
	
	}
	
.container{
	width:990px;
	float:left;
	
	}
	
.mid1{
	width:965px;
	clear:both;
	float:left;
	margin-left:10px;
	
	}
	
	
.mid2{
	width:969px;
	height:300px;
	float:left;
	clear:both;
margin-left:10px;
	
	}
	
	
.latest-projects{
	width:320px;background-image:url(images/lateststrip_bg.gif);
	background-repeat:repeat-x;
	height:272px;
	margin-left:0px;
	margin-top:20px;
	float:left;
	margin-right:10px;
	
	
	}
	
.clients{
	width:307px;background-image:url(images/lateststrip_bg.gif);
	background-repeat:repeat-x;
	height:272px;
	margin-left:0px;
	margin-top:20px;
	float:left;
	
	
	}	
	
	
.latest-icon{
	background-image:url(images/icon.png);
	background-repeat:no-repeat;
	width:60px;
	height:69px;
	float:left;

	
	}
	
.latest-icon2{
	background-image:url(images/services.png);
	background-repeat:no-repeat;
	width:68px;
	height:64px;
	float:left;

	
	}
	
.latest-icon1{
	background-image:url(images/client-icon.png);
	background-repeat:no-repeat;
	width:68px;
	height:64px;
	float:left;

	
	}
	
.latest-news{
	
	width:170px;
	height:30px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding-top:25px;
	padding-left:5px;
	font-weight:bold;
	color:#fff;
	
	}
.latest{
	
	width:320px;
	height:69px;
	float:left;
	background-color:#11bed4; 
	border-radius:7px;
	border:1px solid #06606c;
	}
	
	
.btn{
	
	border:none;
	padding:2px 7px;
	border-radius:4px;
	text-transform:uppercase;
	border:1px solid #030;
	}
	
.latest1{
	
	width:300px;
	height:69px;
	float:left;
	background-color:#11bed4; 
	border-radius:7px;
	border:1px solid #06606c;
	}
	
.headline{
	float: left;
	height: auto;
	width: 727px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
	color:#fff;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	color:#333;
	}
	
.headline h3{
	font-size:inherit;
	font-weight:normal;
	padding-left:5px;
	}
	
  p{
	  
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-left:5px;
	width:300px;  
	  
	  }  
	
	
.nav {
	
	float: left;
	height: 50px;
	width: 974px;
	clear: both;
	
	}
	
	
.nav ul{
float:left;
list-style-type:none;
width:960px;
height: 45px;
padding-left:5px;

}

.nav ul li{
float:left;
list-style-type:none;
width:auto;

border-right:1px solid #FFFFFF;
color:#000;

}
.nav ul li:hover{
background-color:#fff;

color:#FFFFFF;
}

.nav ul li a{

float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000;
text-decoration:none;
padding-left:5px;
padding:5px 45px;
text-transform:uppercase;
}

.nav ul li.last{
	border-right:none;
	
	}

.footer{
	width:990px;
	height:75px;
	background-color:#059aae;
	color:#8c8984;
	float:left;
	clear:both;
		
	}
	

.footer p {
    color: white;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    text-align: center;
	width:100%;	
	
}

.footer p a {
    color: white;
    text-decoration: none;
	text-align: center;
}
.footer p a:hover {
    color: black;
    text-decoration: underline;
}