@charset "UTF-8";

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img, a img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body  {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	background: #0F6000 url('../images/body_bg_summer.jpg') repeat-x;
	margin-top: 0px;
}

h1 {
	text-indent: -10000px;
	height: 0;
}

h2 {
	text-indent: -10000px;
	margin: 0;
}

	h2 a {
		width: 240px;
		height: 140px;
		display: block;
		margin: 0 auto !important;
		margin: -40px auto 0;
		background: url(../images/blank.gif);
	}

a {
	text-decoration: none;
	color:white;
}

a:hover {
	color: yellow;
	}

#fullwrap {
	width: 100%;
	/*width: 1010px;*/
	height: 845px;
	background: url(../images/background_summer.png) center top no-repeat;
	margin: auto;
}

	#container {
		width: 100%;
		margin: auto;
	}
	
		#contentRow {
			/*
			margin: 0 0 0 180px !important;
			margin: 0 0 0 90px;
			*/
			margin: auto;
			padding: 0 0 0 156px !important;
			padding: 0 0 0 161px;
			width: 787px;
			height: 400px;
			/*float: left;*/
			z-index: 5;
		}
		

	
/*CSS FOR NAV*/
#nav {
	margin: 35px 0 0;
}

#new-nav, #new-nav ul {
	list-style: none;
	line-height: 1;
}

#new-nav {
	width: 740px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	height: 50px;
}

#new-nav span,
#new-nav a {
	display: block;
	width: 185px;
	height: 50px;
	line-height: 50px;
	text-indent: -10000px;
}

#new-nav li {
	float: left;
	width: 185px;
}

	#nav-info {
		background: url(../images/new-nav/nav-info2.png) no-repeat;
	}
	
	#nav-attractions {
		background: url(../images/new-nav/nav-attractions.png) no-repeat;
	}
	
	#nav-parties {
		background: url(../images/new-nav/nav-parties.png) no-repeat;
	}
	
	#nav-specials {
		background: url(../images/new-nav/nav-specials.png) no-repeat;
	}

#new-nav li ul {
	position: absolute !important;
	width: 185px;
	left: -999em;
	padding: 1px 0 0 0;
	top: 43px;
	z-index: 20;
}

	#nav-sub-info {
		background: url(../images/new-nav/nav-sub-info3.png) no-repeat;
		height: 175px;
	}
	
	#nav-sub-attractions {
		background: url(../images/new-nav/nav-sub-attractions4.png) no-repeat;
		height: 200px;
	}
	
	#nav-sub-parties {
		background: url(../images/new-nav/nav-sub-parties2.png) no-repeat;
		height: 100px;
	}
	
	#nav-sub-specials {
		background: url(../images/new-nav/nav-sub-specials2.png) no-repeat;
		height: 95px;
	}

#new-nav li li {
	height: 25px;
	margin: 1px 0;
}

	#new-nav li li a {
		line-height: 25px;
		display: block;
		height: 25px;
		position: relative;
	}

#new-nav li:hover ul, #new-nav li.sfhover ul {
	left: auto;
}

/*CSS FOR SIDE NAV*/

