@charset "utf-8";
/* Reset styles */
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* 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;
}
#header 
  {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Base styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #3B4144;
	background-color: #FFF;
}
a {
	color: #01688E;
}
a img {
	border: none;
}
em {
	font-style: italic;
}
h1 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
strong {
	font-weight: bold;
}
ul {
	margin: 15px;
	padding: 0px;
	padding-left: 15px;
	list-style-type: square;
}
a:hover {
	text-decoration: underline;
	color: #EE6103;
}
#mainWrapper {
	width: 100%;
	height: 1%;
	overflow: hidden;
	position: relative;
}
/* Wrapper Segment Styles */
#headerWrapper {
	width: 100%;
	background-color: #FFF;
	height: 92px;
}
#navigationWrapper {
	height: 35px;
	width: 100%;
	background-image: url(../images/common/navBkgdOff.jpg);
	background-repeat: repeat-x;
}
#marquisWrapper {
	width: 100%;
	background-color: #464B4E;
	height: 76px;
}
body.home #marquisWrapper {
	height: 326px;
}
#contentWrapper {
	width: 100%;
	height: 1%;
	overflow: hidden;
	position: relative;
	background-image: url(../images/common/amberBkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	background-color: #FFF;
}
#footerWrapper {
	width: 100%;
	background-color: #016F86;
}
/* Header styles */
#header {
	height: 92px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	height: 72px;
	width: 420px;
	margin: 10px 0px;
	float: left;
	background-image: url(../images/common/logo.gif);
	background-repeat: no-repeat;
}
#logo h1 {
	margin-left: -1000em;
}
#tagline {
	width: 300px;
	height: 40px;
	float: right;
	margin-top: 52px;
}
#tagline p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
	font-weight: normal;
	color: #3B4144;
}
/* Navigation styles */
#navigation {
	clear: both;
	height: 35px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #FFF;
}
body.home #aHome, body.about #aAbout, body.team #aAbout, body.services #aServices, body.approach #aApproach, body.clients #aClients, body.resources #aResources, body.contact #aContact {
	color: #016F86;
	background-image: url(../images/common/navBkgdOn.jpg);
	background-repeat: repeat-x;
}
/* Marquis styles */
#marquis {
	clear: both;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	height: 76px;
}
#marquis p {
	margin: 0px;
	padding: 0px;
	margin-left: -3000px;
}
body.home #marquis, body.about #marquis, body.team #marquis, body.approach #marquis, body.services #marquis, body.clients #marquis, body.resources #marquis, body.contact #marquis, body.sitemap #marquis {
	background-repeat: no-repeat;
}
body.home #marquis {
	background-image: url(../images/graphics/marquis/home.jpg);
	height: 326px;
}
body.about #marquis {
	background-image: url(../images/graphics/marquis/about.gif);
}
body.team #marquis {
	background-image: url(../images/graphics/marquis/team.gif);
}
body.services #marquis {
	background-image: url(../images/graphics/marquis/services.gif);
}
body.approach #marquis {
	background-image: url(../images/graphics/marquis/approach.gif);
}
body.clients #marquis {
	background-image: url(../images/graphics/marquis/clients.gif);
}
body.resources #marquis {
	background-image: url(../images/graphics/marquis/resources.gif);
}
body.contact #marquis {
	background-image: url(../images/graphics/marquis/contact.gif);
}
body.sitemap #marquis {
	background-image: url(../images/graphics/marquis/general.gif);
}
/* Content styles */
#content {
	clear: both;
	height: 1%;
	overflow: hidden;
	width: 920px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#bodyContent {
	width: 700px;
	margin-left: 10px;
	float: left;
	margin-bottom: 100px;
}
#bodyContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #01688e;
	margin: 0px;
	padding-top: 10px;
}
#bodyContent h3 {
	border-left: 10px solid #EE6103;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #464B4E;
}
#bodyContent img {
	float: right;
	margin-left: 10px;
	margin-top: 0px;
}
#bodyContent p, #bodyContent ul {
	margin-right: 210px;
}
body.home #bodyContent p, body.home #bodyContent ul, body.sitemap #bodyContent ul {
	margin-right: 0px;
}
/* Home page styles */
body.home #content {
	background-image: url(../images/graphics/content/homeBkgd.jpg);
	background-repeat: no-repeat;
}
body.home #bodyContent, body.contact #bodyContent {
	width: 920px;
}
body.home #homeContent {
	margin-top: 50px;
	width: 423px;
	float: left;
}
body.home #pathing {
	margin-top: 50px;
	width: 230px;
	float: left;
	margin-left: 20px;
	position: relative;
}
#box1, #box2, #box3, #box4, #box5, #box6 {
	width: 226px;
	position: absolute;
	z-index: 1;
}
#box1 {
	left: 0px;
	top: 0px;
}
#box2 {
	left: 231px;
	top: 0px;
}
#box3 {
	left: 0px;
	top: 145px;
}
#box4 {
	left: 231px;
	top: 145px;
}
#box5 {
	left: 0px;
	top: 290px;
}
#box6 {
	left: 231px;
	top: 290px;
}

