@charset "utf-8";

.inputtext {
	color: #444;
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: #888888 1px solid;
	height: 23px;
	width: 180px;
	padding: 1px 3px;
}

textarea.inputtext {
	height: 80px;
	width: 220px;
}

.required {
	background-color:#F3F3F3;
}	
.inputbutton {
	color: #444;
	background-color: #fff;
	font-size: 11px;
	cursor: pointer;
	border:  1px solid;
	height: 19px;
	width: 80px;
	font-weight : bold;
	margin-left: 122px;
}

form label {
	display: inline-block;
	width: 120px;
	vertical-align: top;
	font-weight: bold;
	margin: 0 0 20px 0;
}

form input, form textarea {
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;

	margin: 0 0 0px 0;
}

/* ==================================== */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666; 
	line-height: 1.8em;
}

body#site {
	text-align: center;
	background: url(/images/bodybg.jpg) repeat-x #fff;
}

@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-size: 26px;
	color: #666;
	margin: 0 0 25px 0;
	line-height: normal;
	font-weight: normal;
}

h2 {
	font-size: 19px;
	color: #666;
	margin: 10px 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #0096c9;
}

a:hover {
	color: #002B60
}



a img {
	border: none;
}

td {
	font-size: 1em;
}

.small {
	font-size: 0.95em;
	line-height: normal
}

.big {
	font-size: 1.13em;
}

.arrowLink {
	display: inline-block;
	padding-left: 10px;
	background: url(/images/greyArrow.gif) no-repeat 0px 7px;
	font-weight: bold;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#topBar {
	height: 47px;
	background: url(../images/topBarBG.jpg)
}

#header {
	height: 110px
}

	#logo {
		float: left;
		margin:9px 8px 7px 22px;
	}
	
	#phone, #rbp  {
		float: right;
		clear: right;
	}
	
	#rbp {
		margin-top: 18px;
	}
	
	#callBack {
		color: #999;
		float: right;
		clear: right;
		margin: 0;
		font-size: 11px;
		color: #fff;
		width: 535px;
	}
	
		#callBack label {
			margin: 4px 20px 0 0;
			float: left;
			width: auto;
		}
	
		#callBack #cbName, #callBack #cbPhone {
			border: none;
			font-size: 11px;
			color: #999;
			font-family: Arial, sans-serif;
			background: url(/images/callbackInputBg.jpg) no-repeat right top;
			width: 147px;
			height: 17px;
			padding: 5px 10px 0px 10px;
			margin: 4px 0 0 10px;
			float: left;
		}
		
		#cbSubmit {
			float: left;
			margin: 4px 0 0 10px;
		}
		
#contentWrap {
	background: url(/images/containerBG.png) repeat-y;
}


	
	#topSearch {
		float: right;
		width: 207px;
		height: 42px;
		margin: 0;
		padding: 0;
		display: block;
		background: url(/images/topSearchBG.jpg) no-repeat;
	}
	
		#topSearch input {
			width: 155px;
			height: 26px;
			border: 1px solid #eceeed;
			font-size: 11px;
			color: #333;
			font-family: Arial, sans-serif;
			padding-left: 10px;
			padding-right: 10px;
			margin: 10px 0 0 15px;
		}

#homeTabs {
	height: 270px;
	margin: 0 0 18px 0;
	position: relative;
}

	#homeTabs h1 {
		color: #fff;
		position: absolute;
		top: 30px;
		left: 350px;
		width: 300px;
	}

	a.tab {
		position: absolute;
		left: 15px;
		height: 68px;
		width: 308px;
		text-indent: -10001px;
		background-position: left top;
		outline: none;
		z-index: 100;
	}
	
	a.tab:hover {
		background-position: left -68px;
		background-repeat: no-repeat;
	}
	
	a.selected, a.selected:hover, a.tab.selected:hover {
		background-position: bottom left;
	}


	a#marketingStrategy {
		background-image: url(/images/tab-marketingStrategy.png);
		top: 0px;
	}
	
	a#businessDevelopment {
		background-image: url(/images/tab-businessDevelopment.png);
		top: 68px;
		height: 67px;
	}
	
		a#businessDevelopment:hover, a#peoplePerformance:hover {
			background-position: left -67px
		}
		
		a.selected#businessDevelopment:hover, a.selected#peoplePerformance:hover {
			background-position: left bottom;
		}

	a#peoplePerformance {
		background-image: url(/images/tab-peoplePerformance.png);
		top: 135px;
		height: 67px;
	}
		
	a#sectorExpertise {
		background-image: url(/images/tab-sectorExpertise.png);
		top: 202px;
	}
	
	a#clickForMore {
		display: block;
		width: 127px;
		height: 32px;
		background: url(/images/clickForMore.png);
		text-indent: -10001px;
		position: absolute;
		bottom: 30px;
		left: 350px;
		z-index: 100;
	}
	
	.tabCont {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	#tab1 {
		background: url(/images/tabBG1.jpg) 309px top no-repeat;
		z-index: 2;
	}
	#tab2 {
		background: url(/images/tabBG2.jpg) 309px top no-repeat;
	}
	#tab3 {
		background: url(/images/tabBG3.jpg) 309px top no-repeat;
	}
	#tab4 {
		background: url(/images/tabBG4.jpg) 309px top no-repeat;
	}

