/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0 0 2em 0;
	margin: 0 auto;
	font: 76% tahoma, verdana, arial, helvetica, sans-serif;
	color: #666;
	background: #e5e5e5 url(../images/bg_column.gif) repeat-y center;
	width: 830px; 
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em; 
}
h2 {
	padding: 0.7em 0 0 15px;
	font-size: 1.8em;  
	font-weight: normal;
	margin: 0;
	color: #F7B719;
}
h3 {
	font-size: 1.6em; 
	margin-top: 1em;
	font-weight: normal;
	color: #97c4f1;
}
h4 {
	font-size: 1.2em;
}

h4.bar {
	background: #6B7FC9;
	padding: 0.2em 0 0.2em 0.2em;
	color: #fff; 
	margin: 1em  0;}


h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}
/* ------------ line heights ---------------------- */
/*p, .newsbody, li {
	line-height: 1.6em;
}
ul.box li {
	line-height: 1.4em;
}*/
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 1em 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
a {
	font-weight: normal;
}
a:link, a:visited {
	color: #025799;
}
a:active, a:hover {
	color: #F7B719;
}

span.required {
	color: #1D3D95;
	font-size: .9em;
}
span.asterisk  {
	font-family: verdana, geneva, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #f00;
	position: relative;
	top: 0.3em;
}
ul.list {
	list-style: none;
	margin: 0.8em;
}
ul.list li {
	background: url(../images/bullet_arrow_orange.gif) no-repeat 0 0.5em;
	padding: 0.2em 0 0 10px;
}


/* ============  MAIN PAGE BLOCKS ================= */
#pagebodycontent {
	background: #fff;
	width: 100%;
}
div.double-column {
	width: 392px;
	background: #f3f3f3;
	float: left;
	margin: 15px 0 13px 15px;
} 

div.triple-column {
	width: 255px;
	background: #1D3D95;
	float: left;
	margin: 15px 0 13px 16px;
} 
div.triple-column img {
	border-bottom: 1px solid #fff;
}
div.triple-column h3 {
	margin: 5px 10px 6px 10px;
} 
div.triple-column h3 a {
	text-decoration: none;
}
div.triple-column h3 a:link, div.triple-column h3 a:visited {
	color: #D6D6D6;
}
div.triple-column h3 a:active, div.triple-column h3 a:hover {
	color: #F7B719;
}

div.orange-button {
	width: 188px; 
	float: left;
	
	margin: 0 0 15px 15px;
	height: 65px;
}
div.orange-button p {
	/*margin: 8px 15px 15px 15px;*/
	margin: 0;
	font-size: 1.5em;
	
}
div.orange-button a {
	text-decoration: none;
	font-family: 'century gothic', arial;
	font-weight:bold;
	display:block;
	padding: 8px 15px 0 15px;
	height: 57px;
}
div.orange-button a:link, div.orange-button a:visited {
	color: #fff;
	background: #f7b719 url(../images/bg_orange_button.gif) no-repeat bottom right;
}
div.orange-button a:active, div.orange-button a:hover {
	color: #fff;
	background: #1d3c93 url(../images/bg_orange_button_hover.gif) no-repeat bottom right;
}

#footerbar {
	padding: 1.2em;
	background: #b0b1b2;
	border-width: 0 0 1px 0;
	border-color: #fff;
	border-style: solid;
	color: #3c3c3c;
	clear: both;
}
#footerbar a:link, #footerbar a:visited {
	color: #3c3c3c;
	text-decoration: none;
}
#footerbar a:active, #footerbar a:hover {
	color: #3c3c3c;
	text-decoration: underline;
}
#footerbar p {
	float: right;
	text-align: right;
	margin: 0;
}
div.flash-banner {
	background: url(../images/flash_01.jpg) no-repeat;
}
div#celebrating-message {
	background: url(../images/celebrating21.gif) no-repeat top left;
}




/* ============ HEADER ============================= */
#banner {
	background: #1d3d95 url(../images/bg_header.gif) repeat-x bottom;
}
div#header-nav {
	width: 600px;
	float: right;
	text-align: right;
	padding-right: 27px;
	padding-top: 40px;
}
div#header-nav ul {
	list-style: none;
	margin-top: 40px;
	padding-bottom: 0.4em;
}
div#header-nav ul li {
	display: inline;
	border-right: 1px solid #b2b2b2;
	padding: 0.4em 1.1em;
}
div#header-nav ul li.active a {
	font-weight: bold;
	color: #fbb703;
}
div#header-nav ul a {
	text-transform: uppercase;
	text-decoration: none;
}
div#header-nav ul a:link, div#header-nav ul a:visited {
	color: #d6d6d6;
}
div#header-nav ul a:active, div#header-nav ul a:hover {
	color: #97C4F1;
}

