/* mac hide \
html, body { height: 100%; }*/
/* end hide
* html #outer { height: 100%; }*/

* { margin: 0; padding: 0; }

body {
	background: #F6F2E6 url(../images/bg.jpg) 0 0 repeat-x;
	color: #00134C;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/120% "Trebuchet MS", Helvetica, sans-serif;
}

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

#outer {
	width: 947px;
	margin: auto;
	position: relative;
	text-align: left;
	min-height: 100%;
	height: 100%;
}

#wrapper1 {
	background: url(../images/left_bg.gif) 0 0 repeat-y;
	float: left;
}

body#tpl #wrapper1 {
	background: #fff url(../images/left2_bg.jpg) 0 0 repeat-y;
	float: left;
}

#contentwrap {
	background: url(../images/left_bottom_bg.jpg) bottom left no-repeat;
	display: block;
	font-size: 0.75em; /* Global Content Font Size */
	line-height: 1.3em;
	float: left;
}

body#tpl #contentwrap {
	background: url(../images/left2_bottom_bg.jpg) bottom left no-repeat;
}

body#tpl.ind #wrapper1 {
	background: #fff url(../images/left2_short_bg.jpg) 0 0 repeat-y;
	float: left;
}

body#tpl.ind #contentwrap {
	background:url(../images/left_top_ind_bg.jpg) top left no-repeat;
}

#header {
	height: 90px;
	font-size: 0.7em;
	background: #F6F2E6 url(../images/bg.jpg) 0 0 repeat-x;
}

#header dl dt {
	color: #BDA74D;
	float: left;
	width: 50px;
}

#header dl dd {
	margin-left: 50px;
	width: 180px;
}


	#headerleft {
		float: left;
	}
	
	#headerleft img {
		position: absolute;
		top: 11px;
		left: -10px;
		z-index: 200;
	}
	
	#headerright {
		 float: right;
		 margin-top: 35px;
		 font-weight: bold;
	}
	
	#headerright2 {
		 float: right;
		 margin-top: 35px;
		 font-weight: bold;
	}
	
	#header #headerright dl dd {
	margin-left: 50px;
	width: 120px;
	}
	
	#flash-1 {
		position: absolute;
		top: 75px;
		left: 170px;
	}


#col-left {
	float: left;
	width: 161px;
}

#inner-left {
	background: url(../images/left_top_bg.gif) 0 0 no-repeat;
	height: 28px;
}

.colwrap-right {
	float: right;
	width: 784px;
	background: #fff url(../images/contentwrapper_bg.jpg) 0 217px repeat-x;
	text-align: justify;
}

.colwrap-right.tpl {
	background: none;
}

body.ind .colwrap-right.tpl {
	background: none;
    width:945px;
}


	#col-center {
		float: left;
		width: 390px;
		border-right: 1px solid #848EA9;
		margin: 20px 0 10px 0;
	}
	
	.colwrap-right.tpl #col-center {
		float: left;
		width: 157px;
		margin: 0;
		border: none;
	}
	
	#col-right {
		float: right;
		width: 390px;
		margin: 20px 0 10px 0;
	}
	
	#col-right2 {
		float: right;
		width: 390px;
		margin: 20px 0 10px 0;
	}
	
	.colwrap-right.tpl #col-right {
		float: right;
		width: 623px;
		margin: 0;
		background: #fff url(../images/contentwrapper_bg.jpg) 0 0 repeat-x;
		padding: 20px 0 10px 0;
		min-height: 400px;
		height: auto !important;
		height: 400px;
	}
	
.colwrap-right.tpl #col-right2 {
		float: right;
		width: 100%;
		margin: 0;
		background: #fff url(../images/contentwrapper_bg.jpg) 0 0 repeat-x;
		padding: 0 0 0 0;
		min-height: 400px;
		height: auto !important;
		height: 400px;
	}

	body.ind .colwrap-right.tpl #col-right {
		width: 945px;
    }
	
