@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

* {
	margin: 0px;
	padding: 0px;
}

a {
	font-weight: bold;
	color: #000000;
}

a:hover {
	color: #E1134A;
}

ul {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clearfloats {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	float: none;
	margin: 0px;
	padding: 0px;
}



#pagewrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 98px;
	background-image: url(../images/header-back.jpg);
	background-repeat: no-repeat;
}

#header div.logo {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

#header div.contacts {
	float: right;
	padding-right: 20px;
	padding-top: 14px;
}

#header div.contacts p {
	font-size: 1.4em;
	color: #FFFFFF;
}

#header div.contacts p.phone {
	font-size: 3.2em;
	padding-bottom: 4px;
}

#header div.contacts p a {
	color: #FFFFFF;
	text-decoration: none;
}

#header div.contacts p a:hover {
	color: #F3134A;
}

.navbar {
	height: 36px;
	background-image: url(../images/navback-red.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#nav {}

#nav li {
	position: relative;
	display: block;
	float: left;
	z-index: 100;
}

#nav li:hover {
	background-color: #A91329;
}

#nav li a {
	display: block;
	font-size: 1.6em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 10px;
	margin: 0px;
	float: left;
}

#nav li a:hover {
	background-color: #A91329;
}

#nav li ul {
	position: absolute;
	left: 0px;
	top: 30px;
	display: none;
	padding-top: 6px;
	width: 200px;
}

#nav li:hover ul {
	display: block;
	
}

#nav li ul li {
width: 200px;
}

#nav li ul li a {
	background-color: #EA134A;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#nav li ul li a:hover {
	background-color: #A91329;
}

#pagebody {
	clear: both;
}

.column1 {
	float: left;
	width: 280px;
}

.column2 {
	float: left;
	width: 490px;
	padding-right: 12px;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-top: 12px;
	min-height: 380px;
}

.home div.column2 {width: 770px;}

.column2 h1 {
	font-size: 1.4em;
	color: #F6134A;
	padding-bottom: 12px;
}

.home div.column2 h1 {padding-top:10px;}

.column2 h2 {
	font-size: 1.2em;
	color: #666666;
	padding-bottom: 12px;
	}
	
	.training .column2 h2 {

	padding-bottom: 2px;
	}

.column2 h3 {
font-size: 1.2em;
	color: #F6134A;
	padding-bottom: 12px;
	}

.column2 h4 {
font-size: 1.2em;
	color: #666666;
	padding-bottom: 12px;
	}

.column2 p {
	padding-bottom: 12px;
}

.column2 ul {
	list-style-type: disc;
	margin-top: -8px;
	margin-left: 14px;
}

.column2 ul li {
	padding-bottom: 8px;
}

.column2 div.horizontallist {
	width: 490px;
}

.column2 div.horizontallist ul li {
	padding-bottom: 8px;
	display: block;
	float: left;
	padding-right: 12px;
	list-style-type: disc;
	padding-left: 0px;
	list-style-position: outside;
	margin-left: 20px;
}

.column2 ol {}

.column2 ol li {}

.news div.column2 a {
	background-image: url(../images/forward.gif);
	background-repeat: no-repeat;
	display: block;
	padding-right: 30px;
	background-position: right 2px;
	background-color: #ECECEC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration: none;
}

.column2 p.backbtn a {
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	display: block;
	padding-right: 4px;
	background-position: left 2px;
	background-color: #ECECEC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	text-decoration: none;
}

.column3 {
	float: left;
	width: 177px;
	padding-top: 12px;
}

.column3 div.livefeed {
	border: 1px solid #2E2E2E;
	padding: 6px;
}

.column3 h3 {
	color: #FFFFFF;
	background-color: #2E2E2E;
	padding: 6px;
}

.column3 div.livefeed li {
	font-size: 1.1em;
	display: block;
	padding-bottom: 8px;
	margin: 0px;
	padding-top: 0px;
}

.column3 div.livefeed li a {
	font-weight: bold;
	color: #E6134A;
	text-decoration: none;
/*	display: block;*/
	margin: 0px;
	padding: 0px;
}

