@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: 'Trebuchet MS', Arial;
	font-size: 10px;
	color: #666666;
}
body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5 {padding-bottom: 5px;margin: 25px 0 10px 0;font-weight: normal;line-height: 120%;}
h1 {font-size: 200%;line-height: 100%;}
h2 {font-size: 175%;line-height: 100%;}
h3 {font-size: 150%;}
h4 {font-size: 120%;line-height: 130%;}
h5 {font-size: 120%;text-transform: uppercase;}

.componentheading, .contentheading{font-size: 200%;line-height: 100%;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.wrapper {
	background-position: center top;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	width: 950px;
	height: 125px;
}
.strapline {
	height: 40px;
	width: 400px;
	padding-top: 38px;
	padding-left: 25px;
	float: left;
	overflow: hidden;
	font-size: 26px;
	font-family: "futura book", "Trebuchet MS", Arial;
}
.strapline_blue {
	color: #00A0EB;
	font-weight: bold;
}
.logo {
	width: 251px;
	height: 90px;
	float: right;
	margin-top: 25px;
	margin-right: 0px;
}
.top_menu  {
	width: 560px;
	height: 20px;
	padding-top: 80px;
	padding-left: 25px;
	font-weight: bold;
}
#right-module {
	width: 180px;
	float: right;
	margin-left: 25px;
}
#title-module {
	width: 380px;
	float: right;
	height: 40px;
	position: absolute;
}
#image-module {
	width: 295px;
	float: right;
	margin-left: 0px;
}
#feature-module {
	width: 880px;
	float: left;
}
#left-module {
	width: 210px;
	float: left;
}
.top_menu li {
	float: left;
	font-size: 10px;
	display: block;
	white-space: normal;
	margin-right: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-weight: bold;
}
.main_body {
}
#pathway {
	height: 15px;
	width: 880px;
	background-color: #CDDCE3;
	margin-bottom: 15px;
	padding-left: 5px;
}
.top_block {
	height: 40px;
	width: 950px;
	background-image: url(../images/top-bg.jpg);
}
.centre_block {
	width: 950px;
}
#content {
	width: 880px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin: 0px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
.bottom_block {
	width: 950px;
	height: 25px;
	background-image: url(../images/bottom-bg.jpg);
}
.footer {
	height: 30px;
	width: 880px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#static_navigation {
	float: left;
	margin-right: 15px;

}
#static_navigation ul li {
	width: 200px;
	background-color: #33CCFF;
	display: block;
	height: 40px;
	list-style-image: none;
	font-family: 'Trebuchet MS', Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
	margin-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	padding-top: 35px;
}