.feature {
	height: 180px;
	background: #6CB6D7 url(../images/feature_bg.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

.feature .padding {
	padding: 90px 0 0 70px;
}

body#tpl .feature {
	height: 90px;
}

body#tpl.ind .feature {
	background: url(../images/feature_bg.jpg) top right no-repeat;
	width:945px;
}
	
/* Footer
------------------------------------------------------------------*/

#footer {
	background: #334371 url(../images/footer_bg.gif) 0 0 repeat-x;
	clear: both;
	color: #fff;
	font-size: 0.7em;
	height: 35px;
	line-height: 35px;
	border-top: 2px solid #fff;
}
#footer p { margin: 0; }
	#footerleft {
		text-align: right;
		width: 150px;
	}
	
	#footercenter {
		 float: right;
		 width: 395px;
	}
	
	#footerright {
		 float: right;
		 width: 345px;
	}
	
	#footer a:link, #footer a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover { text-decoration: underline; }

/* Navigation refer to horizontal_nav.css)
------------------------------------------------------------------*/

#h-nav {
	display: block;
	background: #C9B76D url(../images/horiznav_bg.gif) 0 0 repeat-x;
	overflow: hidden;
	float: left;
	width: 100%;
}

#h-nav ul {
	float: left;
	display: block;
	position: relative;	
	margin: 0;
	padding: 0;
}

#h-nav ul li {
	display: inline;
}

#h-nav ul li a:link, #h-nav ul a:visited {
	float: left;
	display: block;
	padding: 0 22px;
	line-height: 35px;
	border-left: 2px solid #BDA74D;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
}

#h-nav ul li a:hover, #h-nav ul li.li_selected a {
	background: #E5DCB8 url(../images/horiznav_bg_over.gif) 0 0 repeat-x;
	text-decoration: none;
}

/* Newsitem1
------------------------------------------------------------------*/

.newsitem1 {
	clear: both;
	margin-bottom: 0em;
	padding-bottom: 0.5em;
	width: 100%;
}
div.line {
	line-height: 10px;
	width: 100%;
	border-top: 1px solid #87D0F1;
	clear: both;
	font-size: 10px;
	height: 10px;
}
.newsitem1 h3 {
	border: none;
	text-transform: none;
	margin: 0 0 2px 0;
}
.newsitem1 p.date {
	font-weight: bold;
	text-transform: uppercase;
	color: #868DA9;
	margin: 0 0 -1px 0;
}
.newsitem1 img {
	float: left;
	margin: 0 15px 15px 0;
}

.newsitem1 p.more {
	float: right;
	margin: -2.3em 0 0 0;
}

.newsitem1 a:link, .newsitem1 a:visited {
	color: #41B6E7;
	font-weight: bold;
}

.newsitem1 a:hover {
	color: #41B6E7;
	text-decoration: underline;
}

h3.latestnews {
	background: url(../images/latest_news_divider.gif) 0 0 no-repeat;
	border: none;
	height: 25px;
}

body#tpl .newsitem1 h3 {
	 border: none; 
	 font-size: 1em;
	 color: #41B6E7;
	 font-weight: bold;
}

body#tpl .newsitem1 h3 a:link, body#tpl .newsitem1 h3 a:visited {
	font-size: 1em;
}

/* Aircraft Fleet
------------------------------------------------------------------*/

.fleet {
	width: 250px;
	float: left;
	margin: 0 20px 20px 0;
}

.fleet img {
	float: left;
	margin-right: 15px;
}

.fleet a:link, .fleet a:visited {
	color: #00134C;
	display: block;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

.fleet a:hover {
	text-decoration: none;
}

.fleet span.title {
	color: #BDA74D;
}

.fleet span.seats, .fleet span.cost {
	line-height: 1.5em;
}

/* Events
------------------------------------------------------------------*/

dl.event {
	margin: 0;
	padding: 0;
}

dl.event dt {
	float: left;
	clear: both;
	width: 100px;
	font-weight: bold;
	text-transform: uppercase;
	color: #868DA9;
}

dl.event dd {
	float: left;
	width: 420px;
}


/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

.padding li { margin-bottom: 0.35em; }

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 1em 0;
	font-size: 1.25em;
}

