@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	background-color: #2b6e40;
	background-image: url(../images/bkg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.small {
	font-size: 0.7em; line-height: 0.8em;	
}
.table {
	background-color:#f7eeca;
	border: 1px solid #dfdfdf;
	padding: 4px;
	margin: 4px;
	font-size: 0.8em;
	color: #000;
}
.table thead{
	background-color:#EFC031;
	border: 1px solid #efefef;
}
.table td{
	background-color:#FAF3DC;
	border: 1px dotted #FFFFFF;
}
.printlogo {
	display: none;	
}
.twoColFixLtHdr #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;  /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	height: 183px;
	padding: 0;
	margin: 0 auto;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixLtHdr #flash { 
	height: 140px;
	padding: 0;
	margin: 0 auto;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #mainContent {
	font-size: 0.9em;
	line-height: 1.1em;
}
 .twoColFixLtHdr #top-things {
 	width: 310px;
	height: 300px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333;
	margin-left: -25px;
	padding: 0px;
}
 .twoColFixLtHdr #top-things a{
	color: #9f1a1f;
	text-decoration: none;
}
 .twoColFixLtHdr #top-things a:hover{
	color: #000;
	text-decoration: none;
}
 .twoColFixLtHdr #bluey {
	width: 645px;
	height: 335px;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #333;
	background-image: url(../images/home/home-bluey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: -20px;
	padding-left: 0px;
	margin-top: 12px;
}
 .twoColFixLtHdr #promoboxes {
	 margin-left: 8px;
	 margin-top: 0px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 100px;
	background-color: #2b6e40;
	background-image: url(../images/footer_bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.twoColFixLtHdr #footer p {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
}
.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: 8px;
}
.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;
}
.crumbs {
	font-size: 9px;
	margin: 0;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}
h3 {
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	color: #9f1a1f;
	font-size: 1.5em;
	line-height: 1.7em;
}
h4 {
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	color: #9f1a1f;
	font-size: 1.3em;
	line-height: 1.5em;
}
a {
	color: #9f1a1f;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#top-menu {
	
	width: 940px;
	height: 30px;
	padding: 0;
	margin-top: 8px;
}
.menu-table {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #9f1a1f;
	font-size: 0.8em;
	text-align:center;
	color: #000000;
}
.menu-table p{
	font-size: 0.75em;
	color: #000000;
}
.menu-table h2{
	font-size: 1.2em;
	margin-bottom: -20px;
	padding-top: 6px; 
	color: #9f1a1f;
}
.menu-table h4{
	font-size: 0.7em;
	color: #000000;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 0.7em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 30px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(../images/menu/nav_home.gif) no-repeat;
	width: 72px; 
}
ul#topnav a.tickets{
	background: url(../images/menu/nav_tickets.gif) no-repeat;
	width: 78px; 
}
ul#topnav a.whatson {
	background: url(../images/menu/nav_whatson.gif) no-repeat;
	width: 86px; 
}
ul#topnav a.showbags {
	background: url(../images/menu/nav_showbags.gif) no-repeat;
	width: 112px; 
}
ul#topnav a.food {
	background: url(../images/menu/nav_food.gif) no-repeat;
	margin-left: 238px;
	width: 65px; 
}
ul#topnav a.animals {
	background: url(../images/menu/nav_animals.gif) no-repeat;
	width: 96px; 
}
ul#topnav a.enter {
	background: url(../images/menu/nav_enter.gif) no-repeat;
	width: 100px; 
}
ul#topnav a.essential {
	background: url(../images/menu/nav_essential.gif) no-repeat;
	width: 92px; 
}
ul#topnav li .sub {
	position: absolute;	
	top: 37px; left: 0;
	background: #f5ebc3;
	padding: 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; background: #f7eeca; float: left; width: 100%; margin-bottom: 4px;}
ul#topnav li .row2 {background: #f5ebc3; width: 100%; margin-bottom: 4px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #333;
}
ul#topnav .sub ul li h2 {
	background-image: none;
	padding: 5px 0px 0px 15px;
	color: #9f1a1f;
	margin-bottom: 2px;
	font-size: 1.0em;
	font-weight: bold;
}
ul#topnav .sub ul li h2 a{
	padding: 5px 0;
	background-image: none;
	padding: 0px;
	color: #9f1a1f;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 3px 5px 3px 15px;
	display: block;
	text-decoration: none;
	color: #333;
}
ul#topnav .sub ul li bold{
	text-decoration: none;
	color: #2b6e40;
}
ul#topnav .sub ul li a:hover {color: #9f1a1f; background-position: 5px 12px ;}
/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(../images/transparent.png);
	color:#efefef;
	height:488px;
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:441px;
	overflow-y:auto;
}
.apple_overlay {
	/* initially overlay is hidden */
	display:none;
	/* growing background image */
	background-image:url(../images/transparent.png);
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:700px;
	/* some padding to layout nested elements nicely  */
	padding:35px;
	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(../images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#toolbar {
	float: left;
	margin-top: -5px;
	margin-left: 243px;
	background: transparent;
}
#toolbar2 {
	float: right;
	margin-top: -30px;
	margin-left: 0px;
	background: transparent;
}
#carousel {
	z-index: 99;
	height: 220px;
	width: 410px;
	margin-left: 204px;
	margin-top: 84px;
}
#carousel ul {
	width:3000px;
	height: 220px;
	padding-left: 164px;
	padding-top: 84px;
}

.textholder {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 4px 0 4px;
	-moz-border-radius: 4px 4px 0 0;
}
#hp_social {
	height: 57px;
	background-image: url(../images/home/home_socmed_bkg.jpg);
	background-repeat: no-repeat;
	background-position: -18px top;	
}