/* CSS Document */

/* HTML tags */
body {
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
}

/* MAIN CLASSES */
.body_wrapper {
	width: 760px;
}

/* MAIN CLASSES -- header*/
.main_header {
	height: 71px;
	text-align: left;
}
.header_strip {
	background-color: #DC5426;
	width: 760px;
	height: 10px;
}
#header_logo {
	width: 243px;
	margin: 0 0 4px 0;
	float: left;
	display: block;
}
#header_links {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 47px 0 0 0;
	width: 315px;
	color: #333;
	float: left;
}
#header_links a:link, #header_links a:visited {
	color: #333;
	text-decoration: none;
}
#header_links a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
#header_language {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	width: 142px;
	margin: 30px 10px 0 0;
	float: right;
	display: block;
}
#language_id {
	font: 10px Arial, Helvetica, sans-serif;
	width: 100px;
	border: 1px solid #DC5426;
}

/* MAIN CLASSES -- spacer*/
#blue_spacer {
	height: 1px;
	width: 100%;
	background-color: #A0522D;
	margin: 5	px 0 0 0;
}
.grayishblue_spacer {
	background-color: #ADD8E6;
	height: 1px;
}
.clear {
	width: 760px;
	height: 5px;
	clear: none;
}


/* MAIN CLASSES -- splash */
.header_splash {
	width: 760px;
	/*height: 273px;*/
	height: inherit;
	text-align: left;
	margin: 3px 0 0 0;
	padding: 0 0 3px 0;
}
#form_reserve {
	width: 250px;
	float: left;
}
#ad_intersticial {
	width: 164px;
	float: left;
	margin: 0 5px 0 5px;
}
#ad_main {
	width: 336px;
	float: right;
}

/*INNERPAGE*/
#right_column {
	width: 505px;
	height: auto;
	float: right;
	margin: 0 0 0 5px;
	clear: none;
}

/* CONTENT WRAPPER */
.feature_wrapper {
	width: 760px;
	text-align: left;
}
.header_row {
	background-color: #F4A460;
}
#availableflights_table {
	width: 100%;
}

/* BUTTONS*/
.bottomcontent_button {
	float: right;
}
.button_flat {
	width: 200px;
	height: 40px;
	background-color: #FFDEAD;
	border: 1px solid #333;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
}

/*FOOTER */
.footer_wrapper {
	margin-top: 10px;
	padding: 16px 0 0 40px;
	width: 720px;
	height: 70px;
	background-color: #DC5426;
	text-align: left;
}
.footer_links {
	color: #666;
}



/* FONTS */
.font_10pt {
	font: 10px Arial, Helvetica, sans-serif;
}
.font_12pt {
	font: 12px Arial, Helvetica, sans-serif;
}
.font_14pt {
	font: 14px Arial, Helvetica, sans-serif;
}
#white_font {
	color: #FFF;
}
#gray_font {
	color: #999;
}
#dark_gray {
	color: #666;
}
.dropdown_font {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

/* MARGINS */

#left20px {
	padding-left: 20px;
}
#width_75 {
	width: 75px;
}
.width_40 {
	width: 20px;
	font: 10px Arial, Helvetica, sans-serif;
}