body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333333;
}

a{
	color:#5094c7;
}

a:hover{
	color:#5094c7;
}

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

input{
	font-size:11px;
}

a img{
	border:none; 
}

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

/* =====  Colours  ===== */

.Blue h1{
	color:#5094c7;
	font-size:22px;
	padding:20px 0px 0px 0px;
}

.Blue h2{
	color:#5094c7;
	font-size:14px;
	font-weight:bold;
	padding:18px 0px 2px 0px;
	margin:0px;
}

.Blue h3{
	color:#5094c7;
	font-size:13px;
	font-weight:bold;
	padding:9px 0px 2px 0px;
	margin:0px;
}

.Green h1{
	color:#67ac45;
	font-size:22px;
	padding:20px 0px 0px 0px;
}

.Green h2{
	color:#67ac45;
	font-size:14px;
	font-weight:bold;
	padding:18px 0px 2px 0px;
	margin:0px;
}

.Green h3{
	color:#67ac45;
	font-size:13px;
	font-weight:bold;
	padding:9px 0px 2px 0px;
	margin:0px;
}

.Purple h1{
	color:#67465d;
	font-size:22px;
	padding:20px 0px 0px 0px;
}

.Purple h2{
	color:#67465d;
	font-size:14px;
	font-weight:bold;
	padding:18px 0px 2px 0px;
	margin:0px;
}

.Purple h3{
	color:#67465d;
	font-size:13px;
	font-weight:bold;
	padding:9px 0px 2px 0px;
	margin:0px;
}

.Red h1{
	color:#ee3124;
	font-size:22px;
	padding:20px 0px 0px 0px;
}

.Red h2{
	color:#ee3124;
	font-size:14px;
	font-weight:bold;
	padding:18px 0px 0px 0px;
	margin:0px;
}

.Red h3{
	color:#ee3124;
	font-size:13px;
	font-weight:bold;
	padding:9px 0px 2px 0px;
	margin:0px;
}



/* =====  Main holders  ===== */

#leftPage{
	float:left;
	width:50px;
	height:600px;
	background-image:url(../img/page_fade_left.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#wrapper{
	float:left;
	width:800px;
}

#rightPage{
	float:left;
	width:10px;
	height:600px;
	background-image:url(../img/page_right_fade.gif);
	background-repeat:no-repeat;
}

/* =====  header  ===== */
#header{
	width:800px;
	height:90px;
	background-image:url(../img/header_bg.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#mainLogo{
	float:left;
	padding:27px 0px 0px 18px;
}

#headerRight{
	float:right;
	padding:0px 18px 0px 0px;
}

/* =====  search  ===== */
#searchCon{
	float:right;
	padding:25px 0px 0px 0px;
	height:34px;
}

#searchCon label{
	display:block;
	float:left;
}

.searchButton{
	float:left;
	display:block;
	padding:0px 0px 0px 4px;
}

/* =====  header nav  ===== */

#headerNavCon{
	float:right;
	clear:both;
	padding:0px;
	margin:0px;
}

#headerNavCon ul{
	list-style:none;
	padding:0px;
	margin:0px;
	width:auto;
}

#headerNavCon ul li{
	float:left;
	background-image:url(../img/header_nav_div.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 8px 0px 8px;
}

#headerNavCon ul .last{
	background-image:none;
	padding:0px 0px 0px 8px;
}

#headerNavCon ul li a{
	text-decoration:none;
	color:#FFFFFF;
}

#headerNavCon ul li a:hover{
	text-decoration:underline;
}


/* =====  main nav  ===== */

#mainNav{
	width:800px;
	height:30px;
	background-image:url(../img/main_nav_bg.gif);
	background-repeat:repeat-x;
}

#mainNav ul{
	list-style:none;
	padding:0px 0px 0px 10px;
	margin:0px;
}

