/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline:none;
}
html, body {
	color:#333
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
	display: block;
}
a:link, a:visited {
	text-decoration:none
}
b, strong {
	/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
ul {
	margin:0	
}
li {
	/*
  For IE6 + IE7.
*/
	list-style:none;
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg {
	/*
  For IE9.
*/
	overflow: hidden;
}

/* Fonts
----------------------------------------------------------------------------------------------------*/

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#666666;
}

h1,
h2,
h3 {
	font-family: 'Open Sans', sans-serif;
	color:#222222;
}

h1 {
	font-size:26px;
	margin-bottom:16px;
	font-weight:700;
}

h2 {
	font-size:21px;
	font-weight:700;
	line-height:30px;
	margin-bottom:12px;
}

h3 {
	font-size:18px;
	color:#666666;
	line-height:24px;
	margin-bottom:20px;
}

h3.light {
	font-weight:300;
}

h3.light strong {
	font-weight:700;	
}

h3.bold {
	font-weight:700;
	color:#222222;
}

h4 {
	font-size:14px;
	color:#222222;
	line-height:30px;
	margin-bottom:2px;
}

p {
	line-height:20px;
	margin-bottom:18px	
}

p a {
	color:#00527D;
	font-weight:bold;
}

/* Font Color */

.font-red {
	color:#EC1C24;
}

.font-black {
	color:#222222;
}

/* Main Layout
----------------------------------------------------------------------------------------------------*/

body {
	padding-top:100px;
}

.container, .content {
	position:relative;
	display:block;
	min-width:960px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.container {
	width:100%;
}

.content {
	margin:0 auto;
	width:960px;
	padding:50px 10px 80px 10px;
}

/* Padding Options */

.paddingA {
	padding-bottom:50px;
}

/* Layout Options */

.split50 {
	width:49%;
	float:left;
}

/* Background Color */

.bg-grey {
	background-color:#f4f4f4;	
}

/* Header
----------------------------------------------------------------------------------------------------*/

/* Header Navigation */

#header-navigation {
	position:fixed;
	background-color:#fff;
	top:0;
	left:0;
	height:100px;
	z-index:8000;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
}

#header-navigation .content {
	padding:25px 0;	
}

#header-navigation #logo {
	float:left;
}

#header-navigation ul#navigation,
#header-navigation ul#navigation li,
#header-navigation ul#navigation li a {
	display:block;
}

#header-navigation ul#navigation {
	float:right;
}

#header-navigation ul#navigation li a {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding:0 20px;
}

#header-navigation ul#navigation > li {
	position:relative;
	float:left;
}

#header-navigation ul#navigation li .subnav-trigger {
	padding-right:40px;	
}

#header-navigation ul#navigation li .subnav-trigger:after {
	display:block;
	content: "+";
	height:18px;
	background-color:#00527D;
	padding:0 5px;
	position:absolute;
	top:16px;
	right:18px;
	line-height:18px;
	color:#ffffff;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-transition: background-color 150ms;
	-moz-transition: background-color 150ms;
	-o-transition: background-color 150ms;
	transition: background-color 150ms;
}

#header-navigation ul#navigation  > li > a {
	height:50px;
	line-height:50px;
	font-weight:700;
	color:#00527D;
	-webkit-transition: color 150ms;
	-moz-transition: color 150ms;
	-o-transition: color 150ms;
	transition: color 150ms;
}

#header-navigation ul#navigation  > li > a.active,
#header-navigation ul#navigation > li > a:hover {
	color:#EC1C24;
}

#header-navigation ul#navigation  > li > .subnav-trigger.active:after,
#header-navigation ul#navigation > li > .subnav-trigger:hover:after {
	background-color:#EC1C24;
}

/* Header SubNavigation */

#header-navigation ul.subnavigation {
	position:absolute;
	top:75px;
	background-color:#00527D;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 150ms ease;
	-moz-transition: -moz-transform 150ms ease;
	-o-transition: -o-transform 150ms ease;
	transition: transform 150ms ease
}

#header-navigation ul.subnavigation.active {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

#header-navigation ul.subnavigation li a {
	height:35px;
	line-height:35px;
	color:#fff;
	font-weight:400;
	white-space:nowrap;	
}

