@import url('reset.css');
body {
	background: url(../images/bg.jpg) center top repeat-x;
}
#wrapper {
	height: auto;
	width: 1008px;
	margin: auto;
}
#footer {
	position: relative;
	text-align: right;
	padding-right: 10px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/********** TEXT **********/
h2, h3, p, li, label, input, select, textarea {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	/*font-size: 0.7em;*/
	font-size: .8em;
	text-align: justify;
}
p {
	/*line-height: 1.25em;*/
	line-height: 1.5em;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
/********** HOME **********/
#homeHeader {
	position: relative;
	height: 430px;
	width: 988px;
	background:url(../images/home_header_bg.jpg) left bottom no-repeat;
	padding: 15px 10px 11px 10px;
	overflow: hidden;
}
#homeContentWrap {
	height: auto;
	width: 1008px;
	background: url(../images/home_content_mid_bg.jpg) left top repeat-y;
	overflow: hidden;
}
#homeContent {
	position: relative;
	min-height: 256px;
	width: 1008px;
	background: url(../images/home_content_bg.jpg) left top no-repeat;
}
* html #homeContent {
	height: 264px;
}
#homeContentBottom {
	height: 8px;
	width: 1008px;
	background: url(../images/home_content_bottom_bg.jpg) left top no-repeat;
}
/********** HOME - PRESS RELEASE **********/
#homePress {
 float: left;
	position: relative;
	top: 1px;
	left: 11px;
	height: auto;
	width: 328px;
}
#homePress .title {
	position: relative;
	height: 30px;
	width: 328px;
	background: url(../images/home_titles_bg.jpg) left top no-repeat;
}
#homePress .title h1 {
	position: absolute;
	top: 7px;
	left: 11px;
	text-indent: -9999px;
	height: 16px;
	width: 123px;
	background: url(../images/home_press_release.png) left top no-repeat;
}
#homePress .content {
	position: relative;
	min-height: 210px;
	width: 327px;
	padding-top: 15px;
	background: url(../images/home_press_bg.jpg) left top no-repeat;
}
#homePress .content p {
	width: 245px;
	padding: 0 0 13px 42px;
}
#homePress .content .date {
	font-weight: bold;
}
/********** HOME - AVP **********/
#homeAvp {
	float: left;
	position: relative;
	top: 1px;
	left: 11px;
	height: auto;
	width: 330px;
}
#homeAvp .title {
	position: relative;
	height: 30px;
	width: 330px;
	background: url(../images/home_titles_bg.jpg) left top no-repeat;
}
#homeAvp .title h1 {
	position: absolute;
	top: 8px;
	left: 12px;
	text-indent: -9999px;
	height: 15px;
	width: 101px;
	background: url(../images/home_avp.png) left top no-repeat;
}
#homeAvp .content {
	position: relative;
	min-height: 47px;
	width: 284px;
	background: url(../images/banner_rw_open.jpg) right top no-repeat;
	
}
#homeAvp .content h2 {
	position: absolute;
	top: -1px;
	left: 3px;
	background-image: url(images/home_avp_bg.jpg);
	width: 329px;
	height: 225px;
}
#homeAvp .content h2 a {
	display: block;
	text-indent: -9999px;
	height: 225px;
	width: 329px;
	background: url(../images/home_avp_bg_click.jpg) left top no-repeat;
}
/*** POP UP *********************/
.backgroundPopup {
	display:none;
	/*position:fixed;
	_position:absolute;  hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background: none;
	border: 0;
	z-index:99;
}
.popupContact {
	display:none;
	/*xposition:fixed;
	_position:absolute;  hack for internet explorer 6*/
	width:688px;
	height:516px;
	background:#000;
	z-index: 100;
}
.popupContactClose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 51px;
	height: 28px;
	background: url(../images/btn_close.gif) right top no-repeat;
	border: 0;
	cursor: pointer;
}
.popupContactClose:hover {
	background: url(../images/btn_close.gif) right bottom no-repeat;
}
/********** HOME - MEMBERSHIP **********/
#homeMember {
	float: left;
	position: relative;
	top: 1px;
	left: 11px;
	height: 255px;
	width: auto;
}
#homeMember .title {
	position: relative;
	height: 30px;
	width: 328px;
	background: url(../images/home_titles_bg.jpg) left top no-repeat;
}
#homeMember .title h1 {
	position: absolute;
	top: 8px;
	left: 11px;
	text-indent: -9999px;
	height: 18px;
	width: 175px;
	background: url(../images/home_membership.png) left top no-repeat;
}
#homeMember .content {
	position: relative;
	min-height: 47px;
	width: 294px;
	background: url(../images/home_membership_bg.jpg) right top no-repeat;
	height: 100px;
}
#homeMember .content h2 {
	position: absolute;
	top: 120px;
	left: 40px;
	height: 39px;
	width: 200px;
	background: url(../images/register_member.gif) left top no-repeat;
	text-indent: -9999px;
}
#homeMember .content h3 {
	position: absolute;
	top: 109px;
	right: 34px;
}
#homeMember .content h3 a {
	display: block;
	text-indent: -9999px;
	height: 58px;
	width: 41px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/btn_go.jpg);
}
#homeMember .content h3 a:hover {
	background-position: left bottom;
}
/********** INNER PAGES **********/
#header {
	position: relative;
	height: 195px;
	width: 988px;
	padding: 15px 10px 0 10px;
	background:url(../images/header_bg.jpg) left bottom no-repeat;
	overflow: hidden;
}
#innerwrap {
	height: auto;
	width: 1008px;
	background: url(../images/content_mid_bg.jpg) left top repeat-y;
}
#innerbottom {
	height: 8px;
	width: 1008px;
	background: url(../images/content_bottom_bg.jpg) left top no-repeat;
	overflow: hidden;
}
.inner {
	min-height: 355px;
	width: 988px;
	padding: 0 10px;
	background: url(../images/content_bg.jpg) left top no-repeat;
}
* html .inner {
	height: 355px;
}
.inner #head {
	position: relative;
	height: 40px;
	width: 988px;
	background: url(../images/head_bg.jpg) left top no-repeat;
}
.inner #head h1 {
	position: absolute;
	top: 5px;
	left: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/about_us.png);
	visibility: visible;
}
.inner #head h3 {
	position: absolute;
	top: 5px;
	left: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/promos.png);
	visibility: visible;
	width: 122px;
	height: 25px;
	background-repeat: no-repeat;
}
.inner #head h2 {
	position: absolute;
	top: 9px;
	left: 191px;
	color: #FFF;
	font-weight: 100;
}
.inner .main {
	position: relative;
	min-height: 316px;
	width: 988px;
}
* html .inner .main {
	height: 316px;
}
.inner .main h1 {
	position: absolute;
	top: 35px;
	left: 35px;
	text-indent: -9999px;
	overflow: hidden;
}
/********** MEMBERSHIP  - FAQ**********/
#membership #head h1 {
	height: 21px;
	width: 112px;
	background: url(../images/membership.png) left top no-repeat;
}
#faq {
	background: #f9f4e6 url(../images/faq_bg.jpg) left bottom no-repeat;
}
#faq h1 {
	height: 14px;
	width: 28px;
	background: url(../images/faq.png) left top no-repeat;
}
#faq #content {
	position: relative;
	top: 56px;
	left: 33px;
	height: auto;
	width: 920px;
	padding-bottom: 70px;
}
#faq #contentTop {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#faq #contentMid {
	min-height: 185px;
	width: 879px;
	padding: 11px 20px 21px 21px;
	background: url(../images/main_content_mid_bg.png) left top repeat-y;
}
* html #faq #contentMid {
	height: 185px;
	background: url(../images/main_content_mid_bg.gif) left top repeat-y;
}
#faq #contentBottom {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
* html #faq #contentBottom {
	background: url(../images/main_content_bottom_bg.gif) left top no-repeat;
}
#faq .faqBox {
	position: relative;
	min-height: 40px;
	width: 880px;
	padding: 10px 0;
	border-bottom: 1px solid #d4ceb8;
}
#faq h2 {
	padding-bottom: 5px;
}
#faq p {
}
/********** MEMBERSHIP - ONLINE FORM **********/
#onlineForm {
	background: #f9f4e6 url(../images/form_bg.jpg) left bottom no-repeat;
}
#onlineForm h1 {
	height: 12px;
	width: 83px;
	background: url(../images/online_form.png) left top no-repeat;
}
#onlineForm #content {
	position: relative;
	top: 56px;
	left: 33px;
	height: auto;
	width: 920px;
	padding-bottom: 70px;
	overflow: hidden;
}
#onlineForm #contentTop {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#onlineForm #contentMid {
	min-height: 173px;
	width: 860px;
	padding: 20px 40px;
	background: url(../images/main_content_mid_bg.png) left top repeat-y;
	overflow: hidden;
}
* html #onlineForm #contentMid {
	background: url(../images/main_content_mid_bg.gif) left top repeat-y;
}
#onlineForm #contentBottom {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
* html #onlineForm #contentBottom {
	background: url(../images/main_content_bottom_bg.gif) left top no-repeat;
}
#onlineForm #infoBox {
	float: left;
	position: relative;
	height: auto;
	width: 380px;
}
#onlineForm #infoBox label {
	font-weight: bold;
}
#onlineForm #infoBox label input {
	border: 0;
	font-size: 1em;
}
*:first-child+html #onlineForm #infoBox label input {
	background: url(../images/input_ie_bg.gif) left top repeat-x;
	border: 1px solid #d4ceb8;
}
* html #onlineForm #infoBox label input {
	background: url(../images/input_ie_bg.gif) left top repeat-x;
	border: 1px solid #d4ceb8;
}
#onlineForm #infoBox label.name {
	height: 60px;
	width: 152px;
	float: left;
	position: relative;
}
#onlineForm #infoBox label.name input {
	height: 16px;
	padding: 4px 5px;
	margin-bottom: 5px;
}
*:first-child+html onlineForm #infoBox label.name input {
	margin: 0;
}
* html #onlineForm #infoBox label.name input {
	margin: 0;
}
#onlineForm #infoBox label.lastName {
	width: 152px;
}
#onlineForm #infoBox label.lastName input {
	width: 139px;
	background: url(../images/form_ln_bg.gif) left top no-repeat;
}
#onlineForm #infoBox label.firstName {
	width: 152px;
}
#onlineForm #infoBox label.firstName input {
	width: 139px;
	background: url(../images/form_fn_bg.gif) left top no-repeat;
}
#onlineForm #infoBox label.midInitial {
	width: 75px;
}
#onlineForm #infoBox label.midInitial input {
	width: 62px;
	background: url(../images/form_mi_bg.gif) left top no-repeat;
}
#onlineForm #infoBox label.address {
	display: block;
	margin-bottom: 40px;
}
#onlineForm #infoBox label.address span {
	position: relative;
	top: -65px;
}
*:first-child+html #onlineForm #infoBox label.address span {
	position: static
}
* html #onlineForm #infoBox label.address span {
	position: static
}
#onlineForm #infoBox label.address textarea {
	height: 71px;
	width: 309px;
	padding: 4px 5px;
	background: url(../images/form_textarea_bg.gif) left top no-repeat;
	border: 0;
	margin-left: 8px;
	font-size: 1em;
}
#onlineForm #infoBox label.accountInfo {
	display: block;
	margin: 10px 0 20px 0;
	font-weight: 100;
}
#onlineForm #infoBox label.accountInfo input {
	margin-left: 8px;
	height: 16px;
	width: 258px;
	padding: 4px 5px;
	background: url(../images/form_account_bg.gif) left top no-repeat;
}
#onlineForm #infoBox p img {
	float: right;
	margin-left: 20px;
}
#onlineForm #agreementBox {
	float: left;
	position: relative;
	height: auto;
	width: 360px;
	padding-left: 90px;
}
#onlineForm #agreementBox h2 {
	width: 360px;
	line-height: 1.5em;
	border-bottom: 1px solid #d4ceb8;
	margin-bottom: 10px;
}
#onlineForm #agreementBox p {
	padding: 10px 0;
}
#onlineForm #agreementBox label {
	display: block;
	vertical-align: text-top;
	line-height: 1em;
	margin: 20px 0;
}
#onlineForm #agreementBox label input {
	position: relative;
	top: 3px;
}
#onlineForm #agreementBox .buttonWrap {
	height: 49px;
	width: 360px;
	border-top: 1px solid #d4ceb8;
	border-bottom: 1px solid #d4ceb8;
	text-align: right;
}
#onlineForm #agreementBox #submit {
	height: 38px;
	width: 91px;
	margin-top: 6px;
	background: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/btn_submit.gif);
	border: 0;
	cursor: pointer;
}
#onlineForm #agreementBox #submit:hover {
	background-position: left bottom;
}
/********** CONTACT US **********/
#contactus #head h1 {
	height: 15px;
	width: 98px;
	background: url(../images/contact_us.png) left top no-repeat;
}
#contact {
	background: #f9f4e6 url(../images/contact_bg.jpg) left bottom no-repeat;
}
#contact h1 {
	position: relative;
	top: 0;
	left: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#contact #content {
	position: relative;
	height: auto;
	width: auto;
	padding-bottom:58px;
	overflow: hidden;
}
#contact #infoBox {
	float: left;
	position: relative;
	top: 34px;
	left: 33px;
	height: auto;
	width: 282px;
	overflow: hidden;
}
#infoBox h1.contactInfo {
	position: relative;
	top: 0;
	left: 2px;
	height: 12px;
	width: 134px;
	margin-bottom:9px;
	background: url(../images/contact_information.png) left top no-repeat;
}
#infoBox .boxTop {
	height: 5px;
	width: 282px;
	background: url(../images/contact_info_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#infoBox .boxMid {
	min-height: 190px;
	width: 246px;
	padding: 20px 20px 7px 20px;
	background: url(../images/contact_info_mid_bg.gif) left top repeat-y;
	overflow: hidden;
}
#infoBox .boxMid h2 {
	line-height: 1.5em;
}
#infoBox .boxMid p {
	margin-bottom: 15px;
}
#infoBox .boxMid a {
	text-decoration: none;
}
#infoBox .boxMid a:hover {
	text-decoration: underline;
}
#infoBox .boxBottom {
	height: 5px;
	width: 282px;
	background: url(../images/contact_info_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
#contact #suggestBox {
	float: left;
	position: relative;
	top: 34px;
	left: 53px;
	height: auto;
	width: 404px;
}
#suggestBox h1.suggestionBox {
	height: 15px;
	width: 103px;
	background: url(../images/suggestion_box.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 6px;
}
#suggestBox .boxTop {
	height: 5px;
	width: 404px;
	background: url(../images/suggestion_box_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#suggestBox .boxMid {
	position: relative;
	min-height: 187px;
	width: 364px;
	padding: 15px 20px;
	background: url(../images/suggestion_box_mid_bg.gif) left top repeat-y;
	overflow: hidden;
}
#suggestBox .boxBottom {
	height: 5px;
	width: 404px;
	background: url(../images/suggestion_box_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
#suggestBox .inputWrap {
	min-height: 102px;
	width: 177px;
}
#suggestBox .inputWrap input {
	height: 16px;
	width: 167px;
	padding: 4px 5px;
	background: url(../images/contact_input_bg.gif) left top no-repeat;
	border: 0;
	margin-bottom: 10px;
}
*:first-child+html #suggestBox .inputWrap input {
	height: 14px;
	width: 165px;
	padding: 4px 5px;
	background: url(../images/input_ie_bg.gif) left top repeat-x;
	border: 0;
	margin-bottom: 10px;
	border: 1px solid #d4ceb8;
}
* html #suggestBox .inputWrap input {
	height: 14px;
	width: 165px;
	padding: 4px 5px;
	background: url(../images/input_ie_bg.gif) left top repeat-x;
	border: 0;
	margin-bottom: 10px;
	border: 1px solid #d4ceb8;
}
#suggestBox textarea {
	position: absolute;
	top: 15px;
	right: 20px;
	height: 118px;
	width: 167px;
	padding: 4px 5px;
	background: url(../images/contact_textarea_bg.gif) left top no-repeat;
	border: 0;
}
#suggestBox .buttonWrap {
	height: 49px;
	width: 360px;
	border-top: 1px solid #d4ceb8;
	border-bottom: 1px solid #d4ceb8;
	text-align: right;
}
#suggestBox #send {
	height: 38px;
	width: 91px;
	margin-top: 6px;
	background: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/btn_send.gif);
	border: 0;
	cursor: pointer;
}
#suggestBox form #send:hover {
	background-position: left bottom;
}
/********** ABOUT US **********/
#aboutus #head h1 {
	height: 16px;
	width: 84px;
	background: url(../images/about_us.png) left top no-repeat;
}
/********** ABOUT US - PARTNERS **********/
#partners {
	background: #f9f4e6 url(../images/membership_main_bg.jpg) left bottom no-repeat;
}
#partners h1 {
	height: 12px;
	width: 55px;
	background: url(../images/partners.png) left top no-repeat;
}
#partners #content {
	position: relative;
	top: 56px;
	left: 33px;
	height: auto;
	width: 920px;
	padding-bottom: 70px;
}
#partners #contentTop {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#partners #contentMid {
	min-height: 185px;
	width: 879px;
	padding: 11px 20px 21px 21px;
	background: url(../images/main_content_mid_bg.png) left top repeat-y;
}
* html #partners #contentMid {
	height: 185px;
	background: url(../images/main_content_mid_bg.gif) left top repeat-y;
}
#partners #contentBottom {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
* html #partners #contentBottom {
	background: url(../images/main_content_bottom_bg.gif) left top no-repeat;
}
#partners .partnerBox {
	position: relative;
	min-height: 40px;
	width: 880px;
	padding: 20px 0;
	border-bottom: 1px solid #d4ceb8;
}
#partners h2 {
	padding-bottom: 5px;
}
#partners h2 a {
	text-decoration: none;
}
#partners h2 a:hover {
	text-decoration: underline;
}
#partners p {
	width: 630px;
}
#partners .logo {
	position: absolute;
	top: 25px;
	right: 0;
}
/********** ABOUT US - GENTING STA **********/
#genting {
	background: #f9f4e6 url(../images/aboutus_bg.jpg) left bottom no-repeat;
}
#genting h1 {
	height: 15px;
	width: 253px;
	background: url(../images/genting_sta.png) left top no-repeat;
}
#genting #content {
	position: relative;
	top: 56px;
	left: 33px;
	height: auto;
	width: 920px;
	padding-bottom: 70px;
}
#genting #contentTop {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#genting #contentMid {
	min-height: 185px;
	width: 823px;
	padding: 11px 49px 11px 48px;
	background: url(../images/main_content_mid_bg.png) left top repeat-y;
}
* html #genting #contentMid {
	min-height: 185px;
	background: url(../images/main_content_mid_bg.gif) left top repeat-y;
}
#genting #contentBottom {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
* html #genting #contentBottom {
	background: url(../images/main_content_bottom_bg.gif) left top no-repeat;
}
#genting p {
	padding: 10px 0;
}
#genting .photo {
	border: 1px solid #e5dab8;
	float: right;
	position: relative;
	margin-left: 30px;
}
/********** ABOUT US - CAREERS **********/
#careers {
	background: #f9f4e6 url(../images/aboutus_bg.jpg) left bottom no-repeat;
}
#careers h1 {
	height: 15px;
	width: 162px;
	background: url(../images/careers_newport_city.png) left top no-repeat;
}
#careers #content {
	position: relative;
	top: 56px;
	left: 33px;
	height: auto;
	width: 920px;
	padding-bottom: 70px;
}
#careers #contentTop {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#careers #contentMid {
	min-height: 185px;
	width: 879px;
	padding: 11px 20px 21px 21px;
	background: url(../images/main_content_mid_bg.png) left top repeat-y;
}
* html #careers #contentMid {
	height: 185px;
	background: url(../images/main_content_mid_bg.gif) left top repeat-y;
}
#careers #contentBottom {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
* html #careers #contentBottom {
	background: url(../images/main_content_bottom_bg.gif) left top no-repeat;
}
#careers .careerBox {
	position: relative;
	min-height: 40px;
	width: 880px;
	padding: 10px 0;
	border-bottom: 1px solid #d4ceb8;
}
#careers h2 {
	padding-bottom: 5px;
}
#careers h3 {
	position: absolute;
	bottom: 12px;
	right: 18px;
}
#careers h3 a {
	display: block;
	height: 38px;
	width: 131px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/btn_apply.gif);
	text-indent: -9999px;
}
#careers h3 a:hover {
	background-position: left bottom;
}
#careers p {
	width: 630px;
}
#careers li {
	list-style: disc inside;
	line-height: 1.25em;
}
/********** ATTRACTIONS - SPECIAL PROMOS **********/
#press #head h1 {
	height: 16px;
	width: 118px;
	background: url(../images/press_release_head.png) left top no-repeat;
}
#press .main {
	background: #f9f4e6 url(../images/attractions_main_bg01.jpg) left bottom no-repeat;
}
#press .main h1 {
	height: 12px;
	width: 88px;
	background: url(../images/press_release_main.png) left top no-repeat;
}
#press .main #content {
	position: relative;
	top: 56px;
	left: 33px;
	height: auto;
	width: 920px;
	padding-bottom: 70px;
}
#press .main #contentTop {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#press .main #contentMid {
	min-height: 171px;
	width: 832px;
	padding: 28px 44px 18px 44px;
	background: url(../images/main_content_mid_bg.png) left top repeat-y;
	overflow: hidden;
}
* html .main #press #contentMid {
	background: url(../images/main_content_mid_bg.gif) left top repeat-y;
}
#press .main #contentMid .date {
	font-weight: bold;
}
#press .main #contentMid p {
	width: 535px;
	padding-bottom: 10px;
}
#press .main #contentMid ul.sideList {
	float: right;
	position: relative;
	list-style: disc inside;
	line-height: 1.5em;
}
#press .main #contentMid li a {
	text-decoration: none;
}
#press .main #contentMid li a:hover {
	text-decoration: underline;
}
#press .main #contentBottom {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
* html .main #press #contentBottom {
	background: url(../images/main_content_bottom_bg.gif) left top no-repeat;
}
/********** ENTERTAINMENT **********/
#entertainment #head h1 {
	height: 16px;
	width: 139px;
	background-image: url(../images/promos.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#entertainment #header h1 {
	height: 16px;
	width: 139px;
	background: url(../images/membership_title.png) left top no-repeat;
}
#entertainment .main {
	background: #f9f4e6 url(../images/accomodations_main_bg.jpg) left top no-repeat;
}
#entertainment .main h1.maxim {
	height: 12px;
	width: 97px;
	background: url(../images/subtitle-maxims_hotel.png) left top no-repeat;
	overflow: hidden;
}
#entertainment .main h1.marriott {
	height: 12px;
	width: 110px;
	background: url(../images/subtitle-marriott_hotel.png) left top no-repeat;
	overflow: hidden;
}
#entertainment .main h1.membership {
	height: 18px;
	width: 130px;
	background: url(../images/subtitle-membership_cards.png) left top no-repeat;
	overflow: hidden;
}
#entertainment .main #content {
	position: relative;
	top: 35px;
	left: 33px;
	height: auto;
	width: 920px;
	padding-bottom: 70px;
	overflow: hidden;
}
#entertainment .main #logoBox {
	height: auto;
	width: 100px;
	float: left;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#entertainment .main #logoBox img {
	margin: 70px auto 0 auto;
}
#entertainment .main #contentBox {
	height: auto;
	width: 850px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left: 40px;
	margin-right: 5px;
}
#entertainment .main #contentBox #menu {
	list-style: none;
	height: 20px;
	margin-left: 490px;
}
#performers{
	font-size: 18px;
}
#entertainment .main #contentBox #menu li {
	float: left;
	color: #d13b00;
	font-weight: bold;
	padding-left: 15px;
}
#entertainment .main #contentBox #menu a {
	color: #d13b00;
	text-decoration: none;
}
#entertainment .main #contentBox #menu a:hover {
	text-decoration: underline;
}
#entertainment .main #contentTop {
	height: 5px;
	width: 850px;
	background: url(../images/accomodations_main_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#entertainment .main #contentMid {
	min-height: 145px;
	width: 850px;
	padding: 10px 10px 0px 10px;
	background: url(../images/accomodations_main_mid_bg.png) left top repeat;
}
* html #entertainment .main #contentMid {
	height: 143px;
	background: url(../images/accomodations_main_mid_ie_bg.gif) left top repeat-y;
}
#accomodations .main #contentBottom {
	height: 5px;
	width: 850px;
	background: url(../images/accomodations_main_bottom_bg.png) left top repeat;
	overflow: hidden;
}
* html #entertainment .main #contentBottom {
	background: url(../images/accomodations_main_bottom_bg.gif) left top no-repeat;
}
#entertainment.main #contentMid img {
	float: left;
	padding: 0 15px 25px 0PX;
}
#entertainment .main #contentMid img #right{
	float: right;
	padding: 0 25px 25px 0;
}
#entertainment .main #contentMid p {
	padding-bottom: 13px;
}