p.contact-link { 
	text-transform: uppercase;
	font-size: 1.3em;
	margin: 0;
}
p.contact-link a {
	text-decoration: none;
	padding: 0.6em 0 1em 2.8em;
}
p.contact-link a:link, p.contact-link a:visited {
	color: #9dcef7;
	background: url(../images/icon_email.gif) no-repeat 0 0.65em;	
}
p.contact-link a:active, p.contact-link a:hover {
	color: #f7b719;
	background: url(../images/icon_email_orange.gif) no-repeat 0 0.65em;
}


/* ============ TOP NAV BAR ============================= */
table#top-nav-bar {
	background: #b0b1b2;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
table#top-nav-bar tr td {
	border-right: 1px solid #fff;
	/*padding: 0.9em 0;*/
}
table#top-nav-bar tr td.active {
	background: #f7b719;
}
table#top-nav-bar tr td.active a:link, table#top-nav-bar tr td.active a:visited {
	color: #000;
}
table#top-nav-bar a {
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	display:block;
	padding: 11px 0;
}
table#top-nav-bar a:link, table#top-nav-bar a:visited {
	color: #fff;
}
table#top-nav-bar a:active, table#top-nav-bar a:hover {
	color: #000;
	background: #9dcef7;
} 





/* ============ SUB NAV BAR ============================= */
div#sub-nav-bar {
	background: #cccccc;
	border-bottom: 1px solid #fff;
}
div#sub-nav-bar ul {
	list-style: none;
	padding: 0.7em 22px;
}
div#sub-nav-bar ul li {
	display: inline;
	padding-right: 27px;
}
div#sub-nav-bar ul a {
	text-decoration: none;
	font-weight:normal;
}
div#sub-nav-bar ul a:link, div#sub-nav-bar ul a:visited {
	color: #5f5f5f;
}
div#sub-nav-bar ul a:active, div#sub-nav-bar ul a:hover {
	color: #1b3783;
}



div#sub-nav-bar ul li#active {
	background: url(../images/list_bullet_arrow.gif) no-repeat 0 0.3em;
	padding-left: 10px;
}
div#sub-nav-bar ul li#active a {
	font-weight: bold;
	color: #1b3783;
}

/* flight schedule table */

table.flightschedule {
	width: 300px;
	margin-top: 10px;
}
table.flightschedule tr th {
	padding: 4px;
	background-color: #BFCEEE;
	border-width: 1px 0;
	border-style: solid;
	border-color: #6B7FC9;
	color: #073A7C;
}

table.flightschedule tr td {
	padding: 4px;
}
table.flightschedule tr td.time {
	background-color: #ECF0F9;
	width: 36px;
}


/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	background: url(../images/line_dotted_blue.gif) repeat-x;
	height: 2px;
	margin: 1em 0;
	clear: both;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #1D3D95;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #FFFFFF;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #FFFFFF;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1.8em 0 0 0;
}

/* ------------ gallery --------------------------- */
.thumb {
	float: left;
	width: 80px;
	height: 80px;
	background: #eee;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
}
.thumb img {
	margin: 0 auto;
	display: block;
	border: none;
}
.contentsubnavContainer { 
	/*background: #f0f0f1;*/
	background: #1D3D95;
	/*background: #f00;*/
	border: 1px solid #B5BBC3;
	margin: 1em 0;
	color: #fff;
}
.contentsubnavContainer a {
	font-weight: bold;
}
.contentsubnavContainer a:link, .contentsubnavContainer a:visited {
	color: #fff;
	text-decoration: none;
}
.contentsubnavContainer a:active, .contentsubnavContainer a:hover {
	color: #fff;
	text-decoration: underline; 
}

.contentsubnav {
/*	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #003;*/
	padding: 10px 0;
	background:  url( ../images/bg_galleryHNav.gif ) repeat-x bottom left;
	color: #073A7C;
}
.contentsubnav .left {
	float: left;
	width: 29.9%;
}
.contentsubnav .right {
	float: left;
	width: 69.9%;
	text-align: right;
}
.contentsubnav .right form {
	display: inline;
}
.contentsubnav label {
	color:  #073A7C;
}

ul.hNavContext {
	padding: 0.1em 0 0 0; 
	margin: 0 0 0 10px;
}
p.hNavContext {
	background: url(../images/arrow_orange.gif) no-repeat 0 0.4em;
	padding-left: 8px;
	margin: 0 0 0 10px;
}
ul.hNavContext li {
	display: inline;
	padding: 0 16px 0 8px;
	margin: 0;
	background: url(../images/arrow_orange.gif) no-repeat 0 0.3em;
	white-space: normal;
}
ul.galPrevNext {
	padding: 15px 0 10px 0; 
	margin: 0;
	background: #eee url( ../images/bg_dotted_line_grey.gif ) repeat-x bottom;
}
ul.galPrevNext li {
	display: inline;
	padding: 0 16px 0 8px;
	margin: 0;
	background: url(../images/arrow_orange.gif) no-repeat 0 0.3em;
	white-space: normal;
}
ul.galPrevNext li.prev {
	background: url(../images/arrow_orange_back.gif) no-repeat 0 0.3em;
}
ul.galPrevNext li.next {
	background-position: 100% 0.2em;
	padding: 0 8px 0 0;
}
ul.gallerycatlist {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	list-style: none;
	background: #fff;	
}
ul.gallerycatlist li {
	padding: 0;
	clear: both;
	background: #F4F4F4;
	/*border-width: 1px;
	border-style: solid;
	border-color: #959CAC;*/
	margin-bottom: 20px;
}