#homeContent {
	min-height: 322px;
	margin: 0 0 27px 0;
}

	#homeContentLeft {
		width: 253px;
		background: #daf1f9;
		float: left;
		padding: 15px;
		margin: 0 40px 0 16px;
	}
		#homeContentLeft2 {
		width: 253px;
		background: #daf1f9;
		float: left;
		padding: 15px;
		margin: 0 40px 10px 16px;
		height:100px;
	}
	#homeContentLeft2 h2{
			color: #0096c9;
			font-size: 17px;
			margin: 0 0 8px 0;
	}
	
	* html #homeContentLeft{margin: 0 40px 0 8px}
	
		#homeContentLeft h2 {
			color: #0096c9;
			font-size: 26px;
			font-weight: bold;
			margin: 0 0 20px 0;
		}
		
		#homeContentLeft p {
			font-size: 14px;
			color: #333;
			margin: 0 0 20px 0;
		}
		
		#homeContentLeft p#awards {
			margin: 15px 0;
			overflow: hidden;
			text-align: center
		}
		
			#homeContentLeft p#awards img {
				vertical-align: middle;
				margin: 0 3px 0 0;
			}
		
	#homeContentMid {
		width: 264px;
		padding: 10px 0;
		float: left;
		margin: 0 30px 0 0;
	}
	
	#homeContentRight {
		width: 292px;
		float: left;
		padding: 10px 0;
	}
	
		#homeContentMid h2, #homeContentRight h2, #meetTheTeam h3  {
			color: #333;
			margin: 0 0 10px 0;
			font-weight: bold;
			font-size: 16px;
			text-transform: uppercase;
		}
		
		#meetTheTeam {
			background: #f0f4e2;
			padding: 15px;
		}
		
	#homeContent dl {
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: 1.5em;
	}
	
	#homeContent dt {
		margin: 0;
		padding: 0 0 0 10px;
		background: url(/images/greyArrow.gif) no-repeat 0px 5px;
		font-weight: bold;
		color:#0096C9;
	}
	
	#homeContent dd {
		margin: 0 0 10px 0;
		padding: 0 0 10px 10px;
		border-bottom: 1px dotted #ccc;
		font-size:11px;
		
	}
	
	#homeContentRight dd {
		border: none;
	}
	
#furtherContent {
	margin: 0 0 27px 0;
	padding: 0 15px 0 16px;
	overflow: hidden;
	min-height:312px;
}
#furtherBanner {
	width:894px;
	height:88px;
	background:url(../images/furtherTop8.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
	
}
#furtherBanner1 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop1.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner2 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop2.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner3 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop12.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner4 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop8.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner5 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop9.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner6 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop10.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner7 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop11.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner8 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop3.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner9 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop4.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner10 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop5.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner11 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner12 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop6.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner13 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop7.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner14 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop8.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner15 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop9.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner16 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop10.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner17 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop8.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner18 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop14.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherBanner19 {
	width:894px;
	height:88px;
	background:url(../images/furtherTop15.jpg);
	padding-top:50px;
	padding-left:25px;
	margin-bottom:20px;
}
#furtherContent h1 {
	margin:0;
	padding:0;
	font-size:35px;
}

	#furtherText {
		padding: 0 20px;
		
	}

	
	
	#furtherContent h2 {
		font-size: 12px;
		color: #016867;
		margin: 20px 0;
	}
	
		.furtherBotArticle {
			float: left;
			width: 265px;
			padding: 0 0 15px 0;
			border-bottom: 1px dotted #ccc;
			margin: 0 70px 0 0;
		}
		
			.furtherBotArticle span {
				display: block;
				margin: 0 0 0 10px;
			}
		
	#subNav, #news-link {
		float: right;
		margin: 0 10px 50px 45px;
		background: #fff;
		font-weight: bold;
		list-style: none;
		padding: 0;
		width: 205px;
		
	}
	
		#subNav li, #news-link li {
			height: 30px;
			background: url(/images/subNavBG-off.jpg) top right no-repeat;
			padding: 4px 0 0 18px;
			margin: 0 0 9px 0;
		}
		
		#subNav li:hover, #news-link li:hover {
			background: url(/images/subNavBG-on.jpg) top right no-repeat;
		}
		
		/*#subNav li:active {
			background: url(/images/subNavBG-active.jpg) top right no-repeat;
		}*/
		
		#subNav a, #news-link a {
			background: url(/images/subNav-arrow.jpg) no-repeat 0px 7px;
			display: block;
			padding: 0 0 0 10px;
		}
		
			/*#subNav li:active a {
				background: url(/images/subNav-arrow-active.jpg) no-repeat 0px 9px;
			}*/

