body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3f3f3f;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	background: url(../images/bg.gif) top center repeat-y #fff;
}


/* Headings, Links etc. */

a {
	color: #00538d;
}
a:hover {
	color: #3f3f3f;
}
img {
	float: left;
	border: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	clear: left;
}
h1 {
	font-size: 200%;
	margin-bottom: 6px;
	color: #364AA0;
	font-weight: normal;
}
h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 95%;
	border-bottom: 1px solid #999;
	padding-bottom: 3px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.double h2 {
	padding: 6px 0 2px 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #BEC1C2;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 95%;
	line-height: 1.3em;
	padding-top: 6px;
}
p {
	margin-bottom: 10px;
	line-height: 1.3em;
}


/* Layout */

#container {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	width: 865px;
	padding: 25px 15px 15px;
	color: #fff;
	background: url(../images/header.jpg) no-repeat #364AA0;
	height: 100px;
	position:relative;
}
#header form {
	text-align: right;
	float: right;
	width: 300px;
	padding: 28px 28px 28px 0;
	margin: 0;
}
#header fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#header a {
	color: #fff;
}
#header .clientlink {
	position:absolute;
	top: 90px;
	right: 87px;
	text-align: right;
	float: right;
	width: 300px;
	padding: 0;
	margin: 0;
}

#content {
	float: left;
	width: 895px;
	margin-top: 5px;
}
#content fieldset, #content form {
	margin:0;
	padding:0;
	border:0;
}
#content form td {
	border-top: 1px solid #eee;
	padding: 6px 0;
}
#content form input, #content form textarea {
	border: 1px solid #ccc;
	font-family: Arial, sans-serif;
	font-size:12px;
	padding: 4px;
	width: 200px;
}
.errors {
	color: #E44145;
	background: #FFFFCC;
	padding:4px 6px;
	margin-bottom: 10px;
}
.single {
	float: left;
	width: 220px;
}
.singlepad {
	padding: 15px;
	float: left;
	width: 190px;
}
.double {
	float: left;
	width: 445px;
}
.double ul, single ul {
	margin: 0 0 10px 25px;
	padding: 0;
	line-height:1.4em;
}
.doublepad {
	padding: 15px;
	float: left;
	width: 415px;
}
.triple {
	float: right;
	width: 670px;
}
.triplepad {
	padding: 15px;
	float: left;
	width: 650px;
}
.clear {
	clear: left;
	float: left;
	width: 100%;
}
.space {
	margin-right: 5px;
}
.top {
	margin-top: 5px;
}
.hide {
	display:none;
}


/* Colours */

.grey {
	background: url(../images/bg-grey.jpg) no-repeat top left #ccd1d4;
}
.defaultblue {
	background-color: #364AA0;
}
.darkblue {
	background-color: #5182BF;
}
.blue {
	background: url(../images/bg-blue.jpg) no-repeat top left #d8dbec;
}
.darkpurple {
	background-color: #802B57;
}
.purple {
	background-color: #DFCAD5;
}
.darkgreen {
	background-color: #949E21;
}
.green {
	background-color: #E4E7C7;
}
.darkyellow {
	background-color: #E6AF26;
}
.yellow {
	background-color: #F9EBC9;
}
.darkred {
	background-color: #88271E;
}
.red {
	background-color: #E1C9C7;
}
.darkslate {
	background-color: #347F77;
}
.slate {
	background-color: #CCDFDD;
}


/* Search */

#ajaxSearch_input {
	border: 1px solid #AEB6B9;
	color: #AEB6B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 6px;
	width: 180px;
}
#ajaxSearch_submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 5px;
}
.ajaxSearch_highlight, .ajaxSearch_hightlight1 {
	background-color: #bfd4e2;
	padding: 2px 4px;
}
.ajaxSearch_paging {
	float: left;
	padding-bottom: 5px;
	width: 405px;
	text-align: right;
}
.ajaxSearch_result {
	float: left;
	border-top: 1px solid #eee;
	padding: 5px 0;
	margin-bottom: 5px;
	width: 405px;
}


/* Main Menu */

#menu {
	float: left;
	width: 895px;
	background-color: #364AA0;
	color: #fff;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 865px;
}
#menu li {
	float: left;
}
#menu li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 95%;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	float: left;
}
#menu li a:hover {
	color: #AEB6B9;
}
#menu .active a {
	color: #AEB6B9;
}


