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;
}
* { 
	margin: 0; 
	padding: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
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: "" "";
}
FIELDSET, IMG {
	border:	0;
}
/* =============================================== */
/*+clearfix {*/
.clearfix:after, #footer:after {
	content:	'.';
	display:	block;
	height:		0;
	clear:		both;
	visibility:	hidden;
	font-size:	0;
}
.clearfix, #footer {
	display:	inline-block;
}
.clearfix, #footer {
/*\*/
	display:	block;
/**/
	_height:	1px;
}
/*+}*/
/* =============================================== */
A:link, A:active, A:visited {
	text-decoration:	none;
	outline:			none;
}
A:hover {
	text-decoration:	underline;
}
A {
	color:	#c65703;
}
UL, LI {
	/*list-style:	none;*/
	/*display:	inline-block;*/
}
body {
	font-family	:	Helvetica, Arial, sans-serif;
	color		:	#bebebe;
	line-height	:	1.5;
}
.nav.main {
	font-size	:	14px;
	text-shadow	:	#ddd 1px 1px 1px;
}
.copy {
	color		:	#222;
}
H1 {
	font-size	:	15px;
	font-weight	:	700;
}
H2 {
	font-size	:	14px;
	font-weight	:	700;
}
H3	{
	font-size	:	13px;
	font-weight	:	700;
}
H4 {
	font-weight	:	700;
}
.super {
	font-size		:	6px;
	vertical-align	:	super
}
strong {
	font-weight		:	800;
}
.orange {
	color			:	#c65703;
}
.floatright {
	float			:	right;
	margin-right	:	10px;
}
.floatleft {
	float			:	left;
}
.black {
	color			:	#000;
}

/* =============================================== */
body {
	width:				100%;
	height:				100%;
	font-size:			12px;
	background: 		#fff url(../images/bg/bg.jpg) repeat-y 0 -150px;
}
#wrapper {
	width: 		812px;
	height: 	100%;
	margin: 	0 auto;
	padding: 	60px 0 0 0;
	overflow: 	hidden;
	position:	relative;
}
	.logo.small {
		width		:	201px;
		height		:	30px;
		top			:	10px;
		left		:	8px;
		opacity		:	0;
		_filter		:	alpha(opacity=0);
		background	:	url(../images/logos/logo-small.png) no-repeat;
	}
UL.nav.main {
	float:	right;
	margin:	0 30px 0 0;
}
	UL.nav.main LI {
		width		:	90px;
		height		:	38px;
		position	:	relative;
		text-align	:	center;
		margin		:	0 2px 0 0;
		padding		:	12px 0 0 0;
		cursor		:	pointer;
		text-shadow	:	#ddd 1px 1px 1px;
		display		:	inline-block;
		_display	:	inline;
		_float		:	right;

		
	}
		UL.nav.main A:hover {
			text-decoration	:	none;
		}
		
		UL.nav.main A.selected {
			color: #9992 !important;
		}
	
		UL.nav.main A:hover LI {
			color	:	#b1b1b1;
		}
.color-bar {
	width	:	90px;
	height	:	8px;
	position:	absolute;
	bottom	:	0px;
	left	:	0px;
}
	.selected LI .color-bar {
		bottom	:	10px;
	}
	#c1 { background-color:	#DB9463; }
	#c2 { background-color:	#E1A377; }
	#c3 { background-color:	#E3B089; }
	#c4 { background-color:	#E6BE9E; }
	#c5 { background-color:	#EFD6C2; }
	#c6 { background-color: #ffefe2; }
.content.main {
	width		:	812px;
	height		:	300px;
	padding		:	0 6px;
	position	:	relative;
	overflow	:	hidden;
	background	:	url(../images/bg/content-bg.png) repeat-y;
}
	.content.top {
		width			:	812px;
		height			:	7px;
		background-image:	url(../images/bg/blur.png);
		margin			:	0 auto;
		margin-top		:	43px;
		z-index			:	-9999;
	}
	.content.bottom {
		width			:	812px;
		height			:	7px;
		background-image:	url(../images/bg/blur2.png);
		margin			:	0 auto;
	}
#display {
	position:	relative;
	left:		0px;
}
.wrapper {
	width		:	812px;
	height		:	300px;
	float		:	left;
}
.logo {
	width	:	301px;
	height	:	44px;
	position:	relative;
	left	:	105px;
	top		:	105px;
	background:	url(../images/logos/logo.png);
}
	.logo A {
		text-indent	:	-9999px;
		overflow	:	hidden;
		display		:	block;
		line-height	:	44px;
	}
.copy {
	float	:	left;
}
	.copy.main {
		width	:	413px;
		height	:	280px;
		overflow:	hidden;
		padding	:	20px 20px 0px 20px;
	}
		.copy.main p {
			margin-right :	10px;
		}
		#scroll-wrapper {
			overflow:	auto; 
			margin	:	0;
			width	:	413px;
			height	:	280px;
		}
