body
{
	background-image: url(../images/background.jpg);
	width: 900px;
	height: 100%;
	padding: 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.over { z-index: 3; }

h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	display: block;
	position: relative;
	margin-top: 0;
}
	

div#header
{
	background-image: url(../images/tra_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 10px;
}

div#bodyImage
{
}

a#logo
{
	left: 10px;
	top: 11px;
	position: relative;
	display: block;
	width: 145px;
	height: 70px;
}

div#footer
{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position:left;
	height: 80px;
	width: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	
}

div#footerMenuContainerRight
{
	text-align: left;
	margin: 0;
	padding: 0;
	top: 50px;
	height: auto;
	position: relative;
}

ul#footerMenu
{
	list-style-type: none;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul#footerMenu li
{
	display:block;
	border-style: none none none solid;
	border-width: 0 0 0 1px;
	border-color: white;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

ul#footerMenu li.first
{
	padding: 0 10px 0 0;
	border-style: none;
	border-width: 0;
}

#footerMenu li a, #footerMenu li a#visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#footerMenu li a:hover
{
	text-decoration: underline;
}
	
div#headerMenuContainer
{
	text-align: right;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 649px;
	top: 31px;
	width: 200px;
	height: 20px;
}

ul#headerMenu
{
	margin: 0;
	padding: 0;
}

ul#headerMenu li
{
	float: right;
	list-style: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-style: none none none solid;
	border-width: 0 0 0 1px;
	border-color: black;
	padding: 0 10px 0 10px;
	margin: 0;
}

ul#headerMenu li.first
{
	padding: 0 10px 0 0;
	border-style: none;
	border-width: 0;
}

#headerMenu li a, #headerMenu li a#visited
{
	color: #000000;
	text-decoration: none;
}

#headerMenu li a:hover
{
	text-decoration: underline;
}

ul#nav
{
	list-style: none;
	display: block;
	width: 600px;
	height: 27px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 165px;
	padding-bottom: 0;
	padding-left: 135px;
	position: absolute;
	z-index: 100;
	top: 80px;
}

ul#nav li
{
	list-style: none;
	margin: 0;
	float: left;
	display: block;
	padding: 0 10px 0 0;
	position: relative;
}

ul#nav li a
{
	display: block;
	height: 27px;
	width: 133px;
	background-image: url('../images/bk-dropdownMap.gif');
	background-repeat: no-repeat;
}

ul#nav li a span
{
	display: none;
}

ul#nav li ul {
	display: none;
	padding: 0;
	margin: 0;
}

ul#nav li:hover ul, ul#nav li.over ul

{
	display: block;
	position: absolute;
	left: 0;
	top: 27px;
	color: white;
	padding: 0;
	margin: 0;
	width: 132px;
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	border-color: #808080;
	z-index: 2;
}

ul#nav li ul li
{
	display: block;
	float: none;
	margin: 0;
	background-color: #404040;
	width: auto;
	padding: 0;
}

ul#nav li ul li a
{
	padding: 8px 8px 8px 8px;
	display: block;
	background-image: none;
	font-size: 11px;
	text-decoration: none;
	color: white;
	height: auto;
	font-family: arial, helvetica, sans-serif;
	width: 116px;
	background-color: #404040;
	border-style: solid none none none;
	border-width: 1px 0 0 0;
	border-color: #808080;
	margin: -1px 0 0 0;
	z-index: 2;
}

ul#nav li ul li a:hover
{
	background-color: black;
	z-index: 2;
}

/*initial states*/
#liAbout a { background-position: 0 0;
}
#liApproach a {
	background-position: -143px 0;
}
#liConsulting a { background-position: -285px 0;
}
#liProjects a { background-position: -427px 0;
}

/*on states*/
#liAbout.on a, #liAbout.on a:hover { background-position: 0 -71px;
}
#liApproach.on a, #liApproach.on a:hover { background-position: -143px -71px;
}
#liConsulting.on a, #liConsulting.on a:hover { background-position: -285px -71px;
}
#liProjects.on a, #liProjects.on a:hover { background-position: -427px -71px;
}

/*hover states*/
#liAbout a:hover, #liAbout:hover a, #liAbout.over a { background-position: 0 -35px;
}
#liApproach a:hover, #liApproach:hover a, #liApproach.over a { background-position: -143px -35px;
}
#liConsulting a:hover, #liConsulting:hover a, #liConsulting.over a { background-position: -285px -35px;
}
#liProjects a:hover, #liProjects:hover a, #liProjects.over a { background-position: -427px -35px;
}

div#ticker
{
	display: block;
	background-color: black;
	height: 21px;
	color: white;
}

.marquee
{
	color: white;
	font-size: 11px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	margin-top: 4px;
}

div#homeImageContainer
{
	background-repeat: repeat-x;
	display: block;
	background-position: 94px 0;
	background-color: #D9d9d9;
}

