/* CSS Document */

/* Reset Trick */

* {
	margin: 0;
	padding: 0
}

/* Layoput */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

img, img a {
	border: none;
}

ul {
	list-style: none;
}

/* Clear Fixes */

.clear {
	clear: both;
	font-size: 1%;
	height: 1%;
	line-height: 0;
}

/* Wrapper */

div#wrapper {
	margin: 0 auto;
	width: 876px;
}

/* End of wrapper */

/* top bucket */

div#bucket {
	border-left: 1px solid #dbe7ed;
	border-right: 1px solid #dbe7ed;
	float: left;
	padding: 0 11px;
	width: 852px;
}

/* header */

div#header {
	float: left;
	padding: 17px 0;
	width: 852px;
}

/* logo */

div.logo {
	float: left;
	width: 156px;
}

div.logo h1 img {
	float: left;
}

/* End of logo */

/* utility menu */

div.utility {
	float: right;
	padding: 5px 0 0 0;
	width: 375px;
}

div.utility ul li {
	float: left;
	background: url(../images/utility_divider.gif) no-repeat top right;
	padding: 12px 7px 12px 14px;
}

div.utility ul li img {
	float: left;
}

div.utility ul li.lastItem {
	background: none;
	padding: 12px 0 12px 7px;
}

/* End of utility menu */

/* End of header */

/* Banner */

div.banner {
	width: 852px;
	float: left;
}

div.banner img {
	float: left;
}

/* End of banner */

/* Navigation */

div.nav {
	background: url(../images/bg_border.gif) 0 0 no-repeat;
	float: left;
	font-size: 1.0em;
	width: 852px;
	margin-top: 1px;
}

div.nav ul {
	padding: 0;
}

div.nav ul li {
	background: url(../images/nav_divider.gif) no-repeat 0 10px;
	float: left;
	text-transform: uppercase;
	padding: 0 0 0px 0;
}

div.nav ul li.firstLink {
	background: none;
	padding-left: 0;
}

div.nav ul li a {
	padding: 9px 8px 8px 8px;
	display: block;
	color: #000;
	text-decoration: none;
	margin-left: 1px;
}

div.nav ul li a:hover, div.nav ul li a.selected {
	background-color: #93031c;
	color: #fff;
	display: block;
	padding: 9px 8px 8px 8px;
	margin-left: 1px;
}

div.home_link {
	text-align: right;
	margin-top:9px;
}

div.home_link a {
	text-decoration: none;
	color: #000000;
}

/* End of Navigation */

/* content */

div.container {
	background: url(../images/bg_border.gif) top left no-repeat;
	padding: 25px 0 0 0;
	width: 852px;
}

/* lhs */

div.lhs {
	float: left;
	margin-right: 17px;
	width: 156px;
}

div.lhs_alternate {
	border: 1px solid #fff;
	width: 154px;
	margin-right: 17px;
	float: left;
}

div.lhs ul {
	border-top: 2px solid #d9e4e6;
	border-bottom: 2px solid #d9e4e6;
	padding: 12px 0 6px 0;
}

div.lhs ul li {
	font-size: 1.1em;
	padding: 0 0 6px 3px;
}

div.lhs ul li a {
	background: url(../images/lhs_bullets.gif) no-repeat 0 5px;
	color: #084248;
	padding-left: 9px;
	text-decoration: none;
}

div.lhs ul li a.selected {
	background:url(../images/lhs_bullet_selected.gif) no-repeat 0 5px;
	color: #aa273f;
}




/* End of LHS */

/* RHS */
div.rhs {
	float: left;
	width: 585px;
	padding-bottom: 70px;
}

#managementTeam {
	width: 660px;
}

div.rhs h2 {
	margin: 0 0 50px 0;
}

div.rhs h3 {
	color: #a73146;
	font-size: 1.2em;
	padding-bottom: 20px;
}

div.rhs p {
	color: #000;
	font-size: 1.1em;
	padding: 0 0 20px 0;
	line-height: 1.6em;
}

div.rhs p a {
	color: #aa273f;
	font-weight: bold;
	text-decoration: none;
}