#header-navigation ul.subnavigation li a.active,
#header-navigation ul.subnavigation li a:hover {
	background-color:#013349;
}

/* Content Header */

#content-header {
	height:250px;
	overflow:hidden;	
}

#content-header img {
	position:absolute;
	width:100%;
	height:auto;
	min-height:250px;
	top:0;
	left:0;
}

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

.border-radius {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/* Global Styles - Links */

a.readmore {
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 30px;
	color:#fff;
	background-color:#EC1C24;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition: background-color 150ms;
	-moz-transition: background-color 150ms;
	-o-transition: background-color 150ms;
	transition: background-color 150ms;
}

a.readmore img {
	margin-top:-2px;
}

a.readmore:hover {
	background-color:#00527D;
}

/* List Styles - Content Panels */

ul.content-panels,
ul.content-panels li {
	display:block;	
}

ul.content-panels {
	padding-top:20px;	
}

ul.content-panels li {
	width:300px;
	float:left;
	margin-right:17px;
	background-color:#ffffff;
	border:1px solid #cccccc;
}

ul.content-panels li:last-child {
	margin:0;	
}

ul.content-panels li .panel-content {
	position:relative;
	padding:30px 10px 40px;
	margin-top:-30px;
	text-align:inherit;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

ul.content-panels li .panel-content:before {
	display:block;
	content: "";
	height:30px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/bg-horizontal-transition.png) no-repeat center top;
}

ul.content-panels li .panel-content h3 {
	display:block;
	height:45px;
	line-height:45px;
	margin:0;
	color:#222222;
	font-weight:700;
}

ul.content-panels li .panel-content p {
	display:block;
	height:140px;
	margin:0;
	line-height:21px;
}

/* List Styles - Arrow List */

ul.arrow-list {
	margin-bottom:30px;	
}

ul.arrow-list li {
	line-height:18px;
	padding-left:26px;
	background-position:0 -1px;
	background-repeat:no-repeat;
	margin-bottom:6px;
	background-image:url(../images/icon-arrow-red.png);
}

/* List Styles - Clear List */

ul li.clear-list {
	clear:both !important;
	float:none !important;
	width:100% !important;
	height:auto !important;
	padding:0 !important;
	margin:0 !important;
	border:none;
	background:none !important	
}

ul li.clear-list:before,
ul li.clear-list:after {
	display:none !important
}

/* Content Pages */

.content-img {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
}

.content-img.float_r {
	margin:0 0 25px 25px;
}

.content-img.float_l {
	margin:0 25px 25px 0;
}

/* Content Panel - DIV */

div.content-panel {
	position:relative;
	display:block;
	width:100%;
	border:1px solid #cccccc;
	background-color:#ffffff;	
	margin-top:30px;
	text-align:left;
}

div.content-panel .panel-content {
	position:absolute;
	top:0;
	right:0;
	padding:40px 40px 40px 50px;
	width:540px;
	height:280px;
	background:url(../images/bg-vertical-transition.png) no-repeat center left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index:100
}

div.content-panel .panel-content h3 {
	color:#222222;
	margin-bottom:10px;
	font-weight:700;
}

/* Content Sidebar */

#sidebar {
	display:block;
	float:right;
	width:280px;
	height:100%;
	padding-top:40px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/* Icons */

.vision-icon,
.mission-icon {
	display:inline-block;
	padding-right:36px;
	background-position:center right;
	background-repeat:no-repeat;
}

.vision-icon {
	background-image:url(../images/icon-world.png);
}

.mission-icon {
	background-image:url(../images/icon-crosshair.png);
}

/* Home BXSlider CSS Override */

#home-slider {
	height:500px;
	overflow:hidden	
}

.bx-wrapper .bx-viewport {
	border:none;
	padding:0;
	left:0;
	border-bottom:none;
	max-height:500px;
	overflow:hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bx-slider li {
	height:500px;
	overflow:hidden	
}

.bx-wrapper img {
	width: 100%;
	height: auto;
	min-width: 1200px;
	min-height: 500px;	
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	vertical-align:top
}

.bx-wrapper .bx-controls-direction a {
	width:60px;
	height:60px;
	top:47%;
}

.bx-wrapper .bx-loading {
	background: url(../images/bxslider/bx_loader.gif) center center no-repeat #fff
}

.bx-wrapper .bx-prev {
	background: url(../images/bxslider/prev.png) no-repeat 0 0;
	left:0;
}

.bx-wrapper .bx-next {
	background: url(../images/bxslider/next.png) no-repeat 0 0;
	right:0;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
    background-position: 0 -60px;
}

/* Google Map Canvas */

#map-canvas {
	display:block;
	width:100%;
	height:500px;
}

