/* Browser reset
*************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Commons
*************************************************/
body {
	background: url(../images/main_bg.gif) repeat-x;
	background-color: #181b22;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	line-height: 16px;
	margin-bottom: 10px;
	width: 98%;
}

strong { font-weight: bold; }

a { text-decoration: none; color: #262D48; }
	a:hover { text-decoration: underline; }

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.hidden { display: none; }

.mt10 { margin-top: 10px; }
.mt30 { margin-top: 30px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.ml20 { margin-left: 20px; }

/* Structure
*************************************************/
#canvas {
	background: url(../images/content_bg.png) repeat-y;
	width: 996px;
	margin: 0 auto;
}

	#content_container { margin-left: 8px; width: 980px; }
	
/* Header
*************************************************/
#header { background: #1D1E2B url(..images/header_bg.gif) repeat-x; padding: 10px 0 0; }

	#logo {
		background: url(../images/wavelength.gif) no-repeat;
		display: block;
		height: 95px;
		margin-left: 15px;
		text-indent: -9999px;
		width: 177px;
	}
	
	#nav {
		float: right;
		margin-right: 20px;
		margin-top: -50px;
	}
	
		#nav li { float: left; }
		
			#nav li a {
				background: url(../images/nav.gif);
				display: block;
				text-indent: -9999px;
			}
				
				#nav li.nav_home a { background-position: 0px 0px; height: 50px; width: 71px; }
					#nav li.nav_home a.active, #nav li.nav_home a.active:hover { background-position: 0px -51px; }
					#nav li.nav_home a:hover { background-position: 0px -102px; }
				
				#nav li.nav_aboutus a { background-position: -79px 0px; height: 50px; width: 107px; }
					#nav li.nav_aboutus a.active, #nav li.nav_aboutus a.active:hover { background-position: -79px -51px; }
					#nav li.nav_aboutus a:hover { background-position: -79px -102px; }
				
				#nav li.nav_ourservices a { background-position: -194px 0px; height: 50px; width: 143px; }
					#nav li.nav_ourservices a.active, #nav li.nav_ourservices a.active:hover { background-position: -194px -51px; }
					#nav li.nav_ourservices a:hover { background-position: -194px -102px; }
				
				#nav li.nav_results a { background-position: -345px 0px; height: 50px; width: 95px; }
					#nav li.nav_results a.active, #nav li.nav_results a.active:hover { background-position: -345px -51px; }
					#nav li.nav_results a:hover { background-position: -345px -102px; }
				
				#nav li.nav_contactus a { background-position: -448px 0px; height: 50px; width: 128px; }
					#nav li.nav_contactus a.active, #nav li.nav_contactus a.active:hover { background-position: -448px -51px; }
					#nav li.nav_contactus a:hover { background-position: -448px -102px; }

/* Splash area - home
*************************************************/
#splash {
	border-bottom: 4px solid #262d48;
	height: 331px;
}

.splash_home { background: url(../images/splash_home.jpg) no-repeat; }
.splash_about_us { background: url(../images/splash_about_us.jpg) no-repeat; }
.splash_services { background: url(../images/splash_services.jpg) no-repeat; }
.splash_results { background: url(../images/splash_results.jpg) no-repeat; }
.splash_contact { background: url(../images/splash_contact.jpg) no-repeat; }

	#splash_content {
		position: relative;
		padding-left: 420px;
		padding-right: 100px;
		top: 40px;
	}

		#splash_content h1 {
			background: url(../images/main_text.png) no-repeat;
			height: 142px;
			margin-bottom: 20px;
			text-indent: -9999px;
			width: 447px;
		}
		
			#splash_content p {
				color: #5b5d64;
				font-size: 16px;
				line-height: 26px;
			}
			
			#splash_content p.sup { font-size: 14px; margin-top: 15px; }

/* Feat - home
*************************************************/
.feat {
	background: url(../images/feat_bg.gif);
	padding: 20px 0 40px;
}
		
	.feat_box {
		margin: 0 auto;
		width: 840px;
		position: relative;
	}
	
		.curl {
			background: url(../images/curl.png) no-repeat;
			height: 290px;
			left: -114px;
			position: absolute;
			top: -19px;
			width: 214px;
		}
	
	
		.feat_box_top { background: url(../images/feat_box_top.png) no-repeat; height: 17px; }
		.feat_box_mid { background: url(../images/feat_box_mid.png) repeat-y; }
			.feat_box_mid_container { margin-left: 17px; width: 800px; }
		.feat_box_btm { background: url(../images/feat_box_btm.png) no-repeat; height: 17px; }
		
/* General container & column structures
*************************************************/		
.content {
	background-color: #dce1e9;
	background: url(../images/feat_bg.gif);
	padding: 40px 0 100px;	
}

