@charset "UTF-8";
/* CSS Document */

p {
	text-indent: 10px;
}
h1 {
	font-weight: bold;
	color: #CC6600;
	bottom: 5px;
	font-size: 24px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-right: 30px;
	margin-right: 25px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 18px;
	}
h4 {
	font-size: 16px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 12px;
	}




a:link {
	color: #CC6600;
	text-decoration: none;
	}

a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

a.CabinListTextLink:link {
	color: #000;
	text-decoration: none;
	}

a.CabinListTextLink:visited {
	color: #000;
	text-decoration: none;
}
a.CabinListTextLink:hover {
	color: #CC6600;
}

#ContainFootList a:link {
	color: #000;
	text-decoration: none;
	}

#ContainFootList a:visited {
	color: #000;
	text-decoration: none;
}
#ContainFootList a:hover {
	color: #FFF;
}






a.NavButtonSub {
	color: #BFB4A3;
	display: block;
	float: none; /* sliding doors padding */
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.NavButtonSub:hover {
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}



.TextSubHead {
	font-size: 18px;
}
.TextSmall {
	font-size: 12px;
}
a.buttontickets {
	color: #FFFFFF; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #FFF;
	text-align: center;
	padding: 5px;
	margin-right: auto;
	width: 80%;
	font-size: 14px;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	background-color: #D5B273;
}
a.buttontickets:hover {
	color: #FFF;
	background-position: bottom right;
	color: #FFF;
	outline: none; /* hide dotted outline in Firefox */
	background-color: #7A6846;
}