* {
	outline:none;
}

a {
	color:#2b1313;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	background:#fff;
	font-size:12px;
	color:#ffffff;
}

#container {
	background:#fff;
	width:100%;
	height:100%;
	margin-top:30px;
}

#mainContent {
	position:relative;
	left:-90px;
	margin:0 auto;
	width:696px;
}

#rightNav {
	position:absolute;
	right:0;
	top:140px;
	width:0px;
	margin-left:200px;
}

#rightNav2 {
	position:absolute;
	right:0;
	top:140px;
	width:197px;
	margin-left:0px;
}


#header {
	float:left;
	width:637px;
	height:114px;
	background:url('../images/header.png') no-repeat;
	margin-left:59px;
}

#contents {
	z-index:99px;
	float:left;
	width:637px;
	background:url('../images/contentBG.png') repeat-y;
	margin-left:59px;
	/*padding-top:50px;*/
	min-height:500px;
	position:relative;
}

#contents #textWrapper {

/*		text-align: center;*/
		margin-top: -106px;
/*		margin-left: -125px;*/
		position: absolute;
		top: 50%;
/*		left: 50%;*/
		width: 500px;
/*		min-height: 500px;*/
		visibility: visible

}

#contents #textWrapperHP {

/*		text-align: center;*/
		margin-top: -225px;
/*		margin-left: -125px;*/
		position: absolute;
		top: 50%;
/*		left: 50%;*/
		width: 500px;
/*		min-height: 500px;*/
		visibility: visible

}

#contents #textWrapperFood {

/*		text-align: center;*/
		margin-top: -138px;
/*		margin-left: -125px;*/
		position: absolute;
		top: 50%;
/*		left: 50%;*/
		width: 500px;
/*		min-height: 500px;*/
		visibility: visible

}

#contents #textWrapperDrinks {

/*		text-align: center;*/
		margin-top: -78px;
/*		margin-left: -125px;*/
		position: absolute;
		top: 50%;
/*		left: 50%;*/
		width: 500px;
/*		min-height: 500px;*/
		visibility: visible

}

#contents #textWrapperLinks {

/*		text-align: center;*/
		margin-top: -63px;
/*		margin-left: -125px;*/
		position: absolute;
		top: 50%;
/*		left: 50%;*/
		width: 500px;
/*		min-height: 500px;*/
		visibility: visible

}



body#bodyHome #pageTitle, body #pageTitle {
/* 	display:none; */
/* 	z-index: -1; */
	position:absolute;
	width:0px;
	height:272px;
	top:230px;
	left:0px;
	margin-left:73px;
	background:url('../images/pageHeaderHome.png') no-repeat;
}


body#bodyFAQ #pageTitle {
/* 	display:none; */
/* 	z-index: -1; */
	position:absolute;
	width:0px;
	height:272px;
	top:230px;
	left:0px;
	margin-left:73px;
	background:url('../images/pageHeaderBG.png') no-repeat;
}

body#bodyPress #pageTitle {
/* 	display:none; */
/* 	z-index: -1; */
	position:absolute;
	width:0px;
	height:272px;
	top:230px;
	left:0px;
	margin-left:73px;
	background:url('../images/pageHeaderPress.png') no-repeat;
}

body#bodyFood #pageTitle {
/* 	display:none; */
/* 	z-index: -1; */
	position:absolute;
	width:0px;
	height:272px;
	top:230px;
	left:0px;
	margin-left:73px;
	background:url('../images/pageHeaderFood.png') no-repeat;
}

body#bodyDrinks #pageTitle {
/* 	display:none; */
/* 	z-index: -1; */
	position:absolute;
	width:0px;
	height:272px;
	top:230px;
	left:0px;
	margin-left:73px;
	background:url('../images/pageHeaderDrinks.png') no-repeat;
}

body#bodyCalendar #pageTitle {
/* 	display:none; */
/* 	z-index: -1; */
	position:absolute;
	width:0px;
	height:339px;
	top:230px;
	left:0px;
	margin-left:73px;
	background:url('../images/pageHeaderCalendar.png') no-repeat;
}

body#bodyGallery #pageTitle {
/* 	display:none; */
/* 	z-index: -1; */
	position:absolute;
	width:0px;
	height:290px;
	top:230px;
	left:1px;
	margin-left:73px;
	background:url('../images/pageHeaderGallery.png') no-repeat;
}