ul.gallerylist {
	margin: 0;
	padding:  0;
	padding-left: 0px;
	list-style: none;	
	border-width: 1px 0 0 0;
	border-style: dotted solid;
	border-color: #D9DBE1;
}

ul.gallerylist li {
	margin-left: 0;
	padding: 0.3em 0 0.3em 28px;
	background: #F9F9FB url(../images/ico_thumbs.gif) no-repeat 5px .4em;
	border-width: 0 0 1px 0;
	border-style: dotted solid;
	border-color: #D9DBE1;
	margin-bottom: 0;
}

.galleryCatHeader {
	background-color: #1d3d95;
	/*background-image: url(../images/bg_galleryCatHeader.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	border-color: #fff;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin-top: 0;
	margin-bottom: 10px;
	/*padding-right: 10px;*/
}
.galleryCatHeader h3 {
	padding: 0.6em 0 0 100px;
	margin: 0;
	font-size: 1.3em;
	color: #d6d6d6;
	font-weight: bold;
}
.galleryCatHeader .catThumb {
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: 10px;
}
.galleryCatHeader .catThumb img {
	display: block;
	/*margin-left: 1px;
	margin-right: 1px;*/
}


/* ============ form-specific ===================== */
.buttonbar {
	background: #1D3D95;
	/*border: 1px solid #FE9918;*/
	padding: 5px;
	margin-top: 1em;
	clear: both;
}
label, .label {
	font-weight: normal;
	color: #1d3d95;
}
label.radiocheckbox {
	font-weight: normal;
}
.required {
	font-weight: bold;
	color: #1d3d95;
	text-transform: none;
	font-style: normal;
}
label.greyed {
	color: #ccc;
}
span.asterisk  {
	font-family: verdana, geneva, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #f00;
	position: relative;
	top: 0.3em;
}
table.formtablegrid {
	border-collapse: collapse;
	border: 1px solid #6B7FC9;
	background: #ECF0F9;
}
table.formtablegrid tr th {
	text-align: center;
	background: #BFCEEE;
	color: #3C4C9F;
}
table.formtablegrid tr th {
	border: 1px solid #6B7FC9;
}
table.formtablegrid tr td {
	border: 1px solid #BFCEEE;
	text-align: center;
}
table.formtablegrid tr th,table.formtablegrid tr td  {
	padding: 0.5em;
}
table.formtablegrid tr td {
	margin: 0;
}
div.bookingconfirm, div.bookingconfirmleft {
	border-width: 1px ;
	border-style: solid;
	border-color: #6B7FC9;
	margin-bottom: 10px;
}
div.bookingconfirmleft {
	margin-right: 10px;
}
div.bookingconfirm p, div.bookingconfirmleft p, div.bookingconfirm ul, div.bookingconfirmleft ul {
	margin: 0.5em;
}

h3.bar, h4.bar, h5.bar, h3.barWithThumb, h3.box {
	background: #1D3D95;
	padding: 0.2em 0 0.2em 0.2em;
	color: #fff;
	margin: 0;
}


div.news-box {
	background: #F4F4F4;
	overflow: auto; 
	height: 180px;
	width: 100%;
}

div#birthday-message {
	background: #fff;
	padding: 0 0 16px 0;
}
div#birthday-message img {
	display: block;
}

h3.box a {
	text-decoration: none;
	padding-left: 8px;
}
h3.box a:link, h3.box a:visited {
	color: #d6d6d6;
}
h3.box a:active, h3.box a:hover {
	color: #fff;
}
ul.box {
	margin: 0;
	list-style: none;
	padding: 6px 11px;
}
ul.box h4 {
	font-size: 1.1em;
}
ul.box li {
	background: url(../images/icon_document.gif) no-repeat 0 0.35em;
	padding: 0 0 0.3em 15px;
}
div.new-box-inner {
	background: #F4F4F4;
	margin: 16px;
	width: 250px; 
	float: right;
} 

ul.plain {
	list-style: none;
} 

.tandcs {
	width: 95%; 
	overflow: auto; 
	height: 200px; 
	padding: 1em; 
	border: 1px solid #f7b719; 
	font-size: 0.9em;
	background: #f7f7f7;
	margin-top: 1em;
}

/* ====================== ITINERARY TABLE ====================== */
table.itinerary {
	width: 100%;
	background: #F4F4F4;
	margin-top: 1em;
}
table.itinerary th {
	text-align: left;
	background: #1D3D95;
	color: #fff;
	padding: 6px;
	font-size: 1.2em;
	border-width: 1px 0;
	border-style: solid;
	border-color: #fff;
}
table.itinerary td {
	vertical-align:top
}
table.itinerary tr td.time {
	width: 90px;
}
table.itinerary tr td {
	padding: 4px 6px;
}
