@charset "utf-8";
body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/mainBK.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 18px;
}
.thrColFixHdr #container #mainContent1Col .bodyCopy div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-right: 20px;
	text-align: left;
}
.bodyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #262E3B;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-right: 20px;
}

.thrColFixHdr #container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	width: 960px;
	height: 150px;
	background-repeat: no-repeat;
	background-image: url(images/conceptTemplateMain_03.jpg);

} 
.rightColumn  {
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 60px;
	padding-top: 0px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.thrColFixHdr #sideContainer {
	width: 270px;
	float: left;
	padding-left: 24px;
	margin: 0px;
}
#apDiv1 {
	position:absolute;
	width:245px;
	height:198px;
	z-index:1;
	left: 343px;
	top: 470px;
	background-color: #8FCBA2;
}


.thrColFixHdr #sidebarContent {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	padding-top: 0px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 30px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	border: 1px solid #E8E8E8;
} 

.thrColFixHdr #footer {
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	background-image: url(images/footer.gif);
	padding-top: 60;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	height: 179px;
	vertical-align: middle;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
.thrColFixHdr #quickLinks {
	background-color: #FFFFFF;
	width: 255px;
	height: auto;
	z-index: 20;
	margin-top: 90px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding-bottom: 30px;
	width: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #banner {
	height: 30px;
	width: 855px;
	background-image: url(images/MainTemplate_04.jpg);
	background-repeat: no-repeat;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	padding: 0;
}
.thrColFixHdr #homeNav {
	top: 200px;
	padding-left: 30px;
	text-align: left;
	position: relative;
	height: 14px;
}

.thrColFixHdr #nav {
	z-index: 1000;
	background-image: url(newSite/images/navBK.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 110px;
}
.mainImage1   {
	background-image: url(newSite/images/MainTemplate_07.gif);
	background-repeat: no-repeat;
}

.thrColFixHdr #searchContainer {
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-top: 1px;
	border: 1px solid #A1A2A4;
	margin-left: 0px;
	width: 250px;
	position: absolute;
}
.quickLinksImage {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
.thrColFixHdr #mainContent1Col {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 35px;
	position: relative;
	width: auto;
	padding-bottom: 10px;
}
.teamImage {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
}
.thrColFixHdr #banner2 {
	padding: 0;
	height: 228px;
	background-position: bottom;
	background-color: #F7971C;
}
.thrColFixHdr #banner3 {
	padding: 0;
	height: 192px;
	width: 855px;
	background-position: bottom;
	background-image: url(newSite/images/banner_image3.jpg);
}
.thrColFixHdr #banner5 {
	padding: 0;
	height: 192px;
	width: 855px;
	background-position: bottom;
	background-image: url(newSite/images/banner_image8.jpg);
}
.thrColFixHdr #banner4 {
	padding: 0;
	height: 192px;
	width: 855px;
	background-position: bottom;
	background-image: url(newSite/images/banner_image6.jpg);
}
.thrColFixHdr #banner6 {
	padding: 0;
	height: 192px;
	width: 855px;
	background-position: bottom;
	background-image: url(newSite/images/banner_image9.jpg);
}
.thrColFixHdr #banner7 {
	padding: 0;
	height: 192px;
	width: 855px;
	background-position: bottom;
	background-image: url(newSite/images/banner_image4.jpg);
}
.floatRight {
	float: right;
	margin-bottom: 0px;
	bottom: 0px;
	padding-bottom: 0px;
}
.detailLink {
	margin-top: 5px;
}
.thrColFixHdr #equipBox {
	width: 365px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.thrColFixHdr #equipBoxRight {
	width: 365px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 10px;
	float: right;
}
.form {
	background-color: #F3F3F3;
	padding: 15px;
}
.textArea {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
.button {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px outset #CCCCCC;
	background-color: #CCCCCC;
}
.highlightBold {
	color: #000033;
	font-weight: bold;
	text-align: left;
}

.mainImage2 {
	background-image: url(newSite/images/MainTemplate_08.gif);
	background-repeat: no-repeat;
}
.mainImage3 {
	background-image: url(newSite/images/MainTemplate_09.gif);
	background-repeat: no-repeat;
}
.highlightRegular {
	color: #000033;
	font-weight: normal;
	text-align: left;
}
.bodyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	line-height: 22px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F8981D;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textField {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formSpace {
	padding-bottom: 5px;
}
.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
}
.floatLeft {
	float: left;
	margin-bottom: 0px;
	bottom: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
}
.floatLeftBorder {
	float: left;
	margin-bottom: 10px;
	bottom: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
	border: 1px solid #F7971C;
}
.companyImages {
	width: 210px;
	float: left;
}
.boldItalic {
	font-weight: bold;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.orangeColour {
	color: #F8981D;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #F69323;
	font-style: normal;
}
.whiteLink {
	color: #FFF;
}
.checklist {
	list-style-image: url(images/tick.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: outside;
}
.BodyHeadOrange {
	color: #F89A21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.accImage {
	float: left;
	width: 277px;
	text-align: center;
	clear: both;
}
#twitter {
	font-weight: bold;
	color: #52AFDF;
}
#twitter a:hover {
	color: #A2D3EE;
	text-decoration: none;
}
#twitter a {
	color: #52AFDF;
}
#twitter a:visited {
	color: #52AFDF;
	text-decoration: none;
}
#twitter a:active {
	color: #A2D3EE;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
