html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
}

/* HOME START */
	#homeContainer{
		width: 782px;
	}
	#homeHeader{
	}
	#homeHeaderLeft{
		float: left;
		text-align: left;
	}
	#homeHeaderRight{
	float: right;
	padding-right: 3px;
	}
	#homeHeaderFlags{
		text-align: right;
	}
	#homeHeaderForm{
		text-align: right;
	}
	#homeMain{
		width:782px;
	}
	#homeLeft{
		float:left;
		width:599px;
		height:610px;
	}
	#homeLeftColumn{
		float:left;
		width:147px;
		height:610px;
		background: url(images/home/left-bkg.jpg) no-repeat 0px 0px;
	}
	#homeCenterColumn{
		float:right;
		width:452px;
		height:610px;
		background: url(images/home/center-bkg.jpg) no-repeat 0px 0px;
	}
	#homeRightColumn{
		float:right;
		width:183px;
		height:610px;
		background: url(images/home/right-bkg.jpg) no-repeat 0px 0px;
	}
	#homeLeftNav{
		font: bold 11px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		line-height: 11px;
		text-transform: uppercase;
		text-align:right;
		margin: 0px;
		padding: 0px 10px 0px 5px;
	}
	#homeLeftNav ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#homeLeftNav li{
		padding: 0px 0px 9px;
		margin: 0px;
	}
	#homeLeftNav a{
		font: bold 11px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		line-height: 11px;
		text-decoration: none;	
		text-transform: uppercase;
	}
	#homeLeftNav input, #homeLeftNav select {
		font: 10px Arial, Helvetica, sans-serif;
		color: #666666;
		margin:0px;
		padding:0px;
		width: 120px;
	}
	#homeLeftNav a:hover{
		text-decoration: underline;	
	}
	#homeFlash{
	background: #FFFFFF;
	margin: 0px;
	padding: 6px;
	}
	#homeBoxesContainer{
		font: bold 9px Verdana, Arial, Helvetica, sans-serif;
		color: #336699;
		line-height: 11px;
		height: 220px;
		width: 452px;
		background: url(images/home/boxes-bkg.gif) no-repeat 0px 0px;
		text-align: left;
	}
	#homeBoxesContainer ul{
		list-style: none;
		margin: 0px;
	}
	#homeBoxesContainer li{
		padding: 0px 0px 6px;
		margin: 0px;
	}
	#homeBoxesContainer a{
		font: bold 9px Verdana, Arial, Helvetica, sans-serif;
		color: #336699;
		line-height: 11px;
	}
	#homeBoxesLeft{
		float:left;
		width:303px;
	}
	#homeWhatToDo{
		float:left;
		width:149px;
	}
	#homeWhatToDo ul{
		padding: 10px;
	}
	#homeWhereToEat{
		float:right;
		width:154px;
	}
	#homeWhereToEat ul{
		padding: 10px 13px;
	}
	#homeWhereToStay{
		float:right;
		width:149px;
	}
	#homeWhereToStay ul{
		padding: 10px 7px 10px 13px;
	}
	#homeEvents{
	height: 185px;
	background: url(images/home/events-bkg.gif) no-repeat 0px 0px;
	padding: 0px 26px 0px 17px;
	margin-top: 0px;
	}
	#homeCopyright{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		color: #336699;
		text-align:center;
	}
/* HOME END */

#mainTable{
	width:780px;
	height:100%;
	float:none;
}
.tdTop{
	vertical-align:top;
}
.tdBottom{
	height:45px;
	vertical-align:bottom;
}
#header{
	background: url(images/header-bkg.gif) no-repeat 0px 0px;
	height:93px;
	text-align:center;
	float:none;
	width: 780px;
}
#hortHeaderContainer{
	float: left; 
	position: relative; 
	z-index: 1000;
}
#hortHeader{
	position: absolute; 
	top: -6px; 
	left:0px; 
	z-index: 1000;
}
#topNav, #topNav a{
	text-align:center;
	float:none;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration:none;
}
#topNav a:hover{
	text-decoration:underline;
}
#subHeader{
	height:40px;
	text-align:center;
	float:none;
	width: 780px;
}
#subHeaderLogo{
	width:597px;
	height:34px;
	text-align:left;
	float:left;
}
#subHeaderSearch{
	width:183px;
	height:34px;
	text-align:center;
	float:right;
}
#subHeaderSearch form{
	padding:0px;
	margin:0px;
}
#subHeaderSearch input{
	margin-top:5px;
	margin-left:5px;
}
#contentContainer{
	width:597px;
	text-align:center;
	float:left;
	overflow:hidden;
}
#contentMargin, #contentMarginShowOver{
	position: relative;
	text-align:left;
	float:none;
	margin: 30px 50px 0px;
	overflow:hidden;
}
#contentMarginShowOver {
	overflow: visible;
}
h1{
	font:17px Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 3px;
	color: #333333;
}
.txt10px {
	font-size: 10px;
}

