/** RHA CSS **/
/** CSS Reset by Eric Meyer **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/** End of CSS RESET **/

/** CSS Initialization for RHA **/
body{
	font: normal 12px/13px "Times New Roman", "Georgia", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #000;
	text-align:center;
}
a{
	color: #C1272D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
.clr {
	line-height: 0;
	clear: both;
	margin : 0;
	padding: 0;
	border: 0;
}
/** Layout **/
#wrapper {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:992px;
	background: #fff;
	height:1099px;
}
#header {
	position:absolute;
	top:0;
	left:0;
	width:992px;
	height:80px;
	background:#fff;
	z-index:800;
}
.logo {
	position:absolute;
	top:18px;
	left:0;
	width:267px;
	height:58px;
	background: url(../images/experience-regina.png) 0 0 no-repeat;
}
#core {
	position:absolute;
	top:80px;
	left:0;
	width:992px;
	height:559px;
	background:#000;
	color:#fff;
}
div#footer {
	position:absolute;
	top:1080px;
	left:0;
	width:992px;
	padding:5px 0 0;
	height:18px;
	color:#666;
}
div#footer a{
	color: #666;
	text-decoration: none;
}
div#footer a:focus,div#footer a:hover,div#footer a:active {
	color: #c1272d;
	text-decoration: none;
}
div#tabs {
	position:relative;
	z-index:700;
}
#menu {
	position:absolute;
	top:0;
	left:0;
	height:28px;
	width:992px;
	z-index:800;
	background:#000;
}
#menu li {
	display:inline;
}
/** Page Styles **/
div.subCore {
	position:absolute;
	top:-503px;
	left:0;
	z-index:700;
	width:992px;
	height:531px;
	background:#000;
}
.subCore .content {
	position:relative;
	float:left;
	width:311px;
	height:519px;
	padding:0 29px 12px;
}
.subCore .content .subMenuPage{
	position:absolute;
	top:0;
	left:0;
	width:311px;
	height:519px;
	padding:0 29px 12px;
	background:#000;
}
.experienceLogo .contentLogo p,
.subCore .content .subMenuPage p{
	line-height:1.1em;
}
.show-content{
	opacity:1;
	filter: alpha(opacity = 100);
	z-index:750;
}
.hide-content{
	opacity:0;
	filter: alpha(opacity = 0);
	z-index:740;
}
.subCore .image {
	position:relative;
	float:right;
	width:611px;
	height:519px;
	padding: 0 12px 12px 0;
}
.subMenuBox,.subMenuBoxShadow {
	position:absolute;
	bottom:0;
	left:0;
	width:611px;
	height:138px;
	z-index:700;
}
.subMenuBoxShadow {
	background:url('../images/black50.png');
	z-index:690;
}
.subMenuBox ul {
	margin-left:38px;
}
.subMenuBox li a{
	display:block;
	line-height:29px;
	height:29px;
	width:195px;
	padding:0 4px;
	border-bottom:1px solid #fff;
	color:#fff;
}
.subMenuBox a.subActive {
	color:#939598;
	font-style:italic;
	text-decoration:none;
}
.subMenuBox a:hover {
	text-decoration:none;
	color:#939598;
}
.menuLoader {
	position:absolute;
	top:0;
	left:0;
	height:28px;
	background: #000 url('../images/menu/menu-loader.gif') 50% 50% no-repeat;
	z-index:999;
	padding: 0 18px 0 19px;
}
ul#menu li:last-child a .menuLoader{
	padding: 0 17px;
}
.menuTrigger{
	position:relative;
}
.menuTrigger, .subMenuTrigger {
	text-transform:lowercase;
}
.menuTrigger span, .subMenuTrigger span {
	text-transform:uppercase;
}
.subMenuTrigger,.subMenuNonTrigger{
	font-size:12px;
}
ul#menu { 
	list-style: none; 
	position: relative; 
	padding: 0; 
	margin:0; 
	height: 28px;
}
ul#menu li { 
	position: relative; 
	float: right; 
	border-bottom-width: 0 !important; 
	margin: 0; padding: 0; 
}
ul#menu li a { 
	float: left; 
	text-decoration: none;
	padding: 0 18px 0 19px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	border-left:1px solid #fff;
}
ul#menu li:last-child a { 
	padding: 0 17px;
}
ul#menu li a:hover { 
	background:#fff;
	color:#000;
}
ul#menu li a#Texperiences {background: #000 url('../images/menu/experience.png') 50% 0 no-repeat;width:72px;}
ul#menu li a#Texperiences:hover {background: #FFF url('../images/menu/experience.png') 50% -56px no-repeat;}
ul#menu li a#Texperiences.active-menu {background: #000 url('../images/menu/experience.png') 50% -28px no-repeat;}
ul#menu li a#Thotels {background: #000 url('../images/menu/hotels.png') 50% 0 no-repeat;width:48px;}
ul#menu li a#Thotels:hover {background: #FFF url('../images/menu/hotels.png') 50% -56px no-repeat;}
ul#menu li a#Thotels.active-menu {background: #000 url('../images/menu/hotels.png') 50% -28px no-repeat;}
ul#menu li a#Tcontact {background: #000 url('../images/menu/contact.png') 50% 0 no-repeat;width:48px;}
ul#menu li a#Tcontact:hover {background: #FFF url('../images/menu/contact.png') 50% -56px no-repeat;}
ul#menu li a#Tcontact.active-menu {background: #000 url('../images/menu/contact.png') 50% -28px no-repeat;}
ul#menu li a#Tabout {background: #000 url('../images/menu/about.png') 50% 0 no-repeat;width:57px;}
ul#menu li a#Tabout:hover {background: #FFF url('../images/menu/about.png') 50% -56px no-repeat;}
ul#menu li a#Tabout.active-menu {background: #000 url('../images/menu/about.png') 50% -28px no-repeat;}
ul#menu li a#Tplananevent {background: #000 url('../images/menu/plananevent.png') 50% 0 no-repeat;width:90px;}
ul#menu li a#Tplananevent:hover {background: #FFF url('../images/menu/plananevent.png') 50% -56px no-repeat;}
ul#menu li a#Tplananevent.active-menu {background: #000 url('../images/menu/plananevent.png') 50% -28px no-repeat;}
ul#menu li a#Tpackages {background: #000 url('../images/menu/packages.png') 50% 0 no-repeat;width:62px;}
ul#menu li a#Tpackages:hover {background: #FFF url('../images/menu/packages.png') 50% -56px no-repeat;}
ul#menu li a#Tpackages.active-menu {background: #000 url('../images/menu/packages.png') 50% -28px no-repeat;}
#menu .extra-wide {
	padding-right:38px;
}
/** Gallery Styles **/
#thumbs.gallerificThumbs {
	top:537px;
	right:5px;
}
.gallerificThumbs {
	position:absolute;
	top:386px;
	right:14px;
	margin:0;
	padding:0;
	overflow:hidden;
	z-index:600;
	background: none; /*#C1272D;*/
}
ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

