body {
	margin:0;
	padding:0;
	background:#000;
	text-align:center;
	font:11px/16px Arial, Helvetica, sans-serif;
	color:#EBEBEB;
}

a, img {
	outline:none;
	border:0;
}

iframe, table {
	border:0;
}

a:link, a:visited {
	color:#FFF;
	text-decoration:underline;
}
a:hover {
	color:#E1E1E1;
	text-decoration:none;
}
	body#home a:link, body#home a:visited {
		color:#181818;
		text-decoration:none;
	}
	body#home a:hover {
		color:#000;
		text-decoration:underline;
	}

div.clear {
	margin:0;
	height:75px;
}
div.clear1 {
	margin:0;
	height:1px;
}
div.clear10 {
	margin:0;
	height:10px;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:850px;
	text-align:left;
}

#header {
	position:relative;
	margin:0;
	width:850px;
	height:90px;
	clear:both;
}

#nav-bar {
	position:relative;
	margin:0;
	width:850px;
	height:27px;
	clear:both;
}

body#home #flashcontent {
	position:relative;
	margin:0;
	width:850px;
	height:343px;
	clear:both;
}

#touts {
	position:relative;
	margin:10px 0 0 0;
	width:850px;
	height:91px;
	clear:both;
}

/* 
----------------------------
	CLIENT LOGIN
----------------------------
*/
#header img {float:left;}

#header ul {
	position:absolute;
	bottom:3px;
	right:24px;
	margin:0;
	padding:0;
	background:url('../img/c-login.gif') no-repeat 0 0;
	width:100px; 
	height:25px;
	overflow:hidden;
	text-indent:-5000px;
}
#header ul li {
	position:absolute;
	top:0; 
	margin:0; 
	padding:0;
	list-style:none;
}
#header ul li, #header ul a {
	height:25px; 
	display:block;
}
	#header ul li {
		top:0; 
		left:0; 
		width:100px;
	}
	#header ul li a:hover {
		background:url('../img/c-login.gif') no-repeat 0 -26px;
	}

/* 
----------------------------
	NAV BAR
----------------------------
*/

#nav-bar ul {
	position:relative;
	margin:0;
	padding:0;
	background:url('../img/navbar.jpg') no-repeat 0 0;
	width:850px; 
	height:27px;
	overflow:hidden;
	text-indent:-5000px;
}

#nav-bar ul li {
	position:absolute;
	top:0; 
	margin:0; 
	padding:0;
	list-style:none;
}

#nav-bar ul li, #nav-bar ul a {
	height:27px; 
	display:block;
}
/*
	NAV TABS
*/
	#nav-company {
		top:0; 
		left:320px; 
		width:75px;
	}
	#nav-research {
		top:0; 
		left:435px; 
		width:80px;
	}
	#nav-team {
		top:0; 
		left:555px; 
		width:45px;
	}
	#nav-news {
		top:0; 
		left:640px; 
		width:50px;
	}
	#nav-contact {
		top:0; 
		left:730px; 
		width:95px;
	}
/* 
	NAV ROLLOVERS
*/
	#nav-company a:hover {
		background:url('../img/navbar.jpg') no-repeat -320px -27px;
	}
	#nav-research a:hover {
		background:url('../img/navbar.jpg') no-repeat -435px -27px;
	}
	#nav-team a:hover {
		background:url('../img/navbar.jpg') no-repeat -555px -27px;
	}
	#nav-news a:hover {
		background:url('../img/navbar.jpg') no-repeat -640px -27px;
	}
	#nav-contact a:hover {
		background:url('../img/navbar.jpg') no-repeat -730px -27px;
	}
/* 
		NAV STATES ON/OFF 
*/
		body#company #nav-company a,
		body#research #nav-research a,		 
		body#team #nav-team a,
		body#news #nav-news a,
		body#contact #nav-contact a {
			display:none;
		}		
		body#company #nav-company {
			background:url('../img/navbar.jpg') no-repeat -320px -27px;
		}
		body#research #nav-research {
			background:url('../img/navbar.jpg') no-repeat -435px -27px;
		}
		body#team #nav-team {
			background:url('../img/navbar.jpg') no-repeat -555px -27px;
		}
		body#news #nav-news {
			background:url('../img/navbar.jpg') no-repeat -640px -27px;
		}
		body#contact #nav-contact {
			background:url('../img/navbar.jpg') no-repeat -730px -27px;
		}

