@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: #518F45;
	margin-top: 0px;
}

h1 {
	text-indent: -10000px;
	height: 0;
}

h2 {
	text-indent: -10000px;
	margin: 0;
}

	h2 a {
		width: 240px;
		height: 10px;
		display: block;
		margin: 0 auto !important;
		margin: -40px auto 0;
		background: url(../images/blank.gif);
	}

h3 {
	color: yellow;
	font-size: 24px;
	text-align: center;
}

h4 {
	font-size: 16px;
	margin: 5px 0;
	color: yellow;
}

a {
	text-decoration: none;
	color: #FFF;
	line-height: 20px;
}

	a:hover {
		color: yellow;
	}

	#container {
		width: 100%;
		margin: auto;
	}
	
	#policy {
		width: 700px;
		margin: auto;
	}
	
/*CSS FOR NAV*/
#nav {
	margin: 15px 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-info2.png) no-repeat;
		height: 175px;
	}
	
	#nav-sub-attractions {
		background: url(../images/new-nav/nav-sub-attractions3.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;
}
				
/*CONTENT CSS*/

p {
	color: #FFF;
	font-family: "Trebuchet MS",Tahoma,Verdana,sans-serif;
	line-height: 16px;
	margin: 5px 0;
	text-align: justify;
}

#powered {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	margin: 25px 0 15px;
}