/* Style for Core Site Elements */
html, body {
	margin:0; 
	padding:0;
	font-size:84%;
	color:#2a4d92;
	font-family:arial, verdana;
	}
	
body {
	background:#e2e2e2;
}

	
span{
	padding:0;
	margin:0;
	}

h1{
	padding:0 0 10px 0;
	margin:10px 0 10px 0;
	font-size:160%;
	color:#2a4d92;
	border-bottom:1px solid #cddaf5;
	}
	
h2{
	padding:0;
	margin:10px 0 10px 0;
	font-size:130%;
	color:#2a4d92;
	}
	
h3{
	margin:0 0 2px 0;
	font-size:100%;
	}
	

	
p{
	margin:0 0 0.8em 0;
	}

#maincontent {
	font-size: 125%;
}
	
.clear{
	clear:both;
	}
	
.floatright{
	float:right;
	}
	
.floatleft{
	float:left;
	}
	
a:link,
a:active,
a:visited,
a:hover{
	padding:0;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	color:#2a4d92;
	}
	
a:hover{
	text-decoration:underline;
	}
	
strong{
	}
	

	
#wrap{
	width:80%;
	margin:20px auto 10px auto;
	background:#fff;
	padding:0px;
	}

#innerwrap{	
	padding:10px;
	}


#header{
	background:#6699ff url(../images/header-back.jpg) no-repeat 0 13px;
	}

#logo{
	text-align:right;
	padding:40px 10px 10px 0;
	font-size:0;
	}


#content{
	background:url(../images/content-back.jpg) no-repeat;
	line-height:1.8em;
	border:1px solid #fff;
	}


#leftcontent{
	width:69%;
	float:left;
	}

#rightcontent{
	width:30%;
	float:right;
	}

.innercontent{
	padding:15px;
	}

#breadcrumbs a:link,
#breadcrumbs a:active,
#breadcrumbs a:visited,
#breadcrumbs a:hover{
	text-decoration:underline;
	}

#breadcrumbs a:hover{
	text-decoration:none;
	}



#sitesearch{
	}

#sitesearch h2,
.rightlist h2{
	padding:0 0 10px 0;
	margin:10px 0 10px 0;
	font-size:160%;
	color:#2a4d92;
	border-bottom:1px solid #cddaf5;
	}

#sitesearch form{
	padding:0;
	margin:0;
	}

#sitesearch .inputbox{
	border:1px solid #cddaf5;
	width:94%;
	padding:0.4em 0.4em;
	font-size:100%;
	}

#sitesearch .submitbutton{
	border:none;
	background:#406cc5;
	color:#fff;
	padding:0.2em 0.4em;
	font-size:100%;
	font-weight:bold;
	cursor:pointer;
	}

.submitwrap{
	margin-top:4px;
	text-align:right;
	}

#affiliates{
	margin-top:20px;
	}


#affiliates img{
	border:none;
	}

#affiliates .affiliate{
	text-align:center;
	border-top:1px solid #cddaf5;
	border-bottom:1px solid #cddaf5;
	padding:4px 0
	}


#footer{
	background:#406cc5;
	color:#fff;
	padding:0;
	border-bottom:1px solid #fff;
	}

#footer p{
	margin:0 15px;
	padding:0;
	}


#footerleft{
	float:left;
	width:50%;
	margin:10px 0;
	}

#footerright{
	float:right;
	width:50%;	
	margin:10px 0;
	text-align:right;
	}

#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover{
	color:#fff;
	}

.rightlist{
	margin:16px 0 4px 0;
	}

.rightlist ul{
	padding:0;
	margin:0;
	line-height:2.2em;
	}

.rightlist ul li{
	padding:0 0 0 16px;
	margin:0;
	list-style:none;
	background:url(../images/bullet.gif) no-repeat 0 1em;
	}

.rightlist ul li a:link,
.rightlist ul li a:active,
.rightlist ul li a:visited,
.rightlist ul li a:hover{
	text-decoration:underline;
	}

.rightlist ul li a:hover{
	text-decoration:none;
	}

.rightlist ul li.pdf{
	padding:0 0 0 26px;
	background:url(../images/pdfIcon.jpg) no-repeat 0 0;
	}
	
/* news */
.article .subtitle {
	font-style: italic;
}

.article .subtitle .subtitle {
	font-weight: bold;
	padding-left: 2em;
}

/* teams */
.team_members .person .image {
	float: left;
}

.team_members .person .details-photo {
	margin-left: 80px;
}

.team_members .person .download {
	text-align: right;
	font-weight: bold;
}

/* search */
#search .result {
	border-top:1px dashed #cddaf5;
	margin-top: 0.5em;
	padding-top: 0.5em;
}

#search .result .searchterm {
	font-weight: bold;
	border-bottom:1px dashed #cddaf5;
}

#search .result .title a {
	font-weight: bold !important;;
}

#search .result .location a {
	color: #666;
}

.searchbox .inputbox{
	border:1px solid #cddaf5;
	padding:0.4em 0.4em;
	font-size:100%;
	}

.searchbox .submitbutton{
	border:none;
	background:#406cc5;
	color:#fff;
	padding:0.2em 0.4em;
	font-size:100%;
	font-weight:bold;
	cursor:pointer;
	}

.buttons input {
	border:none;
	background:#406cc5;
	color:#fff;
	padding:0.2em 0.4em;
	font-size:100%;
	font-weight:bold;
	cursor:pointer;
}

/* enquiry */
#enquiry_form {
	padding: 0.25em 1em;
}

#enquiry_form .fields {
	margin-top: 1em;
}

#enquiry_form .field {
	padding-bottom: 1em;
}

#enquiry_form .field label {
	display: block;
	width: 10em;
	float: left;
}

#enquiry_form .field .i_text {
	border:1px solid #cddaf5;
	margin-left: 1em;
	width: 15em;
	font-family: "Verdana", sans-serif;
	font-size: 100%;
	padding: 0.2em;
}

#enquiry_form .field .i_textarea {
	border:1px solid #cddaf5;
	margin-left: 1em;
	width: 15em;
	height: 6em;
	font-family: "Verdana", sans-serif;
	font-size: 100%;
	padding: 0.2em;

}

#enquiry_form .buttons {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #cddaf5;
}

#enquiry_form .mand-notice {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #cddaf5;
}

#enquiry_form .errors {
	margin: 0em 3em;
	border: 1px solid #900;
	color: #900;
	padding: 0.5em;
}

#enquiry_form .errors ul {
	margin: 0;
	padding: 0;
	padding-left: 2em;
}

#enquiry_form .checkbox .i_checkbox {
	width: 10em;
	float: left;
	text-align: right;
}

#enquiry_form .checkbox .i_label {
	margin-left: 11em;
}

#enquiry_form .checkbox .i_label label {
	display: inline;
	width: auto;
	float: none;	
}

.skiplink{
	display:none;
	}
	
.searchoptions {
	float: left;
	line-height: 1em;
}

.searchoptions label {
   vertical-align: 30%
}
