@charset "utf-8";
/* CSS Document */

*, html, body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;	
}

body {
	background: url(../images/bodybg.jpg) repeat-x;
}

h1 {
	color: #37A6DD;
	font-size: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.8em;
}

strong { 
	color: #56C2EE;
}

#background2 {
	width: 100%;
	height: 600px;
	background: url(../images/bodybg2.jpg) 0px -16px no-repeat;
}

#container {
	width: 988px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#splashRightShadows {	
	position: absolute;
	top: 32px;
	right: -25px;
}

		#contentContainer {
			background: url(../images/contentBG.jpg) repeat-y;
			width: 100%;
			float: left;
		}
		
		#contentArea {
			background: #ffffff;
			position: relative;
			min-height: 245px;
			margin: 33px 0 40px 0px;
			padding: 20px;
		}
		
		#content {
			position: relative;
			width: 766px;
			min-height: 285px;
			float: left;
			margin-left: 13px;
			margin-top: -31px
		}
		
		#content2 {
			min-height: 503px;
			background: url(../images/contentBG.jpg);
			clear: both;
			position: relative;
			z-index:2;
		}
		
				#splashTopCorners {
					position: absolute;
					top: 17px;
					left: 0px;
				}
				
				#splashBottomCorners {
					position: absolute;
					bottom: 0px;
					left: 0px;
				}

#header {
	width: 988px;
	height: 164px;
	float: left;
	background: url(../images/splashImage.jpg) no-repeat;
	position: relative;
	z-index:1;
}

		#leftBG {
			position: absolute;
			top: 0px;
			left: -105px;
		}

#nav {
	width: 184px;
	height: 341px;	
	float: left;
}

#nav a {
	color:#015992;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px !important;
}

#nav a:hover {
	text-decoration: underline;
}
		
		#nav ul {
			margin: -14px 0 0 25px
		}
		
		#nav li {
			list-style: none;
			height: 26px;
			width: 140px;
			padding: 8px 0 0 10px;
			background: url(../images/liBG.jpg)
		}
		
		#nav li#first-child {
			background: url(../images/first-child.jpg) no-repeat
		}

#ourParks {
	margin: 15px 0 0 25px
}

.holidayLink {
	float: right;
	clear: right;
	margin-right: 28px;
	margin-bottom: 22px;
}

.firstLink {
	margin-top: -15px
}

.lastLink {
	margin-bottom: 0;
}

#leftEnter, #rightEnter {
	height: 341px;
	float: left;	
	position:relative;
}

#holEnter, #ownEnter {
	cursor:pointer;
	position: absolute;
	top: 200px;
	left: 130px;
}
	

/* ------- Footer styles ------- */



#footer {
	background:url("../images/footer_bg.jpg") no-repeat scroll 0 0 #AED1EE;
	clear:both;
	padding:30px 0 0 45px;
	position:relative;
	width:944px;
	}
	#footer a {
color:#FFFFFF;
font-size: 12px !important;
}

	#footer ul {
		float:left;
		margin:0 76px 16px 0;
		width:115px;
	}
	
	#footer #lastUl {
		margin: 0;
	}
	
	#footer li {
		font-size:11px;
		line-height:14px;
		list-style:none outside none;
		margin-bottom:5px;
	}
	
	#footer li strong, #footer li strong a {
color:#023E87;
}
	
	#footer li.title {
		color:#45C0EF;
		font-family:Arial,sans-serif;
		font-size:12px;
		font-style:normal;
		font-weight:bold;
		margin-bottom:20px;
		text-transform:uppercase;
	}
	

	
	#footer li a {
color:#333333;
text-decoration:none;
}
	
	#copyright p {
	color:white;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px;
}

#footer p {
clear:both;
line-height: 1.5em
}
	
	#copyright {
		background:url("../images/copyright_bg.gif") repeat-y scroll 0 0 transparent;
		clear:both;
		height:180px;
		margin:0 0 0 -45px;
		padding:10px 0 20px;
		text-align:center;
		}
	
	* html #copyright {
		height: 17%;
	}
	
	#footerLogos img {
		float: left;
		margin: 0 0 13px 0;
	}
	
	#footerLogos {
		padding: 0 0 0 95px;
		margin: 10px 0;
	}


