in/* CSS Reset Browser Default Code */

body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td,hr { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {	/* get rid of link outlines in firefox */
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a:focus {
	outline: none;
}

* { /* Remove Safari/Chrome Input Borders */
	outline: none;
}

/* End CSS Reset Browser Default Code */

/* Start CSS Layout Code */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

div#container {
	position: relative;
	min-height: 100%;
	width: 100%;
	z-index: 1;
	background: #070809 url(/images/body-bg-2.png) 50% 0 repeat-y;
}

/* Start Header Layout */

div#header-container {
	display: block;
	position: relative;
	height: 155px;
	width: 100%;
	margin: 0 auto;
	text-align:left;
	background: #070809 url(/images/header-bg2.png) 0 0 repeat-x;
}

div#header-content {
	position: relative;
	display: block;
	height: 155px;
	width: 935px; /* 960px */
	padding-right: 25px;
	margin: 0 auto;
}

img.logo {
	position: absolute;
	top: 21px;
	left: 19px;
}

/* Start Top Clubs Layout */

div#header-clubs {
	display: block;
	margin: 0 0 25px 0;
	padding: 0;
	float: right;
	width: 680px;
	height: 40px;
}

div#header-clubs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#header-clubs ul li {
	margin: 0;
	padding: 8px 10px;
	float: left;
	width: 200px; /* 220px */
	height: 24px; /* 40px */
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	line-height: 16px;	
	position:relative;
	overflow: hidden;
	list-style: none;
}

div#header-clubs ul li p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	line-height: 16px;
	padding: 0;
	margin: 0;
	float: left;
	width: 200px; 
	height: 24px; 
}

div#header-clubs ul li span {
	font-size: 10px;
	font-weight: 100;
	line-height: 100%;
}

div#header-clubs ul li span.phone {
	font-size: 14px;
	font-weight: bold;
	background: url(/images/header-work-phone.png) 0 0 no-repeat;
	padding-left: 12px;
	line-height: 16px; 
	position:absolute;
	bottom: 6px;
	right: 10px;
}

div#header-clubs ul li#work {
	background: #9a0d05 url(/images/header-work-bg.png) 0 0 no-repeat;
	margin-right: 10px;
}

div#header-clubs ul li#sports {
	background: #035193 url(/images/header-sports-bg.png) 0 0 no-repeat;
	margin-right: 10px;
}

div#header-clubs ul li#parra {
	background: #de8c2d url(/images/header-parra-bg.png) 0 0 no-repeat;
}

/* End Top Clubs Layout */

/* Start Search Box Layout */

div#search-box {
	width: 220px;
	height: 30px;
	background: url(/images/search.png) 0 0 no-repeat;
	position: relative;
	float: right;
	clear: right;
	margin: 0 0 15px 0;
	padding: 0;
}

div#search-box input {
    height: 18px; /* 30px */
    margin: 0;
    padding: 8px 8px 4px 8px;
	width: 170px; /* 186px */
	background: none;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

div#search-box input.submit {
	width: 34px;
	height: 30px;
	border: none;
	text-indent: -9999px;
	background: none; 
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 186px;
}

a#searchnext:link, a#searchnext:visited, a#searchprev:link, a#searchprev:visited {
	text-decoration: underline;
	color: #ffffff;
}

a#searchnext:hover, a#searchnext:active, a#searchprev:hover, a#searchprev:active {
	text-decoration: none;
	color: #ffffff;
}

/* End Search Box Layout */

/* Start Menu Layout - menu styles and layout == Top Menu Nav */

div#menu-container {
	float: right;
	clear: right;
	height: 30px;
	width: 940px;
	color: #fff;
	margin: 0 -15px 0 0; /* -15 used for 'Contact' hover */
}

/* End Menu Layout */

/* End Header Layout */

/* Start Content Layout */

div#copy-container {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 274px 0;
	z-index: -1;
}

div#copy-content {
	display: block;
    height: 100%;
	width: 910px; /* 960px */
	margin: 0 auto;
	padding: 20px 20px 30px 20px;
	overflow: hidden;
	border-left: 5px solid #3c3f44;
	border-right: 5px solid #232424;
	background: #010101 url(/images/copy-bg.png) top left no-repeat;
}

div#copy-panel, div.system-error-message, div.system-message {
	float: left;
	display: inline; /* IE6 HACK */
	width: 600px; /* 600px */
	min-height: 465px;
	height: auto !important;
    height: 465px; /* IE6 Hack */
	margin: 0 20px 0 0;
	padding: 0;
	background: #010101 url(/images/copy-panel-bg.png) top left no-repeat;
	border: none;
}