/* Request / Register Forms */

#enquiryform-container {
	padding-top:30px;
	float:left;	
}

.form {
	position:relative;
	display:block;
	width:580px;
}

.form .container {
	position:relative;
	text-align:left;
	min-width:inherit;
	padding-bottom:30px;
	background:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.form .container.half {
	width:48%;
	float:left;
}

.form .container.half:nth-child(2n) {
	float:right;	
}

.form label {
	display:block;
	height:30px;
	line-height:30px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

.form input {
	height:40px;
	width:100%;
	line-height:40px;
	border:1px solid #ccc;
	background-color:#f9f9f9;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	padding:0 15px;
	float:left;
	color:#666666;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.form .select-moz {
	position:relative;
	float:left;
	padding-bottom:0;
	width:100%;
}

.form select {
	color:#666666;
	width:100%;
	padding:6px 32px 6px 15px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	height:40px;
	-webkit-appearance: none;
	-moz-appearance: window;
	border:1px solid #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
	background-image: url(../images/icon-dropdown.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#f9f9f9;
}

@-moz-document url-prefix() {
.select-moz {
	max-width:300px;
	background-image: url(../images/icon-dropdown.png);
	background-repeat: no-repeat;
	background-color:#f9f9f9;
	background-position: right center;
	border:1px solid #ccc;
	padding-bottom:0 !important
}
}

/* IE Hide Select Arrow */
.form select::-ms-expand {
	display: none
}

.form textarea {
	width:100%;
	height:100px;
	background:#fff;
	padding:8px 15px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#000;
	float:left;
	resize:none;
	border:1px solid #ccc;
	background-color:#f9f9f9;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form div#spamtrap {
	visibility:hidden
}

.form .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}

.form .container-error-all span {
	height:auto !important	
}

.form .error {
	position:relative;
	display:block;
	margin:0;
	z-index:2;
	float:none;
	clear:both;
	color:#f00;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form #enquiryform_server_errors {
	position:relative;
	background:none;
	white-space: nowrap;
	width: auto;
	margin-bottom:10px;
	color:#f00 !important;
	visibility:visible !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .error div {
	display:block;
	clear:both;
	font-size:12px;
	font-weight:100;
	line-height:30px;
	padding:0 15px;
	margin:0
}

.form .error div:before {
	position:absolute;
	top:0;
	left:-7px;
	display:block;
	content:"";
	width:8px;
	height:30px;
	background:url(../images/bg-popup-tail-red.png) no-repeat center center	
}

.form .error, .form .error-all {
	font-size: 11px;
	color: #f00;
}

.form .error-all {
	padding:0;
	line-height:15px;
	margin:0
}

.form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

.form fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

.form .button {
	position:relative;
	color:#fff;
	padding:0 55px 0 30px;
	background: #EC1C24 url(../images/icon-arrow-white.png) no-repeat 85px 0;
	border:none;
	width:auto;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	height:30px;
	line-height:32px;
	color:#fff;
	-webkit-transition: background-color 150ms;
	-moz-transition: background-color 150ms;
	-o-transition: background-color 150ms;
	transition: background-color 150ms;
}

a.readmore:hover {
	background-color:#00527D;
}

.form-status {
	display:block
}

.form-status h2 {
	margin-bottom:5px !important	
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/

.form .spmhidip {
	display:none;
	width:10px;
	height:3px
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled],
input[type=text]:disabled,
input[type=text][disabled=disabled],
text:disabled,
text[disabled=disabled] {
	background:#b5b5b5 url(../images/icon-arrow-grey.png) no-repeat 85px 0; !important
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled] {
	color:#ccc !important
}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	background-color:#013349;
	text-align:center;
	padding:25px 0 10px;
}

#footer .content {
	padding:0;	
}

#footer p {
	line-height:30px;
	color:#ffffff;
}

#footer p span,
#footer p span a {
	color:#013349;
	font-weight:normal;
}

