.mceEditor { width: 550px; }

@font-face {
	font-family: furore;
	src: url(Furore.otf);
}

a {
	color: #f0f0f0;
	text-decoration: underline;
}

body {
	background: #1e1e1e;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
}

body.indexPop {
	background: #ffffff;
	margin: 10px;
}

input {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	text-indent : 2px;
}

select {
	border: solid 1px #B4B4B4;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	text-indent : 2px;
}

textarea {
	background: #F3F3F3;
	border: solid 1px #B4B4B4;
	font-family: Tahoma, sans-serif;
	color: #000000;
	font-size: 13px;
	text-indent : 2px;
}

table.data tbody.plugins td {
	background-color: #f5f5f5;
	color: #a1a1a1;
	font-size: 10px;
}
table.data tbody.plugins td a {
	color: #a1a1a1;
}
table.data tbody.plugins td a:hover {
	color: #000000;
}

iframe {
	border: solid 1px #B4B4B4;
}

table.wikitable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th {
    background: #f2f2f2;
    text-align: center;
}

.header {
	position: relative;
	width: 886px;
	height: 97px;
	z-index: 10;
}
.header .headerBg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}
.header div {
	position: relative;
	z-index: 1;
}
.header .menu {
	text-align: right;
	margin-left: 350px;
	padding-top: 38px;
}

.gallery {
	position: relative;
	background: #000;
	min-height: 2px;
	z-index: 1;
}
.gallery .content {
	position: relative;
	width: 1000px;
	margin-left: -67px;
}

.main {
	position: relative;
	background: url(../images/bg-repeat.jpg) center top;
}
.main .content {
	position: relative;
	width: 886px;
	text-align: left;
	padding-top: 20px;
	display: table;
}
.main .content .pressbox {
	box-sizing: border-box;
	width: 350px;
	height: 350px;
	padding: 50px;
	padding-bottom: 124px;
	background: url(../images/bg-pressbox.png) no-repeat left top;
	display: table-cell;
	position: relative;
	top: 20px;
}

.main .content .infoboxContainer {
	display: table-cell;
	margin-top: 20px;
}

.main .content .infoboxBorder {
	vertical-align: top;
	border: 15px solid transparent;
	border-image:url(../images/bg-infobox-border.png) 40% stretch;
	box-sizing: border-box;
}
.main .content .infobox {
	background: url(../images/bg-infobox-repeat.png);
}

.main .content .head {
	font-family: furore;
	font-size: 21px;
}
.main .content .subhead {
	color: #01b4ff;
}
.main .content .entry {
	padding: 8px 0px;
	border-bottom: 1px #4e4d4d solid;
}
.main .content .entry:last-child {
	border: none;
}
.main .content .entry a {
	text-decoration: none;
}
.main .content .entry .date {
	color: #01b4ff;
}
.main .content .entry a:hover {
	text-decoration: underline;
}
.main .content .entry ul {
	margin: 0px;
	margin-top: 5px;
	list-style-position: inside;
	padding: 0px;
}
.main .content .entry p:first-of-type {
	margin-top: 0px;
}
.main .content .infobox > .entry { /*all direct decendents of infobox*/
	padding-top: 0px;
}
.main .content .infobox > .entry ~ .entry { /*all after the first*/
	padding-top: 0px;
}
.main .content .entry b, .main .content .entry strong {
	color: #01b4ff;
}
.main .content h1 {
	margin: 0px;
	font-size: 21px;
	color: #ff9900;
}

.main .content .infobox .entry a {
	color: #01b4ff;
}

.footer {
	position: relative;
	background: url(../images/bg-footer.png) repeat-x center top;
	height: 217px;
}
.footer .contain {
	position: relative;
	width: 886px;
	height: 217px;
}
.footer .bottomAligner {
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
	width: 0px;
	background: #fff;
}
.footer .content {
	display: inline-block;
	width: 99%;
	padding-bottom: 30px;
}

.contactForm input, .contactForm textarea, .contactForm div {
	width: 350px;
}

/* Start dynamic menu css */
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 170%;
	z-index: 5000;
	position: relative;
}
.menu ul a {
	display: inline-block;
	/* width: 180px; /* width needed or else Opera goes nuts */
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.menu ul a:hover {
	color: #01b4ff;
}

.menu ul .current {
	border-radius: 6px;
	border: 2px #01b4ff solid;
}

.menu ul li li a {
	color: #ffffff;
	width: 180px;
}

.menu ul li li a:hover {
	color: #fff;
}

.menu ul li { /* all list items */
	position: relative;
	background: transparent;
	padding: 5px 2px;
	/*float: left;*/
	display: inline-block;
	margin: 0px;
	margin-left: 16px;
	text-align: left;
}

.menu ul li li { /* all list items */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.menu ul li ul { /* second-level lists */
	position: absolute;
	right: 0px;
	background: #0082b4;
	border: 2px #00597a solid;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isnt read by screen readers */
	padding: 3px;
	height: auto;
	filter:alpha(Opacity=82);
	opacity:0.82;
	-moz-opacity:0.82;
	-khtml-opacity:0.82;
}

.menu ul li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

.menu ul li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}

.menu ul li:hover ul, #nav1 li li:hover ul #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: 0px;
	#margin: 15px 0px 0px -50px;
}
.menu ul li:hover, #nav1 li.sfhover { /* required by IE */
	background: transparent;
}
.menu ul li li:hover, #nav1 li li.sfhover { /* required by IE */
	background: #00597a;
}
/* Emd dynamic menu css */


/* Start dynamic menu css */
.menu2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 170%;
	z-index: 5000;
	position: relative;
}
.menu2 ul a {
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.menu2 ul a:hover {
	color: #01b4ff;
}

.menu2 ul .current {
	border-radius: 6px;
	border: 2px #01b4ff solid;
}

.menu2 ul li { /* all list items */
	position: relative;
	background: transparent;
	padding: 5px 10px 5px 10px;
	/*float: left;*/
	display: inline-block;
	margin: 0px;
	margin-left: 30px;
	text-align: left;
}

.menu2 ul li:hover, .menu2 ul li.sfhover { /* required by IE */
	background: transparent;
}
/* Emd dynamic menu css */

@media (max-width: 1024px) {
	.header {
	}
}

/*DHTMLGOODIES_CALENDAR*/
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}

#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;
}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
	border: 1px #317082 solid;
	background-color: #E2EBED;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:105px;
	//color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}

#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}

@keyframes btnBookNowShadowAnim {
	from {box-shadow: 0px 0px 0px;}
	to {box-shadow: 0px 0px 10px;}
}
.btnBookNow {
	padding: 10px 20px;
	color: #ffffff !important;
    background-color: #f5a512;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	box-shadow: 0px 0px 0px;
}
.btnBookNow:hover {
	text-decoration: none !important;
	box-shadow: 0px 0px 10px;
	animation-name: btnBookNowShadowAnim;
	animation-duration: 1s;
}