body {
	background:url(images/bkgd.jpg) center top no-repeat #1658b1;
	margin: 0;
	color:#452000;
	font: normal 62.5% "Trebuchet MS", Arial, sans-serif;
}
a:link, a:visited {
	color: #452000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #452000;
	text-decoration: underline;
}
h1 {
	font: bold 24px "Comic Sans MS", Arial Black, sans-serif;
	color: #04b331;
	margin:0;
}
h2 {
	font: bold 24px "Comic Sans MS", Arial Black, sans-serif;
	color: #00aeff;
	margin:1.5em 0 0 0;
}
h3 {
	font: bold 20px "Comic Sans MS", Arial, sans-serif;
	color:#2c1400;
	margin:10px 0 0 0;
}
p {
	font: normal 1.3em "Comic Sans MS", Arial, sans-serif;
	line-height: 25px;
	color:#452000;
	margin:0 0 2em 0;
}
hr {border: none 0; 
	border-top: .1em dotted #7e8ab1;
	border-bottom: .1em solid #6B78A0;
	width: 100%;
	height: .2em;
	margin: .4em auto .4em 0;
}
ul, ol  {
	font: normal 1.3em "Comic Sans MS", Arial, sans-serif;
	line-height: 25px;
	color:#452000;
	margin:0 0 0 0;
}
li {
	padding-bottom:8px;
}
table {
	font: normal 1.3em "Comic Sans MS", Arial, sans-serif;
	line-height: 25px;
	color:#452000;
}
.big-red {
	color:#FF0000;
	font-weight:bold; font-size:1.4em;
}
/* ----------nav-------------- */
#nav {
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul {
	margin:0;
	padding:0;
    list-style:none;
}
#nav li {
    float:left;
    margin:0;
    padding:0;
}
#nav li a {
    display:block;
	font:bold 13px "Times New Roman", Times, serif;
	color:#ffffff;
	width:.1em;
}
#nav li#park-info a  {
	position:relative;
	width:196px;
	height:63px;
	overflow:hidden;
}
#nav li#park-info a span  {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:196px;
	height:63px;
	background:url(images/nav-parkInfo.jpg) right top no-repeat;
}
#nav li#park-info a:hover span {
	background-position:right -63px;
	cursor:pointer;
}
#nav li#attractions a  {
	position:relative;
	width:189px;
	height:63px;
	overflow:hidden;
}
#nav li#attractions a span  {
    display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:189px;
	height:63px;
	background:url(images/nav-attractions.jpg) left top no-repeat;
}
#nav li#attractions a:hover span {
	background-position:0 -63px;
	cursor:pointer;
}
#nav li#amenities a  {
	position:relative;
	width:162px;
	height:63px;
	overflow:hidden;
}
#nav li#amenities a span  {
    display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:162px;
	height:63px;
	background:url(images/nav-amenities.jpg) left top no-repeat;
}
#nav li#amenities a:hover span {
	background-position:0 -63px;
	cursor:pointer;
}
#nav li#tickets a  {
	position:relative;
	width:140px;
	height:63px;
	overflow:hidden;
}
#nav li#tickets a span {
    display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:140px;
	height:63px;
	background:url(images/nav-tickets.jpg) left top no-repeat;
}
#nav li#tickets a:hover span {
	background-position:0 -63px;
	cursor:pointer;
}
#nav li#rentals a  {
	position:relative;
	width:170px;
	height:63px;
	overflow:hidden;
}
#nav li#rentals a span  {
    display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:170px;
	height:63px;
	background:url(images/nav-rentals.jpg) left top no-repeat;
}
#nav li#rentals a:hover span {
	background-position:0 -63px;
	cursor:pointer;
}
#nav > ul a {width:auto;}
/* ----------building divs-------------- */
#container  {
	width:900px;
	margin:0 auto;
}
#header  {
}
#navigation  {
	position:relative;
	margin:0 auto 0 auto;
	height:10em;
	width:90em;
	background:url(images/navigation.jpg) center top no-repeat;
}
#content  {
	position:relative;
	margin:0 auto;
	width:900px;
	background:url(images/bkgd-content.jpg) top center repeat-y;
}
#leftCol  {
	float:left;
	width:42em;
	padding:0 2.2em 0 10.8em;
}
#rightCol  {
	float:left;
	width:23.9em;
	padding:0;
}
#footer  {
	clear:both;
	padding:0;
	margin:0 0 0 0;
	height:8.3em;
	background:url(images/bkgd-footer.png) center top no-repeat;
	z-index:1000;
	color:#88afff;
}
#footerContent  {
	width:80em;
	margin:0 auto 0 auto;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#88afff;
	line-height:16px;
}
#footer a:link, #footer a:visited  {
	color: #88afff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #ffffff;
}
#copyright  {
	float:left;
	margin:50px 0 0 80px;
}
#map  {
	float:right;
	margin:50px 80px 0 0;
}
.small { font:normal 10px/16px Verdana, Arial, Helvetica, sans-serif; }
.png, #footer, #headline1 span, #headline2 span, #headline3 span, #headline4 span  { behavior: url(iepngfix.htc) }
/* General form styles
----------------------------------------*/
fieldset {
    border: none;
    padding: 0;
	margin:0 40px;
    }

fieldset ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 !important;
    }
    
fieldset ul li {
    padding-bottom: 0px;
    }
    
fieldset input, 
fieldset select,
fieldset textarea {
	font: normal 14px "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	border: 0;
	border-bottom: 1px solid #B77725;
	padding: 2px 0 2px 2px;
	margin: 2px 0 0 0;
	color: #000000;
	background-color: transparent;
}
fieldset input {
	height:18px;
}
fieldset input:hover, 
fieldset select:hover,
fieldset textarea:hover {
	border-bottom: 1px solid #000000;
}
	
fieldset textarea {
    overflow: auto;
	font: 11px/13px "Myriad Pro", "Lucida sans", Verdana, sans-serif;
}

fieldset select {
	padding: 1px;
	padding: 2px 1px 2px 0;
}

fieldset select option {
    padding: 0 10px 0 2px;
}

fieldset label {
	font: 11px "Trebuchet MS", Arial, sans-serif;
    display: block;
    margin:5px 0;
}

fieldset label.note {
	font: 11px "Trebuchet MS", Arial, sans-serif; 
    font-weight: normal;
    color:#3F2315;
    margin: 0 10px 0 0;
    font-style: italic;
}

.required {
    color: #ff6600 !important;
}

fieldset label.checkbox_note {
    font-weight: normal;
	line-height:14px;
    display: inline;
    float: none;
}

fieldset label.full, fieldset input.full,
fieldset select.full, fieldset textarea.full { width: 98%; }

fieldset label.full {
    float: left;
}

fieldset p {
    margin-bottom: 5px !important;
}
button, button:hover, .buttons a:hover{
    background:url(images/submit.png) center top no-repeat;
	height:30px;
	width:75px;
	cursor:pointer;
	border:none;
    color:#transparent;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 23em;
	background-color:#ffffff;
	border:.2em solid #cccccc; 
}
div.transON {
	width: 23em; 
	background-color:#ffffff;
	border:.2em solid #cccccc;
	opacity:0.30;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
}
#weblinx {
	clear:both;
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: .5em;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}
