﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 1000px;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	background: url('../images/top_background.gif');
	text-align: right;
	width: 100%;
	height:120px;
}
#navigation {
	background-color: #FFFFFF;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	position: relative;
	width: 650px;
	margin: 0 350px 0 0;
	padding: 10px;
	background-color: #fff;
	float: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCAA77;
}
#column_r {
	float: none;
	width: 300px;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #dfcfbf;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
#hotFlights {margin:10px 0 5px 5px; position:relative; z-index:5;}
#hotFlights H2 {font-size:1em; text-align:left; margin:10px 0 5px 0; padding:7px 0 8px 35px;}
#hotFlights H3 {font-size:.9em; margin:0; color:#ff6b01;}
#hotFlights TH {font-weight:normal; text-align:left; padding:3px 0 2px 0; border-bottom:1px dashed #333; width:100%;}
#hotFlights TD {font-weight:bold; color:#ff6b01; text-align:right; padding:3px 0 2px 0; border-bottom:1px dashed #333; white-space:nowrap;}
#hotFlights A {width:100%; display:block;}

#hotHotels {margin:10px 0 5px 5px; position:relative; z-index:5;}
#hotHotels H2 {font-size:1em; text-align:left; margin:10px 0 5px 0; padding:7px 0 8px 35px;}
#hotHotels H3 {font-size:.9em; margin:0; color:#ff6b01;}
#hotHotels TH {font-weight:normal; text-align:left; padding:3px 0 2px 0; border-bottom:1px dashed #333; width:100%;}
#hotHotels TD {font-weight:bold; color:#ff6b01; text-align:right; padding:3px 0 2px 0; border-bottom:1px dashed #333; white-space:nowrap;}
#hotHotels A {width:100%; display:block;}

#hotLastminute {margin:10px 0 5px 5px; position:relative; z-index:5;}
#hotLastminute H2 {font-size:1em; text-align:left; margin:10px 0 5px 0; padding:7px 0 8px 35px;}
#hotLastminute H3 {font-size:.9em; margin:0; color:#ff6b01;}
#hotLastminute TH {font-weight:normal; text-align:left; padding:3px 0 2px 0; border-bottom:1px dashed #333; width:100%;}
#hotLastminute TD {font-weight:bold; color:#ff6b01; text-align:right; padding:3px 0 2px 0; border-bottom:1px dashed #333; white-space:nowrap;}
#hotLastminute A {width:100%; display:block;}


/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}