body{
	background-image: url("/images/body-bg.jpg");
	background-repeat: repeat;
	font-family:Arial;
	font-size:11px;
	line-height:20px;
}

h1{
	font-family: Georgia;
	font-style: italic;
	color:#006699;	
}

a{
	color:#006699;
}

.drop-shadow{
	margin:0px auto;
	width:1010px;
	background-image: url("/images/drop-shadow.png");
	background-repeat: repeat-y;
}

.drop-shadow-bottom{
	margin:0px auto;
	width:1010px;
	height:15px;
	background-image: url("/images/drop-shadow-bottom.png");
	background-repeat: no-repeat;
}

.container{
	margin:0px auto;
	width:982px;
}

#header{
	position:relative;
	width:982px;
	height:54px;
	background-image: url("/images/header-bg.gif");
	background-repeat: no-repeat;
}

#header-link{
	position:absolute;
	top:0px;
	left:0px;
	width:250px;
	height:54px;
}

#header-link a{
	float:left;
	display:inline;
	width:250px;
	height:54px;
}

#header-content{
	position:absolute;
	top:10px;
	right:15px;
	width:104px;
	height:23px;
}

#header-content #buy-now-link{
	float:left;
	display:inline;
	width:104px;
	height:23px;
	background-image: url("/images/buy-now-off.gif");
}

#header-content #buy-now-link:hover{
	background-image: url("/images/buy-now-on.gif");	
}

#menu-container{
	position:relative;
	height:45px;
	background-image: url("/images/menu-bg.jpg");
	background-repeat: repeat-x;
}

#menu-mailing-list{
	position:absolute;
	top:10px;
	right:10px;
	z-index:20;
}

#menu-mailing-list .text{
	margin:0px;
	padding:5px;
	width:111px;
	height:15px;
	border:0;
	background-image:url("/images/input-bg.jpg");
	background-repeat: no-repeat;
	font-family:Arial;
	font-size:11px;
}

#bannerContainer{
	position:relative;
	border-top:1px solid white;
	border-bottom:1px solid white;
	height:417px;
}

#banner-overlay{
	position:absolute;
	bottom:0;
	left:41px;
	width:271px;
	height:286px;
	background-image: url("/images/banner-overlay.png");
	background-repeat:no-repeat;
}

#secondary-menu-container{
	height:31px;
	background-image: url("/images/secondary-menu-bg.jpg");
	background-repeat: repeat-x;
}

#content-container{
	background-color:white;
	padding:20px;
}

#footer-container{
	border-top:1px solid white;	
	border-left:1px solid white;	
	border-right:1px solid white;
	background-color: #E7E7E7;
	padding:5px 10px;	
}




/**********************************************************
*	Navigation
**********************************************************/
#mainNav a{
	height:15px;
	margin:0px;
	padding:15px 20px;
	color:#002378;
	font-size:13px;
	font-weight:bold;
}

#mainNav a:hover, #mainNav a.active{
	background:none;
	text-decoration:underline;
	color:#da0001;
}

#mainNav .divider{
	height:15px;
	margin:0px;
	padding:15px 0px;
	color:#84aed6;
}




#secondaryNav a{
	padding:0px;
	margin:0px;
	height:31px;
	background-repeat:no-repeat;
	text-indent:-20000px;
}

#secondaryNav a.buy-tickets-online{
	width:248px;
	background-image: url("/images/menu/buy-tickets-online-off.gif");
}

#secondaryNav a.buy-tickets-online:hover, #secondaryNav .buy-tickets-online a.active{
	background-image: url("/images/menu/buy-tickets-online-on.gif");
}

#secondaryNav a.featured-attractions{
	width:284px;
	background-image: url("/images/menu/featured-attractions-off.gif");
}

#secondaryNav a.featured-attractions:hover, #secondaryNav .featured-attractions a.active{
	background-image: url("/images/menu/featured-attractions-on.gif");
}

#secondaryNav a.directions{
	width:191px;
	background-image: url("/images/menu/directions-off.gif");
}

#secondaryNav a.directions:hover, #secondaryNav .directions a.active{
	background-image: url("/images/menu/directions-on.gif");
}

#secondaryNav a.vacation-packages{
	width:259px;
	_width:256px;
	background-image: url("/images/menu/vacation-packages-off.gif");
}

#secondaryNav a.vacation-packages:hover, #secondaryNav .vacation-packages a.active{
	background-image: url("/images/menu/vacation-packages-on.gif");
}

#footerNav a, #footerNav a:hover, #footerNav a.active{
	background:none;
	padding:5px;
	margin:0px;
	color:#6f889f;
}

#footerNav a:hover, #footerNav a.active{
	text-decoration: underline;	
}

#footerNav .divider{
	padding:5px;
	color:#6f889f;
}


.packageContainer {
	width:100%;
}

.packageContainer td {
	vertical-align:top;
}


.packageContainer .packageTitle {
	font-weight:bold;
	color:#fff;
	background:transparent url(/images/packageTitleBg.png) repeat-x;
	height:22px;
	padding:3px 10px;
}


.packageContainer .packageDescription {
	
}

.packageContainer .image1 {
	width:120px;
}

.packageContainer .image1 img {
	
}

.packageContainer .image2 {
	width:333px;
}

.packageContainer .image2 img {
	
}

.packagesTopTable {
	width:100%;
	cursor:pointer;
}

.packagesTopTable td {
	width:308px;
	height:202px;
	overflow:hidden;
	background-repeat:no-repeat;
	cursor:pointer;
}

#pricesContainer {
	width:50%;
}