#homeBotLinks {
	height: 47px;
	padding: 0 0 20px 0;
	margin: 0;
	background: url(/images/containerBotCorners.jpg) no-repeat bottom left;
	clear: left;
}

	#homeBotLinks a {
		height: 47px;
		display: block;
		float: left;
		
	}
	
	#researchBotLink {
		width: 294px;
		text-indent: -10001px;
		background: url(/images/mailing-list.jpg);
		margin: 0 0 0 16px;
	}
	
	* html #researchBotLink {margin: 0 0 0 8px;}
	
	#homeBotLinks a#enquireBotlink {
		width: 606px;
		text-align: right;
		background: url(/images/enquireNow-botLink.jpg);
		color: #fff;
		padding: 13px 20px 0 0;
		height: 34px;
	}

#footerWrap {
	height: 280px;
	margin: 24px 0 0 0;
	background: #4e5b63;
	text-align: center;
}
	
	#footer {
		height: 240px;
		width: 950px;
		margin: 0 auto;
		text-align: left;
		color: #fff;
		font-size: 11px;
		padding: 40px 0 0 0;
	}
	
		#footer a {
			color: #60c1e4;
		}
		
		
		#footer p {
			float: left;
			width: 270px;
			padding: 0 40px 0 0;
			line-height: 1.5em;
			margin: 0 0 0 30px;
		}
		
		* html #footer p {margin: 0 0 0 15px}
		
		#footer p a {
			color: #fff;
		}
		
		#footer p a.footlink {
			color: #60c1e4;
			display: block;
			margin: 0 0 15px 0;
		}
		
		#footer strong {
			font-size: 14px;
			display: block;
			margin: 0 0 40px 0;
		}
		
		#footer ul {
			margin: 0;
			padding: 0;
			list-style: none;
			float: left;
			width: 165px;
			line-height: 2.2em
		}
		
		#footer ul#lastul {
			width: 115px
		}
		
		#teamPage ul {
			margin:0;
			padding:0;
		}
		#teamPage li {
		
			margin: 5px 0;
			padding:5px 0;
			border-bottom:1px solid #ededed;
			list-style:none;
		
		}
		#teamPage li.last {
			border:none;
		}
		
		#directors li {
			width:200px;
		}
		#consultants li {
		width:200px;
		}
		h2#furtherTitle {
			font-size:18px;
			color:#25403B;
			margin:0;
			padding:0;
		}
		
		h2#furtherTitle + p {
			font-weight:bold;
		}
		#contactDetails, #map{
			background:#ffffff;
			padding:10px;
			line-height: normal;
			font-size: 11px;
			border: 1px solid #ccc;
			overflow: hidden;
		}
		
		#map {
			text-align:center;
		}
		
		
		#map a {
			color:#0096C9;
		}

	b.awardText {
		color:#0096C9;
	}
	 ul#blue-tabs {
					margin:0;
					padding:0;
					list-style:none;
					margin-top:20px;
				}
				ul#blue-tabs li {
					background:url(/images/home-blue-box.jpg);
					width:294px;
					height:47px;
					margin-bottom:25px;
				}
				ul#blue-tabs li a {
					display:block;
					width:271px;
					height:35px;
					background:url(/images/more.jpg) 230px 10px no-repeat;
					font-size:13px;
					padding-left:23px;
					font-weight:bold;
					padding-top:12px;
				}
