/* CSS Document */




html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	font: 0.75em/1.66em "Helvetica Neue", Arial, Helvetica, sans-serif; /* 1em is now 12px at 96ppi. */
	color: #6d7c82;
	}
	
table, form, select, input, textarea { 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}	

/* default heading sizes */	
h1		{ font-size: 2em;    }
h2		{ font-size: 2em; }
h3 		{ font-size: 1.5em;  }
h4		{ font-size: 1em;  }
h5,h6	{ font-size: .84em;  }

/* default link formatting */			
a, a:link 			{ color: #2F3F4A; text-decoration: none; }
a:visited 			{ color: #2F3F4A; }	
a:focus, a:hover 	{ color: #000000; text-decoration: underline; }
a:active 			{ color: #000000; }


html {
	margin: 0;
	padding:0;
}

body	{
	font: 10pt/15pt "Helvetica Neue", Arial, Helvetica, sans-serif;
	top:0px;
	left:0px;
	margin: 0;
	padding:0;
  	width: auto;
  	background-color:white;
}

table, form, select, input, textarea { 
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}	

#info, #footer ul, #nav-tertiary, #searchform, .skip, #nav-main, #content-intro img, #sidebar, .page-controls {
	display: none !important;
	height: 0;
}

.title {
	display: inline;
}

h1 {
	font: 24pt/36pt Optima, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px dotted #666666;
	text-transform: uppercase;
}

h1 a, h1 a:visited {
	color: #0C1642;
	text-decoration: none;
}

.section {
	font-size: 10pt;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 0;
}

h2 {
	font-weight: normal;
	font-size: 18pt;
	margin: 0 0 40px 0;
}

.home h2, .firm h2 	{ color: #515D67; }
.services h2		{ color: #5284C8; }
.offices h2			{ color: #3AA7AF; }
.people	 h2			{ color: #52BD68; }
.recruit h2			{ color: #82CC44; }
.news h2	 		{ color: #F18600; }
.knowledge h2		{ color: #D52E0A; }


h3 {
	font-weight: normal;
	font-size: 14pt;
}

h4 {
	font-size: 10pt;
}

.data table {
	width: 100%;
	text-align: left;
	font-size: 92%;
}

td, th {
	padding: inherit;
	padding: 10px 5px 0 0;
	vertical-align: top;
}

th {
	text-transform: uppercase;
	font-size: 8pt;
	border-bottom: 3px solid #ccc;
}

th a {
	color: #000;
	text-decoration: none;
}

h4, td p {
	margin:0;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-replaced object, .sIFR-replaced embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}