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

body {
	margin: 0px;
	/* text-align: center; */
	background: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	color: #858585;
	font-size: 12px;
	background: #FFF url(../img/template/pageBg.png) repeat-x top left;
}

img {
	border: 0px;
}

h1 {
	font-size: 30px;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	font-weight: normal;
}

h3 {
	font-size: 17px;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #959595;
}

.smallFont {
	font-size: 10px;	
}

.industryHeading {
	color: #626261;
}

.clientsByIndustry a, .project a {
	color: #f78f1e;
}

.project {
	text-align: right;
}

.projectSeperator {
	text-align: center;
	margin: 5px 0px;
}

.project img {
	position: relative;
	top: 2px;
}

.accolade {
	font-size: 11px;
}

.accolade blockquote {
	font-style: italic;
	margin-left: 0px;
	margin-right: 0px;
}

.newsItem {
	font-size: 14px;
	color: #b7b7b8;
	margin-bottom: 50px;
	margin-right: 20px;
}

.newsItem h3 {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}

.veryBold {
	font-weight: bold;
}

.about {
	width: 424px;
}

.services {
	width: 378px;
}

.orange {
	color: #f78f1e;
}

.darkOrange {
	color: #db8b27;
}

.socialNetworking {
	position: absolute;
	top: 11px;
	left: -195px;
	text-align:right;
	width: 170px;
}

.orange {
	color: #f78f1e;
}

.space {
	margin: 0px 10px;
}

.clear {
	clear: both;
}

.nav {
	background-color: #e4e6e8;
	padding: 30px 0px 20px 0px;
	height: 323px;
	_height: 373px;
}

.navBar {
	list-style: none;
	margin-right: 25px;
}

.navBar li {
	text-align: right;
	color: #5f6a75;
	font-size: 9px;
	line-height: 15px;
}

.navBar a {
	color: #5f6a75;
}

.navBar a:hover, #headerLinks a:hover {
	color: #f89d3a;
}

.navHeading {
	color: #b6b7b7 !important;
	font-size: 17px !important;
}

#container {
	/* margin: 0px auto; */
	text-align: left;
	width: 1000px;
	
}

#header {
	height: 200px;
	position: relative;
}

#headerLinks {
	position: absolute;
	right: 40px;
	top: 177px;
	width: 350px;
	text-align:right;
	font-size: 11px;
}

#headerLinks a {
	font-size: 11px;
}

#leftColumn {
	float: left;
	width: 189px;
	position: relative;
	margin-left: 31px;
}

#rightColumn {
	float: left;
	width: 742px;
	position: relative;
}

#footer {
	color: #a7a9ac;
	margin-top: 75px;
	position: relative;
}