div.rhs p a.alternate {
	color: #000;
	font-weight: normal;
}

div.rhs p a:hover {
	text-decoration: underline;
}

div.rhs p.alternate {
	padding: 0 0 0 0;
}

div.rhs ul {
	padding-bottom: 10px;
}
	
div.rhs ul li {
	background: url(../images/lhs_bullet_selected.gif) no-repeat 0 5px;
	font-size: 1.1em;
	padding: 0 0 10px 13px;
}

div.rhs span.redtext {
	color: #aa273f;
	font-weight: normal;
	text-decoration: none;
}


div.rhs ul li a {
	color: #aa273f;
	text-decoration: none;
}

div.rhs ol {
	margin-left: 30px;
}

div.rhs ol li {
	font-size: 1.1em;
	padding: 0 0 10px 10px;
}

div.rhs ol li p {
	font-size: 1.0em;
}

div.rhs ol li a {
	color: #000;
	text-decoration: none;
}

div.teamData {
	float: left;
	padding-bottom: 40px;
}

div.teamImage {
	float: left;
	width: 72px;
}

div.teamImage img {
	border: 1px solid #a3aead;
}

div.teamcontent {
	padding-left: 27px;
	width: 555px;
	float: left;
}

div.teamcontent h3 {
	color: #000000;
	font-size: 1.1em;
	padding: 0;
}

div.teamcontent h4 {
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 10px;
}

div.teamcontent p {
	padding: 0 0 10px 0;

}

div.client_siteSynopsis {
	width: 585px;
}

div.client_siteSynopsis ul li {
	background: none;
	float: left;
	height: 70px;
	width: 130px;
}

div.rhs p.backlink {
	background: url(../images/back_arrow.gif) no-repeat 0 4px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 70px 0;
}

p.backlink a {
	color: #94031c;
	text-decoration: none;
	padding-left: 13px;
}

.red_font {
	color: #94031c;
}

ol#faq_links a {
	color: #94031c;
}

ul#services li {
	color: #94031c;
}

.clear {
	clear:both;
}

/* End of RHS */

div.lhs_hm {
	float: left;
	width: 652px;
}

div.lhs_hm p {
	color: 333333;
	line-height: 1.6em;
	font-size: 1.1em;
	padding-top: 12px;
	width: 600px;
}

div.latest_news {
	border: 1px solid #5f6262;
	color: #333333;
	width: 190px;
	float: right;
	padding-bottom: 5px;
}

div.latest_news h3 {
	padding: 6px 0 0 5px;
}

div.latest_news p.highlights {
	font-size: 1.1em;
	color: #94031c;
	padding: 2px 5px;

}

div.latest_news p.highlights a {
	color: #94031c;
	text-decoration: none;
}

div.latest_news p.date {
	font-weight: bold;
	font-size: 1.1em;
	padding: 8px 0 3px 5px;
	background: url(../images/horizontal_border.gif) repeat-x bottom right;
}

div.latest_news p.introText {
	background: url(../images/horizontal_border.gif) repeat-x top left;
	color: #000;
	font-size: 1.0em;
	padding: 2px 5px 0px 5px;
}

div.press_room .left_col, .right_col {
	color: #94031c;
	font-size: 1.1em;
	padding: 0 0 0 0;
	float:left;
	height: 45px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DBE7ED;
}

div.press_room .left_col {
	width: 22%;
}

div.press_room .left_col div {
	border-right: 1px solid #94031c;
	height: 35px;
}

div.press_room .right_col {
	width: 74%;
	padding-left: 10px;
}

div.press_room a {
	color: #000;
	font-size: 1.0em;
	text-decoration: none;
}

div.press_room div a:hover {
	text-decoration: underline;
}

div.rhs	.press_table {
		margin-bottom: 20px;
}

div.rhs .press_table td{
		width: 32%;
}


/* Events */

div.events .event-container {
	padding: 0 0 0.8em 0;
	float:left;
	height: auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #DBE7ED;
	line-height:150%;
}