/* 
----------------------------
	HOME PAGE TOUTS
----------------------------
*/

#t-nike, #t-hershey, #t-red {
	margin:0;
	height:91px;
	float:left;
}
#t-nike {
	width:272px;
	background: url('../img/tout-bg-nike.jpg') no-repeat 0 0;	
}
#t-hershey {
	margin:0 10px;
	width:279px;
	background: url('../img/tout-bg-hershey.jpg') no-repeat 0 0;	
}
#t-red {
	width:279px;
	background: url('../img/tout-bg-red.jpg') no-repeat 0 0;	
}
	#t-nike p {
		margin:0;
		padding:45px 0 0 17px;
		width:210px;
		color:#58595b;
	}
	#t-hershey p {
		margin:0;
		padding:45px 0 0 10px;
		width:232px;
		color:#FFF;
	}
	#t-red p {
		margin:0;
		padding:18px 0 0 10px;
		width:260px;
		color:#FFF;
	}

/* 
----------------------------
	COMPANY 
----------------------------
*/

body#company #content {
	position:relative;
	margin:0;
	background:url('../img/bg-company.jpg') no-repeat 0 0;
	width:850px;
	min-height:445px;
}
body#company #content-box {
	position:relative;
	margin:0 0 25px 10px;
	padding:0;
	background:url('../img/box-compass.jpg') no-repeat 0 0;
	width:828px;
	height:145px;
	border:1px solid red;
}
body#company #content-box p {
	margin:10px 20px;
	width:525px;
	font-size:12px;
	line-height:16px;
}
body#company #tout {
	margin:0 0 0 10px;
	background:url('../img/tout-bg-company.jpg') no-repeat 0 0;
	width:606px;
}
body#company #tout p {
	margin:0 15px;
	padding:14px 0;
	width:580px;
	color:#181818;
	font-size:12px;
}

/* 
----------------------------
	RESEARCH
----------------------------
*/

body#research #content {
	position:relative;
	margin:0;
	background:url('../img/bg-research.jpg') no-repeat 0 0;
	width:850px;
	height:445px;
}
	/*
		CASE STUDIES
	*/

	body#case #content {
		position:relative;
		margin:0;
		background:url('../img/bg-casestudies.jpg') no-repeat 0 0;
		width:850px;
	}
	body#case #content-box {
		position:relative;
		margin:0 auto;
		background:url('../img/box-news2.jpg') no-repeat 0 0;
		width:825px;
		border:1px solid red;
	}
	
	div.case-item {
		margin:20px 0 20px 12px;
		padding-bottom:30px;
	}

	div.case-item img {
		margin:10px 20px 0 0;
		float:right;
	}

	div.case-content {
		margin:0;
		width:420px;
	}
	div.case-content span{
		margin:10px 0 0 0;
		display:block;
	}
	div.case-content h1 {
		margin:3px 0;
		font-weight:normal;
		font-size:16px;
		line-height:20px;
		
	}
	div.case-content p {
		margin:5px 0;
		color:#181818;
		font-size:12px;
		line-height:17px;
	}
	
