body {
	text-align:center; 
	font-size:62.5%;
	font-family:arial;
	background:#fff url(../images/bodyBGnew.jpg) repeat-x left top;
	color:#4c4847;
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
	font-size:100%;
}
#outerwrapper {
	margin:0px auto;
	width:1005px;
	text-align:left;
	min-height:100px;
}
#wrapper {
	width:1003px;
	float:left;
	font-size:1.2em;
	min-height:100px;	
	background:#fff;
	border:1px solid #fff;
	border-top:none;
}
#masthead {
	background:url(../images/mastheadBGnew.jpg) repeat-x left top;
	height:159px;
	width:1003px;
	float:left;
	display:inline;
	position:relative;
}
#home #content {
	width:963px;
}
#content {
	width:700px;
	min-height:100px;
	float:left;
	display:inline;
	margin:20px 0 0 30px;
	padding:0 0 10px 0;
}

#footer {
	clear:both;
	float:left;display:inline;
	height:30px;
	width:1003px;
	background:#4d4948;
	margin:0;
}
#home .left {
	float:left;
	width:624px;
	margin:0 20px 0 0;
	display:inline;
	padding:10px 30px 10px 0;
	/*border-right:1px solid #ccc;*/
	background:url(../images/dotsVertical.jpg) repeat-y right top;
}
#home .right {
	float:right;
	width:270px;
	margin:0 15px 0 0;
	padding:10px 0 0px 0;
	display:inline;
}
.mainImage {
	background:url(../images/homeLargeNew.jpg) no-repeat left top;
	width:1003px;
	height:366px;
	float:left;
}
.leftSection {
	float:left;
	width:420px;
	height:223px;
	margin-right:1px;
	display:inline;
}
.optional {
	display:none;
}



/*-------------------------------style classes----------------------------------*/
.divider, .divide {
	height:1px;
	border-top:1px solid #ccc;
	width:100%;
	clear:both;
	margin:10px 0 10px 0 ;
	float:left;
	display:inline;
}
.divide {
	background: #fff url(../images/dots.jpg) repeat-x left bottom;
	margin:8px 0 10px 0;
	border:none;
	
}
em {
	font-size:0.9em;
}
#player {
	display:block;
	width:400px;
	height:300px 
}

/*--------------------- 404 error page ----------*/
#error #content {
	background:#fff;
	width:100%;
	margin:0;
}
#error404 {
	margin:20px auto 20px;
	height:321px;
	width:701px;
	background:url(../images/error404.jpg) no-repeat center top;
}
#errorContainer {
	float:left;
	margin:70px 0 0 76px;
	margin:70px 0 0 95px;
	display:inline;
	width:410px;
}
/*-------------------------------colours----------------------------------------*/
h1,h2 {
	color:#a7402d;
	color:#4d4a48;
	color:#b25c23;
}
#content h2 {
	background:url(../images/dots.jpg) repeat-x left bottom;
	padding-bottom:2px;
}


.nav li:hover, .nav li.sfHover, .nav a:focus, .nav a:hover, .nav a:active, .nav a.selected {
	background:#9d3c2a;
	background:#dc6f03;
	text-decoration:none;
}
.leftSection  {
	background:#69281c;
	background:#dc6f03;
	background:#b25c23;
}
a, p.breadcrumb a.selected {
	color:#b25c23;
}

/*-------------------------------------------- headings/paragraphs --------------------------*/
h1 {
	font-size:1.7em;
	margin:0 0 8px 0;	
	clear:both;
}
.leftSection h1 {
	color:#fff;
	margin:90px 0 0 30px;
}
h2 {
	font-size:1.3em;
	margin-bottom:10px;
	clear:both;
}
#content .leftCS h2 {
	/*color:#fff;*/
	background:#b25c23;
	background:url(../images/backgroundHeader.jpg) repeat-x left top;
	position:relative;
	width:372px;
	top:-10px;
	left:-10px;
	padding-left:10px;
	background:none;
	background:#fff url(../images/dots.jpg) repeat-x left bottom;
	padding-left:0;
	left:-10px;
	width:382px;
	
}
h3 {
	font-size:1.3em;
	margin-bottom:10px;
	clear:both;
	background:#b25c23;
	background:url(../images/backgroundHeader.jpg) repeat-x left top;
	color:#fff;
	padding-left:10px;
	padding-bottom:2px;
}
p {
	margin:0 0 10px 0;
	line-height:16px;

}
p.clear {
	clear:both;
}
p.absLeftBottom {
	position:absolute;
	bottom:10px;
	left:10px;
}
p.breadcrumb {
	font-size:0.9em;
	background:url(../images/dots.jpg) repeat-x left bottom;
	padding-bottom:2px;
}
p.breadcrumb a {
	color:#4c4847;
}
p.paginationbottom {
	text-align:right;
	margin-top:10px;
	clear:both;
	
}
p.webcredit {
	position:absolute;
	left:-9000px;
}
/* this is for the home page right section - news */
#home .right p {
	background:url(../images/dots.jpg) repeat-x left bottom;
	padding-bottom:2px;
	clear:both;
}
/*p.selected {
	background:url(../images/dots.jpg) repeat-x left bottom;
	padding-bottom:2px;
	clear:both;
}*/


