*{margin:0; padding:0;}

html{
  font-family:Arial;
	font-size:12px;
	background:url(../images/background.jpg) black;
}

#frame{
  width:932px;
	margin:0 auto;
	position:relative;
}



a{
  color:#9bcbfb;
}

a:hover{
  color:#ffffff;
}

img{
  border:none;
}


/* === Side Navigation === */

#sideNav {
  position:absolute;
	top:0;
	left:0;
  width:180px;
	overflow:hidden;
  padding-top:105px;
  background:black;
  
}

#sideNav ul {
  list-style-type: none;
	background:url(../images/menuBg2.jpg) top no-repeat;
	width:180px;
	height:200px;
  padding-bottom:2px;
	overflow:hidden;
}

#full #sideNav ul {
  padding-bottom:4px;
}


#sideNav ul li {
  display:block;
	height:20px;
	text-align:right;
}

#sideNav li a{
	font-size:14px;
	text-decoration:none;
	display:block;
	width:168px;
	height:18px;
	padding:2px 25px 0 0;
}

#sideNav li a:hover{
  background:url(../images/menuHover2.jpg);
}

#sideNav .reserve{
  background:url(../images/ReservationWithDate.jpg);
	position:relative;
	height:34px;
}

#full #sideNav .reserve{
	height:128px;
}

#sideNav .reserve h2 a{
  display:block;
	width:180px;
	height:25px;
	font-size:0;
}

#sideNav .reserve h2 a:hover{
  cursor:pointer;
}

#sideNav .reserve p.checkin{
  position:absolute;
	top:35px;
	left:20px;
}

#sideNav .reserve p.checkout{
  position:absolute;
	top:73px;
	left:20px;
}

#sideNav .reserve p img{
  vertical-align:bottom;
}

#sideNav .reserve input{
  width:100px;
}

#sideNav .reserve p.submit{
  position:absolute;
  bottom:0;
  right:0;
  width:70px;
  height:20px;
}

#sideNav .reserve p.submit input{
  border:none;
  font-size:0;
  width:70px;
  height:20px;
  background:none;
  cursor:pointer;
}



/* === Header === */

#header{
  position:absolute;
  top:65px;
  right:0;
  width:752px;
}

#header h1{
  position:absolute;
  top:10px;
  left:0;
  width:200px;
  height:50px;
  font-size:0;
}

#header h1 a{
  display:block;
  width:100%;
  height:100%;
}

#header .topNav{
  position:absolute;
  top:45px;
  right:0;
}

#header .topNav ul{
  list-style-type:none;
}

#header .topNav ul li{
  float:right;
  padding:0 15px;
}

#header .topNav ul li a{
  text-decoration:none;
  text-transform:uppercase;
  font-size:10px;
}

#header .intro{
  position:absolute;
  top:70px;
  left:300px;
  height:140px;
  padding:15px;
  overflow:hidden;
  width:420px;
}

#header .intro h2{
  color:#ffff99;
  text-transform:uppercase;
  font-size:18px;
  padding-bottom:3px;
  font-weight:normal;
}

#header .intro p{
  color:#ffffff;
  padding-bottom:10px;
}




#header .idTabs{
  position:absolute;
  top:242px;
  right:0;
  width:752px;
  height:35px;
  overflow:hidden;
  background:url(../images/blank_menu.jpg) repeat-x top;
}

#full #header .idTabs{top:335px;}

#header .idTabs a.text{
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	padding:10px;
	text-transform:uppercase;
}

#header .idTabs a.text:hover{color:#ffd66d; background:url(../images/tabTextBackground.jpg) repeat-x;}

a#tabOne, a#tabTwo, a#tabThree, a#tabFour{
  display:block;
  width:188px;
  height:35px;
  text-indent:9999px;
  float:left;
}

a#tabOne{background-position:0 0;}
a#tabTwo{background-position:-188px 0;}
a#tabThree{background-position:-376px 0;}
a#tabFour{background-position:-564px 0;}

a#tabOne:hover{background-position:0 36px;}
a#tabTwo:hover{background-position:-188px 36px;}
a#tabThree:hover{background-position:-376px 36px;}
a#tabFour:hover{background-position:-564px 36px;}



/* === Content Area === */

#contentArea{
background:transparent url(../images/Home_Body_BackGround_OverFlow-3.jpg) repeat-y scroll left top;
position:relative;
top:340px;
margin-bottom:350px;
min-height:425px;
}

#full #contentArea{
background:transparent url(../images/Home_Body_BackGround_OverFlow-3.jpg) repeat-y scroll left top;
position:relative;
top:435px;
margin-bottom:445px;
}

.content{
  padding:15px 15px 15px 203px;
  width:700px;
  min-height:250px;

}



#contentArea a{
  color:#003366;
  font-weight:bold;
}

#contentArea a:hover{
  color:#000000;
}

#contentArea h1{
  color: rgb(153, 51, 51);
  font-size: 18px;
  padding-bottom:10px;
  font-weight:normal;
  text-transform:uppercase;
}

#contentArea h2{
  color:#000000;
  font-size:16px;
  padding-bottom:5px;
  font-weight:normal;
}

#contentArea p{
  margin-bottom:15px;
}

#contentArea img{
  float:right;
  margin:0 0 15px 15px;
  border:1px solid black;
}

#contentArea ul{
  margin-left:25px;
  padding-bottom:15px;
}

#contentArea ul li{
  padding-bottom:3px;
}

#contentArea hr{
  border:none;
  border-bottom:1px solid black;
  height:1px;
  margin:30px 10px;
  clear:both;
}

#contentArea .highlight{
  font-size:15px;
  font-weight:bold;
}

#contentArea .notice{
  font-size:10px;
}

#contentArea td, #contentArea th{
  padding:5px;
}



#contentArea .bookNow{
  float:right;
  text-align:right;
  width:150px;
  height:150px;
}

#contentArea .bookNow img{
  float:none;
  margin-top:3px;
}



.promos{
  position:absolute; top:0; left:0;
  width:200px;
}


#contentArea .promo a img{
  border:none;
  float:none;
  margin:0;
  position:relative; z-index:5;
}



.promo{
  
  padding:10px 0 10px 5px;
  border-bottom:1px solid #f4e8d2;
}

.promo h3{
  padding-bottom:5px;
  font-size:18px;
}


/* === Footer === */

#footer{
  margin:15px 0 15px 180px;
}

#footer .subscribe{
  height:38px;
  overflow:hidden;
  background:url(../images/MailingListBar.jpg) no-repeat;
  position:relative;
}

#footer .subscribe p{
  position:absolute;
  top:8px;
  right:25px;
}

#footer .subscribe .subscribeInput{
  width:170px;
  margin-right:15px;
}

#footer .subscribe .subscribeSubmit{
  width:90px;
  height:20px;
  cursor:pointer;
  background:none;
  border:none;
  font-size:0;
}

#footer .bottomNav ul{
  list-style-type:none;
  padding:15px 0;
}

#footer .bottomNav ul li{
  float:right;
  padding:0 15px;
}

#footer .bottomNav ul li a{
  text-decoration:none;
  text-transform:uppercase;
  font-size:10px;
}

#footer .bottomContactInfo p{
  text-decoration: none;
		color: #9bcbfb;
		text-align: right;
		padding-right: 15px;
}



.logo{position:absolute; z-index:100; top:-1px; left:0;}