* { margin: 0; padding: 0; }


/* clearfix standard */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*### End LEAVE THESE ###*/


/* my way */
br.clear { clear: both; height: 0; }


body {
	background: #c2c2c2;
	color: #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}

div#searchbox input {
	position: relative;
	top: -1px;
	border: 1px solid #c2c2c2;
	width: 85px;
	height: 18px;
	background-color: #fff;
	line-height: 1em;
}


div#container {
	position: relative;
	margin: 5px auto 0 auto;
	width: 750px;
}

div#container-inner {
	float: left;
	border: 1px solid #000;
	width: 750px;
	text-align: left;
	background: #fff url(/images/bodyshadow.gif) repeat-x 0px 140px;
}

div#header {
	width: 750px;
	height: 115px;
	background: #ff7a1e url(/images/headerchevron.gif) no-repeat 400px 0;
}
	
	#header h1 {
		float: left;
		margin: 5px 0 0 5px;
		width: 355px;
		height: 100px;
	}
		
		#header h1 a { 
			display: block;
			background: url(/images/SiteLogo.gif) no-repeat 0 0;
			width: 355px;
			height: 100px;
			text-indent: -9000em;
			font-size: 10px;
		}
		
	#header a:link, #header a:visited { color: #fff; text-decoration: none; }
	#header a:hover, #header a:active { color: #fff; text-decoration: underline; }
	
	
	
	div#searchbox {
		position: absolute;
		top: 10px;
		left: 397px;
		padding: 0 5px 0 0;
		text-align: right;
		color: #000;
		font-size: 11px;
		line-height: 2em;
		width: 350px;
		w\idth: 345px;
	}
	
	ul#headlinks {
		position: absolute;
		top: 50px;
		right: 0;
		list-style: none;
		width: 350px;
		line-height: 1.5em;
	}
	
		ul#headlinks li {
			display: inline;
			list-style: none;
			padding: 0 5px;
			border-right: 1px solid #000;
			white-space: nowrap;
		}
		
		ul#headlinks li.last { border: 0; }
	
	
	/* MAIN NAV */
	
	div#navigation { clear: both; float: left; display: inline; width: 750px; height: 25px;
		background: transparent url(/images/mainnavbackground.gif) repeat-x 0 0; }
	
		#navigation ul#mainnav { float: left; display: inline; width: 750px; list-style: none; }		
			#navigation ul#mainnav li { float: left; display: inline; list-style: none; }
			
			#navigation ul#mainnav li a {
				display: block;
				text-decoration: none;
				text-align: center;
				padding: 0;
				font-size: 12px;
				line-height: 24px;
				height: 25px;
				background: transparent url(/images/mainnavseperator.gif) no-repeat 0 0;
			}
			
			#navigation ul#mainnav li a:link, #navigation ul#mainnav li a:visited { color: #000; }
			#navigation ul#mainnav li a:hover, #navigation ul#mainnav li a:active {
				color: #000;
				background: #fff url(/images/mainnavseperator.gif) no-repeat 0 0;
			}
			
			#navigation ul#mainnav li.first a { background-image: none; }
			
			#navigation ul#mainnav li#home a { width: 60px; }			
			#navigation ul#mainnav li#about a { width: 115px; }
			#navigation ul#mainnav li#industry a { width: 115px; }
			#navigation ul#mainnav li#client a { width: 115px; }
			#navigation ul#mainnav li#candidate a { width: 140px; }
			#navigation ul#mainnav li#positions a { width: 115px; }
			#navigation ul#mainnav li#contact a { width: 90px; }




			/* $drop downs found in final_drop.css and final_drop_ie.css */
			
			


div#mainimage {
	float: right;
	display: inline;
	margin: 35px 20px 25px 20px;
	width: 425px;
	height: 240px;
}

/* picture content removed? */


div#content {
	float: left;
	display: inline;
	width: 503px;
	margin: 0 20px 20px 20px;
	line-height: 18px;
}

body.index div#content { width: 245px; margin-top: 35px; }
	
	div#content h2 {
		color: #5c788e;
		font-size: 18px;
		font-weight: normal;
		margin: 0 0 20px 0;
		line-height: 1.5;
	}
	
	div#content a, div#home-box a, .inner-box a {	color: #f96515; text-decoration: none; }
	div#content a:hover, div#home-box a:hover, .inner-box a:hover { text-decoration: underline; }
	
	/*body.index #container div#content h2 { display: none; }*/
	
	
		#content ul, div.home-box ul, .inner-box ul { margin: 1.5em 0 1.5em 20px; }
		#content ul li, div.home-box ul li, .inner-box ul li { margin: .5em 0; padding: 0; }
		
		#content p, #home-box p, .inner-box p { margin: 1em 0; }
	

/* side-content or side-box not used */
div#side-content {
	float: left;
	display: inline;
	width: 270px;
	margin-left: 10px;
}

div.sidebox {
	float: left;
	display: inline;
	background: #fff url(/images/componentboxbackground.gif) repeat-x 0 0;
	border: 1px solid #c2c2c2;
	padding: 10px;
	line-height: 18px;
	width: 292px;
	w\idth: 270px;
}
	
	div.sidebox h2 {
		clear: both;
		float: left;
		display: inline;
		color: #f96515;
		font-size: 24px;
		font-weight: normal;
		margin-bottom: 20px;
	}
	
	div.sidebox h2 a {
		float: left;
		display: block;
		color: #f96515;
		text-decoration: none;
		background: url(/images/componentboxchevron.gif) no-repeat right .25em;
		padding-right: 24px;
		line-height: 24px;
	}
	
	div.sidebox a {
		color: #000;
		text-decoration: none;
	}
	
	#side-content div.sidebox ul { list-style: url(/images/chevron_bullet_white.gif); }
	
	#side-content div.sidebox marquee { height: 200px; }
