@charset "UTF-8";


body {
	padding:0;
	margin-top:30px;
	color: #000;
	font-size:1em;
}

.site-title {
	position:absolute;
	left:-9999px;
}

.clients {
	position:relative;
	z-index:0;
	background-repeat:repeat-x;
	background-position: 0px 150px;
	position:relative;
	padding-left:60px;
}

.clientscroll{
	width:100%;
	padding:20px 0px 0px 30px;
}

.clientlogos {
	list-style-type:none;
}

.clientlogos li {
		display:inline;
	
}

.clientlogos li img {
vertical-align:middle;
	padding: 20px 25px 10px 40px;
}

#testimonial {
	font-size:11px;
	font-style:italic;
	padding: 10px 45px 20px 35px;
	margin-top:-40px;
	line-height:2;
}

.textright {
	padding-left:40px;
	font-size:13px;
}

.textright a {
	text-decoration:none;
	color:black;
}

.textright a:hover {
	text-decoration:underline;
	color:#999;
}

.bold {
	font-weight:bold;
}

.projects {
	position:relative;
	z-index:0;
	background-repeat:repeat-x;
	background-image: url(photos/projectsbackground.png);
	background-position: 0px 150px;
	position:relative;
}

.projectbox {
	width: 960px;
}

.projectdetail {
	position:relative;
	z-index:0;
	background-repeat:repeat-x;
	background-image: url(photos/projectDetailBackground1.png);
	background-position: 0px 150px;
	position:relative;
}

.projectdetail1 {
	position:relative;
	z-index:0;
	background-repeat:repeat-x;
	background-image: url(photos/projectDetailBackground.png);
	background-position: 0px 150px;
	position:relative;
}

.nophotoproject {
	width: 750px;
	float:left;
	line-height:2;
	background:#f4f2f2;
	margin: 150px 0px 140px -130px;
	padding: 10px 35px 20px 25px;
}

.nophotoproject h4 {
	font-size:18px;
	margin:10px 40px 10px 15px;
	font-weight:normal;
	padding:0px 0px 5px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.nophotoproject p {
	padding:5px 20px 20px 20px;
	font-size:12px;
	line-height:2.5;
}

.nophotoproject a {
	color:#666;
}

.nophotoproject a:hover {
	color: #CCC;
}

.link {
		color: #CCC;
	font-size:14px;
}

.link img {
	padding: 20px 0px 25px 0px;
	}
	
.link img:hover {
	opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */

}

.indent {
	padding-left:40px;
}

.leftproject {
	width:400px;
	line-height:2;
	background:#f4f2f2;
	float:left;
	margin: 150px 0px 0px -160px;
	padding: 10px 8px 20px 5px;
}

.leftproject p {
	padding:5px 20px 20px 20px;
	font-size:12px;
	line-height:2.5;
}

.leftproject a {
	color:#666;
}

.leftproject a:hover {
	color: #CCC;
}

.rightproject {
	float:left;
	width:500px;
	margin: 135px 0px 0px 20px;
}

#gallery {
		padding-top:10px;
		width: 500px;
	}
	#gallery ul { list-style-type: none; }
	#gallery ul p {color:white;}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 2px solid white;
		border-width: 2px 2px 2px;
		margin:5px;
	}
	#gallery ul a:hover img {
		border: 2px solid black;
		border-width: 2px 2px 2px;
	}
	
	#gallery ul a:hover { color: #fff; }


.clientstripe {
	position:absolute;
	z-index:2;
	top:120px;
	left:160px;
}

#ncilist {
	font-size:12px;
	padding-left:70px;
	margin-top:-25px;
	list-style-type:disc;}

.leftservice {
	width:200px;
}

.rightservice img {
	float:left;
	background:white;
	padding:5px;
}

.about {
	position:relative;
	z-index:0;
	background-repeat:repeat-x;
	background-image: url(photos/aboutbackground.png);
	background-position: 0px 150px;
	position:relative;
}

#aboutphoto {
	margin-left:30px;
	-moz-box-shadow: 5px 5px 5px #CCC;
	-webkit-box-shadow: 5px 5px 5px #CCC;
	box-shadow: 5px 5px 5px #CCC;	
}

#abouttext {
	font-size:12px;
	margin-left:180px;
	margin-top:15px;
	padding-right:60px;
	line-height:2.3em;
}


.services {
	position:relative;
	z-index:0;
	background-repeat:repeat-x;
	background-image: url(photos/servicesbackground.png);
	background-position: 0px 150px;
	position:relative;
}

#servicebox {
	width:850px;
}

.servicelist {
	width:480px;
	font-size:13px;
	float:left;
	line-height:2.3;
	padding:5px 30px 55px 40px;
}

.servicelist li {
	list-style-type:inherit;
}