body#bodyLinks #pageTitle {
/* 	display:none; */
/* 	z-index: -1; */
	position:absolute;
	width:0px;
	height:272px;
	top:230px;
	left:0px;
	margin-left:73px;
	background:url('../images/pageHeaderLinks.png') no-repeat;
}




#posFAQ {
	position:relative;
	top:81px;
	left:15px;
}

#contents p {
	width:475px;
	padding-left:100px;
}

#textWrapper p {
	width:455px;
	padding-left:100px;
}

#bodyHome #contents p {
	padding-left:0;
	text-align:center;
	margin-left:90px;
}

#homeContact {
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
}

#homeContact a {
	color:#FFF;
}

#homeContact a:hover {
	color:#2b1313;
}



#contents #textWrapperHP .homePageTitle {
	font-size:15px; font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	margin-left:130px;
	color:#FFFFFF;
}

#contents ul.foodMenus {
	width:455px;
	list-style:none;
	margin:0;
	margin-top:10px;
	position:relative;
	top:10px;
}

#contents ul.foodMenus li {
	height:30px;
	margin:5px 10px 10px 100px;
/*	padding-left:35px;*/
	
	font-weight:bold;
	
}

#contents ul.foodMenus li a .pdfIcon {
	background:url('../images/pdfIcon.png') top left no-repeat;
	height:30px;
	padding-bottom:30px;
	padding-left:35px;
	padding-top:7px;
}

#contents ul.foodMenus li a:hover {
	text-decoration:none;
	color:#fff;
}

#contents h3.question {
	font-size:12px;
	font-weight:bold;
	color:#012a42;
	width:455px;
	padding-left:100px;
	margin-bottom:5px;
}

#bottomQuote {
	float:left;
	width:637px;
	height:85px;
	background:url('../images/quote.png') no-repeat;
	margin-left:59px;
}

#footer {
	position:relative;
	float:left;
	width:637px;
	height:37px;
	margin-bottom:5px;
	background:url('../images/footerNew.png') top left no-repeat;
	margin-left:59px;
}

#footer p {
	margin-left:78px;
	text-transform:uppercase;
	font-size:10px;
	color:#616161;
}


a#footerHover {
/*	position:absolute;
	width:200px;
	height:18px;
	top:0px;
	left:370px;*/
/* 	background:#000; */
/* 	background:url('../images/footerNew.png') bottom left no-repeat; */
}


a:hover#footerHover {
/* 	background:#ff0000; */
	background:url('../images/footerNew.png') -370px -35px no-repeat;
}

/* This ends the left side of the site */


#navigation {
	position:relative;
	float:left;
	width:197px;
	height:271px;
	background:url('../images/navBG.png') top right no-repeat;
}

#navigation ul {
	list-style:none;
	position:relative;
	width:130px;
	top:35px;
	right:-40px;
/* 	background:#000; */
} 

#navigation li {
	width:130px;
/* 	background:#ddd; */
	padding:0;
	margin:0;
}
 
#navigation a {
	display: block;
	clear:left;
	text-decoration: none;
	text-indent: -9999px;
	height:24px; 
 	width:145px;
/*  	margin-left:-10px; */
	overflow: none;
	margin:2px 0 2px -10px;
}

/* This is the regular menu display */

#navigation a#btnHome {
	background:#000 url('../images/btnHome.png') top left no-repeat;
}

#navigation a#btnFAQ{
	background: url('../images/btnFAQ.png') top left no-repeat;
}

#navigation a#btnPress {
	background: url('../images/btnPress.png') top left no-repeat;
}

#navigation a#btnFood {
	background: url('../images/btnFood.png') top left no-repeat;
}

#navigation a#btnDrinks {
	background: url('../images/btnDrinks.png') top left no-repeat;
}

#navigation a#btnCalendar {
	background: url('../images/btnCalendar.png') top left no-repeat;
}
#navigation a#btnGallery {
	background: url('../images/btnGallery.png') top left no-repeat;
}

#navigation a#btnLinks {
	background: url('../images/btnLinks.png') top left no-repeat;
}


/* This is the menu rollovers */

#navigation a:hover#btnHome, body#bodyHome #navigation a#btnHome{
	background: url('../images/btnHome.png') bottom left no-repeat;
}

#navigation a:hover#btnFAQ, body#bodyFAQ #navigation a#btnFAQ  {
	background: url('../images/btnFAQ.png') bottom left no-repeat;
}

#navigation a:hover#btnPress, body#bodyPress #navigation a#btnPress {
	background: url('../images/btnPress.png') bottom left no-repeat;
}