#mainNav ul li{
	position:relative;
	display:block;
	float:left;
	height:30px;
	background-image:url(../img/main_nav_div.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#mainNav ul .last{
	background-image:none;
	padding:0px 8px 0px 0px;
}

#mainNav ul li a{
	display:inline-block;
	height:24px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	padding:6px 8px 0px 8px;
}

#mainNav ul li a:hover{
	background-image:url(../img/main_nav_over_bg.gif);
	background-repeat:repeat-x;
}

#mainNav ul .current a{
	background-image:url(../img/main_nav_over_bg.gif);
	background-repeat:repeat-x;
}

#mainNav li ul{
	position:absolute;
	top:30px;
	left:0px;
	float:left;
	display:none;
	width:150px;
	height:auto;
	padding:0px 0px 10px 0px;
	margin:0px;
	background-image:url(../img/submenu_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:100;
}

#mainNav li ul li{
	background-image:none;
	padding:0px 0px 0px 2px;
	margin:0px;
	height:26px;
}

#mainNav li ul .last{
	padding:0px 0px 0px 2px;
}

#mainNav ul .current a{
	color:#FFFFFF;
}

#mainNav ul .current li a{
	color:#0b628d;
	background-image:none;
}

#mainNav ul .current li a:hover{
	background-image:url(../img/main_nav_over_bg.gif);
	background-repeat:repeat-x;
}

#mainNav li:hover ul,
#mainNav li.over ul {
	display:block;
	
}

#mainNav li ul li a{
	width:122px;
	color:#0b628d;
	height:26px;
	font-size:11px;
}

#mainNav li ul li a:hover{
	color:#FFFFFF;
	height:26px;
}

/* =====  main content  ===== */

#contentHolder{
	float:left;
	width:550px;
	padding:16px 10px 0px 18px;
}

#rightCol{
	float:left;
	width:210px;
	padding:16px 0px 0px 0px;
}

#contentText{
	width:500px;
}

/* =====  side lists  ===== */

#imgs{
	padding:4px 0px 9px 0px;
}

.sideList{
	float:left;
	width:210px;
	border-bottom:1px solid #CCCCCC;
	padding:12px 0px 9px 0px;
}

.sideList .leftCon{
	float:left;
	width:60px;
}

.sideList .rightCon{
	float:left;
	width:150px;
}

.sideList .rightCon img{
	padding:0px 0px 6px 0px;
}

.sideList .rightCon ul{
	list-style:none;
	font-size:11px;
	padding:0px;
	margin:0px;
	line-height:18px;
}

