html	{
	font-family: verdana, sans-serif;
	color: #757575;
	font-size: 75%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

h2	{
	margin: 24px 0 12px;
	padding: 0 0 12px;
	border-bottom: 1px solid #dfe2e6;
	color: #9fabb5;
	font-family: helvetica, sans-serif;
	font-size: 133%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h3	{
	margin: 0 0 1em;
	font-size: 100%;
	font-weight: bold;
	color: #3b5266;
}

h4	{
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	color: #3b5266;
}

h5	{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5em;
}

p	{
	margin: 0 0 1em;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5em;
}

ul	{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

li	{
	margin: 0;
	padding: 0 0 0 8px;
	font-size: 100%;
	line-height: 1.5em;
}

a	{
	color: #757575;
}

a:hover	{
	color: #3b5266;
}

address	{
	margin: 0 0 1em;
	font-style: normal;
}

address p	{
	margin: 0;
}

strong	{
	color: #3b5266;
}


/* structure */

#PageFrame {
	width: 760px;
	margin: 0 9px;
}

#Header	{
	background: transparent url(/img/logo.gif) no-repeat 0 0;
	width: 760px;
	height: 43px;
	margin: 21px 0 0;
	padding: 0 0 22px;
	border-bottom: 7px solid #eaecee;
}

#Header h1	{
	width: 276px;
	height: 43px;
	margin: 0;
	text-indent: -1000em;
	overflow: hidden;
}

#Header h1 a	{
	width: 276px;
	height: 43px;
	display: block;
}

#LeftColumn	{
	width: 185px;
	margin: 34px 0 20px;
	padding: 0 0 272px 33px;
	background: transparent url(/img/home.jpg) no-repeat 33px bottom;
	float: left;
}

#LeftColumn ul	{
	margin: 0;
	padding: 0;
	cursor: default;
}

#LeftColumn li	{
	padding: 0;
	border-bottom: 1px solid #dfe2e6;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#LeftColumn ul li a	{
	width: 151px;
	padding: 0.25em 17px;
	color: #8896a2;
	text-decoration: none;
	display: block;
}

#LeftColumn ul li a:hover, #LeftColumn ul li.NavSel a	{
	color: #3b5266;
}

#MainContent	{
	width: 440px;
	margin: 0 0 20px;
	float: right;
}

#MainContent ul li	{
	background: transparent url(/img/bullet.gif) no-repeat 0 0.75em;
}

#MainContent div.TeamList ul	{
	padding: 0;
}

#MainContent div.TeamList li	{
	padding: 0;
	background-image: none;
}

#MainContent div#GoogleMap	{
	width: 438px;
	height: 270px;
	margin: 0 0 1em;
	border: 1px solid #dfe2e6;
}

#Footer	{
	width: 760px;
	padding: 1em 0;
	border-top: 1px solid #dfe2e6;
	text-align: center;
	clear: both;
}

#Footer p	{
	margin: 0;
	font-size: 75%;
	color: #8896a2;
}

#Footer p a	{
	color: #8896a2;
	font-weight: normal;
	text-decoration: none;
}

#Footer p a:hover	{
	text-decoration: underline;
}


/* specific page styles */

.indexPage li	{
	text-transform: uppercase;
}

.clientsPage #LeftColumn	{
	background-image: url(/img/clients.jpg);
}

.good-practicePage #LeftColumn	{
	background-image: url(/img/good-practice.jpg);
}

.contactPage #LeftColumn	{
	background-image: url(/img/contact.jpg);
}

.digitalPage #LeftColumn	{
	background-image: url(/img/digital.jpg);
}

.meetingsPage #LeftColumn	{
	background-image: url(/img/meetings.jpg);
}

.modelPage #LeftColumn	{
	background-image: url(/img/model.jpg);
}

.publicationsPage #LeftColumn	{
	background-image: url(/img/publications.jpg);
}

.regulatoryPage #LeftColumn	{
	background-image: url(/img/regulatory_uk.jpg);
}

.strategiesPage #LeftColumn	{
	background-image: url(/img/strategies.jpg);
}

.teamPage #LeftColumn	{
	background-image: url(/img/team.jpg);
}

.usaPage #LeftColumn	{
	background-image: url(/img/usa.jpg);
}

.teamPage #MainContent h5 strong	{
	color: #8896a2;
}

.trainingPage #LeftColumn	{
	background-image: url(/img/training.jpg);
}