.c_alt { background-color: #fff; padding-top: 0; }

.c_short { padding: 40px 0 30px; background: #fff url(../images/sect_bg_rev.png) repeat-x; }

.text_block {
	float: left;
	margin-left: 31px;
	padding: 20px 0;
	width: 360px;
}
	
.col_3 {
	float: left;
	margin-left: 20px;
	width: 300px;
}

.col_4 {
	float: left;
	margin-left: 20px;
	width: 220px;
}

	.col_3 h3,
	.col_3 h4,
	.col_3 a.readmore,
	.col_4 h3,
	.col_4 h4,
	.col_4 a.readmore,
	h3.headline {
		color: #262D48;
		font-family: Georgia, Times, serif;
	}
	
	.col_3 h3, .col_4 h3, h3.headline {
		font-size: 20px;
		font-style: italic;
		margin-bottom: 20px;
	}
		
	.col_3 h4, .col_4 h4 { font-size: 14px; margin-bottom: 5px; }
		.col_4 h4 { line-height: 18px; }
	
	a.readmore { font-size: 14px; font-weight: normal; }

.col_2 {
	float: left;
	margin-left: 20px;
	width: 460px;
}

	.col_2 h3, .col_2 h4 {
		font-family: Georgia, Times, serif;
		font-style: italic;
	}
	
	.col_2 h3 {
		color: #262D48;
		font-size: 24px;
		margin-bottom: 3px;
	}
	
	.col_2 h4 {
		color: #666;
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.col_4 font, .col_4 br { display: none; }
	
.col_lg {
	width: 680px;
	margin-left: 100px;	
}

.services_block {
	background: url(../images/our_services_graphic.png) no-repeat 50% 50%;
	height: 300px;
}

	.services_block div, .services_block h2 { display: none; }

/* Bottom area
*************************************************/
.sect { margin-top: -120px; }
.hp_sect { margin-top: -90px; }

	.sect p {
		color: #333;
		font-size: 11px;
		line-height: 16px;
	}

	.wave_trans { background: url(../images/wave_trans.png) no-repeat; height: 167px;  }
	.wave_trans_rev { background: url(../images/wave_trans_rev.png) no-repeat; height: 167px; margin-bottom: -30px; position: relative; top: -35px;  }
	
	.sect_container {
		background: url(../images/sect_bg.png) repeat-x;
		background-color: #878c96;
		padding-bottom: 50px;
	}
	
	.sc_long { background: #fff url(../images/sect_bg.png) repeat-x 0px bottom; }
	
	.btm_rounded {
		background: url(../images/btm_rounded.png) no-repeat;
		height: 4px;
		margin-top: -3px;
	}
	
	.shifted_wave {
		background: #fff url(../images/sect_bg_short.png) repeat-x 0px -10px
	}
	
/* Text Styles
*************************************************/
h2.expertise {
	background: url(../images/callout.gif) no-repeat;
	height: 177px;
	margin-bottom: 20px;
	margin-top: 5px;
	width: 298px;
	text-indent: -9999px;
}

h2.multi {
	background: url(../images/about_us_blurb.gif) no-repeat;
	height: 100px;
	text-indent: -9999px;
	width: 300px;
}

h2.head_management {
	background: url(../images/head_management.gif) no-repeat;
	height: 21px;
	text-indent: -9999px;
	width: 286px;
}

h2.head_highimpact {
	background: url(../images/head_highimpact.gif) no-repeat;
	height: 26px;
	text-indent: -9999px;
	width: 877px;
}

h2.head_engage {
	background: url(../images/head_engage.gif) no-repeat;
	height: 26px;
	text-indent: -9999px;
	width: 828px;
}

h3.head_moving {
	background: url(../images/head_moving.gif) no-repeat;
	height: 129px;
	text-indent: -9999px;
	width: 283px;
}

h3.head_oi {
	background: url(../images/head_oi.gif) no-repeat;
	height: 20px;
	text-indent: -9999px;
	width: 400px;
}

h3.head_global {
	background: url(../images/head_global.gif) no-repeat;
	height: 23px;
	text-indent: -9999px;
	width: 908px;
}

.alt_c { color: #262D48; }

.leadin {
	font-family: Georgia, Times, serif;
	font-size: 16px !important;
	font-style: italic !important;
	line-height: 28px !important;
}

.case {
	color: #262D48;
	font-size: 16px !important;
	line-height: 26px !important;
}

.tout {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 32px;
}

.content p,
.text_block p {
	font-size: 13px;
	line-height: 22px;
}

.nt p {
	font-size: 13px;
	color: #666;
	line-height: 20px;	
}

.feeds a { color: #384983 !important; }

/* Footer
*************************************************/
#footer {
	color: #fff;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	width: 996px;
}

	#footer a { color: #dce1e9; }