div#homeQuote
{
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	width: 650px;
	margin: 16px 125px 12px 125px;
	line-height: 125%;
	color: black;
}

div#homeAttribute
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 12px 0px 12px 300px;
	line-height: 125%;
}

.marquee,.message
{
	visibility: hidden;
	position: absolute;
	z-index: 0;
	overflow: hidden;
	background-color: transparent;
}

table#copyContentContainer
{
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
	background-color: #d9d9d9;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left 40px;
}

table#copyContentContainer td#vprop /* maintains minimum height of content area; only reason table is required */
{
	width: 1px;
	height: 340px;
	display: block;
}

table#copyContentContainer td
{
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0;
}

table#copyContentContainer td#sidemenu
{
	padding-top: 40px;
	width: 136px;
	background-color: #365F91;
}

#sidemenu ul
{
	padding: 0;
	margin: 0;
}

#sidemenu li
{
	padding: 15px 0px 15px 10px;
	border-width: 1px 0 0 0;
	border-color: #FFFFFF;
	border-style: solid;
	color: #060606;
	list-style: none;
	margin: 0;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

#sidemenu li.first
{
	border-width: 0;
	border-style: none
}

#sidemenu li a, #sidemenu li a#visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#sidemenu li a:hover
{
	text-decoration: underline;
}

div#copyContent
{
	padding: 25px 0px 30px 30px;
	margin: 18px 0 0 0;
	width: 425px;
	display: block;
	border-color: #000000;
}

div#copyContent.portraits
{
	width: 475px;
	z-index: -1;
}

div#copyContent p
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 8px 0;
	line-height: 125%;
}

div#copyContent.portraits p
{
}

div#copyContent li
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}


div#copyContent h1
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	z-index: -1;
	margin-top: 0;
	padding-top: 0;
}

div#copyContent h2
{
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	margin-top: 0;
	padding-top: 4px;
}

div#copyContent h3
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0;
}


div#copyContent h3.bio
{
	margin-bottom: 0;
}

div#copyContent div.bio
{
	clear: both;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-top: 0;
}

div#copyContent h4
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}

img.portrait
{
	float: left;
	margin-right: 12px;
	margin-bottom: 2px;
}

div#callToActionContainer
{
	float: right;
	width: 136px;
	display: block;
	background-color: black;
	margin: 110px 0 0 0;
	padding: 0;
	background-color: black;
	background-image: url('../images/action_top.gif');
	background-repeat: no-repeat;
	background-position: left top;
	clear: none;
}

div#callToActionContent
{
	width: 116px;
	padding: 10px 10px 10px 10px;
	margin: 0;
	background-color: transparent;
	background-image: url('../images/action_bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	font-weight: bold;
	
}

div#copyrightContainer
{
	width:900px;
	position: absolute;
	line-height: normal;
	height: 44px;

}

#callToActionContent a, #callToActionContent:visted
{
	color: #84c6ee;
}

.title
{
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-style: strong;
	font-style: italic;
	margin: 0 0 -5px 0;
}

div.callout
{
	/*background-color: #2e5a80;*/
	background-color: #e9e9e9;
	padding: 16px;
}

#project div#copyContent
{
	width: 500px;
}

#project div#copyContent h1
{
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 19px;
	font-style: italic;
	z-index: -1;
	margin-top: 0;
	padding-top: 0;
}

#project div#copyContent h2
{
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0;
	padding-top: 4px;
	font-weight: normal;
}

.projectQuote
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 12px;
	line-height: 125%;
	font-style: oblique;
	color: white;
	background-color: #808080;
	margin: 0px 0 12px 12px;
	float: right;
	width: 50%;
}

.projectQuoteAttribute
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	margin: 12px 0px 12px 22px;
	line-height: 125%;
}

#project  div#copyContent h4
{
	padding: 6px 0 6px 0;
	font-style: oblique;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

div.projectBlock
{
	background-color: #707070;
	float: left;
	padding: 0;
	margin: 0 0 12px 0;
	width: 500px;
}

div.projectBlock img
{
	float: right;
	margin: 0 0 0 12px;
}

div.projectBlock div
{
	padding: 0 12px 6px 12px;
	margin: 0;
}

div.projectBlock div.list
{
	float: none;
}

#project table#copyContentContainer td div#copyContent div.projectBlock div p
{
	font-size: 11px;
	padding: 0;
	margin: 12px 0 0 0;
	color: white;
}


#project table#copyContentContainer td div#copyContent div.projectBlock div ul
{
	font-size: 11px;
	padding: 0 0 0 0;
	margin: 0 0 0 12px;
	color: white;
}

#project table#copyContentContainer td div#copyContent div.projectBlock div ul li
{
	font-size: 11px;
	margin: 6px 0 0 12px;
	padding: 0;
	color: white;
}

* html #project table#copyContentContainer td div#copyContent.project div.projectBlock div ul li { margin-left: 12px; }