/********** ACCOMODATIONS **********/
#accomodations #head h1 {
	height: 16px;
	width: 139px;
	background: url(../images/accomodations.png) left top no-repeat;
}
#accomodations #header h1 {
	height: 16px;
	width: 139px;
	background: url(../images/membership_title.png) left top no-repeat;
}
#accomodations .main {
	background: #f9f4e6 url(../images/accomodations_main_bg.jpg) left bottom no-repeat;
}
#accomodations .main h1.maxim {
	height: 12px;
	width: 97px;
	background: url(../images/subtitle-maxims_hotel.png) left top no-repeat;
	overflow: hidden;
}
#accomodations .main h1.marriott {
	height: 12px;
	width: 110px;
	background: url(../images/subtitle-marriott_hotel.png) left top no-repeat;
	overflow: hidden;
}
#accomodations .main h1.membership {
	height: 18px;
	width: 130px;
	background: url(../images/subtitle-membership_cards.png) left top no-repeat;
	overflow: hidden;
}
#accomodations .main #content {
	position: relative;
	top: 70px;
	left: 33px;
	height: auto;
	width: 920px;
	padding-bottom: 100px;
	overflow: hidden;
}
#accomodations .main #logoBox {
	height: auto;
	width: 206px;
	float: left;
	position: relative;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
}
#accomodations .main #logoBox img {
	margin: 70px auto 0 auto;
}
#accomodations .main #contentBox {
	height: auto;
	width: 714px;
	float: left;
	position: relative;
	overflow: hidden;
}
#accomodations .main #logo img {
	margin: 20px auto 0 auto;
}
#accomodations .main #contentBox #menu {
	list-style: none;
	height: 20px;
	margin-left: 490px;
}
#accomodations .main #contentBox #menu li {
	float: left;
	color: #d13b00;
	font-weight: bold;
	padding-left: 15px;
}
#accomodations .main #contentBox #menu a {
	color: #d13b00;
	text-decoration: none;
}
#accomodations .main #contentBox #menu a:hover {
	text-decoration: underline;
}
#accomodations .main #contentTop {
	height: 5px;
	width: 714px;
	background: url(../images/accomodations_main_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#accomodations .main #contentMid {
	min-height: 145px;
	width: 664px;
	padding: 20px 25px 0 25px;
	background: url(../images/accomodations_main_mid_bg.png) left top repeat-y;
}
* html #accomodations .main #contentMid {
	height: 143px;
	background: url(../images/accomodations_main_mid_ie_bg.gif) left top repeat-y;
}
#accomodations .main #contentBottom {
	height: 5px;
	width: 714px;
	background: url(../images/accomodations_main_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
* html #accomodations .main #contentBottom {
	background: url(../images/accomodations_main_bottom_bg.gif) left top no-repeat;
}
#accomodations .main #contentMid img {
	float: left;
	padding: 0 25px 10px 0;
}
#accomodations .main #contentMid #divider {
	margin-left:auto;
	margin-right:auto;/**/
	padding: 0 150px 0px 125px;
}
#accomodations .main #contentMid #divider1 {
	margin-left:auto;
	margin-right:auto;/**/
	padding: 0 0px 0px 150px;
}
#accomodations .main #contentMid img #right{
	float: right;
	padding: 0 25px 25px 0;
}
#accomodations .main #contentMid p {
	padding-bottom: 13px;
}