.contact {
	position:relative;
	z-index:0;
	background-repeat:repeat-x;
	background-image: url(photos/contactbackground.png);
	background-position: 0px 150px;
	position:relative;
}

.contacttext {
	font-size:13px;
	line-height:1.5;
	padding:5px 10px 0px 25px;
}

.contacttext li {
	float:left;
	padding:5px 60px 5px 10px;
	width:200px;
	list-style-type: none;
	display:inline;
	margin:40px 0px 60px 0px;
}

.contacttext li h7 {
	font-size:13px;
	display:block;
	padding-top:0px;
	font-weight:normal;
	padding:30px 0px 0px 10px;
}

.contactimage {
margin-left:20px;
-moz-box-shadow: 5px 5px 5px #CCC;
-webkit-box-shadow: 5px 5px 5px #CCC;
box-shadow: 5px 5px 5px #CCC;	
}

.borderright {
		width:160px;
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;

}

.contacttext li a:link {
	color:#666;
}

.contacttext li a:visited {
	color:#666;
}

.contacttext li a:hover {
	color:#999;
}

.home {
	position:relative;
	z-index:0;
	background-repeat:repeat-x;
	background-image: url(photos/homebackground1.png);
	background-position: 0px 160px;
	position:relative;
}

.homestripe {
	position:absolute;
	z-index:2;
	top:402px;
	left:360px;
}

.content2 {
	background:white;
	width:600px;
	padding:5px;
	float:left;
	margin: 43px 0px 0px 300px;
}

.content3 {
	float:left;
	width:860px;
	margin: 20px 25px 0px 15px;
	padding:0px 25px 0px 10px;
	font-size:13px;
	line-height:1.8;
}

.content1 {
	z-index:20;
	width:860px;
	background:#f4f2f2;
	float:left;
	margin: 140px 0px 0px 50px;
-moz-box-shadow: 5px 5px 45px #525252;
-webkit-box-shadow: 5px 5px 45px #525252;
box-shadow: 5px 5px 45px #525252;	
}

.projectmain {
	list-style-type: none;	
}

.projectmain li {
	margin: 0px 0px 20px 20px;
	float:left;
	padding: 15px;
	font-size:12px;
	text-align:center;
	line-height:2;
}

.projectmain li a {
	
}

.projectmain li img {
	text-decoration:none;
	padding-bottom:10px;
	vertical-align:middle;
}

.projectmain a:link {
	color: black;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.projectmain a:visited {
	color:  black;
	text-decoration: none;
}
.projectmain a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}

.display {
	clear:both;
}

.nologo a {
	font-size:16px;
}

.nologo a:hover {
	
}



/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, h7, p {
	margin-top: 0;	
}
a img {
	border: none;
}

h6 {
	font-size:14px;
	font-weight:normal;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	position:relative;
	width: 960px;
	z-index:3;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	width:960px;
	}

.header img {
	float:left;
}

.nav {
	width:660px;
	float:left;
	margin-left:30px;
	padding: 50px 0px 0px 35px;
}

.nav li {
	display:inline;
	text-decoration:none;
	padding-right:40px;
	font-size:.85em;
}

.nav a:link {
	color: black;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.nav a:visited {
	color:  black;
	text-decoration: none;
}
.nav a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color:#CCC;
	text-decoration: none;
}


.content {
	width:860px;
	background:#f4f2f2;
	float:left;
	margin: 50px 0px 0px 50px;
-moz-box-shadow: 5px 5px 45px #525252;
-webkit-box-shadow: 5px 5px 45px #525252;
box-shadow: 5px 5px 45px #525252;	
}

.leftproject h4 {
	font-size:18px;
	margin:10px 40px 10px 15px;
	font-weight:normal;
	padding:0px 0px 5px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.content h4 {
	font-size:22px;
	margin:20px;
	font-weight:normal;
	padding:10px 0px 5px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.content h6 {
	font-size:22px;
	margin:20px;
	color:#666;
	background-color:white;
	font-weight:normal;
	padding:2px 0px 0px 10px;
}

.content h5 {
	font-size:26px;
	margin:20px;
	font-weight:normal;
	padding:10px 0px 5px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.content p {
	font-size:13px;
	line-height:4;
	margin:25px;
	padding:5px 20px 20px 0px;
}

.clientsrow {
	margin: 40px 0px 0px 100px;
}
	
	
/* ~~ The footer ~~ */
.footer {
	float:left;
	width:860px;
	margin: 100px 0px 40px 50px;
	padding-top:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	}
	
.footer p {
	font-size:11px;
}

.footer a:link {
	color: black;
}
.footer a:visited {
	color:  black;
	text-decoration: none;
}
.footer a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color:#CCC;
	text-decoration: none;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->

