@charset "utf-8";
/* CSS Document */
body, html {
	height:100%;
}
body {
	background-color: #1a68a1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333333;
}
a {
	color:#006bb7;
}
#container {
	width:930px;
	margin:auto;
	background:url(images/bg_content2.gif) no-repeat;
	}
#centrecontainer {
	width:900px;
	margin:auto;
	background-color:#FFFFFF;
	}
#header {
	width:900px;
	}
#banner {
	width:900px;
	height:244px;
	border-top:#a3a3a3 1px solid;/*#006cb7 3px solid;*/
	border-bottom:#a3a3a3 1px solid;/*#006cb7 3px solid;*/
	/*margin-bottom:27px;*/
	}
#bannerMessage {
	width:170px;
	height:200px;
	margin:22px 25px;
	color:#FFFFFF;
	font-size:95%;
	overflow:hidden;
	}
#subbanner {
	width:900px;
	height:148px;
	border-top:#a3a3a3 1px solid;/*#006cb7 3px solid;*/
	border-bottom:#a3a3a3 1px solid;/*#006cb7 3px solid;*/
	/*margin-bottom:27px;*/
	}
.breadcrumbDiv {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:95%;
	margin:12px 26px;
}
.breadcrumb {	
	text-decoration:none;
}
.breadcrumbSelected {
	color:#990000;
}

#pageContent {
	width:900px;
	height:100%;
	}
/*HOME PAGE LAYOUT*/
#pageContentLeft {
	width:260px;
	float:left;
	}
#pageContentCentre {
	width:360px;
	float:right;
	padding:0px 10px 10px 10px;
	text-align:justify;
	}	
#pageContentRight {
	width:260px;
	float:right;
	}	

/*SUB PAGE LAYOUT (USING HOMAE PAGE LEFT CONTENT) */
#subPageContent {
	width:570px;
	float:right;
	text-align:justify;
	padding:0px 60px 10px 10px;
	}
/*SUB PAGE LAYOUT RIGHT VERSION (USING HOMAE PAGE LEFT CONTENT) */
#subPageContentRight {
	width:740px;
	float:left;
	text-align:justify;
	padding:0px 80px 10px 80px;
	}
#subPageContentRight2 {
	width:570px;
	float:left;
	text-align:justify;
	padding:0px 10px 10px 60px;
	}
#pageContentRight2 {
	width:260px;
	float:right;
	}	

/*NEWS PAGE LAYOUT*/
#NewsContentLeft {
	width:300px;
	float:left;
	}
#NewsPageContent {
	width:530px;
	float:right;
	text-align:justify;
	padding:0px 60px 10px 10px;
	}
#NewscolumnBox {
	width:200px;
	border:1px solid #333333;
	margin:0px 26px;
	padding:16px 19px;
	font-size:95%;
}	
	
/*VIDEO PAGE LAYOUT*/
#VideoContentLeft {
	width:440px;
	float:left;
	}
#VideoPageContent {
	width:380px;
	float:right;
	text-align:justify;
	padding:0px 60px 10px 10px;
	}
#VideocolumnBox {
	width:350px;
	border:1px solid #333333;
	margin:0px 26px;
	padding:16px 19px;
	font-size:95%;
}	

#columnBoxNarrow {
	width:154px;
	border:1px solid #333333;
	margin:0px 26px;
	padding:16px 19px;
}
#columnBoxNarrow a {
	font-size:95%;
}
#columnBox {
	width:176px;
	border:1px solid #333333;
	margin:0px 26px;
	padding:16px 19px;
}


#SharePrice {
	width:176px;
	border:1px solid #333333;
	margin:0px 26px;
	padding:16px 19px;
	font-size:95%;
}
#SharePrice h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:125%;
	color:#006bb7;
	font-weight:normal;
	margin-top:0px;
}
#staffDiv {
	border-bottom:1px solid #a3a3a3;
	margin-bottom:25px;
}
#footer {
	padding:30px 20px 10px 20px;
	color:#666666;
	font-size:90%;
}
#navButton {
	font-size:18px;
	width: 25px;
	text-align: center;
	text-decoration: none;
	border: #a3a3a3 1px solid;
	color: #666666;
	padding-bottom: 2px;
	margin:0px 3px;
	cursor:pointer;
}
#navButton0 {
	font-size:18px;
	width: 25px;
	text-align: center;
	text-decoration: none;
	border: #EEEEEE 1px solid;
	color: #EEEEEE;
	padding-bottom: 2px;
	margin:0px 3px;
}
#navButton:hover{
	background-color:#f1f5f7;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:150%;
	color:#006bb7;
	font-weight:bold;
	margin-top:0px;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:125%;
	color:#006bb7;
	font-weight:normal;
	margin-top:0px;
}
p {
	margin-bottom:<% IF browserStr <> "IE" Then %>5<% End If %>px;
}
ul {
	list-style-type: disc;
}
.textWhite {
	color:#FFFFFF;
	}
.clear {
	clear:both;
	}