/********** MEMBERSHIP **********/
#membership #head h1 {
	height: 20px;
	width: 139px;
	background: url(../images/membership_title.png) left top no-repeat;
}
#membership .main {
	background: #f9f4e6 url(../images/accomodations_main_bg.jpg) left bottom no-repeat;
}
#membership .main h1.maxim {
	height: 12px;
	width: 97px;
	background: url(../images/subtitle-maxims_hotel.png) left top no-repeat;
	overflow: hidden;
}
#membership .main h1.marriott {
	height: 12px;
	width: 110px;
	background: url(../images/subtitle-marriott_hotel.png) left top no-repeat;
	overflow: hidden;
}
#membership .main h1.membership {
	height: 18px;
	width: 130px;
	background: url(../images/subtitle-membership_cards.png) left top no-repeat;
	overflow: hidden;
}
#membership .main #content {
	position: relative;
	top: 35px;
	left: 33px;
	height: auto;
	width: 920px;
	padding-bottom: 70px;
	overflow: hidden;
}
#membership .main #logoBox {
	height: auto;
	width: 206px;
	float: left;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#membership .main #logoBox img {
	margin: 70px auto 0 auto;
}
#membership .main #contentBox {
	height: auto;
	width: 714px;
	float: left;
	position: relative;
	overflow: hidden;
}
#membership .main #contentBox #menu {
	list-style: none;
	height: 20px;
	margin-left: 490px;
}
#membership .main #contentBox #menu li {
	float: left;
	color: #d13b00;
	font-weight: bold;
	padding-left: 15px;
}
#membership .main #contentBox #menu a {
	color: #d13b00;
	text-decoration: none;
}
#accomodations .main #contentBox #menu a:hover {
	text-decoration: underline;
}
#membership .main #contentTop {
	height: 5px;
	width: 714px;
	background: url(../images/accomodations_main_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#membership .main #contentMid {
	min-height: 145px;
	width: 664px;
	padding: 20px 25px 0 25px;
	background: url(../images/accomodations_main_mid_bg.png) left top repeat-y;
}
* html #membership .main #contentMid {
	height: 143px;
	background: url(../images/accomodations_main_mid_ie_bg.gif) left top repeat-y;
}
#membership .main #contentBottom {
	height: 5px;
	width: 714px;
	background: url(../images/accomodations_main_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
* html #membership .main #contentBottom {
	background: url(../images/accomodations_main_bottom_bg.gif) left top no-repeat;
}
#membership .main #contentMid img {
	float: left;
	padding: 0 25px 100px 0;
}
#membership .main #contentMid img #right{
	float: right;
	padding: 0 25px 25px 0;
}
#membership .main #contentMid p {
	padding-bottom: 13px;
}
#membership .main #contentMid #contentList {
	margin-left: 21px;
}
#membership .main #contentMid #contentList li {
	list-style-type: disc;
 margin-left: 2em;
	padding: 0 5px 10px 5px;
}


