/* global */

*{
  padding: 0;
  margin: 0;
  border: 0;
}

body{
  background-color: #000;
  font-family: arial;
  font-weight: bold;
}

h4{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.right{
  float: right;
}

.left{
  float: left;
}

.spacer{
  clear: both;
}

/* end of global */

/* layout */

#wrapper{
  width: 960px;
  height: 500px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -250px;
  margin-left: -480px;
  background-color: #320000;
}

#column01{
  float: left;
  width: 324px;
  height: 500px;
  background: transparent url('../images/bg_landmark.jpg') no-repeat;
}

#column02{
  float: right;
  width: 636px;
  height: 500px;
  background-color: #320000;
}

#column02 .ads{
  width: 596px;
  height: 104px;
  padding-right: 40px;
  background-color: #001d32;
}

#column02 .contents{
  width: 606px;
  height: 209px;
  background: #320000 url('../images/bg_contents.jpg') no-repeat;
  padding: 12px 15px;
  font-size: 12px;
  overflow: hidden;
}

#column02 .contents ul{
  list-style-type: circle;
  color: #fff;
  padding-left: 20px;
}

#column02 .contents a{
  text-decoration: none;
  color: #fff;
}

#column02 .contents a:hover{
  text-decoration: underline;
}

#column02 .subContent{
  width: 277px;
  height: 220px;
  color: #fff;
  font-weight: normal;
  float: left;
  margin: -6px 12px 0 0;
}
#column02 .subContentcontainer{
	height: 220px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 5px;
	padding-left: 0px;
	position: relative;
}

#column02 .subContent p{
  margin-bottom: 12px;
}

#column02 .roomList{
  width: 277px;
  height: 209px;
  font-size: 28px;
  font-family: impact;
  font-weight: normal;
  margin-right: 12px;
  text-align: center;
}

#column02 .roomList ul{
  list-style-type: none;
}

#column02 .roomList a, #column02 .roomList a:visited{
	text-decoration: none;
	color: #133F62;
}

#column02 .roomList a:hover{
	color: #1D5B89;
	text-decoration: none;
}

#column02 .roomList a.activeSlide{
	color: #2A82C2;
}

/* end of layout */

/* form */

#column02 .subscribe{
  width: 188px;
  height: 97px;
  margin-top: 3px;
  background: #320000 url('../images/bg_subscribe.jpg') no-repeat;
}

#column02 .subscribe .txtSubscribe{
  height: 20px;
  width: 170px;
  margin: 54px 0 3px 10px;
}

#column02 .subscribe .btnSubmit{
  width: 78px;
  height: 14px;
  margin-left: 55px;
}

#column02 .reserveNow{
  width: 636px;
  height: 74px;
  background: #320000 url('../images/bg_reserveNow.jpg') no-repeat;
}

#column02 .reserveNow input{
  width: 109px;
  height: 21px;
}

#column02 .reserveNow .inDate{
  margin: 33px 0 0 175px;
}

#column02 .reserveNow .outDate{
  margin: 33px 0 0 19px;
}

#column02 .reserveNow select{
  width: 75px;
  height: 21px;
  margin: 33px 0 0 20px;
}

#column02 .reserveNow .btnSubmit{
  width: 78px;
  height: 21px;
  margin: 33px 0 0 5px;
}

#column02 .contactUs{
  width: 380px;
  height: 198px;
  padding: 10px 0 0 15px;
  background-color: #000;
}

#column02 .contactUs input{
  text-align: center;
  width: 365px;
  height: 16px;
  margin-bottom: 4px;
  color: #666;
}

#column02 .contactUs .message{
  width: 365px;
  height: 70px;
  margin-top: 2px;
  text-align: center;
  font-family: arial;
  font-size: 14px;
  color: #666;
}

#column02 .contactUs .btnSend{
  width: 365px;
  height: 21px;
  background-color: #FEE34C;
  margin-top: 2px;
}

#column02 .contactInfo{
  width: 150px;
  height: 198px;
  margin-left: 12px;
  padding: 5px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

#column02 .contactInfo .map{
  font-size: 36px;
  font-family: impact;
  font-weight: normal;
  color: #FEE34C;
}

#column02 .contactInfo a{
  text-decoration: none;
  color: #fff;
}

#column02 .contactInfo a:hover{
  color: #C00000;
}

#column02 .map{
  width: 380px;
  height: 208px;
  margin-right: 12px;
}

#column02 .navigation{
  width: 606px;
  height: 48px;
  padding-top: 41px;
  padding-left: 30px;
  list-style-type: none;
  background: #001d32 top url('../images/bg_navigation.jpg') no-repeat;
}

#column02 .navigation li{
  display: inline;
}

#column02 .navigation a{
  outline: none;
}

/* end of form */

/* style for jquery cycle */

.rooms{
  padding: 0;
  width: 277px;
  height: 233px;
  text-align: left;
  overflow: hidden;
}

.rooms .galleryNav{
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.rooms .galleryNav a{
  margin-left: 10px;
}

.roomPics{
  padding: 0;
  width: 277px;
  height: 209px;
  overflow: hidden;
}

.roomDesc{
  width: 269px;
  padding: 0 4px;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}

.roomDesc p{
  padding-bottom: 5px;
}

.roomPics img{
  padding: 0;
  width: 277px;
  height: 207px;
}

#column02 .roomDesc ul{
  list-style-type: disc;
  padding-left: 20px;
}

.break{
  height: 7px;
}

/* end of style for jquery cycle */

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 35px -18px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
#cta {
	padding-left: 370px;
	text-align: center;
}
#cta p {
	font-family: Verdana;
	font-size: 11px;
	color: #25510B;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#cta p a {
	text-decoration: underline;
	color: #FFFFFF;
}
#cta p a:hover {
	text-decoration: underline;
	color: #804eff;
}
#content {
	padding-top: 10px;
	text-align: center;
}
#content p {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 15px;
}
#content a {
	text-decoration:underline;
	color: #FFFFFF;
}
