@import url('reset.css');

body {
	background: #FFF url(../images/bg.png) repeat-x top left;
	color: #333;
	font: 0.75em/1.35 'Lucida Sans', 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 0 -5px;
	padding-top: 21px;
}
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }

a { color: #0099CC; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrapper {
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 24px 0 20px;
	width: 866px;
}

#header { position: relative; }
#header .details {
	color: #2D5C73;
	font-size: 0.9em;
	position: absolute;
	right: 0;
	top: 10px;
}
.details li { margin-bottom: 5px; }
.details li.phoneNumber { background: url(../images/icon-oldphone.png) no-repeat top left; padding-left: 24px; }
.details li.servicesLink { background: url(../images/icon-phone.png) no-repeat top left; padding-left: 24px; height: 20px; }
.more {
	background: url(../images/bullet-white.png) no-repeat 0 1px;
	font-size: 0.9em;
	padding: 0 0 0 15px;
}
/* Main content area */
#main { float: right; width: 678px; }
#main h2 { border-bottom: 1px solid #ECE9EE; color: #1D6B83; font-size: 2.4em; font-weight: normal; padding: 0 0 10px 0; width: 462px; }
#main h3 { font-size: 1.9em; margin: 15px 0 0 0; color: #333; font-weight: normal; }
#main h4 { font-size: 1.2em; margin: 10px 0 0 0; color: #555; }
#main p { color: #5D5D5D; margin: 10px 0; width: 462px; line-height: 1.4em; }
#main ul { color: #5D5D5D; margin: 10px 0; width: 462px; }
#main ul li { margin: 15px 10px; background: url(../images/bullet-white.png) no-repeat 0 4px; padding-left: 18px; }

#main .filterList,
#main .newsList { width: 462px; }
#main .filterList li {
	background: none;
	border-bottom: 1px solid #EBE9ED;
	height: 8.5em;
	margin-bottom: 10px;
	padding-left: 137px;
	position: relative;
}
#main .newsList li {
	background: none;
	border-bottom: 1px solid #EBE9ED;
	margin-bottom: 10px;
	position: relative;
}
#main .filterList li img { position: absolute; bottom: 0; left: 0; }

#main .newsList li h4,
#main .filterList li h4 {
	color: #104F6D;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 2px;
}

#main .newsList li h5,
#main .filterList li h5 a {
	background: url(../images/bullet-navitem.png) no-repeat left;
	color: #2D647F;
	padding-left: 17px;
}
#main .newsList li p,
#main .filterList li p {
	color: #555;
	font-size: 0.9em;
	padding-left: 17px;
	margin: 0;
	width: auto;
}
#main .newsList li h5 { margin-top: 10px; }
#main .newsList li p { margin: 3px 0 15px 0; }

#rightCol {
	background: #F4F4F4;
	float: right;
	width: 160px;
	margin: 15px 0 0 15px;
	padding: 10px 15px;
}
#rightCol h4 { color: #0099CC; margin: 0 0 -5px 0; }
#rightCol h3 { color: #104F6D; font-size: 1.6em; margin: 0 0 5px 0; }
#rightCol h5 { color: #2D647F; }
#rightCol p { margin: 0; width: auto; }
#rightCol .date,
#rightCol .detail,
#rightCol a { font-size: 0.9em; }

#rightCol .date { color: #2D2D2D; }
#rightCol .detail { color: #5D5D5D; }

/* Left column */
#leftCol { float: left; }

/* Left navigation */
#navigation {
	background: url(../images/bg-menu.png) repeat-x top left;
	font-size: 0.9em;
	margin-top: 17px;
	overflow: hidden;
}
#navigation li {
	background: url(../images/bg-menu-divider.png) no-repeat top right;
	display: block;
	float: left;
	text-align: center;
	width: 145px;
}
#navigation li.first,
#navigation li.last { width: 143px; }
#navigation li a {
	color: black;
	display: block;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 6px 0;
}
#navigation li a:hover {
	background: #FFF;
	border-top: 1px solid #E1DFE4;
	border-bottom: 1px solid #ECE9EE;
	padding: 5px 0;
	height: 14px;
}
#navigation li.first a { background: url(../images/bg-menu-left.png) no-repeat top left; }
#navigation li.last a { background: url(../images/bg-menu-right.png) no-repeat top right; margin-right: 0; }
#navigation li#on {	background: url(../images/bg-menu-on.png) repeat-x top left; }
#navigation li#on a {
	color: white;
	font-weight: bold;
}
#navigation li#on a:hover { background: url(../images/bg-menu-on.png) repeat-x top left; padding: 6px 0; border: none; }
#navigation li#on.first a { background: url(../images/bg-menu-on-left.png) no-repeat top left; }
#navigation li#on.last a { background: url(../images/bg-menu-on-right.png) no-repeat top right; }
#navigation li.first a:hover,
#navigation li.last a:hover {
	background: #FFF url(../images/bg-menu-right.png) no-repeat bottom right;
	border: none;
	padding: 6px 0;
}
#navigation li.first a:hover { background: #FFF url(../images/bg-menu-left.png) no-repeat bottom left; }

