html {
	width: 100%; height: 100%;
}
body {
	margin: 0px; padding: 0px;
	width: 100%; height: 100%;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Verdana", "Arial", Helvetica, sans-serif;
	font-size: 9pt;
	color: #707070;
	/*background: gray !important;*/
}
#wrapper {
	position: relative;
	min-height: 100%;
}
* html #wrapper {
	* height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	color: #d17302;
	font-weight: bold;
}
h1 { font-size: 13pt; }
h2 { font-size: 11pt; }
h3 { font-size: 9pt; color: #00ccff;}
h4 { font-size: 8pt; }
h5 { font-size: 7pt; }
h6 { font-size: 6pt; }
p {
	text-align: left;
	margin-top: 1em;
	line-height: 1.5em;
}
strong, em, b, i {
	"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	width: 100%;
	text-align: center; 
	background: transparent url('../img/header_gradient.jpg') repeat-x top left;
}
#header { display: none; }
#nav_header {
	width: 1024px;;
	height: 220px; 
	background: transparent url('../img/header1024.jpg') no-repeat top left;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
	/*border: 1px solid black;*/
}
ul#primary {
	/*border: 1px solid green; */
	position: absolute;
	left: 235px;
	top: 127px;
	width: 780px;
	height: 100px;
}
ul#primary li {
	display: inline;
	float: left;
	height: 100px;

}
ul#primary li a {
	position: relative;
	padding: 5px 15px 5px 15px;
	display: block;
	line-height: 15px;
	padding-bottom: 85px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
ul#primary li a:hover {
	color: yellow;
}
.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	width: 151px;
	height: 117px;
	top: 44px;
	left: 55px;
	background: url('../img/logo.png') no-repeat top left;
}
.logo a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#content {
	position: relative;
	margin: 0 auto;
	width: 1024px; 
	/*border: 1px solid maroon;*/
	padding-bottom: 180px; /* offset the bottom */
}
#content a h1,
#content a h2,
#content a h3,
#content a h4,
#content a h5,
#content a h6,
#content a {
	text-decoration: none;
	color: #4fc8e7;
}
#content a:hover {
	text-decoration: underline;
}
#content .leftcol {
	margin-top: -18px;
	margin-left: 147px;
	width: 555px;
	display: inline;
	float: left;
	clear: left;
	/*border: 1px solid silver;*/
	padding-bottom: 40px;
}
.centerimage p {
	margin-top: 0px;
}
#content #sidebar {
	width: 250px;
	display: inline;
	float: left;
	clear: right;
	/*border: 1px solid lime;*/
	margin-top: 25px;
	margin-left: 40px;
	text-align: left;
	padding-bottom: 40px;
}
b, strong, em 
{
	font-weight: bold !important;
}
.bottomleft ul , 
.bottomleft ul ,
#sidebar ul {
	margin-left: 10px;
	margin-top: 1em;
}

.bottomleft ul li, 
.bottomleft ul li,
#sidebar ul li
{
	list-style-type: disc;
	margin-left: 7px;
	padding-right: 15px;
	line-height: 1.5em;
}
.leftcol .bottomleft {
	min-height: 200px; 
	margin-top: 25px;
	display: inline;
	float: left;
	clear: left;
	width: 255px;
}
.leftcol .bottomright {
	margin-top: 25px;
	margin-left: 40px;
	display: inline;
	float: left;
	clear: right;
	width: 255px;
}
.pattern.top {
	position: absolute;
	top: 0px;
	left: 250px;
	width: 750px; 
	height: 108px;
	background: url('../img/page_top_5.png');
}
#footer .pattern.bottom {
	width: 892px;
	height: 108px;
	background: url('../img/page_bottom_5.gif') no-repeat bottom left;
	position: absolute;
	bottom: 0px;
	left: 120px;
}
#footer {
	background: url('../img/divider_blue_footer.gif') repeat-x top left;
	position: relative;
	width: 1024px;
	height: 180px;
	margin: 0 auto;
	margin-top: -180px;
}
#footer a {
	color: #57b6dd; 
}
#footer .links {
	position: absolute;	
	left: 107px;
}
#footer .links li {
	display: inline;	
	float: left;
	font-size: 8px;
	padding: 5px 13px 5px 13px;
}
#footer .links li a {
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	color: #57b6dd;
}
#footer .menu {
	width: 600px;
	margin-left: 150px;
}
#footer .menu li {
	margin-top: 25px;
	display: inline;
	float: left;
	margin-left: 28px;
}
#footer .menu li.first{
	margin-left: 0px;
}
#footer .menu li {
	position: relative;
	display: block;
	color: #57b6dd;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}


