@charset "utf-8";
/* CSS Document */

/*
--------------------------------------------------------
Resets
--------------------------------------------------------
*/

* { 
	margin : 0; 
	padding : 0; 
	text-align: left;
	}
	
ol, ul {
	list-style: none;
	}
	
fieldset, img {
	border: 0;
	}
	
q:before, q:after {
	content: '';
}
	
/*
--------------------------------------------------------
General HTML
--------------------------------------------------------
*/

html {
	background: #d7cea6;
	}

body {
	background: url(../images/bg_hdr.jpg) top left repeat-x;
	font: 11px/18px Geneva, Arial, Helvetica, sans-serif; 
	}

h1 {
	font: bold 18px Geneva, Arial, Helvetica, sans-serif;
	color: #8d1b24;
	}
	
h2 {
	font: bold 14px/18px Geneva, Arial, Helvetica, sans-serif;
	color: #8d1b24;
	}
	
p {
	margin-bottom: 13px;
	}
	
.subhead {
	font-weight: bold;
	color: #8d1b24;
	}
	
a {
	color:#8d1b24;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
label {
	font-weight: bold;
	}

/*
--------------------------------------------------------
Header
--------------------------------------------------------
*/

#header {
	width: 100%;
	height: 150px;
	text-align: center;
	}
	
#header_900 {
	width: 900px;
	height: 125px;
	margin: 0 auto;
	position: relative;
	}
	
#logo {
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#top_nav {
	width: 127px;
	height: 30px;
	background: url(../images/top_nav.png) top left no-repeat;
	position: absolute;
	top: 0;
	right: 90px;
	text-align: center;
	}
	
#top_nav a {
	color: #857415;
	font: 9px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin-right: 12px;
	line-height: 25px;
	}
	
#top_nav a.last {
	margin-right: 0;
	}
	
/*
--------------------------------------------------------
Content Area
--------------------------------------------------------
*/

#content {
	text-align: center;
	background: white url(../images/bg_content.jpg) top left repeat-x;
	padding-bottom: 50px;
	}
	
#content_750 {
	width: 750px;
	margin: 0 auto;
	}
	
#masthead {
	position: relative;
	float: right;
	margin-top: -50px;
	width: 557px;
	height: 208px;
	overflow: visible;
	}
	
#masthead .callout {
	color: #fff;
	position: absolute;
	top: 145px;
	left: 30px;
	}

#masthead .callout h3 {
	font: bold italic 13px Georgia, "Times New Roman", Times, serif;
	}
	
#content_main {
	width: 310px;
	margin-left: 20px;
	float: left;
	}
	
#content_main_full_width {
	width: 520px;
	margin-left: 20px;
	float: left;
	}
	
#content_main h1, #content_main_full_width h1 {
	margin: 5px 0 10px 0;
	}
	
#content_main h2, #content_main_full_width h2 {
	margin: 5px 0 13px 0;
	}	
	
#content_main ul {
	margin: 0 0 13px 0;
	}
	
#content_main ol {
	margin: -10px 0 13px 0;
	}
	
a.sign_up {
	display: block; 
	height: 26px;
	width: 93px;
	background-image: url(../images/btn_sign_up.gif);
	background-position: top;
	cursor: pointer;
	margin-bottom: 13px;
	margin-left: -2px;
	}
	
a.sign_up:hover {
	background-position: bottom;
	}
	
.trip_list {
	list-style-image:url(../images/bullet_luggage.jpg);
	line-height: 16px;
	margin-left: 20px;
	margin-bottom: 5px;
	}

.check_list {
	list-style-image:url(../images/bullet_check.jpg);
	line-height: 16px;
	margin-left: 20px;
	margin-bottom: 5px;
	}
	
.story {
	border-bottom: 1px dashed #9a8e5f;
	margin-bottom: 10px;
	padding-bottom: 15px;
	}
	
#packages {
	border-bottom: 1px dashed #9a8e5f;
	margin: 10px 0;
	}

/*
--------------------------------------------------------
Sidebar
--------------------------------------------------------
*/


#sidebar {
	width: 193px;
	min-height: 150px;
	height: auto;
	background: #fff url(../images/bg_sidebar.jpg) top left repeat-x;
	float: right;
	margin-right: 18px;
	display: inline;
	}
	
#sidebar h2 {
	margin: 5px 10px 10px 10px;
	}
	
#sidebar h4 {
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 10px 0 10px;
	}
	
#sidebar p {
	margin: 0 10px 8px 10px;
	font-size: 90%;
	}
	
#sidebar ul {
	margin: 0 10px 8px 10px;
	}
	
#sidebar li {
	margin-bottom: 5px;
	}
	
#sidebar a {
	margin: 0 10px 10px 10px;
	}
	
#sidebar a.learn_more {
	display: block; 
	height: 26px;
	width: 93px;
	background-image: url(../images/btn_learn_more.gif);
	background-position: top;
	cursor: pointer;
	}
	
#sidebar a.learn_more:hover {
	background-position: bottom;
	}

	

/*
--------------------------------------------------------
Main Navigation
--------------------------------------------------------
*/

#main_nav {
	width: 190px;
	min-height: 400px;
	float: left;
	margin-top: 10px;
	}
	
#main_nav li a{
	display: block;
	height: 30px;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #8d1b24;
	text-decoration: none;
	line-height: 30px;
	border-bottom: 1px solid #8d1b24;
	padding-left: 10px;
	}
	
#main_nav li a:hover {
	background: url(../images/bg_nav.jpg) top left repeat-x
	}
	
#main_nav a.nav_cur_page {
	background: url(../images/bg_nav.jpg) top left repeat-x;
	}

/*
--------------------------------------------------------
Footer
--------------------------------------------------------
*/

#bottom_bar {
	height: 5px; 
	background: #8d1b24;
	}
	
#footer {
	width: 100%;
	text-align: center;
	font: italic 10px Georgia, "Times New Roman", Times, serif;
	color: #9a8e5f;
	background: #d7cea6;
	padding-top: 5px;
	}
	
.footer_links {
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	float: right;
	}
	
#footer a {
	color: #9a8e5f;
	text-decoration: none;
	margin: 0 20px;
	}
	
#footer a.first {
	margin-left: 0;
	}
	
#footer a:hover{
	color: #8d1b24;
	}
	
#footer_750 {
	width: 750px;
	margin: 0 auto;
	}
	
.footer_credit {
	width: 30%;
	margin: 90px 0 0 0;
	text-align: left;
	clear: left;
	}
	
.disclaimer {
	width: 40%;
	text-align: right;
	margin: 90px 0 0 0;
	float: right;
	}
	
#left.footer_credit a {
	margin: 0;
	}
	
.plane {
	}
	
/*
--------------------------------------------------------
Extra Divs & Classes
--------------------------------------------------------
*/

#left {
	float: left;
	}

.left {
	float: left;
	}
	
#right {
	float: right;
	}
	
.right {
	float: right;
	}

#fix {
	width: 100%;
	height: 1px;
	clear: both;
	}
