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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

.tagline {
	font-size: 1.4em;
	font-weight: bold;
	color: #4e4e4e;
}
.book_today {
	font-size: 1.2em;
	font-weight: bold;
	color: #cb2027;
	text-transform: uppercase;
	padding-top: 5px;
}
.book_today a{
	color: #cb2027;
	background: url(../images/book_tour_star.png) left top no-repeat;
	padding-left: 16px;
	text-decoration: none;
}

/************* main nav *******************/
#main_nav ul{
	list-style: none;
}
#main_nav ul li{
	float: left;
	height: 29px;
}

#main_nav ul li#home a {
	width: 57px;
	background: url(../images/nav_home.png) left bottom no-repeat;
	display: block;
	cursor: pointer;
	height: 29px;
}
#main_nav ul li#about a {
	width: 118px;
	background: url(../images/nav_about.png) left bottom no-repeat;
	display: block;
	cursor: pointer;
	height: 29px;
}
#main_nav ul li#schedules a {
	width: 121px;
	background: url(../images/nav_schedules.png) left bottom no-repeat;
	display: block;
	cursor: pointer;
	height: 29px;
}
#main_nav ul li#book a {
	width: 95px;
	background: url(../images/nav_book.png) left bottom no-repeat;
	display: block;
	cursor: pointer;
	height: 29px;
}
#main_nav ul li#faqs a {
	width: 60px;
	background: url(../images/nav_faqs.png) left bottom no-repeat;
	display: block;
	cursor: pointer;
	height: 29px;
}
#main_nav ul li#contact a {
	width: 95px;
	background: url(../images/nav_contact.png) left bottom no-repeat;
	display: block;
	cursor: pointer;
	height: 29px;
}
#main_nav ul li a:hover,
.home #main_nav ul li#home a,
.about #main_nav ul li#about a,
.schedules #main_nav ul li#schedules a,
.book #main_nav ul li#book a,
.faqs #main_nav ul li#faqs a,
.contact #main_nav ul li#contact a
{
	background-position: left top !important;
}
/****************** end main nav ********************/

h1{
	font-style: italic;
	font-size: 2.1em;
	color: #aa2124;
	font-weight: normal;
	padding-bottom: 15px;
}

h2{
	font-style: italic;
	font-size: 1.2em;
	font-weight: normal;
	color: #aa2125;
}

.body_big {
	font-size: 1.4em;
	color: #333333;
	line-height: 1.4em;
	padding-bottom: 15px;
}
.body_small {
	font-size: 1.2em;
	color: #333333;
	line-height: 1.4em;
	padding-bottom: 15px;
}

.body_small a, .body_big a{
	color: #aa2125;
	text-decoration: none;
}
.body_small a:hover, .body_big a:hover, .right_copy a:hover{
	border-bottom: 1px dotted #aa2125;
}

.page_header{
	color: #aa2125;
	font-style: italic;
	font-size: 2.1em;
}

.places{
	font-size: 1.4em;
	font-style: italic;
	color: #ffffff;
}

.right_copy {
	font-size: 1.1em;
	color: #333333;
}
.right_copy a{
	color: #aa2125;
	text-decoration: none;
}
table.right_copy{
	line-height: 1.7em;
}
.quote{
	font-size: 1.4em;
	color: #aa2124;
	font-style: italic;
	line-height: 1.2em !important;
}
.footer_copy{
	font-size: 0.9em;
	color: #fdfdfe;
	padding-left: 20px;
}
.footer_copy a{
	color: #fdfdfe;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}