/* Tier 2 navigation styles */
#aboutNav, #teamProfilesNav, #servicesNav, #approachNav, #clientsNav, #caseStudiesNav, #resourcesNav {
	width: 200px;
	color: #FFF;
	float: left;
	margin: 0px;
	background-color: #01688E;
	border-bottom: solid 5px #CDCDCD;
	margin-bottom: 100px;
}
#aboutNav h3, #teamProfilesNav h3, #servicesNav h3, #approachNav h3, #clientsNav h3, #caseStudiesNav h3, #resourcesNav h3 {
	margin: 10px;
	padding: 0px;
}
#aboutNav ul, #teamProfilesNav ul, #servicesNav ul, #approachNav ul, #clientsNav ul, #caseStudiesNav ul, #resourcesNav ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#aboutNav ul li a, #teamProfilesNav ul li a, #servicesNav ul li a, #approachNav ul li a, #clientsNav ul li a, #caseStudiesNav ul li a, #resourcesNav ul li a {
	padding: 8px 10px;
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 180px;
	line-height: 16px;
}
#aboutNav ul li a:hover, #teamProfilesNav ul li a:hover, #servicesNav ul li a:hover, #approachNav ul li a:hover, #clientsNav ul li a:hover, #caseStudiesNav ul li a:hover, #resourcesNav ul li a:hover {
	color: #FFF;
	background-color: #679BAE;
}
.one .aOne, .two .aTwo, .three .aThree, .four .aFour, .five .aFive, .six .aSix, .seven .aSeven, .eight .aEight, .nine .aNine, .ten .aTen, .eleven .aEleven, .twelve .aTwelve, .thirteen .aThirteen, .fourteen .aFourteen, .fifteen .aFifteen {
	color: #FFF;
	background-color: #679BAE;
}
#aboutNav ul li a:hover, #teamProfilesNav ul li a:hover, #servicesNav ul li a:hover, #approachNav ul li a:hover, #clientsNav ul li a:hover, #caseStudiesNav ul li a:hover, #resourcesNav ul li a:hover {
	color: #FFF;
	background-color: #679BAE;
}
/* Footer styles */
#footer {
	clear: both;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	background-color: #016F86;
}
#footerCol1, #footerCol2, #footerCol3 {
	float: left;
	margin-top: 10px;
}
#footerCol1 {
	width: 500px;
}
#footerCol2 {
	width: 250px;
}
#footerCol3 {
	width: 170px;
}
#footer p {
	font-size: 11px;
	line-height: 16px;
	color: #C2DDEB;
	margin: 0px;
	padding: 5px 0px;
}
#footer p a {
	color: #C2DDEB;
	text-decoration: underline;
}
#footer p a:hover {
	text-decoration: none;
}
/* Main Navigation Spry Styles */
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}
ul.MenuBarActive {
	z-index: 1000;
}
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 9em;
	float: left;
}
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}
ul.MenuBarHorizontal ul li {
	width: 28em;
	text-align: left;
}
ul.MenuBarHorizontal ul li a {
	padding-left: 10px;
}
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -5% 0 0 55%;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	padding: 10px 0px 8px 0px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/common/navBkgdOff.jpg);
	background-repeat: repeat-x;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	color: #016F86;
	background-image: url(../images/common/navBkgdOn.jpg);
	background-repeat: repeat-x;
}
ul.MenuBarHorizontal ul li a.MenuBarItemSubmenu {
	color: #FFF;
	background-image: url(../images/common/navBkgdOff.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 10px;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #016F86;
	background-image: url(../images/common/navBkgdOn.jpg);
	background-repeat: repeat-x;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
/* Team Bios spry styles */
/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.TabbedPanels {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	float: left;
	clear: none;
	margin-bottom: 20px;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #F0F0F6;
	list-style: none;
	border: solid 1px #CDCDCD;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #999;
}
.TabbedPanelsTabHover {
	background-color: #FFF;
	color: #EE6103;
}
.TabbedPanelsTabSelected {
	background-color: #CAE2EE;
	border-bottom: 1px solid #CAE2EE;
	color: #01688E;
}
.TabbedPanelsTab a {
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #CDCDCD;
	background-color: #CAE2EE;
}
.TabbedPanelsContent {
	padding: 20px;
	overflow: hidden;
	height: 1%;
	background-image: none;
	background-color: #FFF;
}
.TabbedPanelsContent.bioPhoto {
	padding: 0px;
	height: 518px;
	margin: 0px;
}
.TabbedPanelsContentVisible {
	background-image: url(../images/bios/bioBkgd.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: left top;
}