/*--------------------------------------------anchors-----------------------------------------*/
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#home .right a {
	text-align:right;
	display:block;
}
a.logo {
	
	position:absolute;
	top:0px;
	left:10px;
}
/*--------------------------------------------lists-------------------------------------------*/
ul {
	margin:0 0 10px 14px;
}
li ul {
	margin:10px 0 0 14px;
}


ol {
	margin:0 0 0 18px;
}
ol li, ul li  {
	margin-bottom:8px;
}


ul.tabs {
	margin:340px 0 0 1px;
}
.tabs li, .tabs li a {
	float:left;
	display:inline;
}
.tabs li a {
	width:209px;
	height:26px;
	background:url(../images/tabStatic.gif) no-repeat left top;
	color:#fff;
	text-align:center;
	line-height:26px;
	display:block;
	margin-right:1px;
}
.tabs li a:hover {
	background:url(../images/tabHoverNew.gif) no-repeat left top;
	text-decoration:none;
}

#footer ul {
	float:left;
	margin:0 0 0 10px;
	display:inline;
	list-style:none;
	font-size:1.1em;
	width:993px;
}
#footer li, #footer li a {
	float:left;
	display:inline;
	color:#fff;
	line-height:30px;
}
#footer li a {
	margin-right:15px;
}
#footer li.last {
	float:right;
	margin:0 10px 0 0;
	font-size:0.8em;
}
/*-------------search results -----------------------*/
ul.searchresults {
	float:left;
	margin:0 0 10px 0;
	display:inline;
	float:left;
	width:100%;
	background:url(../images/dots.jpg) repeat-x left bottom;
	
}
.searchresults li, .searchresults li a {
	float:left;
	background:none;
	padding:0 0 0 0;
	display:inline;
}
.searchresults li a {
	margin-right:10px;
	font-size:12px;
}
.searchresults li a.selected {
	font-weight:bold;
}

/*-------------general defintion lists --------------*/
dl.catListing {
	
}

dl.itemListing {
	margin:0 0 10px 0;
}
/*------------- accreditations -------------*/
dl.floatL {
	float:left;
	width:310px;
	margin:0 0 10px 0;
	display:inline;
	height:175px;
	
}
/*------------news pages-------------*/
dl.news {
	width:100%;
	/*border-bottom:1px solid #ccc;*/
	background:url(../images/dots.jpg) repeat-x left bottom;
	padding:10px 0 10px 0;
}
.news dt {
	float:left;
	width:100px;
}
.news dd {
	display:block;
	margin-left:110px;
}
/*------------people/management team-----------*/
dl.people {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	/*border-bottom:1px solid #ccc;*/
	background:url(../images/dots.jpg) repeat-x left bottom;
	float:left;
	width:100%;
	clear:both;
}
.people dt {
	float:left;
}
.people dd {
	margin-left:110px;
	margin-bottom:5px;
}
/*-------------------------------- case studies ----------------*/

dl.catListingsCS {
	float:left;display:inline;
	margin:0px 10px 0 0;
	padding:0;
	width:340px;
}
.catListingsCS dt {
	float:left;
	margin:0 0px 0 0;
	display:inline;
}
.catListingsCS dd {
	float:left;
	float:right;
	display:inline-block;
	display:inline;
	margin:0 0 5px 10px;
	margin:0;
	width:180px;
	
}
.leftCS {
	padding:10px 0 10px 10px;
	float:left;
	display:inline;
	width:372px;
	margin:0 0px 10px 0;
	height:190px;
	background:#eee;
	position:relative;
	background:#fff;
}
#case_studies .leftCS {
	width:369px;
}

.leftCS ul {
	list-style:none;
	float:left;
	margin:0 0 2px 0;
}
.leftCS ul li {
	float:left;width:100px;
}	
.leftCS li ul {
	margin:0;
	float:left;
	
}
.leftCS li ul li {
	width:267px;
	margin-bottom:3px;
}
.leftCS li.detail {
	
	width:267px;
}
.rightCS {
	position:relative;float:left; width:318px;height:204px;
}
.rightCS ul {
	position:relative;width:330px;list-style:none;margin:0;
	
}
.rightCS ul li {
	float:left;
	margin:0 0 10px 10px;
	display:inline;
}
.rightCS img {
	margin:0 0 -3px 0;
}

/*----------------clients-----------------------*/