/* Breadcrumb trail */
#breadcrumb {
	background: url(../images/bg-breadcrumb.png) no-repeat top left;
	font-size: 0.9em;
	height: 26px;
	margin-bottom: 15px;
	padding: 1px 0 0 10px;
	width: 868px;
}
#breadcrumb li { float: left; margin: 5px 8px 0 3px; }
#breadcrumb li a { background: url(../images/bullet-breadcrumb.png) no-repeat left; padding-left: 9px; }

/* HOMEPAGE - First row */
#rowA { margin: 15px 0 0 0; }
#rowA .featureA {
	background: url(../images/homepage/bg-rowA-featureA.jpg) no-repeat top left;
	float: left;
	height: 250px;
	position: relative;
	width: 566px;
}
#rowA .featureA h2 {
	font-weight: normal;
	line-height: 1.1em;
	padding: 15px 20px;
	width: 345px;
}
#rowA .featureA h2 span { color: #2E93B4; font-weight: bold; }
#rowA .featureA div {
	bottom: 15px;
	left: 20px;
	position: absolute;
}
#rowA .featureA h3 {
	color: #FFF;
	font-size: 1.5em;
	font-weight: normal;
}
#rowA .featureA ul { width: 300px; }
#rowA .featureA ul li {
	float: left;
	margin-top: 4px;
	width: 150px;
}
#rowA .featureA ul li.left { width: 120px; }
#rowA .featureA ul li a {
	background: url(../images/homepage/bg-bullet-blue.png) no-repeat 0 2px;
	color: #FFF;
	padding-left: 18px;
	text-decoration: none;
}
#rowA .featureA ul li a:hover { text-decoration: underline; }

#rowA .featureB {
	background: url(../images/homepage/bg-rowA-featureB.png) no-repeat top left;
	float: right;
	height: 250px;
	position: relative;
	width: 289px;
}

#rowA .featureB h3 {
	color: #104F6D;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 15px 5px 15px;
	padding: 0;
}
#rowA .featureB h4 {
	color: #0099CC;
	font-size: 1.1em;
	margin: 10px 0 -5px 15px;
	padding: 0;
}
#rowA .featureB h5 {
	color: #2D647F;
	font-size: 1.1em;
}
#rowA .featureB p { font-size: 0.9em; margin: 0 0 3px 0; }
#rowA .featureB p.date { font-size: 1em; margin: 0; }
#rowA .featureB .newsSnippet { margin: 0 0 0 15px; }
#rowA .featureB .newsSnippet img { float: left; margin: 5px 10px 10px 0; }

#rowA .featureB .details {
	bottom: 15px;
	right: auto;
	top: auto;
	position: absolute;
}
#rowA .featureB .details h3 { margin-bottom: 0; }
#rowA .featureB .details ul {
	margin-left: 15px;
	width: 300px;
}
#rowA .featureB .details ul li {
	float: left;
	margin: 8px 10px 0 0;
	width: 130px;
}
#rowA .featureB .details ul li a {
	color: #0099CC;
	padding: 0 0 2px 21px;
}
#rowA .featureB .details ul li a.phone { background: url(../images/bg-link-phone.png) no-repeat left; }
#rowA .featureB .details ul li a.team { background: url(../images/bg-link-team.jpg) no-repeat top left; }
#rowA .featureB .details ul li a.find { background: url(../images/bg-link-findus.jpg) no-repeat left; }