div.events .event-container p {
	color: #000;
	font-size: 11px;
	padding: 0 0 0 0;
	float:left;
	margin-bottom: 15px;
}

div.events .event-container a {
	color: #000;
	font-size: 11px;
	font-weight:normal;
	text-decoration: underline;
}

div.events .event-container a:visited {
	color: #000;
	font-size: 11px;
	font-weight:normal;
	text-decoration: underline;
}

div.events .event-container a:hover {
	text-decoration: none;
}

div.events .left_col_event, .right_col_event {
	color: #94031c;
	font-size: 1.1em;
	padding: 0 0em 0 0em;
	float:left;
	margin-bottom: 15px;
	
}

div.events .left_col_event {
	width: 22%;
}

div.events .left_col_event div {
width:120px;
	
}

div.events .right_col_event {
	width: 74%;
	padding-left: 10px;
	border-left: 1px solid #94031c;
}

div.events .right_col_event div {
	width: 74%;
	padding-left: 10px;
	
}

div.events a {
	color: #000;
	font-size: 1.0em;
	text-decoration: none;
}

div.events div a:hover {
	text-decoration: underline;
}

/* End Events */

/* Enquiry Form */
div.enquiry_form {
	clear: both;
	width: 360px;
}

div.enquiry_form label {
	float: left;
	font-size: 1.1em;
	padding: 2px 0 0 0;
}

div.enquiry_form input {
	float: right;
	margin-bottom: 10px;
	width: 247px;
}

div.enquiry_form textarea {
	float: right;
	width: 247px;
}

div.enquiry_form input.submit {
	margin-top: 10px;
	width: 65px;
}

/* End of Enquiry Form */	

div.sitemap {
	float: left;
	width: 30%;
	padding-right: 15px;
}

div.sitemap h3{
	border-top: 1px solid #94031c;
	border-bottom: 1px solid #94031c;
	font-size: 1.1em;
	padding: 5px 0 5px 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	background: white url(../images/front_arrow.gif) 0 6px no-repeat;
}

div.sitemap h3 a{
	color: #94031c;
	text-decoration: none;
}

div.rhs div.sitemap ul li a {
	color: #000000;
	text-decoration: none;
}

div.sitemap ul li {
	padding: 2px 1px;
	list-style: none;
	background: none;
}

div.sitemap ul li ul li a{ 
	font-size: 0.9em;
}

div.sitemap .inner {
	margin-left: 15px;
}

/* End of Sitemap */

p.telnumber {
	color: #aa273f;
	float: right;
	padding-right: 2px;
}

div.logo_synopsis {
	margin-bottom: 50px;
}

/* End of top bucket */


/* footer */

div#footer_hm {
	margin: 10px 0px 30px 0px;
	width: 854px;
}

div#footer {
	margin: 10px 11px 30px 11px;
	width: 854px;
}

/* Footer clients logos */

div.footerLogos {
	width: 854px;
}

div.footerLogos p {
	color: #333333;
	font-size: 1.1em;
}

div.footerLogos p span {
	color: #aa273f;
	font-weight: bold;
}

div.footerLogos ul {
	padding: 15px 0 0 0;
}

div.footerLogos ul li {
	float: left;
	padding: 4px 0px 15px 4px;
}

div.footerLogos ul li img {
	float: left;
	padding-right: 4px;
}

/* End of Footer clients logos */

p.copyright {
	color: #a5b3ab;
	font-size: 1.0em;
	float: right;
	padding-right: 2px;
}

/* Footer Links */

div.footerlinks {
	border-top: 1px solid #ccdcde;
	margin-top: 7px;
}

div.footerlinks ul {
	padding-top: 10px;
}

div.footerlinks ul li {
	background: url(../images/footerLink_divider.gif) no-repeat bottom left;
	float: left;
	font-size: 1.0em;
	padding: 0 7px;
}

div.footerlinks ul li.firstItem {
	background: none;
	padding-left: 0;
}

div.footerlinks ul li a {
	color: #aa273f;
	text-decoration: none;
}

div.footerlinks ul li a:hover {
	text-decoration: underline;
}

/* End of footer links */