body.page-location .leftcol .bottomleft {
	width: 550px;
	clear: right;
}
#sidebar p a img,
.bottomright p a img,
#sidebar p a b,
.bottomright p a b
{
	padding-left: 15px;
	background: transparent url('../img/arrow_right_large_gray.gif') no-repeat top left;
}

/* old stuff */
body .main_wrapper .head_wrapper {
	position: relative;
	width: 1024px;
	height: 220px;
	margin: 0 auto;
	text-align: left;
	background: url('../img/header1024.jpg') no-repeat 50% bottom;
}

body .main_wrapper .content_wrapper {
	position: relative;
	min-height: 100px;
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
body .main_wrapper .content_wrapper .column {
	display: inline;
	float: left;
}
body .main_wrapper .content_wrapper .column.main {
	position: relative;
	left: 0px;
	top: -23px;
	width: 600px;
	clear: left;
	margin-left: 117px;
}
body .main_wrapper .content_wrapper .column.right {
	clear: right; 
	width: 270px;
	background: white;
}

body .main_wrapper .content_wrapper .column .content {
	padding-left: 35px;
	margin-top: 20px;
}
body .main_wrapper .content_wrapper .column .content img.small-thumb {
	margin-top: 20px;
}
body .main_wrapper .content_wrapper .column .heading {
	margin-top: 25px;
	padding-left: 35px;
}
body .main_wrapper .content_wrapper .column.main .content.banner_wrapper {
	display: inline;
	float: left;
	margin-top: 0px;
}
body .main_wrapper .content_wrapper .column.main .content.banner_wrapper .banner {
/*	padding: 5px;*/
	/*padding-top: 8px;*/
	border: 5px solid white;
}
body .main_wrapper .content_wrapper .column.main .content-box {
	display: inline;	
	float: left;
	width: 295px;
	margin-top: 15px;
}
body .main_wrapper .content_wrapper .column.main .content-box.a {
	padding-left: 5px;
}
body .main_wrapper .content_wrapper .column.main .content-box.b {
}
body .main_wrapper .content_wrapper .footer-divider {
	margin-top: 20px;
	position: relative;
	top: 0px;
	left: 100px;
	width: 900px;
	height: 2px;
}
body .main_wrapper .content_wrapper .footer {
	width: 900px;	
	position: relative;
	left: 100px;
	padding-left: 57px;
	height: 150px;
}
body .main_wrapper .content_wrapper .footer .pattern {
	width: 892px;
	height: 108px;
	background: url('../img/page_bottom_5.gif') no-repeat bottom left;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
body .main_wrapper .content_wrapper .footer .footer-menu {
	width: 100%;
	margin-top: 25px;
}
body .main_wrapper .content_wrapper .footer .footer-menu .item {
	cursor: pointer;
}
body .main_wrapper .content_wrapper .footer .footer-menu #m_about {
	width: 107px;
	height: 12px;
	background: url('../img/nav_about.gif') no-repeat top left;
	display: inline;
	float: left;
	margin-right: 25px;
	clear: left;
}
body .main_wrapper .content_wrapper .footer .footer-menu #m_employment {
	width: 143px;
	height: 12px;
	background: url('../img/nav_employment.gif') no-repeat top left;
	display: inline;
	float: left;
	margin-right: 25px;
}
body .main_wrapper .content_wrapper .footer .footer-menu #m_media {
	width: 144px;
	height: 12px;
	background: url('../img/nav_media.gif') no-repeat top left;
	display: inline;
	float: left;
	margin-right: 25px;
}


.content_wrapper a {
	text-decoration: none;
	color: #4fc8e7;
}