div#copy-panel, div.system-error-message, div.system-message h1 {
	color: #BCBCBC;
	font-size: 24px;	
}

/* Start Right Panel Layout */
 
div#right-panel {
	float: left;
	clear: right;
	width: 290px;
	min-height: 465px;
	height: auto !important;
    height: 465px; /* IE6 Hack */
}

div#whats-happening {
	display: block;
	width: 290px;
	padding: 8px 0 0 0;
	margin-bottom: 22px;
}

div#right-event, div#right-promo {
	width: 290px; 
	padding: 0;
	margin-bottom: 22px;
}

div#mailing {
	display: block;
	width: 222px; /* 290px */
	height: 249px; /* 299px */
	padding: 25px 34px;
	background:url(/images/right-mailing-bg.png) top left no-repeat;	
}

/* End Right Panel Layout */

/* End Content Layout */

/* Start Footer Layout */

div#bottom-area {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 274px;
	width: 100%;
	overflow: hidden;
	margin: 0;
	background: #000000 url(/images/footer-bg-repeat.png) 0 0 repeat-x;
}

div#footer-container {
	display: block;
    height: 274px; /* 274px */
	width: 100%;
	background: url(/images/footer-bg.png) 0 0 no-repeat;
}

div#footer-content {
	display: block;
	height: 220px; /* 274px */
	width: 910px; /* 960px */
	margin: 0 auto;
	padding: 27px 25px;
}

div#footer-copyright {
	width: 100%;
	text-align: center;
}

/* End Footer Layout */

/* End CSS Layout Code */

/* Start Top Menu Nav */

div#cat_468891_divs {
	margin: 0;
	padding: 0;
	border: none;
	float: right;
	clear: right;
	display: block;
}
	
#nav_468891, #nav_468891 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 2;
}

#nav_468891 li {
	float: left;
	margin: 0;
	list-style: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	/* width: 10em; /* width needed or e*/
}

#nav_468891 li a {
	display: block;
	font-size: 12px;
	color: #bcbcbc;
	text-decoration: none;
	font-weight: bold;
	margin: 0 4px;
	padding: 0;
	height: 30px; /* 30px */
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
}

#nav_468891 li a:hover {
	color: #fff;
}

body#home li#menu-home a, body#events li#menu-events a, body#functions li#menu-functions a, body#dining li#menu-dining a, body#promo li#menu-promo a, body#member-serv li#menu-member-serv a, body#membership li#menu-membership a, body#contact li#menu-contact a {
	color: #fff;
}

li#menu-home {
	width: 64px;
}
body#home li#menu-home a, #nav_468891 li#menu-home a:hover {
	background: url(/images/menu-bg/home.png) top left no-repeat;
}

li#menu-events {
	width: 71px;
}
body#events li#menu-events a, #nav_468891 li#menu-events a:hover {
	background: url(/images/menu-bg/events.png) top left no-repeat;
}

li#menu-functions {
	width: 89px;
}
body#functions li#menu-functions a, #nav_468891 li#menu-functions a:hover {
	background: url(/images/menu-bg/functions.png) top left no-repeat;
}

li#menu-dining {
	width: 68px;
}
body#dining li#menu-dining a, #nav_468891 li#menu-dining a:hover {
	background: url(/images/menu-bg/dining.png) top left no-repeat;
}

li#menu-promo {
	width: 99px;
}
body#promo li#menu-promo a, #nav_468891 li#menu-promo a:hover {
	background: url(/images/menu-bg/promo.png) top left no-repeat;
}


li#menu-member-serv {
	width: 132px;
}
body#member-serv li#menu-member-serv a, #nav_468891 li#menu-member-serv a:hover {
	background: url(/images/menu-bg/member-serv.png) top left no-repeat;
}

li#menu-membership {
	width: 103px;
}
body#membership li#menu-membership a, #nav_468891 li#menu-membership a:hover {
	background: url(/images/menu-bg/membership.png) top left no-repeat;
}

li#menu-contact {
	width: 76px;
}
body#contact li#menu-contact a, #nav_468891 li#menu-contact a:hover {
	background: url(/images/menu-bg/contact.png) top left no-repeat;
}

/* Start Sub Menu's */

