@charset "UTF-8";
/* CSS Document */

* {
	outline: none;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	text-align: left;
	border: none;
	}
	
a, strong {
	text-decoration: none;
	font-weight: bold;
	color: #04B397;
	}	

a:hover {
	color: #332D72;
	}	

/* 
body {
	background-image: url(../images/pageFiller.gif);
	background-repeat: repeat-x;
	}
*/		
	
#header {
	width: 760px;
	height: 133px;
	margin: 0px auto 8px auto;
	background-color: #332D72;
	background-image: url(../images/headerGround.gif);
	background-repeat: no-repeat;
	}
	
#header p {	
	font-size: 18px;
	color: #FFFFFF;
	padding: 76px 0px 0px 21px;
	}
	
#header img {
	float: right;
	}	

#navigation {
	width: 760px;
	height: 30px;
	margin: 0px auto;
	padding-top: 9px;
	background-image: url(../images/navfiller.gif);
	background-repeat: repeat-x;
	text-align: center;
	}
	
#navigation ul {
	list-style-type: none;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px auto;
	text-align: center;
	}
	
#navigation ul li {
	display: inline;
	}
	
#navigation ul li a {
	padding: 9px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	}
	
#navigation ul li a:hover {
	padding: 9px 12px;
	color: #000000;
	}

#navigation ul li span {
	padding: 9px 12px;
	color: #332D72;
	}				
	
#picstrip {
	width: 760px;
	height: 165px;
	margin: 0px auto 14px auto;
	background-color: #FFFFFF;
	}
	
#pageWrapper {
	width: 760px;
	margin: 0px auto;
	}
	
#rightColumn {
	float: right;
	width: 167px;
	margin-top: 39px;
	}
#rightColumn img {
	margin-bottom: 13px;
	}	
		
#leftColumn {
	float: left;
	width: 184px;
	}
#subnav  {
	list-style-type: none;
	width: 171px;
	background-image: url(../images/subNavTop.gif);
	background-repeat: no-repeat;
	background-color: #9FA0A1;
	margin: 39px 0px 0px 13px;
	padding: 16px 0px;
	}
#subnav li {
	font-size: 12px;
	color: #FFFFFF;
	Text-transform: capitalise;
	}
#subnav li a {
	display: block;
	color: #FFFFFF;
	padding: 15px 0px 17px 0px;
	margin: 0px 12px 0px 12px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	}
#subnav li a:hover {
	color: #000000;
	}
#subnav .current {
	display: block;
	color: #332D72;
	padding: 15px 0px 17px 0px;
	margin: 0px 12px 0px 12px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	}				
#leftColumn span {
	display: block;
	width: 171px;
	height: 5px;
	background-image: url(../images/subNavFoot.gif);
	background-repeat: no-repeat;
	margin-left: 13px;
	}
	
#tertiary  {
	list-style-type: none;
	background-color: #9FA0A1;
	}
#tertiary li {
	list-style-type: none;
	font-size: 12px;
	color: #FFFFFF;
	Text-transform: capitalise;
	}
#tertiary li a {
	display: block;
	color: #FFFFFF;
	background-color: #9FA0A1;
	padding: 5px 0px 5px 25px;
	margin: 0px 12px 0px 12px;
	border-bottom: 1px solid #DDDDDD;
	text-decoration: none;
	font-weight: normal;
	}
#tertiary li a:hover {
	background-color: #332D72;
	background-image: none;
	color: #FFFFFF;
	}
#tertiary .current {
	display: block;
	color: #332D72;
	background-image: url(../images/marker.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 25px;
	margin: 0px 12px 0px 12px;
	border-bottom: 1px solid #DDDDDD;
	}						
	
#acreditations {
	width: 72px;
	margin: 205px 0px 0px 118px;
	}
#acreditations img {
	margin-bottom: 15px;
	}		

#centreColumn {
	border-left: 1px solid #DBDCDD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 207px;
	}
#centreColumn h1 {
	font-size: 26px;
	color: #332D72;
	font-weight: normal;
	margin: 0px 0px 23px 20px;
	}
#centreColumn p {
	font-size: 12px;
	line-height: 14px;
	color: #A7A9AC;
	margin: 0px 0px 18px 20px;
	font-weight: normal;
	}
#centreColumn h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	margin: 0px 0px 14px 20px;
	color: #A7A9AC;
	}
#centreColumn h3 a{
	color: #006DB8;
	text-decoration: none;
	}
#centreColumn h3 a:hover{
	color: #332D72;
	text-decoration: none;
	}	
#centreColumn ul, #centreColumn ol {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 25px 20px 30px;
	color: #A7A9AC;
	}							