body#tpl h2 {
	margin: 0;
	position: absolute;
	font-size: 2.2em;
	color: #fff;
	top: 110px;
	left: 365px;
	width: 350px;
	line-height: 2.2em;
}
	
h3 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	color: #41B6E7;
	text-transform: uppercase;
	border-bottom: 1px solid #41B6E7;
}

body#tpl h3 {
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #00134C;
	padding-bottom: 5px;
	text-transform: none;
	color: #00134C;
}

	h3 a:link, h3 a:visited {
		color: #41B6E7;
		text-decoration: none;
	}
	
	h3 a:hover {
		color: #41B6E7;
		text-decoration: underline;
	}

h4 {
	font-size: 1.1em;
	margin: 0 0 1em 0;
}

dl {
	padding-left: 20px;
}

#contentwrap dl dd {
	margin-bottom: 1em;
}

blockquote {
	padding-left: 20px;
}

.center {
	text-align: center;
}

.lightyellow { background: #ffc; }
.yellow { background: #EDE6CB; }
.red { color: #f00; }

.description {
	color: #41B5E8;
	font-style: italic;
}

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.padding { padding: 0px 40px 0 40px; }
.padding-thin { padding: 10px 5px 0 5px; }

.padding img { margin-bottom: 3px; padding: 1px; border: 1px solid #848DAA; }
.noborder { border: none; }
img.noborder { border: none; }

.padding.noimgbdr img { border: none; }

.emphasis {
	font-size: 1.1em;
	font-weight: bold;
}

.clear { clear: both; }

/*** text colours ***/

.gold { color: #BDA74D; }

/*** Messages ***/

div.error {
	width: 100%;
	height: 22px;
	background: #FF6666 url(../images/error.gif) 10px 8px no-repeat;
	position: absolute;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
}

p.more {
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	border-top: 1px solid #00134C;
}

#col-right p.more {
	border: none;
}

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

form {
	margin: .5em 2em;
	font-size: 1.1em;
}

form#content {
	margin: 0 0;
	height: 550px;
}

.form-table{
	width:100%;
	text-align:left;
}

input, select, textarea {
	margin-left: .5em;
}

fieldset {
	margin: 1em 0;
	padding: .3em 1em;
}

fieldset br { display: none; }

legend {
	font-weight: bold;
}

fieldset div {
	clear: both;
	margin: .3em 0;
	position: relative;
}

fieldset div span {
	display: none;
}

fieldset div:hover span {
	font-size: 85%;
	background-color: #fff;
	margin-left: 20em;
	line-height: 1.3em;
	padding: .2em .5em .3em;
	border: 1px solid #999;
	color: #666;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

* html fieldset div span {
	display: none;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 10em;
	text-align: left;
	float: left;
	font-size: 0.9em;
}

fieldset div.cr p { margin-left: -10em; }

div.cr {
	margin-left: 9em;
}

fieldset div.cr label {
	text-align: left;
	display: inline;
	float: none;
}

.form-table .mandat{
	width: 150px;
}

.mandat { color: #ff0000; }

.mandat:after { content: "*"; }

.buttons { margin: 1em 0 0 9em; }

.removed { display: none !important; }

.error {
	font-weight: bold;
	color: #f00;
}
.infomsg {
	font-weight: bold;
	color: #41B5E8;
}

/* Tables
------------------------------------------------------------------*/

table, th, td { border: none; }

table {
	margin-bottom: 2em;
}

table p { margin: 0; }

th {
	background: #687296;
	color: #fff;
	padding: 8px;
}

td {
	padding: 5px;
}