body {
	font-size: 75%;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #0015b5;
	text-decoration: none;
}

p {
	font-size: 1.2em;
	line-height: 1.5;
	padding-bottom: 10px;
	color: #0015b5;
}


/* full bg */
* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#bg { 
    position: fixed; 
}

#bg div {
	margin: 0 auto;
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align: middle;
}

#bg img {
    margin:0 auto;
	position: fixed;
	top: 0;
	left: 0;
    min-height:50%;
    min-width:50%;
	width: 100% !important;
	width: 50%;
	height: 100% !important;
	height: 75%;
}

#cont {
    position:absolute;
    top:0;
	left:0;
    z-index:70;
    overflow:auto;
}

.box { 
    margin: 0 auto;
    width: 959px;
	padding: 0;
}

.container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}
/* header */

#header {
	background: url(../_img/headerBg.gif) repeat-x;
	height: 155px;
}

#header h1 {
	float: left;
	margin-top:86px;
}

#header h1 a {
	background: url(../_img/logo.gif) no-repeat;
	width: 555px;
	height: 65px;
	display: block;
	text-indent: -9999px;
}

#header img {
	float: right;
	padding-top: 10px;
	margin-right: 180px;
}

#header #cert-exc {
	position:absolute;
	z-index:99;
	top:0;
	right:0px;
}

/* leaderboard */
#leaderboard {
	display: block;
}



/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	height: 450px;
	z-index:5;
}

.lead {
	height: 450px;
	width: 720px;
	margin: auto;
}
.lead img {
	padding: 0;
	width: 717px;
	height: 448px;
	border-bottom: #333 solid 2px; 
	border-right: #333 solid 2px;
	border-left: #333 solid 2px; 	
}

.slideshow { 
	height: 450px; 
	width: 720px; 
	margin: auto;

}
.slideshow img {
	padding: 0;
	width: 717px;
	height: 448px;
	border-bottom: #333 solid 2px; 
	border-right: #333 solid 2px;
	border-left: #333 solid 2px; 	
}

.slideshow2 {
	width: 220px;
	height: 138px;
	margin: auto;
	margin-top: 20px;
	border: 2px solid #C0C0C0;
}

.slideshow2 img {
	padding: 0;
	width: 220px;
	height: 137p;
}


/* Nagivation */

#nav {
	float: left;
	width: 226px;
	height: 448px !important;
	padding-right: 10px;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

div#nav {
	background-color: #fff;
	/* for IE */
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#nav ul {
	text-align: right;
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 2.6;
	text-decoration: none;
	font-weight: bold;
}

#nav ul li, #nav ul li a, #nav ul li a:visited {
	text-decoration: none;
	color: #ff4e00;
}

#nav ul li a:hover {
	color: #555;
}

/* Content */

#contentWrap {
	clear: both;
	overflow: hidden;
	background: #ffffe8;
	border-right: 2px solid #333 !important;
}

#leftCol {
	width: 236px;
	float: left;
	background: #ffffe8;
	border-right: 1px solid #333;
	border-left: 2px solid #333;
	margin-bottom: -1500px;
	padding-bottom: 1550px;
}

#leftCol h2 {
	margin-top: 20px;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: normal;
	text-transform: uppercase;
}

#leftCol p {
	line-height: 1.5;
	font-size: 1.2em;
	padding: 5px 15px;
}

#leftCol a {
	color: #F87718;
}

#leftCol a:hover {
	color: #0015b5;
}

#rightCol {
	float: right;
	background: #ffffe8;
	overflow: hidden;
	width: 698px;
	overflow: hidden;
	padding: 15px 10px;
	text-align:left;
	border-right: none !important;
	border-right: 2px solid #333;
	margin-bottom: -1500px;
	padding-bottom: 1550px;
}

#rightCol h1 {
	color: #F60;
	font-size: 2em;
	line-height: 1.5;
}

#rightCol h2 {
	font-size: 1.5em;
	line-height: 1.5;
	text-align: center;
	font-weight: normal;
}

#rightCol h3 {
	color: #0015b5;
	font-size: 1.7em;
	line-height: 1.5;
}

#rightCol a, #rightCol a:visited, #rightCol p a {
	color: #F87718;
}

#rightCol a:hover {
	color: #F90;
}

#rightCol ul {
	padding-left: 30px;
}

#rightCol ul li {
	font-size: 1.2em;
	line-height: 1.6;
	list-style: disc;
	padding-left: 10px;
}

#rightCol img {
	overflow: hidden;
	border: 4px #fff solid;
}

#rightCol .featurebox {
	width: 650px;
	display: block;
	height: 150px;
	margin: 20px 32px;
	border: 1px #d4d4d4 dashed;
	background: #ffff99;
}

.featurebox img {
	padding: 12px;
	float: left;
	display: block;
	overflow: hidden;
}

.featurebox h2 {
	padding-top: 12px;
	font-size: 1.5em;
	text-align: left;
	line-height: 1.5;
}

.featurebox p {
	text-align: left;
	display: block;
	font-size: 1.2em;
	line-height: 1.2;
}

.featurebox .findoutmore {
	float: right;	
}

	.findoutmore a {
		background: url(../_img/_img_17.jpg) no-repeat;	
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		width: 195px;
		height: 43px;
		margin-right: 12px;	
	}
	
	.findoutmore a:hover {
		background: url(../_img/_img_17.jpg) 0px -43px no-repeat;
	}
	
/* footer */

#footerWrap {
	background: #f95c14 url(../_img/footerBg.gif) repeat-x;
	min-height: 182px;
}

#footer {
 	width: 960px;
	padding-top: 15px;
	margin: 0 auto;	
	text-align: left;
	color: #fff;
	line-height: 1.5;
}
 
#footer ul {
	 font-size: 1em;
	 line-height: 1.5;
}

#footer p {
	font-size:1em;
	line-height: 1.5;
}
 
#footer ul li {
	 padding-left: 10px;
}
 
.footerfirst {
	display: block;
	width: 22%;
	height: 150px;
	float: left;
	border-right: dotted 1px #fff;
}

.footerrooms {
	display: block;
	width: 20%;
	height: 150px;
	float: left;
	padding-left: 20px;
	border-right: dotted 1px #fff;
}

.footeramenities {
	display: block;
	height: 150px;
	width: 20%;
	float: left;
	padding-left: 20px;
	border-right: dotted 1px #fff;
}

.footerlast {
	display: block;
	width: 31%;
	height: 150px;
	float: left;
	padding-left: 20px;
}

.left {
	float: left;
	overflow:hidden;
}

.right {
	float: right;
	overflow: hidden;
}

.book a {
		background: url(../_img/book-a-room.gif) no-repeat;	
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		width: 210px;
		height: 75px;
		margin: 20px 12px;
	}
	
	.book a:hover {
		background: url(../_img/book-a-room.gif) 0px -75px no-repeat;
	}
	
#email-button {
  margin-top:25px;
}

#email-button a {
color:#ffffff;
}

#email-button a:hover {
color:#ffffff;
}
	
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #f87618));
	background:-moz-linear-gradient(top, #ffc477 5%, #f87618 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #f87618 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #f87618 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #f87618 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #f87618 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#f87618',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	
	  font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:15px;
	/*font-weight:bold;*/
	padding:11px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f87618), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #f87618 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #f87618 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #f87618 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #f87618 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #f87618 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87618', endColorstr='#ffc477',GradientType=0);
	background-color:#f87618;
}
.myButton:active {
	position:relative;
	top:1px;
}

	