@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
}
* ul{list-style-type:none;
}
* a { text-decoration:none;}

#wrapper{
	width:1000px;
	height:860px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #CCC;
	
}

.nav {
	float:right;
	width:350px;
	margin-right:50px;
	margin-top:60px;
}

a:link {color:#666;}      /* unvisited link */
a:visited {color:#666;}  /* visited link */
a:hover {color:#f60;}  /* mouse over link */
  /* selected link */


.nav li{
	display:inline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-left:5px;
}
.sociallogos{
	width:100px;
	height:40px;
	float:right;

	
}

#header{
	width:1000px;
	height:160px;
	color:#FFF;
	
}
.logo {
	height:60px;
	width:250px;
	float:left;
	margin-left:50px;
	margin-top:20px;
}
#content{
	width:1000px;
	height:550px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#F30;
	color:#FFF;
	padding-top:50px;
}

.prev{margin-top:20px;
	 float:left;
	 }
.next{margin-top:20px;
	float:left;
}

.slideback{
	background-color:#fff;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.70;
	opacity:0.6;*/
	width:1000px;
	height:220px;
	margin-top:-40px;
}
.slideshow{
	width:840px;
	height:130px;
	margin-left:60px;
	margin-top:-210px;
	position:absolute;
	z-index:auto;
	
}

.slider{
	float:left;
}


.slider li {
	margin-left:5px;
	margin-right:5px;
}

.updates {
	height:220px;
	width:560px;
	float:right;
	margin-right:35px;
	margin-top:140px;
	
}
.updates h3{color:#FFF;}
.updates li{
	font-size:11px;
}
.projects, .services, .clientele{
	width:150px;
	height:200px;
	margin-right:20px;
	margin-top:50px;
	float:right;
	padding:5px;
	font-size:12px;
	text-align:right;

}

.aboutinfo {
	width:600px;
	height:450px;
	font-weight:bold;
	line-height:17px;
	margin-left:180px;
}

.serviceinfo {
	width:600px;
	height:450px;
	font-weight:bold;
	line-height:17px;
	margin-left:180px;
}

.projectdescrip {
	width:800px;
	height:450px;
	padding:10px;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	overflow:auto;
	margin-left:100px;
	line-height:16px;
	
}
.projectdescrip a:link {color:#000; text-decoration:underline;}      /* unvisited link */
.projectdescrip a:visited {color:#000;text-decoration:underline;}  /* visited link */
.projectdescrip a:hover {color:#f60;text-decoration:underline;}  /* mouse over link */

.projectdescrip img {
	float:left;
	margin-right:10px;
}

..projectdescrip p {
	float:left;
	
}

.contactinfo {
	width:580px;
	font-size:17px;
	margin-left:200px;
	padding:10px;
	
}

label {
	  width: 11em;
      float: left;
	  text-align: right;
	  font-size:15px;
	  margin-right: 0.5em;
	  margin-left:-65px;
	  display: block;
	  font-weight:bold;
}
#submitbutton {float:right;
               margin-right:210px;
			   margin-top:5px;
}

#footer{
	width:990px;
	height:90px;
	color:#666;
	padding:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer h3 {
	font-size:12px;
}
#footer p {
	float:right;
	margin-right:55px;
}
