@charset "utf-8";
/* CSS Document */

/* colours
backgroound blue; #00529c;
dark blue: 2e5399
elec blue; #66b5ee;
light blue in footer: #5880cd
*/


/* TOC 
	1 = html (tags)
	2 = structure
	3 = navigation  
	4 = text 
	5 = forms 
	6 = tables 
	7 = hacks 
*/


/* 1 HTML */
body {
	background: #00529c url(../images/build/pageBack.jpg) repeat-x top;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #2e5399;
}
img {
	border: 0;
}
hr { 
border: 0;
height: 10px;
width: 100%;
background: #fff;
clear: both;
display:block;
}
/* 1 HTML ENDS */


/* 2 STRUCTURE */
div.container {
	width: 960px;
	margin: 0 auto;
	
}
div.header {
	width: 100%;
	height: 52px;
	background: url(../images/build/headerback.jpg) no-repeat top;
}
div.subheader {
	width: 100%;
	margin: 10px 0;
}
div.subheader div.right {
	width: 300px;
	float: right;
	text-align: right;
	color: #66b5ee;
}
div.subheader div.centre {
	text-align: center;
	width: 300px;
	float: left;
}
div.subheader div.left {
	width: 300px;
	float: left;
}
div.content {
	width: 960px;
	background: #fff url(../images/build/contenttop.jpg) no-repeat top center;
	color: #2e5399;
	overflow: hidden;
}
div.content div.left {
	width: 610px;
	padding: 30px 0 0 30px;
	float: left;
}
div.content div.right {
	width: 258px;
	padding: 30px 0 0 30px;
	float: left;
}
div.content div.right div.rightcta {
	background: url(../images/build/rightctaTop.jpg) no-repeat top;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	overflow: hidden;
}
div.content div.right div.rightcta img {
	float: right;
	margin: 0 0 0 5px;
}
div.content div.left img.newsimage {
	float: left; 
	margin: 15px 10px 0 0;
}
div.imageholder {
	float: left; 
	margin: 0 10px 0 0;
}
div.rightctabtm {
	height: 38px;
	width: 258px;
	display: block;
	padding: 0;
	margin: 0;
	background: url(../images/build/rightctaBtm.jpg) no-repeat bottom;
}
div.footer {
	color: #fff;
	font-size: 70%;
}

/*2 STRUCTURE ENDS*/


/*3 NAVIGATION */
div.header ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	color: #fff;
}
div.header ul li{
	display: inline;
}
div.header ul li a{
	margin: 0 0 0 5px;
	padding: 0 25px;
	float: left;
	line-height: 52px;
	vertical-align: middle;
	margin: 0;
	color: #fff;
	display: block;
}
div.header ul li a.on{
	background: url(../images/build/navOn.gif) no-repeat top center;
	line-height: 52px;
}
div.header ul li a:hover {
	background: url(../images/build/navhover.gif) repeat-x top center;
	line-height: 52px;
}
img.readmore {
	float: left !IMPORTANT;
	border: 0;
	margin: 10px;
	padding: 0 0 0 10px;
}
div.footer a {
	color: #fff;
}
/*3 NAVIGATION ENDS*/


/*4 TEXT*/
div.right h1, div.left h1 {
	color: #66b5ee;
	font-size: 150%;
	margin: 0;
	font-weight: normal;
}
div.right h2, div.left h2 {
	color: #2e5399;
	font-size: 140%;
	margin: 0;
	font-weight: normal;
}
div.content div.left h1, div.content div.left h2 {
	background: url(../images/build/dottedline.gif) repeat-x bottom left;
}
div.content div.left h2 {
	color: #66b5ee !IMPORTANT;
	font-size: 120%;
	margin: 0;
	width: 100%;
	clear: both;
}
div.rightcta h1, div.rightcta p {
	display: block;
	padding: 0 20px;
	margin: 0 0 10px 0;
}
div.rightcta p {
	font-size: 90%;
}
div.content div.left ul li {
list-style: url(../images/build/bullet.gif);
}
div.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.footer ul li{
	display: inline;
	float: left;
	padding: 0 10px;
	border-right:1px #5880cd dotted;
	margin: 10px 0;
	height: 80px;
}
div.footer ul li.last {
	border: 0 !IMPORTANT;
}
div.footer ul li p {
	width: 170px;
}
div.footer ul li p img {
	float: left; 
	margin: 0 5px 0 0;
}
div.footer p.baseline {
	padding: 5px 10px; 
	color: #5880cd;
}
/*4 TEXT ENDS*/


/*5 FORMS*/

form {
	padding-top:10px;
	margin:0;
	width:480px;
}
input[type="text"], input[type="tel"], textarea, select {
	border:1px solid #ccc;
	margin-bottom:12px;
	padding:4px 0 4px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	width: 320px;
	color: #000;
	background-color: #FFF;
}
label {
	width:150px;
	padding-top:3px;
	float: left;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #00529c;
}
.validation-advice {
	color: #ccc;
	margin: 0;
	font-size: 90%;
}
.custom-advice {
	color : #900;
}
.submitbutton {
	float:right;
}
input.error {
	border: 1px solid #a51218;
	margin-bottom: 5px;
}
label.error {
	font-size:90%;
	padding:0 0 5px 0;	
	color:#a51218;
	z-index:1000;
	width: 476px;
	text-align:right;
}
/*5 FORMS ENDS*/


/*6 TABLES*/

/*6 TABKES ENDS/


/*7 HACKS */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*7 HACKS ENDS */