dl.clientItemListing {
	float:left;
	width:120px;
	width:192px;
	min-height:96px;
	margin:0 0px 5px 0;
	padding:0 10px 5px 0px;
}
.clientItemListing dt {
	font-size:0.9em;
	text-align:center;
	width:100px;
	width:192px;
	padding-bottom:0px;
	height:108px;
}

#clientsContent dt {
	margin:10px 0 0 0;
}
dt.selected {
	color:#b25c23;
	font-weight:bold;
	cursor:pointer;
}
#clientsContent dd {
	margin:10px 0 0 20px;
}


/*--------------------------------------------images------------------------------------------*/
img {
	border:none;
}
img.call {
	position:absolute;
	right:23px;
}
.imgL {
	float:left;
	margin:0 10px 10px 0px;
}
.imgR {
	float:right;
	margin:0 0 10px 10px;
}
.imgRPage {
	float:right;
	margin:5px 0 10px 10px;
}

.imgDetailPage {
	float:right;
	margin:0;
}
img.clear {
	clear:both;
	display:block;
	margin-top:10px;
	float:left;
}
#pager img {
	position:relative;
	top:2px;
}
/*---------------------------------tables--------------------------------*/
table {
	border-collapse:collapse;
	margin:0 0 10px 0;
	border:1px solid #ccc;
}
th,td {
	padding:2px 0 2px 4px;
}
th {
	background:#b25c23;
	color:#fff;
}
tr.odd {
	background:#eee;
}

/*--------------------------------------------forms-------------------------------------------*/
form.search {
	position:absolute;
	right:30px;
	top:127px;
	width:150px;
}
.search input {
	background:url(../images/search.jpg) no-repeat left top;
	width:125px;
	height:21px;
	border:none;
	font-size:1.1em;
	padding:5px 20px 0 5px;
}
#pager input {
	background:none;
	border:1px solid #747474;
	height:20px;
	padding:0;
	position:relative;
	top:-3px;
}

input.btn {
	background:none;
	width:18px;
	padding:0;
	background:none;
	height:26px;
	float:left;
	position:relative;
	z-index:10;
	margin:-26px 0 0 132px;
}
/*-------------contact---------------*/
form.contactForm {
	float:left;
	clear:both;
	display:inline;
	width:auto;
	margin-bottom:20px;
}
.contactForm fieldset {
	border:1px solid #747474;
	padding:0 0 15px 10px;
	float:left;
	margin:0 0 10px 0px;
	width:343px;
	width:auto;
	clear:both;

}
.contactForm p {
	padding:0 10px 0 2px;
	clear:both;
	width:320px;
	margin :10px 10px 0 0px;
	
}
.contactForm legend {
	font-size:1.2em;
	color:#b25c23;
	margin:0 10px 0 0px;
	font-weight:bold;
}
.contactForm label {
	
	display:block;
	width:120px;
	width:100%;
	line-height:20px;
}
.contactForm textarea {
	width:260px;
	border:1px solid #747474;
	background:url(../images/inputBG.jpg);
}
.contactForm input, .contactForm textarea {
	width:200px;
	border:1px solid #747474;
	padding:2px;
	background:url(../images/inputBG.jpg);
}
.contactForm textarea {
	width:322px;
}

.contactForm input.btn {
	/*width:auto;
	padding:2px 5px 2px 5px;
	background:#b25c23;
	color:#fff;*/
	padding:0;
	border:none;
	clear:both;
	width:71px;
	height:22px;
	background:url(../images/submit.jpg) no-repeat left top;
}
input.alert {
	border:1px solid #d2232a;
}
.req, p.errormessage, label.alert, p.alert  {
	color:#d2232a;	
}
.alertMsg {
	color:red;
	font-size:0.9em;
	font-style:italic;
	margin-left:10px;
}
p.errormessageContact {
	color:#d2232a;
	text-align:center;
	padding:0;
	width:360px;
}

fieldset.validation {
	width:343px;
	width:350px;
	padding:0 0 10px 10px;	
	clear:both;
	width:auto;
	
}
.validation legend {
	margin:0;
}
.validation p {
	padding:0 12px 0 0;
	margin-left:0px;

}
fieldset.validation input {
	float:left;
}
p.captcha {
	position:relative;
	left:10px;
}
.validation input {
	float:left;
	position:relative;
	left:0px;
}

form.newsletter {
	float:left;

}
.newsletter p {
	float:left;
	clear:both;
	
}

.newsletter label {
	float:left;
	width:150px;
}
.newsletter input {
	width:200px;
	border:1px solid #747474;
	padding:2px;
	background:url(../images/inputBG.jpg);
}
.newsletter input.btn {
	padding:0;
	margin:0;
	border:none;
	width:71px;
	height:22px;
	background:url(../images/submit.jpg) no-repeat left top;
}