/* Submenu */

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	font-weight: normal;
}
#submenu li {
	border-top: 1px solid #BEC1C2;
	float: left;
	clear: left;
}
#submenu li a {
	padding: 6px 0;
	float: left;
	width: 190px;
	text-decoration: none;
}
#submenu li li a {
	padding-left: 20px;
	width: 170px;
	background: url(../images/arrow.gif) no-repeat 9px 9px;
}
#submenu li li li a {
	padding-left: 40px;
	width: 150px;
	background: url(../images/arrow.gif) no-repeat 27px 9px;
}
#submenu .active {
	font-weight: bold;
}


/* Weclome Box */

#welcome h1 {
	margin-bottom: 3px;
}
#welcome p {
	margin: 0;
}


/* Page Heading */

#heading h1 {
	color: #fff;
}
#heading p {
	font-size: 130%;
	margin: 0;
	color: #fff;
}


/* Services */

.service {
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
}
.service a {
	color: #fff;
	text-decoration: none;
	padding: 10px 10px 10px 15px;
	float: left;
	width: 195px;
}
.service a:hover {
	color: #D6DADC;
}


/* Latest News */

#homenews {
	position: relative;
	overflow: hidden;
	width: 160px;
		/* any IE */
		width: expression('190px');
	height: 60px;
	background-color: #eee;
	margin: 0;
}
#news {
	margin: 0;
	padding: 0;
}
#homenews li {
	position: absolute;
	font-size:95%;
	top: 0;
	left: 0;
	width: 190px;
	display: block;
}
#news li {
	font-size: 95%;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 0;
}
.news {
	background-color: #eee;
}

/* Developments */

#developments {
	float:right;
	position: relative;
	width: 640px;
	padding: 15px;
	margin-top: 5px;
}
#developments h2 {
	width: 510px;
}
#developments p {
	margin: 0;
	font-size: 95%;
}
#development_container {
	float:left;
	position: relative;
	overflow: hidden;
	width: 640px;
}
#development_list {
	position:relative;
	float:left;
	width: 14000px;
}
.development {
	float: left;
	font-size: 95%;
	width: 120px;
	padding: 0 10px 0 0;
}
.doublepad .development {
	padding: 8px 8px 0 8px;
}
.development h4 {
	font-size: 95%;
}
.next a {
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	width: 42px;
	padding: 9px;
	background: url(../images/arrow-right.gif) no-repeat 38px 15px #f2f4f9;
}
.previous a {
	position: absolute;
	top: 0;
	right: 60px;
	text-align: right;
	width: 57px;
	padding: 9px;
	background: url(../images/arrow-left.gif) no-repeat 12px 15px #e6e8f3;
}


/* Contact Information */

#contact ul {
	margin: 0;
	padding: 4px 0 0;
	list-style-type: none;
	clear: left;
	font-size: 95%;
}
#contact li {
	border-bottom: 1px solid #BEC1C2;
	padding: 6px 0 6px 15px;
	background: url(../images/square.gif) no-repeat 0px 9px;
}



/* Glossary */

#glossary {
	float: left;
	width: 445px;
}
#glossary h3 {
	color: #00538d;
	font-size: 95%;
	font-weight: bold;
}
#glossary .accordion_toggle {
	padding: 5px;
	width: 435px;
	cursor: pointer;
	background-color: #d6dadc;
	border-bottom: 1px solid #fff;
}
#glossary .accordion_toggle_active, #glossary .accordion_toggle:hover {
	background-color: #bfd4e2;
}
#glossary .accordion_content {
	width: 445px;
	overflow: hidden;
}
#glossary .accordion_content p {
	margin: 6px;
	font-size: 95%;
}


/* Resources */

.resource {
	float:left;
	width: 190px;
}
.resource h4 {
	clear:none;
	padding: 0 0 2px 0;
}
.resource p {
	font-size:95%;
	padding: 0;
	margin: 0;
	clear: none;
	padding-bottom: 11px;
}
.resource img {
	float:left;
	padding-right: 8px;
	padding-bottom: 11px;
}
.doublepad .resource {
	border-bottom: 1px solid #BEC1C2;
	margin-bottom: 11px;
	padding-right: 15px;
}


/* Footer */

#footer {
	float: left;
	width: 895px;
	font-size: 85%;
	border-top: 1px solid #BEC1C2;
	margin-top: 5px;
}
#footer p {
	margin: 0;
}
#footer .copyright {
	float: left;
	clear: left;
	width: 434px;
	border-right: 1px solid #BEC1C2;
	padding: 15px 15px 15px 0;
}
#footer .fsa {
	background: url(../images/fsa-logo.jpg) no-repeat 15px 15px;
	float: right;
	width: 340px;
	padding: 27px 20px 0 80px;
}