/********** Newport *********/
#newport #head h1 {
	height: 23px;
	width: 139px;
	background-image: url(../images/promos.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#newport .main {
	background: #f9f4e6 url(../images/accomodations_main_bg.jpg) left bottom no-repeat;
}
#newport .main h1.maxim {
	height: 12px;
	width: 97px;
	background: url(../images/maxims_hotel.png) left top no-repeat;
	overflow: hidden;
}
#newport .main h1.marriott {
	height: 12px;
	width: 96px;
	background: url(../images/marriott_hotel.png) left top no-repeat;
	overflow: hidden;
}
#newport .main #content {
	position: relative;
	top: 35px;
	left: 33px;
	height: auto;
	width: 920px;
	padding-bottom: 70px;
	overflow: hidden;
}
#newport .main #logoBox {
	height: auto;
	width: 206px;
	float: left;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#newport .main #logoBox img {
	margin: 50px auto 0 auto;
}
#newport .main #contentBox {
	height: auto;
	width: 714px;
	float: left;
	position: relative;
	overflow: hidden;
}
#newport .main #contentBox #menu {
	list-style: none;
	height: 20px;
	margin-left: 490px;
}
#newport .main #contentBox #menu li {
	float: left;
	color: #d13b00;
	font-weight: bold;
	padding-left: 15px;
}
#newport .main #contentBox #menu a {
	color: #d13b00;
	text-decoration: none;
}
#newport .main #contentBox #menu a:hover {
	text-decoration: underline;
}
#newport .main #contentTop {
	height: 5px;
	width: 714px;
	background: url(../images/accomodations_main_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#newport .main #contentMid {
	min-height: 145px;
	width: 664px;
	padding: 20px 25px 0 25px;
	background: url(../images/accomodations_main_mid_bg.png) left top repeat-y;
}
#newport .main #contentMid #contentSub {
	padding: 0 25px 25px 30px;
}
#newport .main #contentMid #contentSub li {
	list-style-type: disc;
 margin-left: 2em;
	padding: 0 5px 5px 5px;
}
* html #newport .main #contentMid {
	height: 143px;
	background: url(../images/accomodations_main_mid_ie_bg.gif) left top repeat-y;
}
#newport .main #contentMid img {
	float: left;
	padding: 0 25px 25px 0;
}
#newport .main #contentMid p {
	padding-bottom: 13px;
}
#newport .main #contentBottom {
	height: 5px;
	width: 714px;
	background: url(../images/accomodations_main_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
* html #accomodations .main #contentBottom {
	background: url(../images/accomodations_main_bottom_bg.gif) left top no-repeat;
}

