﻿/****************************************************************************************************************/
body {
	text-align : center;
	background-color : #CCCCCC;
	font-family : Arial;
}
h1 {
	font-family : Arial;
	font-size : 26px;
	color : #264156;
	font-weight : normal;
	margin-top : 20px;
	text-transform : uppercase;
}
h2 {
	font-family : Arial;
	font-size : 22px;
	color : #264156;
	font-weight : normal;
	text-transform : uppercase;
}
h3 {
	font-family : Arial;
	font-size : 13px;
	color : #264156;
	font-weight : bold;
	text-transform : uppercase;
	margin-bottom : 0px;
}
img {
	border : 0px;
}
a {
	color : #264156;
	text-decoration : none;
}
a:hover {
	color : #333333;
	text-decoration : none;
}
/****************************************************************************************************************/
#container {
  margin:0 auto; 
	width : 924px;
}
/****************************************************************************************************************/
#header {
	position : relative;
	height : 120px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 15px;
	padding-bottom : 15px;
	background-color : #FFFFFF;
}
#header #logo {
	position : absolute;
	width : 152px;
	height : 81px;
	left : 20px;
	top : 15px;
	text-align : left;
	vertical-align : top;
}
#header #clocks {
	position : absolute;
	right : 20px;
	top : 15px;
	width : 442px;
	text-align : right;
	vertical-align : top;
}
#header #clocks td.clock-label {
	width : 100px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #6E85AF;
	text-align : center;
}
#header #clocks td.clock {
	width : 100px;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
}
#header #clocks td.date-label {
	width : 200px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : #6E85AF;
	text-align : right;
}
#header #clocks td.date {
	width : 200px;
	text-align : right;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	white-space: nowrap;
	padding-right: 15px;
}
#header #search-box {
	position : absolute;
	right : 24px;
	top : 70px;
}
#header #search-box form {
	margin : 0px;
	padding : 0px;
}
#header #search-box input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#header #search-box img {
	margin-left : 5px;
  cursor : pointer;
}

/****************************************************************************************************************/
#slideshow {
	position : relative;
	height : 287px;
	background-color : #FFFFFF;
}
#slideshow #fade-container {
	display : block;
	height : 120px;
}
#slideshow #fade-container div {
	position : absolute;
	top : -10;
	left : 21;
	width : 879px;
}
#slideshow .fade-active {
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	opacity : 1;
}
#slideshow .fade-inactive {
	filter : alpha(opacity=0);
	-moz-opacity : 0;
	opacity : 0;
}
/****************************************************************************************************************/
#menu {
	background-color : #FFFFFF;
}
#navigation {
	position : relative;
	height : 57px;
	width : 879px;
	background-image : url('/images/navigation/background.jpg');
	padding-top: 13px;
}
#navigation ul {
	z-index : 999999;
	position : absolute;
	left: 0;
	margin : 0;
	padding : 0;
	padding-left: 20px;
	list-style : none;
}
#navigation li {
	margin-left: 60px;
	margin-right: 0px;
	display: inline;
}
#navigation a {
	float : left;
	background : url('/images/navigation/tab-left.gif') no-repeat left top;
	margin : 0;
	padding : 0 0 0 9px;
	text-decoration : none;
	height : 28px;
}
#navigation a span {
	float : left;
	display : block;
	background : url('/images/navigation/tab-right.gif') no-repeat right top;
	padding : 6px 13px 4px 2px;
	color : #264156;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {
	float: none;
}
/* End IE5-Mac hack */
#navigation a:hover {
	background-position : 0% -27px;
}
#navigation a:hover span {
	background-position : 100% -27px;
	color : #FFFFFF;
}
#navigation a.on {
	background-position : 0% -27px;
	color : #FFFFFF;
}
#navigation a.on span {
	background-position : 100% -27px;
	color : #FFFFFF;
}
/****************************************************************************************************************/
#content-area {
	background-color : #FFFFFF;
}
#content-area td.content {
	width: 100%;
	height : 350px;
	padding : 10 40 15 40;
	line-height : 19px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #666666;
	vertical-align: top;
	text-align : left;
}
/****************************************************************************************************************/
#footer {
	text-align : center;
	background-color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom : 10px;
	margin-bottom : 10px;
}
#footer p {
	margin : 0px;
	padding : 0px;
}
#footer hr {
	color : #C0C0C0;
	width : 839px;
}
/****************************************************************************************************************/

#home-page {
 width:880px;
 height:360px;
 padding:0px;
 margin:0px;
}
#home-page #left-col {
	float : left;
	margin-left : 0px;
	width : 243px;
	height : 300px;
	padding : 10px 10px 10px 5px;
	border-right : 1px solid #999999;
}
#home-page #left-col td {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
	line-height : 18px;
}
#home-page #left-col p {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #666666;
	line-height : 18px;
}
#home-page #centre-col {
	float : left;
	margin-left : 10px;
	width : 273px;
	height : 300px;
	padding : 10px 10px 10px 5px;
	border-right : 1px solid #999999;
}
#home-page #centre-col p {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #666666;
	line-height : 18px;
}
#home-page #right-col {
	float : left;
	margin-left : 10px;
	width : 270px;
	height : 300px;
	padding : 10px 10px 10px 5px;
}
#home-page #right-col p {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
	line-height : 18px;
}
/****************************************************************************************************************/
#resources-list td {
	font-family : Arial;
	font-size : 12px;
	color : #666666;
	line-height : 18px;
}
/****************************************************************************************************************/
#news-details td {
	font-family : Arial;
	font-size : 12px;
	color : #666666;
	line-height : 18px;
}
#news td {
	font-family : Arial;
	font-size : 12px;
	color : #666666;
	line-height : 18px;
}
/****************************************************************************************************************/
#vacancy-list td {
	font-family : Arial;
	font-size : 12px;
	color : #666666;
	line-height : 18px;
}
/****************************************************************************************************************/
#contact-form td {
	font-size : 12px;
	color : #666666;
}
#search-results td {
	font-family : Arial;
	font-size : 12px;
	color : #666666;
	line-height : 18px;
}