@import "normalize.css";
@import "type.css";
@import "forms.css";

body {
	background: #cccb92 url(../images/bg.jpg) repeat-x ; }

#wrapper {
	width: 924px;
	margin: 0 auto;
	padding-bottom: 20px; }
	
#header {
	height: 363px;
	width: 924px; 
	background: url(../images/header_bg.jpg) no-repeat;
	position: relative; }
	
/* Subpage headers */
#header_additional {
	height: 236px;
	width: 924px; 
	background: url(../images/header_additional_bg.jpg) no-repeat;
	position: relative; }

#content_area {
	/*height: 439px;*/
	background: #892e2e url(../images/main_bg.jpg) no-repeat left bottom;
	position: relative; }
	
#logo_area {
	height: 110px;
	background: #f4e0b6 url(../images/logo_area_bg.jpg) no-repeat; }

#legal { 
	text-align: center;
	padding: 15px; }
	

/*-- Navigation --*/

#nav {
	position: absolute;
	top: 209px;
	left: 79px;
	width: 176px;
	height: 102px; 
	text-align: center;
	background: url(../images/nav_bg.png) no-repeat; }

#nav_additional {
	position: absolute;
	top: 69px;
	left: 366px;
	width: 176px;
	height: 137px;
	text-align: center;
	background: url(../images/nav_additional_bg.png) no-repeat;
}

#purchase {
	position: relative;
	top: 8px; }
	
#view_schedule {
	position: relative;
	top: 28px; }

#faqs {
	position: relative;
	top: 48px; }

#home {
	position: relative;
	top: 8px; }
	
#purchase_additional {
	position: relative;
	top: 27px; }
	
#view_schedule_additional {
	position: relative;
	top: 48px; }

#faqs_additional {
	position: relative;
	top: 69px; }

/*-- Page Titles --*/

.page_titles {
	margin-left: 86px; }

#homepageTitle { 
	height: 56px;
	width: 695px;
	background: #ac4901 url(../images/homeGreeting.jpg) no-repeat;   }
	
	
/*-- Copy Area --*/

#copy_area {
	width: 545px;
	/*height: 371px;*/
	margin-left: 205px; }
	
/*-- Woman Waving --*/

#woman_waving {
	position: absolute;
	top: -220px;
	left: 800px;
}

/*-- Schedules --*/


#schedules {
	width: 500px;
	height: 265px;
	background: url(../images/schedule_bg.jpg) no-repeat;
	padding: 15px;}

#schedule_head {
	text-indent: -9999px; }
	
#schedules ul {
	margin-left: 25px;
	margin-top: 30px; }
	
#schedules li {
	margin-bottom: 18px; }

table.schedule {
	width: 100%;}
	
table.schedule td {
	padding: 3px;
	border-bottom: hidden; /* Helps prevents ugly random lines when scrolling in FireFox */ }

table.schedule { 
	background-color: white;
	border: 5px solid #ccca91; }
	
table.schedule th {
	background-color: #ccca91;
	height: 40px; }

tr.title { 
	background-color: #752C1F;
	/*border-top: 1px solid white;*/ }

tr.title td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px; }

.bottom {
	background: url(../images/table_bottom_bg.jpg) bottom repeat-x; }

#sched_nav {
	width: 545px;
	height: 31px;
	padding: 5px;
	background: url(../images/schedules_nav.jpg) no-repeat center; }
	
#sched_nav ul {
	margin-top: 7px;
	margin-left: 65px; }

#sched_nav ul li {
	display: inline;
	margin-left: 65px; }

#topLink {
	padding-left: 90px; }

/*-- Purchase Table --*/

#buy_table, #prices_table, #leave_table {
	margin-bottom: 20px;
	text-align: center; }

/*#buy_table {
	width: 625px; }*/

.locations_head {
	background-color: #E7BC5D;
	padding: 3px; }

#route_container {
	padding: 7px; }

/*-- Coming Soon -- */

#coming_soon {
	padding-bottom: 50px;
	height: 350px;
	background: url(../images/coming_soon_bg.jpg) no-repeat right center; }