@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
#body {
	text-align: center;
	background: #CCC;
}
/* --- general layout wrapper --- */
#wrapper_no_sbar, #wrapper_sbar {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: #FFF;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
/* --- wrapper with sidebar background --- */
#wrapper_sbar  {background: #FFF url(../_images/sidebar_bg.gif) repeat-y top left;}
/* --- puts the orchid image at the bottom of the sidebar --- */
#wrapper_sbar_image {background: url(../_images/sidebar_orchid.gif) no-repeat right bottom;}
#clear {clear:both;}
/* --- header styling with main navigation bar --- */
#header {
	position: relative;
	height: 80px;
	background: #000;
}
#header h1 {margin-left: -9000px;}
#header img{
	float: right;
	margin: 13px 13px 0 0;
	border: none;
}
#header ul {
	float: left;
	list-style: none;
	position: absolute;
	left: 100px;
	width: 450px;
	bottom: 0px;
}
#header ul li {
	float: left;
	padding-right: 5px;
}
#header ul a {
	text-decoration: none;
	color: #CCC;
	background-image: url(../_images/navigation/button_tab_inactive.gif);
	display: block;
	height: 32px;
	width: 133px;
	line-height: 32px;
	font-weight: 400;
}
#header ul a:hover {
	color: #666;
	background-image: url(../_images/navigation/button_tab_active.gif);
}
#header ul a.current {
	color: #000;
	background-image: url(../_images/navigation/button_tab_active.gif);
}
/* --- content layout for all pages without sidebar --- */
#content_no_sbar { 
	text-align: justify;
	background-color: #FFF;
	margin: 12px 100px;
}
#content_no_sbar img {
	text-align: center;
	margin-bottom: 5px;
}
#content_no_sbar h2, #content_sbar h2 {
	font-size: 1.3em;
	border-left: #999 20px solid;
	padding-left: 8px;
	margin: 20px 0 5px 0;
	font-weight: 400;
}

/* --- content layout for all pages with sidebar --- */
#content_sbar {
	float: left;
	width: 620px;
	text-align: justify;
	background: #FFF;
	padding-bottom: 15px;
}
#content_sbar p {
	padding: 5px 50px;
}
#content_sbar h2 {margin-left: 50px;}
#content_sbar h3 {
	font-size: 1.2em;
	margin: 12px 0 50px 5px;
	font-weight: 400;
}
/* --- layout for ordered list on terms and conditions page --- */
#content_sbar ol {padding: 0 50px 0;}
#content_sbar ol li {padding: 4px 0;}
/* --- quotes --- */
blockquote {
	position: relative;
	text-indent: 2.5em;
	margin: 10px 30px;
	text-align: left;
}
blockquote p {
	margin: 0px;
	padding: 0px;
	font: italic 180% "Times New Roman", Times, serif;
}
.left, .right {
	color: #999;
	font: bolder 500% "Times New Roman", Times, serif;
}
.left {
    text-indent: 0;
	margin:	-0.6em 0 -2em 0;
	float: left;
}
blockquote> .left {
    position: absolute;
    top: -0.2em;
    left: 0;
	float: none;
	margin: 0;
}
.right {
	position: absolute;
	margin-top: -0.6em;
	right: 1px;
	text-indent: 0;
}
blockquote> .right {
	margin-top: -0.6em;	
}
p.quote_author {
	font-weight: bold;
	line-height: 200%;
	text-align: right;
	margin-right: 25px;
}
/* --- thumbnail positioning --- */
.thumbs {
	text-align: center;
	padding-top: 5px;
}
.thumbs p {
	font: italic 1.1em "Times New Roman", Times, serif;
	padding-top: 0px;
}
.thumbs img {
	padding: 0 2px;
	margin: 0;
	border: none;
}
/* --- layout for tables (availability and airport avatars) --- */
#tableCal  {
	margin: 5px 50px;
	padding-top: 5px;
}
.tableCal_legend {
	text-align: left;
	padding-left: 5px;
}
.tableCal_dayheader {
	width: 40px;
	text-align: center;
}
.tableCal_available {
	background: #060;
}
.tableCal_unavailable {
	background: #900;
}
.tableCal_weekstart, .tableCal_weekend {width: 110px;}
.tableCal_weekstart {
	text-align: right;
	padding-right: 5px;
}
.tableCal_weekend {
	text-align: left;
	padding-left: 5px;
}
#tableAirports {
	text-align: center;
	margin-left: 50px;
}
#tableAirports img {border: none;}
/* --- layout for sidebar --- */
#sidebar {
	float: right;
	width: 180px;	
	height: 520px;
}
#sidebar ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 25px;
}
#sidebar ul a {
	background: url(../_images/navigation/button_sidebar_inactive.gif) no-repeat;
	display: block;
	line-height: 30px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #333;
	font-weight: 400;
}
#sidebar ul a:hover {
	color: #666;
	background-image: url(../_images/navigation/button_sidebar_hover.gif);
}
#sidebar ul a.current {
	color: #000;
	background-image: url(../_images/navigation/button_sidebar_active.gif);
}
/* --- layout for footer --- */
#footer {
	background-color: #000;
	clear: both;
	color: #CCC;
	text-align: right;
	line-height: 2em;
	padding-right: 10px;
}
/* --- 'back to top' link --- */
#totop {
	text-align: center;
	font-size: 0.8em;
	width: 620px;
	background: url(../_images/navigation/button_to_top.gif) no-repeat center;
	float: left;
}
#totop a {	
	color: #333;
	text-decoration: none;
}
#totop a:hover {color: #FFF;}
.validated {text-align: right;}