/* end not used */

#testimonial-box {
	float: left;
	display: inline;
	margin: 35px 0 5px 10px;
	padding: 25px 10px 15px 10px;
	border: 1px solid #f96311;
	width: 250px;
	height: 200px;
	background: #c2c2c2 url(/images/testimonialsboxback.gif) repeat-x 0 0;
}

body.index #testimonial-box { margin-top: 5px; margin-right: 15px; }

	#testimonial-box h2 {
		float: left;
		display: block;
		width: 206px;
		background: url(/images/componentboxchevron.gif) no-repeat right .25em;
		padding-right: 24px;
		line-height: 24px;
		color: #5c788e;
		font-size: 18px;
	}
	
	#testimonial-box marquee { clear: both; float: left; display: inline; margin-top: 10px; width: 230px; height: 130px; line-height: 1.2em; }
	
	#home-box {
		float: left;
		display: inline;
		width: 241px;
	}
	
	.inner-box{
		float:right;
		display: inline;
		width: 180px;
	}
		
	
		#home-box .home-box, .inner-box { margin: 1em 0; }
		#content ul, div.home-box ul, .inner-box ul { list-style: url(/images/chevron_bullet_white.gif); }
	
	#poll-box {
		clear: right;
		float: right;
		display: inline;
		position: relative;
		margin: 7px 10px 0 10px;
		padding: 0 0 0 16px;
		border-left: 1px solid #c2c2c2;
		width: 170px;
		background: #fff url(/images/pollcheckmark.gif) no-repeat 56px -2px;
		line-height: 20px;
	}
	
		div#poll-box h2 { }
		div#poll-box h2, .inner-box h3 {
			color: #f96108;
			font-size: 20px;
			font-weight: normal;
			margin: 0 0 20px 0;
		}
		
		.inner-box h3 {
			font-size:14px;
			font-weight: 600;
		}
		
		div#content h3, div#home-box h2, div#home-box h3 { color: #f96108; font-size: 100%; }


		#industry-news {
		clear: right;
		float: right;
		display: inline;
		position: relative;
		padding:0 13px;
		border-left: 1px solid #c2c2c2;
		width: 170px;
	}
		/* IE7 does not listen to above and * html does not work */
		*:first-child+html #industry-news { margin-left: -20px; }
	

	
		div#industry-news h2, .inner-box h3 {
			color: #f96108;
			font-size: 20px;
			font-weight: normal;
			margin: 0 0 20px 0;
		}	


div#footer {
	clear: both;
	float: left;
	display: inline;
	margin-top: 20px;
	padding: 5px 10px;
	background: #e7e7e7 url(/images/footerbackground.gif) repeat-x 0 0;
	color: #000;
	width: 750px;
	w\idth: 730px;
}
	
	div#footer a { color: #000; text-decoration: none; }
	div#footer a:hover { text-decoration: underline; }
	
	#footer ul#footerlinks {
		float: left;
		display: inline;
		margin-left: -5px;
		width: 100%;
		line-height: 16px;
		list-style: none;
	}
	
		#footer ul#footerlinks li {
			float: left;
			display: inline;
			padding: 0 9px;
			margin: .2em 0;
			border-right: 1px solid #000;
		}
	
	#footer address {
		float: right;
		display: inline;
		width: 300px;
		text-align: right;
		line-height: 16px;
		font-style: normal;
	}
	
		#footer span#companytitle { }





/* abt stuff */


.clean ul { border-bottom: 0 !important; }

.clean a { text-decoration: underline !important; }

#firstleft_box .clean ul li { list-style: url(/images/chevron_bullet_white.gif); margin: 0 0 0 15px; padding: 0 0 10px 0; line-height: 1em; }




/* polls */

#poll-box input { margin-right: 4px; }
#poll-box ul, #poll-box ul li { margin: .5em 0; list-style: none; }

dl#poll-results {
	margin: 0;
	padding: 0;
	width: 190px;
}

dl#poll-results dt {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 0 0 2px;
	width: 100px;
	background: transparent url(/images/poll_bar.gif) no-repeat 0 50%;
	color: #000;
	font-weight: bold;
}

dl#poll-results dd {
	clear: right;
	float: left;
	display: inline;
	margin: 4px 0 0 5px;
	padding: 0;
	width: 50px;
	line-height: 1em;
}

p#votes-total { clear: both; padding-top: 1em; }

* html p#votes-total { padding-top: 0; }



/* ABT Link */

div#fine-print {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 0;
	text-align: center;
	width: 750px;
}

div#fine-print p { margin: .5em 0; line-height: 1em; }

div#abt-link {
	clear: both;
	display: inline;
	float: left;
	width: 750px;
	text-align: center;
}

div#fine-print p.lite { color: #a3a3a3; }
	
	div#abt-link p { margin: 0 auto; width: auto; line-height: 17px; }
	
	div#abt-link p a {
		display: inline;
		color: #8F8B8B;
		width: auto;
		text-decoration: none;
	}
	
	div#abt-link p span { display: inline; padding: .3em 4px .3em 17px; background: transparent url(/images/i_abt-globe.gif) no-repeat right center; }
	
	* html div#abt-link p span { position: relative; display: inline-block; margin: 0 0 0 4px; padding: 0; width: 18px; height: 17px; }
	