body {
	color: #777888;
	font-size: 15px;
	font-weight: 100;
	line-height: 20px;
	padding:0 20px}

/* HEADER */
#header {
	background-color:#FFF;
	z-index: 100}
	
.header {
	height: 160px;
	left: 0;
	min-width: 870px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	position: fixed;
	text-transform:uppercase;
	top: 0;
	width: 100%;
	color:#666;}

	
	#top {
		display: inline-block;
		height:60px;
		margin-top:5px;
		padding-bottom:10px;
		text-decoration: none!important;
		background-image:url(../img/border_header.jpg);
		background-repeat:repeat-x;
		background-position:bottom left;
		width: 100%}
		
		#top #logo_s{
			float:left;
			padding-top:34px;}
		
		#top #logo_g{
			float:right;}
	
	#nav a {
		display: inline-block;
		margin-right: 30px;
		padding-top: 5px;
		font-size:11pt;
		font-family:'Gotham_Black', "Times New Roman", Times, serif;
		color:#706f6f;
		text-decoration: none!important;}
	
	#nav .nav-highlighted, #nav a:hover, .black, .work-sector-anchor:hover {
		color: #e83e25}
	
	#nav .active {
		color: #e83e25}
	
		#subNav a {
			display:list-item;
			list-style-type:none;
			margin-left: 227px;
			padding-top: 5px;
			font-size:9pt;
			font-family:'Gotham_Black', "Times New Roman", Times, serif;
			color:#706f6f;
			line-height:10px;
			text-decoration: none!important;}
		
		#subNav .nav-highlighted, #subNav a:hover {
			color: #e83e25}
		
		#subNav .active {
			font-weight:normal;
			color: #e83e25}
		
		
		/* Firefox */
		@-moz-document url-prefix() {
		  
			#subNav a {
				display:list-item;
				list-style-type:none;
				margin-left: 223px;
				padding-top: 5px;
				font-size:9pt;
				font-family:'Gotham_Black', "Times New Roman", Times, serif;
				color:#706f6f;
				line-height:10px;
				text-decoration: none!important;}
			
			#subNav .nav-highlighted, #subNav a:hover {
				color: #e83e25}
			
			#subNav .active {
				font-weight:normal;
				color: #e83e25}
		}
		
