#header {
	height: 60px;
}
#header h1 {
	margin-top: 6px;
	background: url(images/interior/logo.png);
}

#feature {
	height: 150px;
	background: url(images/homepage/feature.jpg);
}

#left-col {
	float: left;
	width: 175px;
	margin-right: 25px;
	font-size: 12px;
}

#left-col strong, body#contact-us strong {
	color: #00a6b5;
}

#content {
	margin-left: 15px;
}
#content p {
	line-height: 20px;
}
#content h1 {
	color: #506866;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}
#center-col {
	width: 660px;
	float: left;
	position: relative;
}
#right-decoration {
	width: 105px;
	height: 269px;
	background: url(images/interior/right-decoration.png) no-repeat left top;
	float: left;
	margin-left: 25px;
	
}
#content h2, #content h3, #left-col h3 {
	color: #00a6b5;
	font-size: 24px;
	font-weight: normal;
	margin-top: 5px;
}
#content h3, #left-col h3 {
	font-size: 20px;
}
#right-col {
	float: left;
	width: 175px;
}

.two-col-left #center-col {
	width: 535px;
}
.two-col-left #right-decoration, .contact-us #right-decoration {
	display: none;
}
.two-col-left #right-col {
	display: none;
}

.two-col-right #left-col, .contact-us #left-col {
	display: none;
}

.three-col #center-col {
	width: 457px;
}
div.offices #right-decoration, div.offices #right-col {
	margin-top: -50px;
}
/* 790px wide for contact us centre col */
.contact-us #center-col {
	width: 790px;
}

/* Personnel */
div.person-box {
	float: left;
	width: 49%;
	margin: 15px 0;
	position: relative;
	height: 86px;
}
.person-box img {
	float: left;
	margin-right: 15px;
}
.person-box h3, .person-box p {
	margin: 0;
}
.person-box p.more {
	position: absolute;
	bottom: 0;
	left: 101px;
	font-variant: small-caps;
	font-weight: bold;
}


/* Headers */
body.about-us #feature {
	background: url(images/interior/header-aboutus.jpg);
}
body.careers #feature {
	background: url(images/interior/header-careers.jpg);
}
body.consulting-services #feature {
	background: url(images/interior/header-consulting.jpg);
}
body.offices #feature {
	background: url(images/interior/header-offices.jpg);
}
body.contact-us #feature {
	background: url(images/interior/header-contact.jpg);
}
body#capability-and-training #feature {
	background: url(images/interior/header-capability.jpg);
}
body#consumer-and-shopper #feature {
	background: url(images/interior/header-shoppers.jpg);
}
body#go-to-market #feature {
	background: url(images/interior/header-customers.jpg);
}

/* Right col list styling */
#right-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right-col ul li {
	margin-bottom: 5px;
}

#right-col ul li.active a {
	background: url(images/interior/tick.png) no-repeat center right;
	padding-right: 20px;
	color: #00a6b5;
}

/* People overview - 9 images */
.person {
	margin: 0 1px 1px 0;
	float: left;
	border: 0;
}


/* Offices */
body.offices #content, body.contact-us #content {
	background: url(images/offices/map-bg.jpg) no-repeat;
}
body#offices #content {
	background: none;
}

/* Repeating pages */
p.totop {
	text-align: right;
	margin-bottom: 0;
	padding-right: 15px;
	background: url(images/up-arrow.png) no-repeat right center;
}
p.totop a, p.totop a:visited {
	color: #29549e;
}
div.hr {
	height: 1px;
	background: url(images/hr.png) repeat-x;
}

p.breadcrumbs {
	position: absolute;
	right: 0;
	bottom: 5px;
	margin: 0;
	margin-right: 10px;
}
p.breadcrumbs .B_currentCrumb {
	color: #89a6ad;
}

#content h3.jobname {
	margin-bottom: 0;
	font-size: 18px;
}
p.jobtitle {
	margin-top: 5px;
}


/* Map with overlays */
#dhtmltooltip{
	position: absolute;
	background: url(images/offices/map-tooltip-left.png) no-repeat;
	color: white;
	font-weight: bold;
	visibility: hidden;
	height: 26px;
	line-height: 26px;
	z-index: 100;
}
#dhtmltooltip span {
	background: url(images/offices/map-tooltip.png) no-repeat right;
	margin-left: 6px;
	height: 26px;
	line-height: 26px;
	display: block;
	padding-right: 6px;
}

/* Contact us page */
.contact-block {
	float: left;
	width: 220px;
	margin-right: 43px;
	padding-bottom: 40px;
}

.row {
	clear: left;
	
}

#officemap {
position: relative;
	margin-top: -40px;
}

p.paging {
	position: absolute;
	top: 0;
	right: 0;
}