.img-area {
	width	:	347px;
	height	:	300px;
	float	:	right;
	margin	:	0 12px 0 0;
}
#footer {
	height		:	auto;
	width		:	812px;
	margin		:	0 auto;
	margin-top	:	8px;
	margin-bottom:	40px;
	font-size	:	10px;
}
	#footer p {
		float	:	right;
		margin	:	0 33px 0 0;
		width	:	auto;
	}
UL.nav.secondary {
	width		:	812px;
	height		:	54px;
	margin		:	0 auto;
	text-align	:	center;
}
	UL.nav.secondary LI {
		width		:	255px;
		height		:	34px;
		display		:	inline-block;
		margin		:	0 20px 0 0;
		_margin		:	0 0 0 10px;
		padding		:	18px 0 0 0;
		color		:	#C56703;
		font		:	normal 16px Century Gothic;
		cursor		:	pointer;
		background	:	url(../images/bg/button-bg.jpg);
	}
		UL.nav.secondary LI:hover {
			color	:			#545454;
			text-decoration	:	none;
		}
		UL.nav.secondary LI:last-child {
			margin-right	:	0;
		}
		UL.nav.secondary LI:first-child {
			_margin			:	0 0 0 0;
		}
		UL.nav.secondary LI.selected {
			background	:	url(../images/bg/button-bg3.jpg) no-repeat;
		}
		UL.nav.secondary LI.inactive {
			color	:	#999999;
		}
.content.alt {
	width		:	800px;
	height		:	auto;
	margin		:	0 auto;
	padding		:	20px 10px 0 10px;
}
	.content.alt .copy {
		clear:both;
		background	:	url(../images/bg/bot-grad.png) repeat-x bottom;
	}


.nav.main A {
	color		:	#b1b1b1 !important;
}
.nav.main A:hover {
	color		:	#a1a1a1 !important;
}
/*-------------------------------- 
	Staff Pages
--------------------------------*/

#staff-listing {
	float	:	left; 
	width	:	100%; 
	height	:	auto; 	
	top		:	-35px; 
	overflow:	auto;
}
	#staff #scroll-wraper {
		width	:	auto;
		height	:	auto;
	}
#staff-bio {
	width	:	45%;
	height	:	auto;
	margin	:	0 0 0 3%; 
	float	:	right;
	overflow:	hidden;
}


/*-------------------------------- 

--------------------------------*/

.inputactive{
	background	:	#f9ede2;
	border		:	thin solid #999;
}

.inputactive{
	background	:	#f9ede2;
	border		:	thin solid #999;
}

#all-secondary-content .copy
{
	background	:	url(../images/bot-grad.png) bottom repeat-x;
}
.blank.copy {
	background	:	none !important;
}
.quote { 
	color	:	#db9463;
}  
input, textarea
{ 
	background			:	#ddd;
	width				:	350px; 
	height				:	12px;
	font-size			:	12px;
	padding				:	5px;
	border				: 	thin solid #aaa;
	-moz-border-radius	:	10px;
	margin-bottom		:	8px;
}
textarea {
	height			:	105px;
}
.blank.copy { 
	background		:	none !important; 
}
.quote {
	color			:	#db9463;
}  
textarea {
	height			:	105px;
}
img {
	margin-right	:	20px;
}
UL.orangedisc LI {
	list-style			:	disc inside !important;
	color				:	#c65703;
}

UL.orangedisc {
	list-style			:	disc inside !important;
}
.orangedisc {
	list-style			:	disc inside !important;
}

/*-------------------------------- 
Image stuff
--------------------------------*/
#roi-image.wrapper
{
	width		:	812px;
	height		:	300px;
	background	:	url(../images/content/roi.jpg) no-repeat;
}
#rfp-image.wrapper{
	width		:	812px;
	height		:	300px;
	background	:	url(../images/content/rfp.jpg) no-repeat;
}
#eh-image.wrapper{
	width		:	812px;
	height		:	300px;
	background	:	url(../images/content/eh.jpg) no-repeat;
}
.img-area.media {
	background	:	url(../images/content/media.jpg) no-repeat;
}
.img-area.partners {
	background	:	url(../images/content/partners.jpg) no-repeat;
}
.img-area.services {
	background	:	url(../images/content/services.jpg) no-repeat;
}
.img-area.about {
	background	:	url(../images/content/about.jpg) no-repeat;
}
.img-area.contact {
	background	:	url(../images/content/contact.jpg) no-repeat;
}
.img-area.staff {
	background	:	url(../images/content/bio.jpg) no-repeat;
}
.img-area.careers {
	background	:	url(../images/content/careers.jpg) no-repeat;
}
.img-area.testimonials {
	background	:	url(../images/content/testimonial.jpg) no-repeat;
}
/*--------------------------------*/
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_right.png') repeat-x;
}
/*--------------------------------
jScrollPane
--------------------------------*/

.jScrollPaneContainer {
	position:relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(../images/scrollpane/scroll-bg.png) center repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: #db9463;
	cursor: pointer;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 1px;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/scrollpane/arrowUp.jpg);
	height: 6px;
}
a.jScrollArrowUp:hover {
	background-color: #f60;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/scrollpane/arrowDown.jpg);
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-color: #f60;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #f00;
}