.subNav{
	font:11px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 11px;
}
.subNav a{
	text-decoration:underline;
}
.subNav a:hover{
	text-decoration:underline;
	color:#000000;
}
#content{
	float:none;
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#content input{
	border: 1px solid #336699;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
#content .button{
	border: 1px solid #336699;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #336699;
	margin: 0px;
	padding: 0px;
}
#content img{
	margin: 3px;
}
#content a, .subNav a {
	font-weight: bold;
	text-decoration: none;
}
#content a:hover, .subNav a:hover {
	text-decoration: underline;
}

#content a:hover{ 
	/*color:#000000; */
}
#rightNav{
	width:183px;
	text-align:center;
	float:right;
}
#rightNav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#rightNav li{
	padding: 2px 5px;
	margin: 0px;
}
#rightNav a{
	color:#FFFFFF;
	text-decoration:none;
}
#rightNav a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
form{
	margin: 0px;
	padding: 0px;
}
.searchBox{
	border: 1px solid #336699;
	height: 18px;
	width: 113px;
	margin: 0px;
	padding: 0px;
}
#copyright{
	font:11px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: right;
	margin: 5px 15px 5px 0px;
}

/* CORE PAGE START */
	a.click {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
	}
	a.click:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: underline;
	}
	.maintext {
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		color: #000000;
		line-height: 15px;
		padding-right: 10px;
	}
	a.mapclick {
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	a.mapclick:hover {
		text-decoration: underline;
	}
	a.linkclick {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}
	a.linkclick {
		text-decoration: none;
	}
	a.linkclick:hover {
		text-decoration: underline;
	}
	.copyrightCore {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		color: #336699;
		padding-top: 7px;
	}
	.txt11px {
		font-size: 11px;
	}
/* CORE PAGE END */


.none {
	border-style: none;
	background-color : #FFFFFF;
}


#opLoggedInContainer{
	text-align: right;
}
#opLoggedIn {
	background: url(images/packages/logged-in-bkg.gif) no-repeat 0px 0px;
	height: 19px;
	width: 307px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	overflow: hidden;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
.opName{
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #2580CE;
}
#opClickChange {
	width: 307px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #2580CE;
	overflow: hidden;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	text-decoration:none;
}
#opClickChange a{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #2580CE;
	text-decoration:none;
}
#opClickChange a:hover {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #2580CE;
	text-decoration:underline;
}

/** Queenston BBQ page **/

body {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 11px;
	}
#BBQcontainer {
	width: 467px;
	position: relative;
	}
#BBQheader, #BBQbody, #BBQbody2, #BBQbody3, #BBQfooter {
	width: 467px;
	position: relative;
	}
#BBQheader {
	height: 167px;
	background: url("images2/end-of-summer-bbq.gif") no-repeat;
	}
#BBQheader h1 {
	display: none;
	}
#BBQheader p {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 139px;
	text-align: center;
	line-height: 11px;
	font-weight: bold;
	color: #9b3409;
	}
#BBQbody {
	height: 366px;
	background: url("images2/checklist-bg.jpg") no-repeat;
	}
#BBQbody h2 {
	display: none;
	}
#BBQbody ul {
	position: absolute;
	top: 52px;
	left: 55px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#BBQbody li {
	color: #7e5103;
	padding: 0;
	margin: 0;
	}
#BBQbody p {
	color: #7e5103;
	margin: 0;
	padding: 0;
	}
#BBQbody p em {
	color: #9b3409;
	font-style: normal;
	font-weight: bold;
	}