#right-tree {
	width: 147px;
	height: 388px;
	/*top: 365px;*/
	float: left;
	/*margin: 0 0 0 1010px;*/
	/*left: 980px;*/
	/*margin: 0 0 0 20px;*/
	/*position: absolute;*/
	}
	
	#right-tree ul {
		list-style-type: none;
		margin: 0 0 0 30px !important;
		margin: 0 0 0 27px;
	}
	
		#right-tree li {
			float: left;
			clear: left;
			width: 120px;
		}
		
			#right-tree a {
				clear: left;
				width: 120px;
				text-indent: -10000px;
				display: block;
				background: url(../images/blank.gif);
			}
				
				#weather {
					margin: 80px 0 9px;
					height: 115px;
					text-align: center;
					color: #333;
				}
					
					#weather img {
						height: 80px;
						width: 120px !important;
						width: 115px;
						line-height: 0;
						margin: 0;
						padding: 0 0 0 3px !important;
						padding: 0 0 0 5px;
					}
					
					#weather h4 {
						font-size: 12px;
						padding: 0 0 0 5px !important;
						padding: 0 0 0 12px;
						margin: -3px 0 7px;
						color: #C32C2C;
						line-height: 12px;
						height: 12px;
					}
					
					#weather h5 {
						padding: 0 0 0 5px !important;
						padding: 0 0 0 12px;
						font-size: 10px;
						line-height: 10px;
						height: 10px;
						color: #333;
					}
				
				#side-nav-birthdays {
					height: 20px;
					/*margin: 205px 0 6px;*/
					margin: 0 0 6px;
				}
				
				#side-nav-go-karts {
					height: 20px;
					margin: 0 0 4px 0;
				}
				
				#side-nav-mini-golf {
					height: 22px;
					margin: 0 0 2px 0;
				}
				
				#side-nav-arcade {
					height: 22px;
					margin: 0 0 5px 0;
				}
				
				#side-nav-animaland {
					height: 22px;
					margin: 0 0 6px 0;
				}
				
				#side-nav-groups {
					height: 27px;
					margin: 0 0 5px 0;
				}
				
				#side-nav-cafe {
					height: 20px;
				}
				
/*CONTENT CSS*/

#main-content {
	width: 640px;
	height: 400px;
	float: left;
}

p {
	color: #0C5400;
	font-family: "Trebuchet MS",Tahoma,Verdana,sans-serif;
	line-height: 14px;
}



#footer {
	width: 220px;
	margin: 45px auto 0;
	height: 40px;
}

	.social-link {
		width: 104px;
		height: 40px;
		text-indent: -10000px;
		float: left;
		display: block;
		cursor: pointer;
	}

		#facebook-button {
			background: url(../images/social-media/facebook-button.png) no-repeat;
		}
		
		#twitter-button {
			background: url(../images/social-media/twitter-button.png) no-repeat;
			margin: 0 10px 0 0;
		}
		
	.jingle {
		width: 145px;
		float: left;
		margin: 10px 10px 0 0;
	}
	
#powered {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	margin: 10px 0 15px;
}

.email,
.click-here,
#map-button a,
.email-button {
	width: 95px;
	height: 25px;
	line-height: 25px !important;
	display: block;
	font-size: 12px;
	background: url(../images/click-here.png) no-repeat;
	text-align: center;
}
			
#popup {
	width: 100%;
	background: #67A3D7;
	padding: 10px 0;
}

	#popup h4 {
		padding: 0 10px;
	}

	#popup li {
		padding: 0 10px;
		width: 90%;
		float: left;
		margin: 3px 0;
		list-style-type: none;
	}

		#popup label {
			color: #FFF;
			width: 100px;
			display: block;
			float: left;
		}
		
		.required {
			float: left;
		}
		
		#popup small {
			color: #FFF;
			cursor: pointer;
			font-size: 14px;
			font-weight: bold;
		}
		
			#popup small:hover {
				color: yellow;
			}
			

			
#rollover a {
display:block;
background: url(../images/pumpkin_roll.png) no-repeat;
width: 152px;
height: 131px;
float: left;
clear: left;


}

#rollover a:hover { 
display:block;
background: url(../images/pumpkin_roll.png) no-repeat;
width: 152px;
height: 131px;
float: left;
clear: left;

}

#rolloversub a {
display:block;
background: url(../images/pumpkin_roll.png) no-repeat;
width: 152px;
height: 131px;
float: left;
clear: left;
margin-top: 100px;

}

#rolloversub a:hover { 
display:block;
background: url(../images/pumpkin_roll.png) no-repeat;
width: 152px;
height: 131px;
float: left;
clear: left;
margin-top: 100px;

}

#rolloverfaq a {
display:block;
background: url(../images/pumpkin_roll.png) no-repeat;
width: 152px;
height: 131px;
float: left;
clear: left;
margin-top: 60px;

}

#rolloverfaq a:hover { 
display:block;
background: url(../images/pumpkin_roll.png) no-repeat;
width: 152px;
height: 131px;
float: left;
clear: left;
margin-top: 60px;

}