#slideshow.gallerificSlideshow {
	top:28px;
	left:0;
	width:992px;
	height:531px;
}
.gallerificSlideshow {
	position:absolute;
	top:0;
	left:12px;
	margin:0;
	padding:0;
	width:968px;
	height:531px;
	overflow:hidden;
	z-index:500;
	background:#000 url('../images/loading.gif') 50% 50% no-repeat;
}
.gallerificSlideshow ul
.gallerificSlideshow ul li,
.gallerificSlideshow span.image-wrapper,
.gallerificSlideshow span.image-wrapper a.advance-link,
.gallerificSlideshow span.image-wrapper img{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
#loading.gallerificLoading{
	height:531px;
}
.gallerificLoading {
	position:absolute;
	z-index:550;
	width:968px;
	height:405px;
	top:0;
	left:0;
	background: url("../images/loaderWhite.gif") 50% 50% no-repeat;
}
.hotelLogo, .experienceLogo {
	position:absolute;
	z-index:850;
	top:323px;
	left:0;
	width:370px;
	height:208px;
	background:#000;
	text-align:center;
}
.hotelLogo img {
	margin:14px auto 6px;
}
.experienceLogo img {
	margin:0 auto;
}
.experienceLogo p {
	margin:0;
}
.hotelLogo .contentLogo, .experienceLogo .contentLogo{
	text-align:left;
	padding:0 30px 30px;	
}