div.skills {
	margin:0 0 10px 10px;
	padding:0;
	background:url('../img/box-research.jpg') no-repeat 0 0;
	width:268px;
	height:215px;
	float:left;
	border:1px solid red;
}
div.skills#right {
	background:url('../img/box-research-right.jpg') no-repeat 0 0;
}
h3 {
	margin:10px 0 5px 15px;
}
div.skills ul {
	margin:0;
	padding:0 0 0 25px;
	list-style-type: none;
	font-size:12px;
	line-height:16px;
}
#wide {
	position:relative;
	margin:0 0 10px 10px;
	background:url('../img/box-research-wide.jpg') repeat-y 0 0;
	width:828px;
	height:97px;
	clear:both;
	border:1px solid red;
}
#wide ul {
	margin:0 0 10px 0;
	padding:0 0 0 25px;
	list-style-type: none;
	font-size:12px;
	line-height:16px;
	float:left;
}
#wide ul.float1 {
	position:absolute;
	top:30px;
	left:280px;
	list-style-type: none;
	font-size:12px;
	line-height:16px;
}
#wide ul.float2 {
	position:absolute;
	top:30px;
	left:558px;
	list-style-type: none;
	font-size:12px;
	line-height:16px;
}
body#research #tout {
	margin:0 0 20px 10px;
	background:url('../img/tout-bg.jpg');
	width:828px;
}	
body#research #tout p {
	margin:0;
	padding:10px 15px;
	width:775px;
	color:#181818;
	font-size:12px;
}	

/* 
	CASE STUDIES
*/

ul#c-study {
	position:relative;
	margin:20px 0 0 0;
	padding:0;
	background:url('../img/c-studies.jpg') no-repeat 0 0;
	width:130px; 
	height:40px;
	float:right;
	overflow:hidden;
	text-indent:-5000px;
}
ul#c-study li {
	position:absolute;
	top:0; 
	margin:0; 
	padding:0;
	list-style:none;
}
ul#c-study li, ul#c-study a {
	height:40px; 
	display:block;
}
	ul#c-study li {
		top:0; 
		left:0; 
		width:130px;
	}
	ul#c-study li a:hover {
		background:url('../img/c-studies.jpg') no-repeat 0 -40px;
	}


	body#case div.news-content {
		width:400px;
	}
	body#case #content-box {
		position:relative;
	}
	body#case #content-box #pics {
		position:absolute;
		top:20px;
		right:20px;
		width:302px;
		border:none;
	}
	body#case #content-box #pics img {
		border:1px solid #666;
		margin-bottom:20px;
	}

	body#case #flashcontent {
		position:absolute;
		background:transparent;
		top:0;
		right:37px;
		width:350px;
		height:85px;
		z-index:5000;
	}


/* 
----------------------------
	TEAM
----------------------------
*/

body#team #content {
	position:relative;
	margin:0;
	background:url('../img/bg-team.jpg') no-repeat 0 0;
	width:850px;
	height:445px;
}
body#team #flashcontent {
	margin:0 0 10px 10px;
	padding:0;
	width:830px;
	height:450px;
}
body#team #tout {
	margin:0 0 0 10px;
	background:url('../img/tout-bg-company.jpg') no-repeat 0 0;
	width:606px;
	height:91px;
}
body#team #tout p {
	margin:0 15px;
	padding:10px 0;
	width:580px;
	color:#333;
	font-size:12px;
}



/* 
----------------------------
	NEWS
----------------------------
*/

body#news #content {
	position:relative;
	margin:0;
	background:url('../img/bg-news.jpg') no-repeat 0 0;
	width:850px;
	height:445px;
}
body#news #content-box {
	position:relative;
	margin:0 auto;
	background:url('../img/box-news.jpg') no-repeat 0 0;
	width:825px;
	border:1px solid red;
}

	div.news-item {
		margin:20px 0 20px 12px;
		padding-bottom:30px;
	}

	div.news-item img {
		float:left;
		margin:0 20px 0 0;
		padding:0 5px 10px 0;
	}

		div.news-content {
			margin:0;
			width:500px;
		}

	div.news-content span {
		margin:0;
	}
	div.news-content h1 {
		margin:3px 0;
		font-weight:normal;
		font-size:16px;
		line-height:20px;
		
	}
	div.news-content p {
		margin:5px 0;
		color:#181818;
		font-size:12px;
		line-height:17px;
	}



/* 
----------------------------
	CONTACT
----------------------------
*/

body#contact #content {
	position:relative;
	margin:0;
	background:url('../images/bg-contact-gps.jpg') no-repeat 0 0;
	width:850px;
	height:550px;
}
body#contact #content-box {
	position:relative;
	margin:0 0 0 25px;
}
body#contact #content-box h1 {
	margin:10px 0 3px 0;
	font-size:14px;
}
body#contact #content-box p {
	margin:0 0 8px 0;
	font-size:12px;
}