#navigation a:hover#btnFood, body#bodyFood #navigation a#btnFood {
	background: url('../images/btnFood.png') bottom left no-repeat;
}

#navigation a:hover#btnDrinks, body#bodyDrinks #navigation a#btnDrinks {
	background: url('../images/btnDrinks.png') bottom left no-repeat;
}

#navigation a:hover#btnCalendar, body#bodyCalendar #navigation a#btnCalendar {
	background: url('../images/btnCalendar.png') bottom left no-repeat;
}
#navigation a:hover#btnGallery, body#bodyGallery #navigation a#btnGallery {
	background: url('../images/btnGallery.png') bottom left no-repeat;
}

#navigation a:hover#btnLinks, body#bodyLinks #navigation a#btnLinks {
	background: url('../images/btnLinks.png') bottom left no-repeat;
}

/* This ends all menu parts */

#sideImage {
	float:left;
	width:197px;
	height:278px;
/* 	margin-left:7px; */
	background:url('../images/rightImageHolder.png') top right no-repeat;
}

#sideImage2 {
	float:left;
	width:197px;
	height:278px;
/*	margin-left:225px;*/
/* 	margin-left:7px; */
	background:url('../images/rightImageHolder.png') top right no-repeat;
}

#sideImage img {
	position:relative;
	top:12px;
	left:14px;
	margin-left:7px;
}

#sideImage2 img {
	position:relative;
	top:11px;
	left:20px;
	border:1px solid #000000;
	border-right:0;
	width:0;
	margin-left:200px;
}


#sideImage #sideBarImage {
	width:0;
	margin-left:-200px;
}

.forceDown {
	position:relative;
	width:200px;
	height:111px;
/*	background:#000;*/
}

#headHomeHeader {
	position:relative;
	left:160px;
	display:block;
	width:330px;
	height:100px;
	
}

#sportingEvents {
	display:block;
	width:200px;
	height:26px;
	text-indent:-9999px;
	margin-left:33%;
	top:-10px;
	position:relative;
	background:url('../images/sportingEvents.png') no-repeat;
}

.placeViewCalendar {
	display:block;
	color:#2b5a76;
	font-weight:bold;
	text-transform:uppercase;
/*	margin-left:17.5%;*/
/*	margin-top:85px;*/
}

.locationHeader {
	color:#012a42;
	margin-left:100px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
}

#mapContainer {
	margin-left:100px;
	width:425px;
	height:250px;
	border:5px solid #2b1313;
	margin-bottom:20px;
}

.footerInfo {
	margin:25px 0 0 155px;
	padding:0;
/*	margin-left:26px;
	margin-top:25px;
*/	padding-bottom:10px;
}

.footerInfo li {
	display:block;
	float:left;
	color:#000;
	font-size:11px;
	margin-left:8px;
	color:#616161;
	padding-bottom:10px;
}

.footerInfo a {
	color:#616161;
}

.footerInfo a:hover {
	color:#2B1313;
	text-decoration:none;
}

/*.footerInfo #crushbarFooter { color:#2B5A76}*/
.footerInfo #crushbarFooter .secondFooterLink {color:#2B5A76;}
.footerInfo #crushbarFooter a:hover.secondFooterLink {color:#2B1313;}
/* The Calendar Information */

.calendar-table {
	margin-left:33px;
	width:500px;
	background:000;
	margin-top:-10px;
}

.calendar-prev a {
	color:#ffffff;
}

.calendar-next a {
	color:#ffffff;
}

.calnk {
	margin-bottom:5px;
	display:block;
	padding-bottom:3px;
}


#EC_previousMonthLarge {
	font-size:14px;
	text-align:right;
}

#EC_nextMonthLarge {
	font-size:14px;
}

#socialNetwork {
	text-align: center;
	margin-left: 290px;
}

#socialNetwork li {
	display: block;
	float: left;
}

#socialNetwork li a {
	display: block;
	float: left;
	text-indent: -9999px;
}

#twitterBtn {
	width: 32px;
	height: 32px;
	background: url('../images/icon-twitter.gif') no-repeat;

}

#facebookBtn {
	width: 32px;
	height: 32px;
	background: url('../images/icon-facebook.gif') no-repeat;
	margin-left: 5px;
	margin-top: 0px;

}

@media screen and (-webkit-min-device-pixel-ratio:0){
#footer p { margin-left:70px;}

/*.footerInfo { margin-left:24px; }*/

}