.galleryNavBar{
	position:absolute;
	z-index:850;
	right:11px;
	bottom:12px;
	width:611px;
	height:114px;
}
.galleryNavBarShadow {
	position:absolute;
	z-index:855;
	top:0;
	left:0;
	width:611px;
	height:114px;
	background:#000;
	opacity:.5;
	filter: alpha(opacity = 50);
}
.arrow-left {
	position:absolute;
	top:0;
	left:0;
	width:54px;
	height:114px;
	background:url(../images/arrow-left.png) 23px 45px no-repeat;
	z-index:870;
}
.arrow-right {
	position:absolute;
	top:0;
	right:0;
	width:54px;
	height:114px;
	background:url(../images/arrow-right.png) 11px 45px no-repeat;
	z-index:870;
}
.navItems {
	position:absolute;
	top:0;
	left:54px;
	width:532px;
	height:114px;
	z-index:860;
	overflow:hidden;
}
.navItem {
	float:left;
	width:91px;
	height:70px;
	border:5px solid #fff;
	margin:17px 32px 17px 0;
	z-index:890;
	background:#444 url(../images/navItemX.png) 0 0 no-repeat;
}
#hotels div.subActive, #experiences div.subActive {
	display:block;
}
#hotels div.subInactive, #experiences div.subInactive {
	display:none;
}

/* Bottom Menu */
#bottomMenu {
	position:absolute;
	top:921px;
	left:0;
	width:992px;
	height:149px;
	border-top:3px solid black;
	border-bottom:3px solid black;
	background:#fff url(../images/bg-bottom-menu.png) 0 0 repeat-x;
}
#bottomMenu ul{
	margin: 17px 0 0 29px;
}
#bottomMenu ul ul{
	margin: 0;
}
#bottomMenu ul li,
#bottomMenu ul li a,
#bottomMenu ul li a:visited,
#bottomMenu ul li a:link{
	float:left;
	display:inline;
	color:#000;
	line-height:20px;
	font-size:12px;
	margin-right:3px;
	width:112px;
}
#bottomMenu ul li.bMenu1 { width:100px;}
#bottomMenu ul li.bMenu2 { width:90px;}
#bottomMenu ul li.bMenu3 { width:100px;}
#bottomMenu ul li.bMenu4 { width:150px;}
#bottomMenu ul li.bMenu5 { width:120px;}
#bottomMenu ul li.bMenu6 { width:100px;}
#bottomMenu ul li a:hover{
	color:#C1272D;
}
#bottomMenu ul li ul li,
#bottomMenu ul li ul li a,
#bottomMenu ul li ul li a:visited,
#bottomMenu ul li ul li a:link{
	color:#666;
	font-size:11px;
}
#bottomMenu ul li ul li a:hover{
	color:#C1272D;
}
#bottomMenu .logo{
	z-index:901;
	top:50px;
	left:690px;
}

