@charset "UTF-8";
/* CSS Document */

body  {
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
}
h1 {
	font-size: 1.75em;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
}
p, li {
	font-size: 1.2em;
}
.smalltype {
    font-size: .75em;
}
h1, h2, p, li {
	color: #000000;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #9e1e27;
}
a:hover, a:active {
	color: #77ac61;
}

/* Text Formatting Extras
================================== */

.red {
	color: #9e1e27;
}
.padding {
	padding-left: 30px;
	padding-right: 35px;
}

/* Two Column Layout
================================== */

.twoColFixRtHdr #container {
	width: 861px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 0;
	background-color: #000000;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -100px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar1 p {
	color: #FFFFFF;
}
.twoColFixRtHdr #mainContent {
	background-color: #000000;
	color: #000000;
	margin-top: 20px;
	margin-right: 420px;
	padding-right: 20px;
}
.twoColFixRtHdr #logos {
	background:#000000;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: top;
} 
.twoColFixRtHdr #logos p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #9e1e27;
}

.twoColFixRtHdr #footer {
	background:#000000;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: top;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #9e1e27;
}

/* One Column Layout
================================== */

.oneColFixCtr #container {
	width: 450px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Floats
================================== */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	padding-left: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Navigation
================================== */

#nav {
	margin: 0;
	padding: 0;
	height: 114px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav a {
	float: left;
	padding: 114px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:114px; /* for IE5/ Win Only */
}
#nav a:hover {
	background-position: 0 -114px;
}
#nav a:active, #nav a.selected {
	background-position: 0 -228px;
}
#thome a {
	width: 138px;
	background: url(../images/tiki8-Sign.gif) top left no-repeat;
}
#tentertainment a {
	width: 128px;
	background: url(../images/btn_entertainment.gif) top left no-repeat;
}
#tvendors a {
	width: 93px;
	background: url(../images/btn_vendors.gif) top left no-repeat;
}
#tschedule a {
	width: 95px;
	background: url(../images/btn_schedule.gif) top left no-repeat;
}
#thistory a {
	width: 128px;
	background: url(../images/btn_history.gif) top left no-repeat;
}
#tbeyond a {
	width: 140px;
	background: url(../images/btn_beyond.gif) top left no-repeat;
}
#treservations a {
	width: 133px;
	background: url(../images/btn_reservations.gif) top left no-repeat;
}
#tticketsandrooms a {
	width: 133px;
	background-image: url(../images/btn_ticketsrooms.gif);
}

/* Scroll Background
================================== */

.box {
	width: 450px;
	background: url(../images/tile.gif) repeat-y;
}
.box .first {
	background: url(../images/top.gif) no-repeat left top;
	padding-top: 30px;
}
.box .last {
	background: url(../images/bottom.gif) no-repeat left bottom;
	padding-bottom: 40px;
}
.box h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -100px;
}
.box h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -100px;
}
.box p {
	padding-left: 30px;
	padding-right: 35px;
}
.heading  {
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Contact
================================== */

#contact {
	margin: 0;
	padding: 0;
	float: right;
	z-index: auto;
	position: relative;
	top: -15px;
}

/* Pop-Up Page
================================== */

#popup {
	padding-left: 32px;
	padding-right: 0px;
	height: 400px;
	width: 380px;
	overflow: auto; /* Safari 2.0 fix */
	overflow-x: hidden;
	overflow-y: auto;

}
#popup p {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 1.1em;
}