.column3 div.livefeed li a:hover {color: #000000;}

.column3 div.livefeed li span {
	color: #666666;
}

.column3 h4 {
	font-size: 1.2em;
	color: #BD0B20;
	padding-bottom: 4px;
}

.column3 p {
	font-size: 1.2em;
	line-height: 1.4em;
}

.column3 p a {
	color: #000000;
	text-decoration: none;
}

.column3 p a:hover {
	color: #BD0B20;
}

.column3 p span {
	color: #BD0B20;
	display: block;
	font-weight: bold;
}

.column3 p.callback {
	padding-top: 20px;
	margin-bottom: 20px;
	
}

.column3 p.callback a {
	display: block;
	padding-left: 24px;
	background-image: url(../images/callback-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 4px;
}

.column3 p.callback a:hover {}

.column3 p.callback a span {}

.column3 div.specialisms {
	background-image: url(../images/specialisms-base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.column3 div.specialisms div {
	background-image: url(../images/specialisms-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 13px 13px 20px;
}

.column3 div.specialisms div p span { font-weight:normal;}

.column3 div.specialisms div p a {
	display: block;
}

.column3 div.specialisms div p a:hover {}

.column3 div.contacts p a {font-size:11px;}

#footer {
	text-align: right;
	padding-top: 10px;
	clear: both;
}

#footer div.tagline {
	height: 20px;
	background-image: url(../images/footer-grad.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1134A;
}

#footer div.tagline span.copyright {
	font-size: 1.1em;
	display: block;
	float: right;
	padding-right: 6px;
	padding-top: 3px;
}

#footer div.tagline span.tag {
	font-size: 1.1em;
	display: block;
	float: left;
	padding-left: 6px;
	font-weight: bold;
	padding-top: 3px;
}

#footer div.awards {
	clear: both;
	padding-top: 4px;
}

#footer img {
}

  div.keywords p  {
	text-align: center;
	padding: 4px;
	font-size: 1.1em;
	color: #999999;
}

 div.keywords p a {
	color: #999999;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

 div.keywords p a:hover {
	color: #F6134A;
}

.clickthroughs {}

.clickthroughs div.service {
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 10;
	
}

.clickthroughs div.service.right {margin-right: 0px;}

.clickthroughs div.service a {
	background-color: #E0E0E0;
	display: block;
	width: 87px;
	height: 118px;
	padding: 6px;
	text-decoration: none;
	border: 1px solid #EA134A;
}

.clickthroughs div.service a:hover {
	color: #FFFFFF;
	background-color: #E6134A;
}

.clickthroughs div.service a span.descriptor {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	display: block;
	text-decoration: none;
	height: 30px;
	position: absolute;
	top: 100px;
	width: 89px;
	line-height: 1.1em;
}

.clickthroughs div.service a:hover span.descriptor {
	color: #FFFFFF;
}

.clickthroughs div.service a span.image {}

.clickthroughs div.service a:hover span.image {}

.bodycopy {
	clear: left;
	padding-top: 6px;
}



.faq dt {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 4px;
	background-image: url(../images/forward.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 2px;
	display: block;
	
}

.faq dt:hover {cursor:pointer;}

.halfwidth {
	float: left;
	width: 50%;
	margin-top: -8px;
}

.halfwidth ul {margin-top: 0px;}

form {}

form p {
	padding-bottom: 6px;
	clear: left;
}

form p label {
	display: block;
	width: 120px;
	float: left;
}

form p input {
	padding: 3px;
	border: 1px solid #D1134A;
	width: 340px;
}

form p textarea {
	padding: 3px;
	border: 1px solid #D1134A;
	width: 340px;
}

form p select {
	border: 1px solid #D1134A;
	width: 346px;
}

form p.checkbox label {
	display: block;
	width: 300px;
	float: left;
	padding-left: 10px;
}

form p.checkbox input {

	border: 1px none #D1134A;
	width: auto;
	float: left;
}

#pagewrapper form p.submit {
	width: 470px;
	text-align: right;
}

form p.submit input {
	padding: 0px;
	border: 1px none #D1134A;
	width: auto;
	background-color: #F6134A;
	color: #FFFFFF;
	padding: 3px;
}

form p.submit input:hover {background-color: #000000;cursor:pointer;}

.mediapanel {
	height: 660px;
	width: 450px;
	overflow: hidden;
	position: relative;
	padding-top: 30px;
	padding-left: 6px;
	border: 1px solid #D7134A;
}

.mediapanel div.anyClass {height:645px;}

.mediapanel div.anyClass ul {height:645px;}

.mediapanel div.anyClass ul li {
	display:block;
	height:650px;
	
}

.mediapanel div.next {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 1000;
}

.mediapanel div.prev {
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 1000;
}

#gallery {
	padding-left: 50px;
	padding-bottom: 14px;
}

#gallery ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 4px solid #999999;
	float: left;
	background-color: #999999;
}

#gallery ul li {
	display: block;
	float: left;
}

#gallery ul li a {
	display: block;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
}

#gallery p.caption {
	color: #666666;
	padding-left: 65px;
}

