/* ******* TOP LEVEL ELEMENTS ******* */

body
{
	margin:0 0 0 14px;
	padding:0;
	background-color:#ffffff;
}



/* COLORS */

#kci h1							{ color:#FF5C00; }
#team h1						{ color:#5F9AB6; }
#message h1						{ color:#F5BA10; }
#goals h1						{ color:#A2CC11; }
#explore h1						{ color:#707070; }

#header td a#nav1 				{ background-color:#FF5C00; border:1px solid #FF5C00; }
#header td a#nav1:hover			{ background-color:#ffffff; color:#FF5C00; border:1px solid #FF5C00; }
#header td a#nav1.onstate		{ background-color:#ffffff; color:#FF5C00; border:1px solid #FF5C00; }
#header td a#nav2 				{ background-color:#5F9AB6; border:1px solid #5F9AB6; }
#header td a#nav2:hover			{ background-color:#ffffff; color:#5F9AB6; border:1px solid #5F9AB6; }
#header td a#nav2.onstate		{ background-color:#ffffff; color:#5F9AB6; border:1px solid #5F9AB6; }
#header td a#nav3 				{ background-color:#F5BA10; border:1px solid #F5BA10; }
#header td a#nav3:hover			{ background-color:#ffffff; color:#F5BA10; border:1px solid #F5BA10; }
#header td a#nav3.onstate		{ background-color:#ffffff; color:#F5BA10; border:1px solid #F5BA10; }
#header td a#nav4 				{ background-color:#A2CC11; border:1px solid #A2CC11; }
#header td a#nav4:hover			{ background-color:#ffffff; color:#A2CC11; border:1px solid #A2CC11; }
#header td a#nav4.onstate		{ background-color:#ffffff; color:#A2CC11; border:1px solid #A2CC11; }
#header td a#nav5 				{ background-color:#707070; border:1px solid #707070; }
#header td a#nav5:hover			{ background-color:#ffffff; color:#707070; border:1px solid #707070; }
#header td a#nav5.onstate		{ background-color:#ffffff; color:#707070; border:1px solid #707070; }

#kci #subnav a					{ border: 1px solid #FF5C00; color: #FF5C00; }
#kci #subnav li#active a		{ background-color: #FF5C00; border: 1px solid #FF5C00; color: #ffffff; }
#kci #subnav a:visited			{ border: 1px solid #FF5C00; text-decoration:none; }
#kci #subnav a:hover			{ background-color: #FF5C00; color: #ffffff; text-decoration:none; }

#team #subnav a					{ border: 1px solid #5F9AB6; color: #5F9AB6; }
#team #subnav li#active a		{ background-color: #5F9AB6; border: 1px solid #5F9AB6; color: #ffffff; }
#team #subnav a:visited			{ border: 1px solid #5F9AB6; text-decoration:none; }
#team #subnav a:hover			{ background-color: #5F9AB6; color: #ffffff; text-decoration:none; }

#message #subnav a				{ border: 1px solid #F5BA10; color: #F5BA10; }
#message #subnav li#active a	{ background-color: #F5BA10; border: 1px solid #F5BA10; color: #ffffff; }
#message #subnav a:visited		{ border: 1px solid #F5BA10; text-decoration:none; }
#message #subnav a:hover		{ background-color: #F5BA10; color: #ffffff; text-decoration:none; }

#goals #subnav a				{ border: 1px solid #A2CC11; color: #A2CC11; }
#goals #subnav li#active a		{ background-color: #A2CC11; border: 1px solid #A2CC11; color: #ffffff; }
#goals #subnav a:visited		{ border: 1px solid #A2CC11; text-decoration:none; }
#goals #subnav a:hover			{ background-color: #A2CC11; color: #ffffff; text-decoration:none; }

#explore #subnav a				{ border: 1px solid #707070; color: #707070; }
#explore #subnav li#active a	{ background-color: #707070; border: 1px solid #707070; color: #ffffff; }
#explore #subnav a:visited		{ border: 1px solid #707070; text-decoration:none; }
#explore #subnav a:hover		{ background-color: #707070; color: #ffffff; text-decoration:none; }