body#contact #tout {
	margin:170px 0 20px 10px;
	background:#CCC;
	width:828px;
	clear:both;
}	
body#contact #tout p {
	margin:0;
	padding:10px 15px;
	width:775px;
	color:#181818;
	font-size:10px;
}	
/* 
	CONTACT OPTIONS
*/

ul#c-options {
	position:relative;
	margin:20px 0 0 0;
	padding:0;
	background:url('../images/c-options.jpg') no-repeat 0 0;
	width:225px; 
	height:44px;
	float:right;
	overflow:hidden;
	text-indent:-5000px;
}

ul#c-options2 {
	position:relative;
	margin:0 0 0 0;
	padding:0;
	width: 175px;
	height: 44px;
	float:right;
	overflow:hidden;
}

ul#c-options2 li {
	position:absolute;
	top:0; 
	margin:0; 
	padding:0;
	list-style:none;
}

ul#c-options2 li, ul#c-options a {
	height:42px; 
	display:block;
}

ul#c-options li {
	position:absolute;
	top:0; 
	margin:0; 
	padding:0;
	list-style:none;
}
ul#c-options li, ul#c-options a {
	height:44px; 
	display:block;
}
	ul#c-options li#careers {
		top:0; 
		left:0; 
		width:105px;
	}
	ul#c-options li#map {
		top:0; 
		left:106px; 
		width:120px;
	}
	ul#c-options li#careers a:hover {
		background:url('../images/c-options.jpg') no-repeat 0 -44px;
	}
	ul#c-options li#map a:hover {
		background:url('../images/c-options.jpg') no-repeat -106px -44px;
	}
	body#contact2 ul#c-options li#careers {
		background:url('../images/c-options.jpg') no-repeat 0 -44px;
	}
/*
	ON/OFF STATES
*/	
/*	body#contact3 ul#c-options li#map {
		background:url('../images/c-options.jpg') no-repeat -106px -44px;
	}*/
	body#contact2 ul#c-options li#careers a, 
	body#contact3 ul#c-options li#map a {
		display:none;
	}
	
	
/* 
----------------------------
	CAREERS
----------------------------
*/

body#contact2 #content,
body#contact3 #content {
	position:relative;
	margin:0;
	background:url('../img/bg-contact.jpg') no-repeat 0 0;
	width:850px;
	height:445px;
}

body#contact2 #content-box {
	position:relative;
	margin:0 0 125px 10px;
	padding:0;
	background:url('../img/bg-contact-long.jpg') no-repeat 0 0;
	width:828px;
	height:400px;
	border:1px solid red;
}
body#company #content-box p {
	margin:10px 20px;
	width:525px;
	font-size:12px;
	line-height:16px;
}
#listing-info {
	margin:0;
	width:290px;
	font-size:12px;
	line-height:18px;
}
#listing-info p {
	margin:0;
	padding:15px;
}
#listing-info ul {
	margin:0 0 25px 0;
	padding:0 0 0 15px;
	list-style-type: none;
}
	
#job-frame {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	width:500px;
	height:400px;
	overflow:hidden;
}	
	
/* 
----------------------------
	DIRECTIONS
----------------------------
*/
	
body#contact3 #content-box {
	position:relative;
	margin:0 0 125px 10px;
	padding:0;
	background:url('../img/bg-map.jpg') no-repeat 0 0;
	width:828px;
	border:1px solid red;
}

#google {
	margin:12px 0 0 12px;
	padding:0 0 12px 0;
	width:320px;
	float:left;
}

#navigate {
	margin:0 10px 0 0;
	width:440px;
	float:right;
}	

#navigate ul {
	margin:0;
	padding:0 0 0 12px;
}	
#navigate img {
	padding:0 5px 0 0;
	vertical-align: middle;
}	





body#c-login #client-content {
	position:relative;
	height:500px; 
	width:850px; 
	background: transparent url('/img/clogin.jpg') no-repeat;
	border:0; 
}

body#c-login #asp-content {
	position:relative;
	border:0; 
	height:500px; 
	width:850px; 
	background: transparent;
}