#BBQbody p.subHead1 {
	position: absolute;
	top: 30px;
	left: 34px;
	}
#BBQbody p.subHead2 {
	position: absolute;
	top: 325px;
	left: 34px;
	}
#BBQbody2 {
	height: 74px;
	background: url("images2/join-the-fun.gif") no-repeat;
	}
#BBQbody2 p {
	display: none;
	}
#BBQbody3 {
	height: 110px;
	background: url("images2/tickets.jpg") no-repeat;
	}
#BBQbody3 p {
	position: absolute;
	margin: 0px;
	paddding: 0px;
	}
#BBQbody3 ul {
	position: absolute;
	top: 20px;
	left: 176px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #666666;
	}
#BBQbody3 p.subHead1 {
	top: 20px;
	left: 106px;
	color: #666666;
	}
#BBQbody3 p.subHead2 {
	top: 71px;
	width: 100%;
	text-align: center;
	color: #ab6509;
	}
#BBQbody3 p.subHead2 strong {
	color: #7e5103;
	}
#BBQfooter {
	height: 63px;
	background: url("images2/logos.jpg") no-repeat;
	}
/** Queenston BBQ END **/

.noBottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.noLeft {
	margin-left: 0px;
	padding-left: 0px;
}

ul.noLeft {
	list-style-position:inside;
}

/* Splash pages */
#splashBody {
	background-repeat:no-repeat;
	width: 780px;
	height: 343px;
	position: relative;
}
#splashContent {
	position: relative;
	float: right;
	width: 270px;
	height: 305px;
	top: 5px;
	right: 15px;
}
#navBox {
	float: left;
	width: 270px;
}
#navBox ul {
	width: 125px;
	float: left;
	padding-left: 10px;
	margin: 0;
	list-style-type: none;
}
#navBox ul li {
	padding: 4px;
	margin: 0px;
	text-align: left;
}

/* Discount Pass Landing Page */

#advPass-top, #advPass-bottom {
	background-repeat: no-repeat;
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}
#advPass-top a, #advPass-bottom a {
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
}
#advPass-top a:hover, #advPass-bottom a:hover {
	text-decoration: underline;
}
#advPass-top{
	background-image: url(images/adventure-pass/advPass-top-bg.jpg);
	height: 394px;
}
#advPass-top ul, #advPass-top p, #advPass-top h3, #advPass-bottom h3 {
	position: absolute;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	height: 43px;
}
#advPass-top h1, #advPass-top h2 {
	display: none;
}
#advPass-top h3 {
	top: 224px;
	left: 27px;
}
#advPass-top h3 a {
	display: block;
	background-image: url(images/adventure-pass/buy-pass.gif);
	width: 121px;
	height: 115px;
}
#advPass-top h3 a span {
	display: none;
}
#advPass-top ul{
	top: 239px;
	left: 170px;
	width: 210px;
	list-style-type: none;
}
#advPass-top ul li {
	padding: 2px 0;
	color: #0066cc;
}
#advPass-top p.price{
	top: 337px;
	left: 14px;
	width: 200px;
}
#advPass-top p.txt{
	top: 335px;
	left: 161px;
	width: 275px;
}
#advPass-bottom {
	background-image: url(images/adventure-pass/advPass-bottom-bg.jpg);
	height: 233px;
	padding: 58px 0 0 45px;
}
#advPass-bottom h3 {
	background-image: url(images/adventure-pass/create-package.gif);
	width: 517px;
	height: 117px;
	top: 11px;
	left: 16px;
}
#advPass-bottom h3 span {
	display: none;
}
#advPass-bottom .contentBox {
	/* width: 490px; */
}
#advPass-bottom table {
	width: 490px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}
#advPass-bottom p {
	margin: 0;
}
#advPass-bottom p.center {
	text-align: center;
}
#advPass-bottom ul {
	margin: 5px 0 10px 20px;
	padding: 0px;
}
#advPass-bottom ul li {
	margin: 0;
	padding: 0;
}
#advPass-bottom img.alignRight {
	float: right;
}
#advPass-bottom ul strong {
	display: block;
	padding: 0 0 5px 0;
}
#advPass-bottom #plusTaxes{
	margin-top:-5px;
	margin-right:155px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#006699;
}