#topdiv
{
	width:770px;
	height:119px;
}

#header
{
	float:left;
	margin-top:56px;
	border-collapse:collapse;
	border:none;
}

#header td
{
	border-right: 2px solid #ffffff;
}

#header td a
{
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	letter-spacing:1px;
	text-align:center;
	padding: 3px 5px 2px 5px;
	color: #ffffff;
	text-decoration: none;
	display:block;
}

#logo
{
	padding:10px 0 0 0;
	float:right;
}

/* ******* HOME PAGE ******* */


#hleftcol
{
	width:281px;
	vertical-align:top;
	padding:10px 0 0 0;
}

#hmaincol
{
	width:489px;
	vertical-align:top;
	padding:14px 0 0 0;
}


#home #hmaincol h1
{
	display:none;
}

#hmaincol p
{
	margin:10px 0;
	padding-left:40px;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	font-weight:normal;
	color:#333333;
}

#sidebar
{
	float:right;
	display:inline;
	margin:16px 14px 20px 23px;
}

#byline
{
	padding-top:12px;
}

img#byline2
{
	margin:10px 0 0 30px;
}

/* ******* ALL PAGES ******* */

#content
{
	border-collapse:collapse;
	border:none;
	width:770px;
	table-layout:fixed;
}

#leftcol
{
	vertical-align:top;
	width:123px;
	padding:0;
}

#maincol
{
	vertical-align:top;
	padding:40px 0 0 0;
	width:456px;
}

#rightcol
{
	vertical-align:top;
	width:191px;
	padding:56px 0 0 0;
}

img#fish2
{
	margin-top:150px;
}

img#fish3
{
	margin-top:20px;
}

#maincol p
{
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#333333;
}

#maincol li
{
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	text-align:left;
	color:#333333;
}

#maincol h1
{
	font-family: times, 'times new roman', serif;
	font-size:41px;
	font-weight:normal;
	text-align:left;
	margin:0 0 20px 0;
}

#maincol h2
{
	color:#A2CC11;
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
}

/* ******* SECONDARY NAVIGATION ******* */

ul#subnav 
{
	margin: 0 0 0 21px;
	padding: 0;
	list-style: none;
	width:170px;
}

#subnav li
{
	margin: 0 0 3px 0;
	list-style: none;
}