/********** SITEMAP**********/
#sitemap #head h1 {
	height: 21px;
	width: 72px;
	background: url(../images/sitemap_head.png) left top no-repeat;
}
#sitemap .main {
	background: #f9f4e6 url(../images/aboutus_bg.jpg) left bottom no-repeat;
}
#sitemap .main h1 {
	height: 15px;
	width: 54px;
	background: url(../images/sitemap_main.png) left top no-repeat;
}
#sitemap .main #content {
	position: relative;
	top: 56px;
	left: 33px;
	height: auto;
	width: 920px;
	padding-bottom: 70px;
}
#sitemap .main #contentTop {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#sitemap .main #contentMid {
	min-height: 185px;
	width: 823px;
	padding: 11px 49px 11px 48px;
	background: url(../images/main_content_mid_bg.png) left top repeat-y;
}
* html #sitemap .main #contentMid {
	min-height: 185px;
	background: url(../images/main_content_mid_bg.gif) left top repeat-y;
}
#sitemap .main #contentBottom {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
* html #sitemap .main #contentBottom {
	background: url(../images/main_content_bottom_bg.gif) left top no-repeat;
}
#sitemap .main li {
	line-height: 1.5em;
	font-weight: bold;
}
#sitemap .main .mainnav, #sitemap .main .subnav {
	margin-bottom: 10px;
}
#sitemap .main .subnav li {
	margin-left: 20px;
	list-style: disc inside;
	font-weight: inherit;
}
#sitemap .main li a {
	text-decoration: none;
}
#sitemap .main li a:hover {
	text-decoration: underline;
}
/********** DISCLAIMER AND TERMS & CONDITIONS **********/
#disclaimer #head h1 {
	height: 16px;
	width: 95px;
	background: url(../images/disclaimer.png) left top no-repeat;
}
#disclaimer .main {
	background: #f9f4e6 url(../images/aboutus_bg.jpg) left bottom no-repeat;
}
#disclaimer .main h1 {
	height: 12px;
	width: 235px;
	background: url(../images/disclaimer_terms_conditions.png) left top no-repeat;
}
#disclaimer .main #content {
	position: relative;
	top: 56px;
	left: 33px;
	height: auto;
	width: 920px;
	padding-bottom: 70px;
}
#disclaimer .main #contentTop {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_top_bg.png) left top no-repeat;
	overflow: hidden;
}
#disclaimer .main #contentMid {
	min-height: 180px;
	width: 823px;
	padding: 15px 49px 11px 48px;
	background: url(../images/main_content_mid_bg.png) left top repeat-y;
}
* html #disclaimer .main #contentMid {
	min-height: 180px;
	background: url(../images/main_content_mid_bg.gif) left top repeat-y;
}
#disclaimer .main #contentBottom {
	height: 5px;
	width: 920px;
	background: url(../images/main_content_bottom_bg.png) left top no-repeat;
	overflow: hidden;
}
* html #disclaimer .main #contentBottom {
	background: url(../images/main_content_bottom_bg.gif) left top no-repeat;
}
#disclaimer .main p {
	padding: 10px 0;
}
#elvis {
	float: right;
	padding-left: 10px;
}
#photoholder {
  width:450px;
  height:338px;
  background:#fff url('/images/loading.gif') 50% 50% no-repeat;
}
#b1 {
  width:375px;
  height:530px;
}
