/*
---------------------------------------------
	Colours
---------------------------------------------


---------------------------------------------
	/ Colours
---------------------------------------------
*/

/*
---------------------------------------------
	Cross browser fixes
---------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0;
}

li, dd {
	margin-left: 5%;
}

fieldset {
	padding: 0.5em;
}

img {
	display: block;
	border: 0;
}

table {
	font-size: 1em;
}

option {
	padding-right: 0.3em;
}


/*
---------------------------------------------
	/ Cross browser fixes
---------------------------------------------
*/

/*
---------------------------------------------
	Useful classes
---------------------------------------------
*/

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/*
---------------------------------------------
	/ Useful classes
---------------------------------------------
*/

/*
---------------------------------------------
	Page structure
---------------------------------------------
*/

body {
	background:#D5EFF7;
	color: #4B4B4B;
	font-size: 0.75em;
	line-height:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0;
	margin:0;
}
#skiplinks {
	width: 900px;
	position: relative;
	overflow: hidden;
	text-align: right;
	font-size:0.8em;
	font-weight:normal;
	padding:0 0.5em;
	color: #008AB0;
	margin:0 auto;

}

#skiplinks a {
	color: #008AB0;
	text-decoration:none;
		margin:0;
}

#skiplinks a:focus, #skiplinks a:hover, #skiplinks a:active {
	color: #FFF;
		margin:0;
}


#wrapper{
	width: 900px;
	background:#FFF;
	margin:0em auto 1em auto;
	text-align: left;
	padding: 0em;
	border:1px solid #FFF;

}

#header{
	background:#008AB0;
	padding-bottom:1px;
	color:#FFF;
}
#header h1{
	float:left;
	padding:125px 0 0 10px;
	margin:0;

}

#header img.left{
	float:left;
}


#header img.right{
	float:right;
	min-height:163px;
}




#content{
	margin: 0em auto;
	background:url(../images/content_bg.gif) left repeat-y;
	text-align:left;

}
#content-landing{

	margin: 0em auto;
	text-align:center;
}


#navigation-secondary{
	text-transform:uppercase;
	width:264px;
	float:left;
	}
#navigation-secondary ul{
	padding:0;
	margin:0;
	border-bottom:1px solid #99E0EA;
	}
#navigation-secondary ul li{
	padding:0.5em 1em;
	margin:0;
	list-style:none;
	border-bottom:1px solid #008AB0;
	border-top:1px solid #99E0EA;
	}
#navigation-secondary ul li a{
	color: #fff;
	padding:0 1em;
	text-decoration:none;
	}
	
#navigation-secondary ul li a:hover{
	background:url(../images/nav_ov.gif) left no-repeat;
	color:#FFF;
	}

	
#content-primary{
	float:right;
	width:579px;
	padding:20px;
	}
#content-primary ul li{
	list-style-image:url(../images/list-img.gif);
	}
#content-primary ul ul li{
	margin-top:-5px;
	padding-top:0;
	list-style-image:url(../images/list-img-sml.gif);
	}
#content-primary ul.left{
	width:40%;
	float:left;
	}
#content-primary ul.right{
	width:40%;
	float:right;
	margin-right:70px;
	}

#ctas ul{
	float:left;
	margin:0;
	padding:0;
	color:#FFF;
	list-style:none;
}
	
#ctas li{
	float:left;
	margin:2em 2em 0 0;
	padding:0;
	width:260px;
	background:#008AB0;
	display:block;
	list-style:none;}
	
#ctas li a{
	color:#FFF;
	text-decoration:none;
	}
#ctas li a:hover{
	text-decoration:underline;
	}
.text{
	padding-left:10px;}







#footer{
	text-align:center;
	background:url(../images/footer.gif) top no-repeat;
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	text-align:right;
	font-size:1.7em;
	line-height:1.4em;
	padding:0 0.5em;
}
#footer p{
	margin:0;	
}

#footer a {
	color: #fff;
	text-decoration:underline;
}

#footer a:hover, #footer a:focus {
	color: #fff;
	text-decoration:none;
}
#copy{
	font:0.65em Arial, Helvetica, sans-serif;
	float:left;
	padding:0.8em 0 0.5em 0;
	}
#author{
	font:0.6em Arial, Helvetica, sans-serif;
	float:right;
	padding:1em 0 0;
	color:#005972;}
	
#author a{
	color:#005972;
	}









/*
---------------------------------------------
	/ Page structure
---------------------------------------------
*/

/*
---------------------------------------------
	Typography
---------------------------------------------
*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;

}



h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.7em;
	line-height:1.4em;
	color:#999;
	margin-bottom:0;

}

h3 {
	font-size: 1.5em;
	color:#999;
}

h4 {
	font-size: 1.3em;

	padding:0;

}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.1em;
}

a{
	color: #00AFCA;
	text-decoration:underline;
}
a:hover{
	color:#00AFCA;
	text-decoration:none;
}

.blue{
	color:#00AFCA;}


.map{
	float:right;
	width:300px;}

.small{
	font-size:0.9em;}



/*
---------------------------------------------
	/ Typography
---------------------------------------------
*/

/*
---------------------------------------------
	Content
---------------------------------------------
*/



dt {
	margin: 2em 0 0 0;
	font-weight: bold;
}

dd {
	margin: 0.5em 0 0 0;
}

embed {
	margin-bottom: 1em;
}

.img-left{
	float:left;
	margin-right:0.5em;}

.img-right{
	float:right;
	margin-left:0.5em;
}

.img-border{
	border:1px solid #78CDDE;
	border-left:15px solid #78CDDE;
	float:left;
	margin-right:10px;
	margin-bottom:1em;}

.img-border-right{
	border:1px solid #78CDDE;
	border-right:15px solid #78CDDE;
	float:right;
	margin-left:10px;
	margin-bottom:1em;}

/*
---------------------------------------------
	/ Content
---------------------------------------------
*/

/*
---------------------------------------------
	Forms
---------------------------------------------
*/

form {
	width:550px;
	font-size:0.9em;
	padding: 0;
	margin:0;
}

label {

	display: block;
	float: left;
	width: 13em;
	margin: 0;
	padding-right:1em;

}
label.right {
	width: 260px;
	float: right;
	padding:0;

}
label.left {
	width: 260px;
	float: left;
	padding:0;

}





input[type=text], textarea {

	width: 20em;
}
textarea {

	width: 20.5em;
}
input[type=submit] {

	width: 15em;
	margin:2em auto;
	
}
/*
---------------------------------------------
	/ Forms
---------------------------------------------
*/

/*
---------------------------------------------
	Pages
---------------------------------------------
*/


/*
---------------------------------------------
	/ Pages
---------------------------------------------
*/




