﻿*
{
	outline: none;
}

body
{
	font-family: Arial;
	font-size: 13px;
	background: #cc3300 url(../images/bggrad.png) 0 0 repeat-x;
	margin: 0;
}

a
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited
{
	color: #FFFFFF;
}

img
{
	border: none;
}

hr
{
	color: #FFFFFF;
	width: 70%;
	margin-left: 0;
	margin-bottom: 15px;
}

p
{
	padding-bottom: 20px;
	margin: 0;
}


/* --- Main table body --- */
.content_table
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	-moz-box-shadow: 0 0 15px #000000;
	-webkit-box-shadow: 0 0 15px #000000;
	background-color: #19A7B9;
	overflow: hidden;
	background: #00ABCD url(../images/boableft.png) bottom left repeat-x;
}

.content_header
{
	background: url(../images/masterheader.png) 0 0 no-repeat;
	position: relative;
	height: 362px;
	width: 960px;
}

.content_menu
{
	position: relative;
	height: 60px;
	width: 960px;
}

.content_body
{
	position: relative;
	width: 960px;
}

/* --- Bottom tree wraparound --- */
.tree_img
{
	background: url(../images/boab.png) bottom right no-repeat;
	display: inline-table;
}


/* --- Navigation Menu --- */
.menu
{
	font-size: 15px;
	font-weight: bold;
	width: 940px;
	height: 25px;
	position: relative;
	background: url(../images/menubar.png) 0 0 no-repeat;
	left: 10px;
	padding-bottom: 10px;
	top: -120px;
}

.menu ul
{
	display: inline;
	list-style-type: disc;
	position: relative;
}

.menu ul li
{
	color: #FFFFFF;
	float: left;
	padding-right: 25px;
	padding-top: 3px;
}

.menu ul li a
{
	color: #FFFFFF;
}

.menu ul li a:hover
{
	text-decoration: underline;
}

.menu ul .first_menu_item
{
	list-style-type: none;
	padding-left: 10px;
}


/* --- Heading on each page --- */
.page_title
{
	position: relative;
	color: #FFFFFF;
	background: url(../images/pagebar.png) 0 0 no-repeat;
	width: 460px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	left: 250px;
	top: -120px;
}


/* --- Left day tours --- */
.day_tours
{
	text-align: center;
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	position: relative;
	float: left;
	top: -155px;
	left: -20px;
}

.day_tours ul
{
	list-style-type: none;
}

.day_tours ul li
{
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana;
	font-size: 10pt;
	width: 180px;	
	padding-bottom: 30px;
	padding-top: 30px;
}


/* --- Middle page content --- */
.page_content
{
	padding-left: 10px;
	padding-right: 10px;
	width: 460px;
	float: left;
	position: relative;
	top: -111px;
	color: #FFFFFF;
	font-family: Verdana;
}


/* --- Right flash image --- */
.flash_image
{
	padding-left: 10px;
	width: 220px;
	float: left;
	position: relative;
	top: -110px;
}


/* --- Footer Content --- */
.footer
{
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 100px;
	width: 960px;
}

.footer a
{
	color: #00ABCD;
}


/* --- Other Classes --- */
.gallery_table
{
	width: 100%;
}

.gallery_table tr td
{
	vertical-align: top;
}

.linked_itinerary
{
	background-color: #CC3300;
}
