@font-face {
font-family: "Arial Rounded MT Bold";
 src: local("Arial Rounded MT Bold"), url('ARLRDBD.TTF');
}

* {
	margin:0;
	padding:0;
}

img {
	-ms-interpolation-mode:bicubic;
}

body {
	font-family:"Arial Rounded MT Bold", Arial, Helvetica, Tahoma, sans-serif;
	font-size:13px;
	color:#222222;
	background-image:url(../img/bg.jpg);
	background-position:center top;
	background-repeat:repeat;
}

p {
	line-height:20px;
}

a {
	color: #FF7F00;
	text-decoration: underline;
}

a:hover {
	color:orange;
}

.clear {
	clear: both;
}

.largeblue {
	font-size: 20px;
	color: #007FFF;
	line-height: 25px;
}

.newsletterfield {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, Tahoma, sans-serif;
	color: black;
	background-color: #FFF3D4;
	border: solid 2px black;
	padding: 5px;
	width: 95%;
}

#top {
	background-image:url(../img/head-bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	height:185px;
	margin:0px;
}

#head {
	width: 990px;
	margin: 0 auto;
}

#headleft {
	width:auto;
	float:left;
	margin-top: 10px;
}

#headleft h1 {
	display: none;
}

#headright h2 {
	display: none;
}

#headright {
	width:264px;
	float:right;
	margin-top: 22px;
	margin-right: 15px;
}

#main {
	margin:20px auto 0px;
	width:800px;
	padding-left:80px;
	padding-right:80px;
	padding-top:80px;
	background-image:url(../img/bg_scroll.png);
	padding-bottom: 30px;
	background-repeat: repeat-y;
	background-position: left top;
}

#left {
	width:460px;
	float:left;
}

#middle {
	width:100%
}

#left h2, #middle h2 {
	display: none;
}

#nav {
	width: 960px;
	margin: 0 auto;
}

#mainlogo {
	float: left;
	height: 182px;
	width: 180px;
	margin-left: 80px;
	z-index: 1337;
	position: relative;
}

#navicons {
	float: right;
	margin-top: 3px;
}

.navsection {
	width:140px;
	float: left;
	text-align: center;
}

.navsectionalt {
	width:140px;
	float: left;
	text-align: center;
	margin-top:6px;
}

#right {
	width:300px;
	float:right;
	margin-top: 1px;
}

#modorangetop {
	background-image:url(../img/mod-orange-top.gif);
	background-repeat:no-repeat;
	height:30px;
}

#modorange {
	background-image:url(../img/mod-orange-mid.gif);
	width:240px;
	padding-left:30px;
	padding-right:30px;
}

#modorangebtm {
	background-image:url(../img/mod-orange-btm.gif);
	background-repeat:no-repeat;
	height:30px;
}

#modbrowntop {
	background-image:url(../img/mod-brown-top.gif);
	background-repeat:no-repeat;
	height:30px;
}

#modbrown {
	background-image:url(../img/mod-brown-mid.gif);
	width:240px;
	padding-left:30px;
	padding-right:30px;
}

#modbrownbtm {
	background-image:url(../img/mod-brown-btm.gif);
	background-repeat:no-repeat;
	height:30px;
}

#btm {
	background-image:url(../img/bg_wave.png);
	background-position:center top;
	background-repeat:repeat-x;
	height:172px;
	border-bottom: 1px solid white;
}

#btmcontent {
	width: 800px;
	color: white;
	margin: 0 auto;
	position:relative;
	top:90px;
}

#btmphonenumber {
	position: relative;
	top: -8px;
	left: 130px;
}

#footertop {
	background-color: #62B4D5;
	background-image: url(../img/bg-footer-info.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #396B7F;
	border-top:1px solid black;
	border-bottom:1px solid white;
	height: 220px;
}

#footertopcontent {
	width:800px;
	margin:0 auto;
	position:relative;
	top:30px;
	font-size: 14px;
}

.footertopcontentsection {
	width:266px;
	float:left;
	text-align: center;
}

.footertopcontentsection p {
	line-height: 17px;
}

.footertopcontentsectionwhite {
	color:white;
	font-size: 13px;
}

#footerbottom {
	color: yellow;
	background-color: #FF7F00;
	border-top:1px solid black;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footerbottomcontent {
	width:800px;
	margin:0 auto;
	clear:both;
}

#footerbottomcontentleft {
	float:left;
}

#footerbottomcontentright {
	float:right;
}

#footerbottomcontent a {
	color:white;
	text-decoration:none;
}

#footerbottomcontent a:hover {
	color:white;
	text-decoration:underline;
}

.button {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, Tahoma, sans-serif;
	background-color: #FFE9AE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF3D4;
	border-right-color: #FFDC80;
	border-bottom-color: #FFDC80;
	border-left-color: #FFF9E8;
	padding: 3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	cursor: pointer;
}

.button:hover {
	background-color: #FFF0CA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF7E1;
	border-right-color: #FFE9AE;
	border-bottom-color: #FFE9AE;
	border-left-color: #FFF7E1;
}

.orange {
	color: #FF7F00;
}

#middle h3 {
	font-size: 28px;
	font-weight: normal;
	color: #007FFF;
}

.yellow {
	color:yellow;
}

.frontpagewhatson {
}

.frontpagewhatson li {
	padding-left: 40px;
	list-style-type: none;
	font-size: 13px;
	color: #999999;
	margin-bottom:25px;
	background-image: url(../img/bullet-anchor.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.frontpagewhatson h4 a {
	font-size: 18px;
	color: #007FFF;
	text-decoration: none;
}

.frontpagewhatson h4 a:hover {
	color:blue;
}

.partypackagesleft {
	background-image: url(../img/bg-party-packages-section.png);
	width: 295px;
	height: 445px;
	float:left;
	margin-bottom: 50px;
	padding: 40px;
}

.partypackagesright {
	background-image: url(../img/bg-party-packages-section.png);
	width: 295px;
	height: 445px;
	float:right;
	margin-bottom: 50px;
	padding: 40px;
}

.partypackagesleftlong {
	background-image: url(../img/bg-party-packages-section-long.png);
	width: 295px;
	height: 1770px;
	float:left;
	margin-bottom: 50px;
	padding: 40px;
}

.partypackagesrightlong {
	background-image: url(../img/bg-party-packages-section-long.png);
	width: 295px;
	height: 1770px;
	float:right;
	margin-bottom: 50px;
	padding: 40px;
}

.partypackagesleftblue {
	color: #007FFF;
	font-size: 14px;
}

.partypackagesleft h4, .partypackagesright h4 {
	display:none;
}

.partypackagesleft li, .partypackagesright li {
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../img/bullet-anchor-small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.smallbulletblue {
	margin-bottom: 12px;
	list-style-type: none;
	background-image: url(../img/bullet-anchor-small2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 18px;
}

#middle h4 {
	font-size: 14px;
	color: #666666;
}

.whatsonimg {
	border: 1px solid #8D7C69;
	margin-right: 10px;
	margin-bottom: 10px;
}

.whatsonhr {
	color: #007FFF;
	background-color: #007FFF;
	margin-top: 25px;
	margin-bottom: 25px;
	clear:both;
}