#subnav li#active
{
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#subnav a
{
	display: block;
	padding: 3px 0;
	width: 145px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	margin: 0 0 0 23px;
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	text-decoration:none;
}

#subnav a.double
{
	padding:10px 0 9px 0;
}

* html #subnav a
{
	width:147px;
	w\idth:145px;
}

/* ******* BASIC 2 COLUMN TABLE ******* */

table#twocol
{
	border:none;
	border-collapse:collapse;
	width:456px;
	margin-top:20px;
}

table#twocol td
{
	padding:10px 0;
	vertical-align:top;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

table#twocol td.left
{
	padding-right:15px;
}

table#twocol td p
{
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

/* ******* CLIENTS TABLE ******* */

#listing
{
	width:647px;
}

#listing p
{
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#333333;
}

table#clientlist
{
	border:none;
	border-collapse:collapse;
	width:647px;
	margin-top:0px;
}

table#clientlist td
{
	border-bottom: 1px solid #eeeeee;
	padding:5px 0;
	vertical-align:top;
	text-align:left;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	font-weight:normal;
	color:#333333;
}

table#clientlist td.heading
{
	background-color: #eeeeee;
	padding-left:5px;
	font-weight:bold;
}

table#clientlist td.heading2
{
	background-color: #eeeeee;
	font-weight:bold;
}

table#clientlist td.name
{
	padding-left:2px;
}


/* ******* CAREERS TABLE ******* */

table#careerlist
{
	border:none;
	border-collapse:collapse;
	width:100%;
	margin-top:0px;
}

table#careerlist td
{
	border-bottom: 1px solid #eeeeee;
	padding:5px 0 5px 5px;
	vertical-align:top;
	text-align:left;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	font-weight:normal;
	color:#333333;
}

table#careerlist th
{
	background-color: #eeeeee;
	padding-left:5px;
	font-weight:bold;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	text-align:left;
}

table#careerlist .file
{
	text-align:right;
}

table#careerlist .file img
{
	display:inline;
}

/* ******* CONTACT US TABLE ******* */

table#offices
{
	border:none;
	border-collapse:collapse;
	width:100%;
}

table#offices td
{
	width:50%;
	padding:0 0 15px 0;
	vertical-align:top;
	text-align:left;
}

table#offices td p
{
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	text-align:left;
}

table#offices td p span
{
	display:block;
	float:left;
	font-weight:bold;
	width:60px;
}


/* ******* FOOTER AREA ******* */


#footer
{
	width:770px;
	margin-top:30px;
	border-collapse:collapse;
	border:none;
	border-top:1px solid #cccccc;
}

#footer td
{
	padding:10px 0 18px 0;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	letter-spacing:1px;
	color:#999999;
}

#footer #left
{
	width:345px;
}

#footer #right
{
	width:425px;
	text-align:right;
}



/* ******* COMMON PAGE ELEMENTS ******* */

img
{
	border:none;
	display:block;
}

a
{
	color:#FF5C00;
	text-decoration:none;
}

a:hover
{
	color:#A2CC11;
	text-decoration:underline;
}


/* ******* PRINTING ******* */

@media print
{
	/* hide all of this */
	#header, #leftcol, #rightcol, #fish, #sidebar, #byline, #subnav, #subfish, #fish2, #fish3, .noprint { display:none; }

	body			{ margin:0; padding:0; }

	#logo			{ margin:0; padding:0; display:block; height:110px; float:left; text-align:left; }
	#logo img		{ display:block; margin:0; }

	#main			{ display:block; width:100%; margin:0; padding-top:30px; }
	#home #main h1 	{ display:block; font: normal normal 24pt/31pt times, 'times new roman', serif; text-align:left; color:#000000; }
	#main p			{ padding:0; font: normal normal 12pt/15pt times, 'times new roman', serif; text-align:justify; color:#000000; }

	#content		{ width:100%; margin:0; padding:0; }
	#maincol		{ width:100%; margin:0; padding:0; }
	#maincol h1		{ font-size: 24pt; font-family: times, 'times new roman', serif; text-align:left; color:#000000; margin:10px 0; padding:0; }
	#maincol h2		{ font-size: 16pt; font-family: times, 'times new roman', serif; text-align:left; color:#000000; padding:0; }
	#maincol p		{ font-size: 12pt; line-height:15pt; font-family: times, 'times new roman', serif; text-align:justify; color:#000000; padding:0;  }

	#teams			{ display:none; }

	#bios			{ width:100%; border-collapse:collapse; border:none; table-layout:fixed; }
	#blank			{ display:none; }
	#desc			{ vertical-align:top; width:100%; padding:0; }
	.bio, .bioVisible	{ display:block; width:100%; margin:2em 0 0 0; padding:0; }
	.bio h2, .bioVisible h2	{ font: normal bold 13pt/16pt times, 'times new roman', serif; text-align:left; color:#000000; }
	.bio h3, .bioVisible h3	{ font: italic normal 12pt/16pt times, 'times new roman', serif; text-align:justify; color:#000000; }
	.bio p, .bioVisible p	{ font: normal normal 12pt/16pt times, 'times new roman', serif; text-align:justify; color:#000000; }

	table#offices		{ width:100%; margin:0; }
	table#offices td	{ white-space:nowrap; }
	table#offices td p	{ font: normal normal 12pt/15pt times, 'times new roman', serif; padding-right:1em; }

	#footer			{ width:100%; margin:30px 0 0 0; padding:0; }
	#footer #left 		{ width:100%; padding:0; text-align:left; font: normal normal 10pt/15pt times, 'times new roman', serif; color:#000000; }
	#footer #right 		{ display:none; }

	a:link			{ color: #000000; text-decoration: none; }
	a:visited		{ color: #000000; text-decoration: none; }
	a:hover			{ color: #000000; text-decoration: none; }
	a:active		{ color: #000000; text-decoration: none; }
}