html {
    min-height: 100%;
    height: auto;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #FFF;
	height: 100%;
	line-height: 18px;
	background-attachment: fixed;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #031f73;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #031f73;
	font-weight: bold;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #031f73;
	text-decoration: none;	
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #031f73;
}
.thrColElsHdr #container { 	
	position: relative;
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */	
} 
.thrColElsHdr #header { 
	position: relative;
	width: 902px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	text-align: left;	
}
.thrColElsHdr #headerLft { 
	width: 439px;
	float: left;
	padding: 2px 0 0 4px;
	margin: 0 0 10px 0; 
}
.thrColElsHdr #headerRt { 
	float: right;
	padding: 8px 0 0 4px;
	font-style:normal;	
	text-align:right;
}
.thrColElsHdr #headerRt a {
	color: #666666;
	font-style:normal;
}
.thrColElsHdr #headerRt a:hover {
	color: #FFF;
}
.thrColElsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
#tabnavigation
{
	height: 31px;
	background-image: url(../images/tabnav_tile.gif);
	background-repeat: repeat-x;
	padding: 0 0 0 3px;	
	margin: 0;	
}
#tabnavigation .tabnavlft
{
	padding: 0 0 12px 0;
	background-image: url(../images/tabnav_tile.gif);
	background-repeat: repeat-x;
	float:left;
}
#tabnavigation .tabnavRt {
	background-image: url(../images/nav_rt.gif);
	background-repeat: no-repeat;	
	width: 5px;
	height: 31px;
	float: right;
}
#tabnavigation .tabnavlft a
{
	color: #999999;
	text-decoration: none;
	padding: 2px 0 22px 10px;
	font-size: 100%;
	background: url(../images/left-tab.gif) left top no-repeat;
}
#tabnavigation .tabnavlft a span
{
	background: url(../images/right-tab.gif) right top no-repeat;
	padding: 2px 10px 16px 0;
}
#tabnavigation .tabnavlft a:hover {
	color: #666666;
	background: url(../images/left-tab-hover.gif) left top no-repeat;
	padding-left: 10px
} 
#tabnavigation .tabnavlft a:hover span
{
	background: url(../images/right-tab-hover.gif) right top no-repeat;
	padding-right: 10px
}
#tabnavigation .tabnavlft .selected {
	color: #666666;
	background: url(../images/left-tab-hover.gif) left top no-repeat;
	padding-left: 10px
} 
#tabnavigation .tabnavlft .selected span
{
	background: url(../images/right-tab-hover.gif) right top no-repeat;
	padding-right: 10px
}
.thrColElsHdr #sidebar1 {
	float: left; 
	width: 14em; 
	padding: 15px 0; 
}
.thrColElsHdr #sidebar2 {
	display:inline;
	float: right;
	width: 205px;
	padding: 0 0 15px 0; 
	margin: 16px 15px 0 0;
}
.keyfacts{
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;	
}
.keyfactshdr{
	background-color: #ffd200;
	padding: 0 5px 0 10px;
	margin: 0;
	background-image: url(../images/keyfactarrow.gif);
	background-repeat: no-repeat;
}
.keyfacts p{
	padding: 0;
	margin: 0;
}
.keyfactshdr h2{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #383838;
	padding: 2px 2px 2px 10px;	
}
.hotlinks{
	background-color: #ffd200;
	padding: 0 0 5px 0;
}
.hotlinks h2{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.hotlinks a{
	font-weight: bold;
	color: #5b5b5b;
	text-decoration: none;	
	padding: 0 5px 0 5px;
	margin: 0 0 0 5px;
}
.hotlinks a:hover{
	font-weight: bold;
	color: #004c98;
	text-decoration: none;
	background-color: #ffffff;
	padding: 0 5px 0 5px;	
}
.hotlinks #sidebarhdr {
	background-color: #5b5b5b;
	padding: 2px 2px 2px 18px;
	margin: 0 0 10px 0;
	background-image: url(../images/hotlinksarrow.gif);
	background-repeat: no-repeat;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.thrColElsHdr #mainContent {
 	/*margin: 0 10px 0 180px; style modified by oli@heathwallace 24.09.2008*/
 	margin: 0 10px 0 180px;
	padding: 15px 0 0 0;
} 
.thrColElsHdr #mainContentHM {
 	margin: 0 200px 0 20px;
	padding: 15px 0 15px 0;
}
.thrColElsHdr #mainContentContent {
 	margin: 0 3em 0 3em;
	padding: 20px 0 15px 0;
} 
.thrColElsHdr #mainContentContent2 {
 	margin: 0 0 0 0;
	padding: 20px 0 15px 0;
} 
.thrColElsHdr #footer2 {
	position: relative;
	width: 902px;
	margin: 0 auto;
	padding:0;
	text-align: left;
	background-image: url(../images/ftr_tile.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 43px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.thrColElsHdr #footer2 a {
	color: #666666;
	padding: 0 3px 0 3px;	
}
.thrColElsHdr #footer2 a:hover {
	color: #FFF;
	background-color: #999999;
	padding: 0 3px 0 3px;	
}
.thrColElsHdr #footer2 #ftrlft {
	background-image: url(../images/ftr_lft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px 0 10px 20px;
	width: 300px;
	float:left;		
}
.thrColElsHdr #footer2 #ftrRt {
	background-image: url(../images/ftr_rt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 15px 20px 10px 0;
	float:right;
} 
.thrColElsHdr #footer2 p {
	margin: 0; 
	padding: 10px 0; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.breadcrumb {
	background-image: url(../images/breadcrumb_tile.gif);
	background-repeat: repeat-x;
	height: 35px;
}
.breadcrumb #bcLft {
	float:left;
	padding: 8px 0 0 15px;
	color: #CCCCCC;
	font-size: 10px; 
}
.breadcrumb #bcRt {
	float:right;
	font-size: 16px;
	font-weight: normal;
	color: #8c8c8c;
	padding: 0;
	height: 25px;
}
.gallerymargin {
	margin: 20px 0 0 0;
}
.newsarticle {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.Hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.Clr_Green {
	color: #666666;
	/*background-image: url(../images/hdr_landscape01.gif);*/
	background-repeat: no-repeat;
	display:block;
	height:30px;
	background-position: left top;
	padding-left: 30px;
}
.Contacts {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;	
}
.Lftnav{
	margin: 0 0 0 15PX;
}
.Lftnav a{
	color: #39342a;
	display: block;
	padding: 2px 0 2px 5px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #adb8be;
}
.Lftnav a:hover{
	color: #FFFFFF;
	background-color: #004c98;
	display: block;
}

.Lftnav h1 { 
	padding: 0 0 8px 0;
	font-size: 15px;
	color: #000000;
}
.newslatter h1 { 
	padding: 0 0 8px 0;
	font-size: 15px;
	color: #000000;
}
.LftnavBottom {
	height: 18px;
	background-image: url(../images/lftNav_bottom.gif);
	background-repeat: no-repeat;
	background-position: left;	
	margin: 10px 0 0 0;
}

/* Added by Oli 25/09/2008 */
ul.wordDocuments, ul.pdfDocuments {
	padding:10px 0 20px 15px;
	margin:0;
	list-style:none;
}

ul.wordDocuments li {
	list-style:none;
	background:url("../images/word-icon.gif") center left no-repeat;
	padding:2px 0 2px 25px;
}
ul.pdfDocuments li
	{height:1%;list-style:none;
	background:url("../images/pdf-icon.gif") center left no-repeat;
	padding:2px 0 2px 25px;}
	

.rightImg {
	float:right;
}
.staff img
{border:1px solid #ccc!important;padding:0!important;margin:15px;}

div.pageHeadBox, div.homeHeadBox
{background:#E8E8E8; float:left; margin-bottom:10px;padding-right:20px;height:1%;}
div.pageHeadBox:after, div.homeHeadBox:after
{visibility:hidden;display:block;content:".";clear:both;height:0;}
div.homeHeadBox
{float:none;margin:0 40px 0 0;height:194px;width:620px;}
#mainContent div.pageHeadBox img, div.homeHeadBox img
{float:left; padding:0;}
div.pageHeadBox h1
{padding-top:20px;}
#mainContent img {
	padding:15px;
}
div.homeHeadBox div
{padding-top:15px;}

div.homeHeadBox p
{margin:0;padding:0 0 10px 0;}

div#headerRt2 p
{text-align:right;margin:0;padding:15px 2px 0 0;font-weight:bold;color:#031f73;font-size:16px;}

.noPadding { padding:0!important; }

a.printPage
{display:none;}

div.contentRow
{height:1%;}
div.contentRow:after
{visibility:hidden;display:block;content:".";clear:both;height:0;}

div.contentRow div.col
{width:244px;float:left;}