/* Winter Magic Pass Landing Page */

#wmp-top, #wmp-bottom {
	background-repeat: no-repeat;
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}
#wmp-top a, #wmp-bottom a {
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}
#wmp-top a:hover, #wmp-bottom a:hover {
	text-decoration: underline;
}
#wmp-top{
	background-image: url(../images/winterpass/wmp-top-bg.jpg);
	height: 394px;
}
#wmp-top ul, #wmp-top p, #wmp-top h3, #wmp-bottom h3 {
	position: absolute;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	height: 43px;
}
#wmp-top h1, #wmp-top h2 {
	display: none;
}
#wmp-top h3 {
	top: 224px;
	left: 27px;
}
#wmp-top h3 a {
	display: block;
	background-image: url(../images/winterpass/buy-pass.gif);
	width: 129px;
	height: 106px;
}
#wmp-top h3 a span {
	display: none;
}
#wmp-top ul{
	top: 228px;
	left: 170px;
	width: 210px;
	list-style-type: none;
}
#wmp-top ul li {
	padding: 2px 0;
	color: #663399;
}
#wmp-top p.price{
	top: 290px;
	left: 161px;
	width: 200px;
}
#wmp-top p.txt{
	top: 342px;
	left: 112px;
	width: 275px;
}
#wmp-bottom {
	background-image: url(../images2/wmp-bottom-bg1.jpg);
	height: 194px;
	padding: 58px 0 0 33px;
}
#wmp-bottom h3 {
	background-image: url(../images/winterpass/create-package.gif);
	width: 490px;
	height: 27px;
	top: 11px;
	left: 16px;
}
#wmp-bottom h3 span {
	display: none;
}
#wmp-bottom .contentBox {
	width: 490px;
}
#wmp-bottom p {
	margin: 0;
}
#wmp-bottom p.center {
	text-align: center;
}
#wmp-bottom ul {
	margin: 5px 0 10px 20px;
	padding: 0px;
}
#wmp-bottom ul li {
	margin: 0;
	padding: 0;
}
#wmp-bottom img.alignRight {
	float: right;
}
#wmp-bottom ul strong {
	display: block;
	padding: 0 0 5px 0;
}

/* Selector for: http://www.niagaraparks.com/group-tours/licensing.php */
img.dailyPermit {
	position:absolute;
	top: 0px;
	left: 250px;
}
img.alignLeft {
	float: left;
	padding: 0 5px 5px 0;
	}
img.alignRight {
	float: right;
	padding: 0 0 5px 5px;
	}
.clearImg {
	clear: both;
	}
#content-margin {
	width: 497px;
	margin: 30px 50px 0 50px;
}
#content {
	float:none;
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#nye07 {
	position: relative;
	width: 519px;
	height: 547px;
	margin-top: -20px;
	background: #000 url(images/aboutus/nye-07-bg.jpg) no-repeat;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
}
#nye07 h1 {
	display: none;
}
#nye07 p {position: absolute; color: #fff; margin: 0; padding: 0;}
#nye07 p.nye-styx {
	bottom: 50px;
	left: 35px;
	text-align: center;
	font-weight: normal;
}
#nye07 p.nye-styx span {font-size: 20px; font-weight: bold;}
#nye07 p.nye-loverboy {top: 370px; right:8px;}
#nye07 p.nye-honeymoon {bottom: 43px; right: 8px;}
#nye07 p.nye-concerts {bottom: 10px; left: 130px; font-size: 14px;}
#nye07-body {
	position: relative;
	width: 519px;
	margin: 20px 0 10px 0;
}
#nye07-body p {
	position: relative;
	width: 358px;
	margin: 0;
	padding: 5px 0;
	text-align:right;
	font-weight: bold;
	/*background-color: #297;*/
}
#nye07-body p.nye07-edgewaters {
	width: 122px;
	height: 84px;
	margin: -8px 15px 0 0;
	float: right;
	background: url(images/aboutus/nye-07-edgewaters.gif) no-repeat;
}
#nye07-body p.nye07-edgewaters span {display: none;}
#nye07-foot {
	clear: both;
	width:519px;
	height: 39px;
	background: url(images/aboutus/nye-07-footer.gif) no-repeat;
}