body .main_wrapper .head_wrapper ul#main-menu {
	width: 900px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	left: 210px;
}
body .main_wrapper .head_wrapper ul#main-menu li.item {
	display: inline;
	float: left;
	width: 150px;
	height: 100%;
	position: relative;
	text-align: center;
	background: url('../img/trans-bg.gif') repeat top left;
	cursor: pointer;
}
body .main_wrapper .head_wrapper ul#main-menu li.item a {
	cursor: pointer;
	display: block;
}
/* menus */
body .main_wrapper .head_wrapper ul#main-menu li.item .trans-box {
	width: 100%;
	height: 100%;
	position: absolute;
	/*top: 150px;*/
	left: 0px;
	cursor: pointer;
}
body .main_wrapper .head_wrapper ul#main-menu li.item .label {
	width: 100% !important;
	height: 10px !important;
	cursor: pointer;
	margiN: 0 auto;
	position: relative;
	top: 10px;
}
body .main_wrapper .head_wrapper ul#main-menu li.item#m-accommodation  { width: 142px; }
body .main_wrapper .head_wrapper ul#main-menu li.item#m-functions { width: 98px; }
body .main_wrapper .head_wrapper ul#main-menu li.item#m-gaming { width: 84px; }
body .main_wrapper .head_wrapper ul#main-menu li.item#m-location { width: 93px; }
body .main_wrapper .head_wrapper ul#main-menu li.item#m-contact { width: 84px; }

/* site-wide popups */
.bordered-window-container#about .head { width: 131px; height: 16px; background: url('../img/popup_headings/pop_head_about_the_company.png') no-repeat top left; }
.bordered-window-container#media .head { width: 174px; height: 16px; background: url('../img/popup_headings/pop_head_media_releases.png') no-repeat top left; }
.bordered-window-container#employment .head { width: 174px; height: 16px; background: url('../img/popup_headings/pop_head_employment_opportunities.png') no-repeat top left; }

#rss_events {
	padding-top: 1em;
}

#rss_events .title {
	font-weight: bold;
	margin-top: 1em;
}

#rss_events .desc {
	margin-top: 0.5em;
}

/************** Page Specific ***************/
.page-facilities .pattern.top {
	width: 750px;	
	height: 108px;
	background-image: url('../img/page_top_6.png');
}

.page-accommodation .pattern.top {
	width: 750px;	
	height: 108px;
	background-image: url('../img/page_top_1.png');
}

.page-gaming .pattern.top {
	width: 750px;	
	height: 108px;
	background-image: url('../img/top_gaming.png');
}
.page-sarins .pattern.top {
	width: 750px;	
	height: 108px;
	background-image: url('../img/page_top_2.png');
}

.page-sharkys .pattern.top {
	width: 750px;	
	height: 108px;
	background-image: url('../img/page_top_2.png');
}
.page-functions .pattern.top {
	width: 750px;	
	height: 108px;
	background-image: url('../img/page_top_3.png');
}

.page-accommodation #footer .pattern.bottom {
	width: 892px; 
	height: 108px;
	background-position: 0px 20px;
	background-image: url('../img/page_bottom_1.gif');
}

.page-sarins #footer .pattern.bottom {
	width: 892px; 
	height: 108px;
	background-position: 0px 20px;
	background-image: url('../img/page_bottom_2.gif');
}
.page-sharkys #footer .pattern.bottom {
	width: 892px; 
	height: 108px;
	background-position: 0px 20px;
	background-image: url('../img/page_bottom_2.gif');
}

.page-gaming #footer .pattern.bottom {
	width: 892px; 
	height: 108px;
	background-position: 0px 20px;
	background-image: url('../img/bottom_gaming.gif');
}
.page-functions #footer .pattern.bottom {
	width: 892px; 
	height: 108px;
	background-position: 0px 20px;
	background-image: url('../img/page_bottom_3.gif');
}

.page-home #footer .pattern.bottom {
	width: 892px; 
	height: 108px;
	background-position: 0px 20px;
	background-image: url('../img/page_bottom_5.gif');
}

.page-home .pattern.top {
	width: 708px;	
	height: 91px;
	background-image: url('../img/page_top_5.png');
}

.page-facilities #footer .pattern.bottom {
	width: 892px; 
	height: 150px;
	background-position: 0px 70px;
	background-image: url('../img/page_bottom_6.gif');
}

.page-location .pattern.top {
	width: 708px;	
	height: 91px;
	background-image: url('../img/page_top_4.png');
}

.page-location #footer .pattern.bottom {
	width: 892px; 
	height: 108px !important;
	background-position: 0px 30px !important;
	background-image: url('../img/page_bottom_4.gif');
}

.page-contact .pattern.top {
	width: 708px;	
	height: 91px;
	background-image: url('../img/page_top_7.png');
}

.page-contact #footer .pattern.bottom {
	width: 892px; 
	height: 138px;
	background-position: 0px 50px;
	background-image: url('../img/page_bottom_7.gif');
}

