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

body{
	background: #424242;
	margin-top:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #6d6f72;
}
h1{
	margin: 0;
	padding: 38px 0 14px 0;
}
a{
	text-decoration:none;
	color: #111;
	font-weight:bold;
}
a:hover{
	text-decoration: underline;
}
#container{
	width:880px;
	margin: 0 auto;
	background: url(../images/tile.gif) 0 0 repeat-y;
	padding: 0 12px 58px 14px;
}
#header{	
	border-top: 36px solid #000;
}
#logo{
	width: 225px;
	float:left;
	padding: 20px 0 0 40px;
}
#nav{
	width:100px;
	float:left;
	padding: 9px 0 0 0;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav li{
	margin:0;
	padding:0;
	list-style:none;
}
#nav a{
	display:block;
	height: 21px;
}
#nav a:hover{
	background-position: 0 -21px;
}
a.portfolio{
	background: url(../images/portfolio-bt.gif) 0 0 no-repeat;
}
a.capabilities{
	background:url(../images/capabilities-bt.gif) 0 0 no-repeat;
}
a.company{
	background:url(../images/company-bt.gif) 0 0 no-repeat;
}
a.news{
	background:url(../images/news-bt.gif) 0 0 no-repeat;
}
a.awards{
	background:url(../images/awards-bt.gif) 0 0 no-repeat;
}
a.contact{
	background:url(../images/contact-bt.gif) 0 0 no-repeat;
}
#tag{
	float:left;
	padding:34px 0 0 104px;
}
#homecontent{
	width: 765px;
	margin: 14px 0 0 45px;
}
#childbackground{
	width: 795px;
	margin: 14px 0 0 45px;
	background: url(../images/child-top.gif) 0 0 no-repeat #fff;
	padding: 0 0 48px 0;
}
#childcontent{
	padding: 0 38px 0 68px;
}
#childleft{
	float:left;
	width: 517px;
	background: url(../images/child-tile.gif) 0 0 repeat-y;
	padding: 0 50px 0 0;
}
#childright{
	float:left;
	width:106px;
	padding: 0 0 0 16px;
}
#childright a{
	font-size:10px;
	line-height: 20px;
}
#portfolioleft{
	float:left;
	width: 439px;
	padding: 0 30px 0 0;
	margin: 0 0 48px 0;
}
#portfoliocontent{
	background: #f6f6f6;
	color: #000;
	padding: 0 8px 0 8px;
}
#portfoliocontent h2{
	text-transform:uppercase;
	font-size: 30px;
	color: #999;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height: 30px;
}
.portfolioheading{
	float:left;
	padding: 18px 0 14px 0;
	width:363px;
}
.portfolioimg{
	padding: 30px 0 30px 0;
	text-align:center;
	width:423px;
}
.back{
	float:right;
	padding: 25px 0 14px 0;
	width:60px;
}
#portfoliocontent hr{
	background: #f6f6f6;
	color: #f6f6f6;
	border:none;
	border-bottom: 1px dashed #000;
	clear:both;
}
.contentcenter{
	text-align:center;
	padding: 14px 0 14px 0;
}
.contentleft{
	width: 215px;
	float:left;
	padding: 14px 0 14px 0;
}
.contentright{
	float:left;
	width: 208px;
	padding: 14px 0 14px 0;
}
.description{
	padding:0 10px 0 210px;
}
#portfolioright{
	width: 184px;
	float:left;
	padding: 50px 0 0 0;
	font-weight:bold;
	font-size: 11px;
}
#footer{
	color: #999;
	border-right: solid 1px #999;
	height: 20px;
	font-size:10px;
	width: 806px;
	margin: 16px auto 15px auto;
	text-align:right;
	padding: 4px 0 0 0;
}
#footer a{
	color: #999;
	padding: 0 12px 0 12px;
	font-weight:normal;
}
.spacer{
	padding: 0 12px 0 0;
}
img{
	border:none;
	text-decoration:none;
}
.clear{
	clear:both;
}
.black{
	color: #111;
}
.error{
	color: #990000;
}