/* HOMEPAGE - second row */
#rowB ul.featureA {
	background: url(../images/homepage/bg-rowB-featureA.jpg) no-repeat top left;
	float: left;
	height: 121px;
	margin: 15px 0 0 0;
	overflow: hidden;
	width: 566px;
}
#rowB ul.featureA li { float: left; width: 50%; }
#rowB ul.featureA li h3 {
	color: #104F6D;
	font-size: 1.6em;
	line-height: 1;
	font-weight: normal;
	margin: 4px 0 2px 12px;
}
#rowB ul.featureA li h4 {
	color: #0099CC;
	margin: 8px 0 -5px 13px;
}
#rowB ul.featureA li p {
	color: #777;
	font-size: 0.9em;
	margin: 0 0 3px 12px;
	width: 55%;
}
#rowB ul.featureA li a { margin-left: 12px; }

/* TABS */
#rowB .featureB { float: right; margin-top: 15px; width: 291px; }
#tablist { background: url(../images/homepage/bg-tabs-top.png) no-repeat bottom right; padding-bottom: 6px; overflow: hidden; }
#tablist li {
	float: left;
	font-size: 1.2em;
	margin-right: 2px;
}
#tablist li a {
	background: url(../images/homepage/bg-tab-on.png) no-repeat top left;
	color: #FFF;
	display: block;
	text-align: center;
	padding: 4px 0 1px 0;
	text-decoration: none;
	width: 142px;
	position: relative;
}
#tablist .active {
	background: url(../images/homepage/bg-tab.png) no-repeat top left;
	color: #104F6D;
	padding: 5px 0 0 0;
	width: 140px;
}
#tabs {
	background: url(../images/homepage/bg-tabs-bottom.png) no-repeat bottom left;
	overflow: hidden;
	height: 91px;
}
#tabs ul { float: left; margin: 10px 0 0 10px; }
#tabs ul li a {
	background: url(../images/bullet-white.png) no-repeat 0 1px;
	color: #0099CC;
	display: block;
	font-size: 0.9em;
	padding: 0 0 0 15px;
}
#tabs ul li {
	float: left;
	margin: 0 0 7px 0;
	width: 47%;
}

#business .mainFeature { background: url(../images/bg-feature-business.jpg) no-repeat top left; }
#business.products .mainFeature { background: url(../images/bg-feature-business-products.jpg) no-repeat top left; }
#company .mainFeature { background: url(../images/bg-feature-company.jpg) no-repeat top left; }

/* Left Navigation */
#leftCol { font-size: 0.9em; width: 172px; }
#leftCol ul li.current { background: #BADFE8 url(../images/bg-leftnav-on.png) no-repeat top left; color: #FFF; font-weight: bold; padding: 5px 5px 5px 25px; }
#leftCol ul li { background: url(../images/bg-leftnav-item.png) no-repeat bottom left; display: block; }
#leftCol ul li#first.current { background: url(../images/bg-leftnav-title.png) no-repeat top left; }
#leftCol ul li a {
	background: url(../images/bullet-navitem.png) no-repeat 0 7px;
	color: #333;
	display: block;
	padding: 5px 5px 5px 20px;
	margin-left: 6px;
}

/* Main content page feature */
.mainFeature {
	height: 208px;
	width: 678px;
}
#main .mainFeature h2 {
	color: #FFF;
	font-size: 2.8em;
	font-weight: normal;
	padding: 5px 15px 0 15px;
	border: none;
}
#main .mainFeature p {
	color: #FFF;
	font-size: 1.2em;
	margin: 7px 15px;
	width: 400px;
}
#main .mainFeature ul { font-size: 1.2em; margin: 10px 15px; }
#main .mainFeature ul li { background: url(../images/homepage/bg-bullet-blue.png) no-repeat 0 4px; color: #FFF; margin-bottom: 5px; padding-left: 18px;  }

#company .mainFeature p { width: 200px; }

#directors p { float: left; width: 260px; }

/* Footer */
#footer {
	background: url(../images/bg-footer.png) no-repeat top left;
	color: #FFF;
	clear: both;
	float: left;
	font-size: 0.9em;
	height: 31px;
	margin: 40px 0 20px 0;
	width: 873px;
}
#footer a { color: #FFF; margin: 0 5px; }
#footer .left { float: left; margin: 8px 12px; }
#footer .right { float: right; margin: 8px 15px 7px 10px; }