.sideList .rightCon ul li{
	background-image:url(../img/list_bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:0px 0px 0px 12px;
}

.sideList .rightCon ul li:hover{
}

.sideList .rightCon ul li a{
	text-decoration:none;
	color:#000000;
}

.sideList .rightCon ul li a:hover{
	color:#0876ab;
}

.lastSideList{
	border-bottom:none;
}

.firstSideList{
	padding:4px 0px 9px 0px;
}

/* =====  Key people ===== */

.teamCon{
	clear:both;
	padding:16px 0px 0px 0px;
}

.teamTextCon{
	float:left;
	width:400px;
}

.teamImg{
	float:left;
	width:100px;
}

.teamHead{
	font-size:14px;
	color:#0876ab;
}

/* =====  content uls  ===== */

.contentUlHolder{
	position:relative;
	float:left;
	width:150px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	border-left:1px #ccc solid;
	padding:4px 14px 14px 14px;
	height:240px;
}

.contentUlHolderLast{
	border-right:1px #ccc solid;
}

.contentUlHolder ul{
	list-style:none;
	font-size:11px;
	padding:0px;
	margin:0px;
	line-height:18px;
}

.contentUlHolder ul li{
	background-image:url(../img/list_bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:0px 0px 0px 12px;
}

.contentUlHolder ul li:hover{
	background-position:0px -14px;
}

.contentUlHolder ul li a{
	text-decoration:none;
	color:#000000;
}

.contentUlHolder ul li a:hover{
	color:#0876ab;
}

.contentUlHolder img{
	position:absolute;
	top:110px;
}

.contentUlHolder span{
	display:block;
	line-height:16px;
}

/* =====  More info uls  ===== */

.moreOptions{
	position:absolute;
	bottom:10px;
	width:148px;
}

.moreOptions ul{
	list-style:none;
	font-size:11px;
	padding:0px;
	margin:0px;
	line-height:18px;
	border-top:1px #CCCCCC dotted;
}

.moreOptions ul li{
	display:inline-block;
	padding:0px;
	background-image:none;
	width:100%;
}

.moreOptions ul li a{
	display:block;
	width:100%;
	padding:4px 0px 4px 0px;
	background-image:url(../img/more_options_li_bg.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	border-bottom:1px #CCCCCC dotted;
}

.moreOptions ul li a:hover{
	background-position:right -41px;
}

/* =====  Forms  ===== */

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

.wrap_form{
	float:left;
}

.wrap_form label{
	display:block;
	padding:0px 0px 4px 0px;
}

.wrap_form label .title{
	float:left;
	width:120px;
}

.wrap_form .contactSubmitButton{
	padding:0px 0px 0px 120px;
}

.wrap_form .button{

}

.fox_captcha_descriptor {
	color:#047ebb;
	font-weight:bold;
}

.fox_captcha_holder {
	margin-left:120px;
	background-image:url(../img/fox_captcha.png);
	background-repeat:no-repeat;
	width:250px;
	height:146px;
	margin-bottom:5px;
}

.fox_captcha_holder span, .fox_captcha_holder label, .fox_captcha_holder input {
	margin-left:18px;
}

.fox_captcha_holder span {
	display:block;
	font-size:36px;
	line-height:40px;
	color:#fff;
	margin-bottom:22px;
	padding-top:12px;
	font-weight:bold;
}

.fox_captcha_holder label {
	color:#047ebb;
	font-size:13px;
	margin-bottom:5px;
}

#response {
	color: #e83838;
	font-weight: bold;
	border: 1px solid #f78989;
	padding: 5px 10px;
	background-color: #feecec;
	margin-bottom: 1em;
}



/* =====  Copywrite  ===== */

#copywrite{
	clear:both;
	float:left;
	width:800px;
	height:58px;
	padding:30px 0px 0px 68px;
	background-image:url(../img/copywrite_bg.gif);
	background-repeat:no-repeat;
}

#copywrite .left{
	float:left;
}

#copywrite .right{
	float:right;
	padding:12px 34px 0px 0px;
}

#copywrite ul{
	list-style:none;
	padding:6px 0px 6px 0px;
	margin:0px;
}

#copywrite ul li{
	float:left;
	padding:0px 8px 0px 8px;
	background-image:url(../img/header_nav_div.gif);
	background-repeat:no-repeat;
	background-position:right 3px;
}

#copywrite ul .first{
	padding:0px 8px 0px 0px;
}

#copywrite ul .last{
	padding:0px 0px 0px 8px;
	background-image:none;
}

#copywrite ul li a{
	text-decoration:none;
	color:#5094c7;
}

#copywrite ul li a:hover{
	text-decoration:underline;
	color:#5094c7;
}

#copywrite span{
	display:block;
	float:left;
	clear:both;
}

#sitemap{
	list-style:none;
	line-height:22px;
}

#sitemap li a{
	font-weight:bold;
	text-decoration:none;
}

#sitemap li a:hover{
	text-decoration:underline;
}

#sitemap ul{
	list-style:none;
	padding:0px 0px 9px 0px;
}

#sitemap ul li a{
	display:block;
	font-weight:normal;
	padding:0px 0px 0px 18px;
	background-image:url(../img/sitemap_bullet.gif);
	background-repeat:no-repeat;
	background-position:6px 8px;
}



