/* CSS Document */
* {
padding: 0px;
margin: 0px;
}

html, body {
border:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666;
}


#container {
	width: 960px;
	background: url(../img/continer-sides.gif) repeat-y;
	margin: 0 auto;
	padding: 6px 23px 42px 15px;
	position: relative;
}

#container.home {
	padding: 6px 23px 12px 15px;
}

#shad {
	width: 16px;
	height: 18px;
	background: url(../img/shad-top-right.gif) no-repeat;
	top: 0px;
	right: 0px;
	position: absolute;
}

#header {

}

#banner {
	height: 138px;
	background: url(../img/banner-back.gif) repeat-x;
	position: relative;
}

#banner h1 {
	width: 403px;
	height: 66px;
	text-indent: -9999px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../img/london-bridge-digestion.gif) no-repeat;
	margin: 0;
}

#banner img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.content {
	padding:0 33px 0px 44px;
	margin: 47px 0 10px 0;
	background: url(../img/vertical-line.gif) repeat-y 686px 0;
	width:883px;
}

#home #left-col {
	width: 603px;
	float: left;
	padding:0 42px 0 0;
	background: url(../img/mask.gif) bottom right no-repeat;
}

#left-col {
	width: 603px;
	float: left;
	padding:0 42px 0 0;
}

#text {
	float: right;
	width: 418px;
}

#home #left-col img {
	float: left;
	margin: 0 0 6px 0;
}

#right-col {
	width: 208px;
	float: right;
	font-size: 12px;
}

#quicklinks {
	background: #1c5692;
	width: 206px;
	margin: 0 0 25px 0;
}

#quicklinks h3 {
	display: block;
	height: 55px;
	background: url(../img/quick-links.gif) no-repeat;
	margin: 0;
	text-indent: -9999px;
}

#quicklinks ul {
	list-style-type: none;
	margin: 0 0 0px 0;
}

#quicklinks ul li {
	background: url(../img/quicklinks-arrow.gif) 0 7px no-repeat;
	padding: 0 17px 0 19px;
	line-height: 18px;
	margin: 0;
}

#quicklinks ul li a {
	border-bottom: 1px solid #0f2e4e;
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 3px 4px 3px 6px;
}

#quicklinks ul li a:hover {
	background: #0f2e4e;
}



#quicklinks-foot {
	height: 23px;
	background: url(../img/quick-links-foot.gif) no-repeat;
}


#colour-boxes {
	padding: 0 0 0 21px;
	width:924px;
}

#colour-boxes h2 {
	margin-bottom: 26px;
}

#colour-boxes p {
	line-height: 19px;
}

#colour-boxes a.more {
	border-bottom:medium none;
	bottom:12px;
	color:#E2C888;
	font-size:11px;
	left:28px;
	position:absolute;
}

#colour-boxes a.more:hover {
	border-bottom: 1px solid;
	bottom:11px;
}

.box {
	width: 247px;
	height: 231px;
	float: left;
	margin: 0 7px 0 0;
	color: #fff;
	font-size: 12px;
	padding: 17px 27px 0;
	position: relative;
}

#purple.box {
	background: url(../img/box-purple.gif) no-repeat;
}

#red.box {
	background: url(../img/box-red.gif) no-repeat;
}

#green.box {
	background: url(../img/box-green.gif) no-repeat;
}

.team-member {
	float: left;
	width: 430px;
	padding: 0 0 10px 10px;
}

#contactMap {
	width: 396px;
	height: 306px;
	float: right;
}

#contactDetails {
	float: left;
	width: 188px;
}

#footer {
	width: 998px;
	height: 71px;
	margin: 0 auto 30px;
	background: url(../img/footer-bar.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4d6a8b;
	font-size: 11px;
}

#footer p {
	padding:4px 0 0 63px;
}

#footer a {
	color: #4d6a8b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}