#nav_468891 li ul {
	position: absolute;
	width: 229px;
	left: -999em;
	padding: 15px 0 10px 0;
	margin: 0 0 0 5px;
	background: url(/images/menu-sub-bottom.png) left bottom no-repeat;
}

#nav_468891 li:hover ul, #nav_468891 li.sfhover ul { /* lists nested under*/
	left: auto;
}

#nav_468891 li ul#navsub_468891_241524 li a, #nav_468891 li ul#navsub_468891_241525 li a, #nav_468891 li ul#navsub_468891_241526 li a, #nav_468891 li ul#navsub_468891_241527 li a, #nav_468891 li ul#navsub_468891_241528 li a, #nav_468891 li ul#navsub_468891_241529 li a {
	display: block;	
	width: 193px; /*229px */
	height: 26px;
	color: #272425;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	line-height: 24px;
	vertical-align: middle;
	text-decoration: none;	
	padding: 0 18px;
	margin: 0;
	background: url(/images/menu-sub-bg.png) 0 0 repeat-y;	
}

#nav_468891 li ul#navsub_468891_241524 li a:hover, #nav_468891 li ul#navsub_468891_241525 li a:hover, #nav_468891 li ul#navsub_468891_241526 li a:hover, #nav_468891 li ul#navsub_468891_241527 li a:hover, #nav_468891 li ul#navsub_468891_241528 li a:hover, #nav_468891 li ul#navsub_468891_241529 li a:hover {
	background: url(/images/menu-sub-hover.png) 0 0 repeat-y;
} 

body.shows li#menu-shows, body.entertainment li#menu-entertainment, body.movies li#menu-movies, body.rooms li#menu-rooms, body.packages li#menu-packages, body.tour li#menu-tour, body.hilights li#menu-hilights, body.impressions li#menu-impressions, body.bungarribee li#menu-bungarribee, body.tingha li#menu-tingha, body.buffet li#menu-buffet, body.sports-cafe li#menu-sports-cafe, body.zest li#menu-zest, body.bingo li#menu-bingo, body.raffles li#menu-raffles, body.general li#menu-general, body.facilities li#menu-facilities, body.holiday li#menu-holiday, body.sporting li#menu-sporting, body.become li#menu-become, body.benefits li#menu-benefits, body.special li#menu-special  {
	background: url(/images/menu-sub-hover.png) 0 0 repeat-y;
} 

/* Start Footer Menu's */

div#cat_480655_divs {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #22292d;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	list-style: none;
}

#nav_480655 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
}

#nav_480655 li { 
	list-style: none;
	border: none;
	background: none;
	margin: 0 10px 8px 0;
	padding: 0 5px;	
	line-height: 1;
	float: left;
	width: 210px; /* 220px */
}

#nav_480655 li#footer-parra {
	margin-right: 0;
}

#nav_480655 ul#navsub_480655_244974 li a, #nav_480655 ul#navsub_480655_244979 li a, #nav_480655 ul#navsub_480655_244984 li a, #nav_480655 ul#navsub_480655_244990 li a { 
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-weight: 100;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
}

#nav_480655 ul#navsub_480655_244974 li a:hover, #nav_480655 ul#navsub_480655_244979 li a:hover, #nav_480655 ul#navsub_480655_244984 li a:hover, #nav_480655 ul#navsub_480655_244990 li a:hover { 
	text-decoration: underline;
}

#nav_480655 li a:hover {
	text-decoration: underline;
}

#nav_480655 li#footer-general a, #nav_480655 li#footer-blacktown a, #nav_480655 li#footer-sports a, #nav_480655 li#footer-parra a {
	display: block;
	width: 210px; /* 220px */
	height: 30px; /* 30px */
	padding: 0 5px;
	font-size: 14px;
	font-weight: 800;
	line-height: 30px;
	vertical-align: middle;
	margin: 0 0 10px 0;
	text-decoration: none;
}

#nav_480655 li#footer-general a:hover, #nav_480655 li#footer-blacktown a:hover, #nav_480655 li#footer-sports a:hover, #nav_480655 li#footer-parra a:hover {
	text-decoration: underline;
}

#nav_480655 li#footer-general {
	background: url(/images/button-black.png) 0 0 no-repeat;
}

#nav_480655 li#footer-blacktown {
	background: url(/images/button-red.png) 0 0 no-repeat;
}

#nav_480655 li#footer-sports {
	background: url(/images/button-blue.png) 0 0 no-repeat;
}

#nav_480655 li#footer-parra {
	background: url(/images/button-yellow.png) 0 0 no-repeat;
}