/** Video Bar **/
#videoBar, #promoBar {
	position:absolute;
	top:657px;
	left:0;
	width:992px;
	height:250px;
	background:#000;
	padding:0;
}
#promoBar a {
	position:absolute;
}
#videoBar {
	width:990px;
	padding:0 1px;
	background:#000 url(../images/featured-experiences.png) 0 0 no-repeat;
}
#jwbox_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	zoom: 1;
	-moz-opacity: 0.8;
	opacity:0.80;
	filter: alpha(opacity = 80);
	overflow: auto;
}
.jwbox_hidden {
	display: none;
	position: fixed;
	padding: 16px 16px 25px 16px;
	border: 16px solid white;
	background-color: white;
	z-index:1002;
	overflow: hidden;
	background-image:url('http://www.longtailvideo.com/jw/images/jwbox/closelabel.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
}
.jwbox_content{
}
.jwbox{
	position:relative;
	float:left;
	width:330px;
	height:250px;
}
.jwbox img{
	position:absolute;
	top:54px;
	left:34px;
	width:251px;
	height:89px;
	z-index:850;
}
.jwbox .videotag {
	position:absolute;
	top:128px;
	left:19px;
	width:118px;
	height:28px;
	z-index:860;
	background:url(../images/experience-tag.png) 0 0 no-repeat;
}
.jwbox .videodesc {
	position:absolute;
	top:164px;
	left:34px;
	width:251px;
	z-index:870;
	color:#FFF;
}
#video-share {
	position:absolute;
	bottom:0;
	right:0;
	margin:0 -9px -7px 0;
	width:168px;
	height:39px;
	z-index:870;
	color:#FFF;
	display:none;
}
#video-share a{
	display:block;
	width:168px;
	height:39px;
	background:url(../images/videos/share-your-experience.png) 0 0 no-repeat;
}
/** Typography **/
.subCore .content,
.contentLogo{
	overflow:hidden;
}
.subCore .content h2,
.contentLogo h2{
	color:#BE1E2D;
	font-size:21px;
	line-height:14px;
}
.subCore .content h3,
.contentLogo h3{
	color:#BE1E2D;
	font-size:14px;
	line-height:12px;
}
.subCore .content p,
.contentLogo p{
	margin:1em 0;
	font-size:13px;
	line-height:12px;
}
.contentLogo .contentLeft {
	float:left;
	width:49%;
}
.contentLogo .contentRight {
	float:right;
	width:49%;
}
.subCore .content p strong,
.contentLogo p strong{
	font-weight:bold;
}
.subCore .content table td{
	padding:2px 0;
}
.subCore .content table{
	margin-top:6px;
}
/** HotelList **/
#hotelListWrap{
	position:absolute;
	bottom:208px;
	left:190px;
	z-index:950;
	width:160px;
	padding:0 10px;
	background:#000;
	opacity:.8;
	filter: alpha(opacity = 80);
	overflow:hidden;
}
#hotelListToggle{
	position:relative;
	height:20px;
	cursor:pointer;
	line-height:20px;
}
#hotelListToggle p{
	float:left;
	margin:0;
	padding:0;
	display:inline;
	line-height:20px;
	color:#C1272D;
	font-weight:bold;
}
#hotelListToggle span{
	float:right;
	font-size:11px;
	color:#fff;
	height:20px;
	padding-right:22px;
	letter-spacing:0px;
	font-weight:normal;
}
#hotelListToggle span.hlOpen{
	background:url('../images/up_arrow.png') right center no-repeat;
}
#hotelListToggle span.hlClose{
	background:url('../images/down_arrow.png') right center no-repeat;
	display:none;
}
#hotelListAll{
	position:relative;
	/*height:305px;*/
}
#hotelListAll span{
	font-style:italic;
	display:block;
	padding:1px 5px 1px 0;
}
.current-navItem{
	opacity:.8;
	filter: alpha(opacity = 50);
}

/* Stars Rating */
.stars-none,.stars-half,.stars-full {
	display:inline-block;
	background:url('../images/hotels/stars.jpg') 0 -28px no-repeat;
	width:15px;
	height:14px;
}
.stars-half {
	background-position: 0 -14px;
}
.stars-full {
	background-position: 0 0;
}