@charset "utf-8";
/* CSS Document */

/* 
Colours:
#064D7B - Dark Blue
#0974BC - Med Blue
#5E99C0 - Med Light Blue
#9DC7E4 - Light Blue
#CCE1E9 - Very Light Blue
#F9B284 - Medium Orange
#F68B43 - Dark Orange
#FFFEEB - Beige
#ECF5FF - Blue (ex background)
*/

body {
	font-family:calibri, Arial, Helvetica, sans-serif;
	color:#064D7B;
	font-size:medium;
	background:#FFFEEB;
	margin:25px 0;
}
h1, h2, h3, h4 {
	color:#0974BC;
}
span {
	color:#F68B43;
}
div.wrapper {
	border:#064D7B 1px solid;
	margin:0 auto;
	width:950px;
	overflow:hidden;
	position:relative;
	background:#FFFFFF;
}
div.brand {
	background:url(../images/backgrounds/bg_blue_vlight_vertical.jpg) bottom repeat-x;
		position:relative;
		height:140px;
}
div.brand h1 {
	background:url(../images/misc/world_map.jpg) no-repeat;	
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	padding:10px 0 0 35px;
	height:120px;
	width:948px;
	font-size:56px;	
	font-weight:normal;
}
div.brand h1 span {
	display:block;
	font-size:0.3em;
	color:#0974BC;
}
div.brand div.contact {
	text-align:right;
	position:absolute;
	right:10px;
	bottom:10px;
	color:#0974BC;
}
div.content {
	background:url(../images/backgrounds/bg_blue_medium_white_vertical.jpg) repeat-x;
	overflow:hidden;
}
div.content div.primary {
	padding:35px 35px 35px 45px;
	width:455px;
	float:left;
}
div.content div.primary_full {
	padding:35px 35px 35px 45px;
}
div.content div.secondary {
	float:right;
	padding:60px 0 0 0;
	width:381px;
}
div.content div.secondary img {
	border:#064D7B 1px solid;
	border-right:none;
	margin:0 0 35px 0;
	float:right;
	clear:right;
}
div.content div.secondary h3.img_caption {
	padding:3px 5px;
	margin:-90px 0 0 0;
	color:#FFFFFF;
	background:#0974BC;
	font-weight:normal;
	float:right;
	clear:right;
	font-size:19px;
}
div.boilerplate {
	background:url(../images/backgrounds/bg_blue_vlight_vertical.jpg) bottom repeat-x;
	border-top:#064D7B 1px solid;
	overflow:hidden;
	width:950px;
	position:relative;
}
div.copyright {
	position:absolute;
	bottom:0;
	right:0;
	text-align:right;
	padding:10px;
	font-size:12px;
}
div.company_info {
	position:absolute;
	left:0;
	bottom:0;
	font-size:12px;
	padding:10px;
}
iframe {
	border:#064D7B 1px solid;
}
#contact {
	width:100%;
	overflow:hidden;
	display:none;
}
#contact textarea, #contact input, #contact label {
	float:left;
	margin:0 10px 10px 0;
}
#contact label {
	width:5em;
	clear:left;
}
#contact input, #contact textarea, #contact label.authcode, #contact input.authcode { 
	width:250px;
}
#contact input.authcode, #contact input[type="submit"] {
	margin-left:6.8em;
}
#contact label.authcode {
	text-align:center;
	margin-left:5.8em;
}
#contact label.authcode span {
	color:#00CC00;
	font-weight:bold;
}
div.useful_links ul {
	list-style:none;
	padding:0;
}
ol {
	margin:2em 2em 2em 2em;
}
ol li {
	padding:0 0 1em 0;
}