@charset "utf-8";
/* CSS Document */

/**************************************************
				MASTER RESET
**************************************************/

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**************************************************
			HOME PAGE AND MAIN STYLES
**************************************************/

body {
	background-image: url(../images/header2.JPG);
	background-repeat: repeat-x;
	background-position: 50% 0px;
	background-color: #D5D3BC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#header {
	height: 76px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 7px;
	text-align: center;
}
#nav {
	width:950px;
	height:14px;
	background-color:#969583;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: -7px;
}
#wrapper-home {
	position:relative;
	background-color: #ABAA95;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:auto;
	overflow:auto;
	background-image: url(../images/top-boxes-home.jpg);
	background-repeat: no-repeat;
	min-height:469px;
}
#green-wrapper-home {
	position: relative;
	background-image: url(../images/green-bx-shadow.jpg);
	background-repeat: repeat-y;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	margin-top:22px;
	overflow:hidden;
	min-height:449px;
}
#wrapper {
	position:relative;
	background-color: #ABAA95;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:auto;
	padding-top:6px;
	overflow:auto;
	background-image: url(../images/top-boxes.jpg);
	background-repeat: no-repeat;
	min-height:411px;
}

#green-wrapper {
	position: relative;
	background-image: url(../images/green-bx-shadow.jpg);
	background-repeat: repeat-y;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	margin-top:24px;
	overflow:hidden;
	min-height:411px;
}

#white-wrapper {
	position: relative;
	background-image:url(../images/white-box-shadow.jpg);
	background-repeat: repeat-y;
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:30px;
	padding-top:8px;
	overflow:hidden;
	min-height:411px;
}

#wrapper-static {
	position:relative;
	background-color: #ABAA95;
	width:950px;
	height:465px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:auto;
	padding-top:6px;
	background-image: url(../images/top-boxes.jpg);
	background-repeat: no-repeat;
}

#green-wrapper-static {
	position: relative;
	background-image: url(../images/green-bx-shadow.jpg);
	background-repeat: repeat-y;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	margin-top:24px;
	height:465px;
}
#white-wrapper-static {
	position: relative;
	background-image:url(../images/white-box-shadow.jpg);
	background-repeat: repeat-y;
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	height:465px;
}
#left-column {
	float:left;
	width:420px;
	margin-top:0;
	overflow:hidden;
}
#right-column {
	float:right;
	width:381px;
	padding-right:20px;
	padding-left:30px;
	margin-top:0;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E0E2D5;
}



#mainlinks
{

}

h2
{font-size:60%}

h1
{font-size:70%}


.home-gallery {
float:left;
	margin-left:30px;
	margin-top:2px;
}
.hidden {
	visibility:hidden;
}
.unhidden {
	visibility:visible;
}
/**************************************************
					MAIN MENU
**************************************************/
ul#nav-menu {
	width:571px;
	list-style:none;
}
ul#nav-menu li {
	display: inline;
}
ul#nav-menu li a {
	display:block;
	float:left;
	height:14px;
	background-image:url(../images/menu.jpg);
	text-indent:-9999px;
}
ul#nav-menu li a.home {
	width:61px;
	background-position:0px 0px;
}
ul#nav-menu li a.home:hover {
	background-position:0px -14px;
}
ul#nav-menu li a.dest {
	width:99px;
	background-position:-61px 0px;
}
ul#nav-menu li a.dest:hover {
	background-position:-61px -14px;
}
ul#nav-menu li a.about {
	width:79px;
	background-position:-160px 0px;
}
ul#nav-menu li a.about:hover {
	background-position:-160px -14px;
}
ul#nav-menu li a.guest {
	width:126px;
	background-position:-239px 0px;
}
ul#nav-menu li a.guest:hover {
	background-position:-239px -14px;
}
ul#nav-menu li a.hotel {
	width:126px;
	background-position:-367px 0px;
}
ul#nav-menu li a.hotel:hover {
	background-position:-367px -14px;
}
ul#nav-menu li a.cont {
	width:78px;
	background-position:-493px 0px;
}
ul#nav-menu li a.cont:hover {
	background-position:-493px -14px;
}
/*current page state */
body#homepage ul#nav-menu li a.home {
	background-position:0px -14px;
}
body#destinypage ul#nav-menu li a.dest {
	background-position:-61px -14px;
}
body#aboutpage ul#nav-menu li a.about {
	background-position:-160px -14px;
}
body#guestpage ul#nav-menu li a.guest {
	background-position:-239px -14px;
}
body#hotel-m-page ul#nav-menu li a.hotel {
	background-position:-367px -14px;
}
body#contactpage ul#nav-menu li a.cont {
	background-position:-493px -14px;
}
/**************************************************
			HOTEL PAGES
**************************************************/

.hotel-gallery {
	float:left;
	width:368px;
	height:322px;
	background-color:#999966;
	margin-left:34px;
}
.hotel-reserve {
	float:left;
	background-image:url(../images/hotels%20pages/btnReserveNow-Hotel.jpg);
	background-repeat:no-repeat;
	width:428px;
	height:49px;
	margin-left:5px;
	margin-top:20px;
}
#reserve-now{
background:url(../images/hotels%20pages/reserve-now.jpg) no-repeat;
	width:285px;
	height:49px;
	display:block;
	text-decoration:none;
	float: left;
	margin-top:1px;
	margin-left:118px;
	}
#reserve-now:hover{
background-position: -286px 0;
	}
.hotel-amenities {
	float:left;
	width:326px;
	margin-left:28px;
	margin-top:12px;
	background-image: url(../images/hotels%20pages/amenities-box.jpg);
	background-repeat: repeat-y;
	font-size:0.65em;
	padding-left:39px;
	padding-right:15px;
}
.amenities-top {
width:358px;
height:26px;
padding-top:23px;
padding-left:22px;
background-image:url(../images/hotels%20pages/amenities-top.jpg);
margin-left:-39px;
}
.amenities-bottom {
margin-left:-39px;
}
.amenities-list {
}
.hotel-amenities ul {
 width: 132%; 
 float: left; 
 padding-left: 0; 
 margin-left: 0;
 margin-top:-7px;
 line-height:215%;
}
.hotel-amenities li {
	float: left;
  width: 35%;
  margin: 0;
  background-image:url(../images/hotels%20pages/bullets.JPG);
  background-position: 0 9px;
  background-repeat: no-repeat;
  padding: 0 0 0 11px; /* left padding moves the text away from the bullet */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5d5b3f;

}
.list-leading{
line-height:155%;}
.hotel-post {
	float:left;
	width:377px;
	height:100%;
	background-image:url(../images/hotels%20pages/post-map.jpg);
	background-repeat:repeat-y;
	margin-left:30px;
	margin-top:14px;
}

#hotel-map{
background:url(../images/hotels%20pages/click-for-map.jpg) no-repeat;
	width:175px;
	height:126px;
	display:block;
	text-decoration:none;
	float: left;
	margin-left:0px;
		margin-left:0;
	/*margin-left:25px;*/
	}
#hotel-map:hover{
background-position: -175px 0;
	}
#postal{
background:url(../images/hotels%20pages/postcard.jpg) no-repeat;
	width:181px;
	height:126px;
	display:block;
	text-decoration:none;
	float: left;
	margin-left:-4px;
	display: none;
	}
#postal:hover{
background-position: -183px 0;
	}

#call-hotel{
background:url(../images/hotels%20pages/call-hotel.jpg) no-repeat;
	width:168px;
	height:81px;
	display:block;
	text-decoration:none;
	float: right;
	margin-top:10px;
	margin-right:4px;
	display: none;
	}
#call-hotel:hover{
background-position: -168px 0;
	}
	
	h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.875em;
	color:#EA5F26;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:16px;
		font-weight:normal;
	}
	
	
	
/*right column*/


#back-destinations {
	position:absolute;
	top:0px;
	right:47px;
	background:url(../images/back-destinations.jpg) no-repeat;
	width:154px;
	height:50px;
	display:block;
	text-decoration:none;
	z-index:5;
}
#back-destinations:hover {
	background-position: -154px 0;
}
.hotel-photo {
	float:left;
	width:119px;
	height:88px;
	background-color:#000000;
}
.hotel-header{
	float:left;
	background-image:url(../images/hotels%20pages/hotel-pic-name.jpg);
	background-repeat:no-repeat;
	width:248px;
	height:88px;
	}
.hotel-name {
	padding-left:14px;
	padding-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	color:#d84b06;
	text-transform:capitalize;
	height:49px;
	letter-spacing:-0.02em;
	line-height:0.9em;
	
}
.hotel-address {
	float:left;
	width:232px;
	margin-top:3px;
	padding-left:14px;
	font-size:0.75em;
	color:#888f91;
	text-transform: none;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	display:table-cell;
	vertical-align:middle;
}
.hotel-description {
	float:left;
	width:365px;
	margin-top:12px;
	font-family:"Times New Roman", Times, serif;
	font-size:0.80em;
	color:#9f9b43;
	font-style:italic;
	line-height: 1.2em;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#761c03;
	text-transform:capitalize;
	margin-top:0px;
	margin-bottom:3px;
		font-weight:normal;
		letter-spacing:0.02em;
}
.hotel-info {
	float:left;
	width:365px;
	padding-top:21px;
	margin-top:19px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E2D5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.65em;
	color:#686d6e;
	line-height:135%;
}

/**************************************************
					FOOTERS
**************************************************/
#footer {
	position:relative;
	width:903px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:36px;
	padding-left:47px;
	background-image:url(../images/footer2.jpg);
	background-repeat:no-repeat;
	color:#f6f5de;
	font-size: 0.625em;
	word-spacing:2px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer-home {
	position:relative;
	width:903px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:31px;
	padding-left:47px;
	background-image:url(../images/footer-home.jpg);
	background-repeat:no-repeat;
	color:#f6f5de;
	font-size: 0.625em;
	word-spacing:2px;
	font-family:Arial, Helvetica, sans-serif;

}
#footer-map {
	position:relative;
	width:903px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-4px;
	padding-top:36px;
	padding-left:47px;
	background-image:url(../images/destination/map-footer.jpg);
	background-repeat:no-repeat;
	color:#f6f5de;
	font-size: 0.62em;
	word-spacing:2px;
	font-family:Arial, Helvetica, sans-serif;

}
.footer-text-home {
	color:#878665;
}
a.footer-text-home {
	color:#878665;
}
a.footer-text-home:link {
	color:#878665;
}
a.footer-text-home:active {
	color:#878665;
}
a.footer-text-home:hover {
	color:#878665;
}
a.footer-text-home:visited {
	color:#878665;
}
.footer-text {
	color:#878665;
}
a:link {
	color: #878665;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #878665;
}
a:hover {
	text-decoration: none;
	color: #878665;
}
a:active {
	text-decoration: none;
	color: #878665;
}
/**************************************************
       		DESTINATIONS PAGE (MAP)
**************************************************/
#wrapper-map {
	position:relative;
	background-color: #ABAA95;
	width:950px;
	height:469px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:auto;
	padding-top:6px;
	background-image: url(../images/top-boxes.jpg);
	background-repeat: no-repeat;
}

#green-wrapper-map {
	position: relative;
	background-image: url(../images/green-bx-shadow.jpg);
	background-repeat: repeat-y;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	margin-top:24px;
	height:465px;
}
#map {
	position:relative;
	background-image:url(../images/destination/map.jpg);
	background-repeat:no-repeat;
	width:864px;
	height:447px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-6px;
}
#map-btn {
}
#dest-popup {
	width:5px;
	height:433px;
	position: absolute;
	right:213px;
	top:12px;
}
/**************************************************
       		CITY DESTINATIONS PAGE
**************************************************/
.city-name {
	float:left;
	width:795px;
	height:34px;
	margin-left:34px;
	margin-top:6px;
	padding-top:6px;
	background-image:url(../images/city%20page/grCitiesHead.png);
	color:#fc7c3d;
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.06em;
	font-weight:normal;
}
.city-hotel {
	float:left;
	width:793px;
	height:148px;
	margin-left:35px;
	margin-top:43px;
	background-image:url(../images/city%20page/city-back.JPG);
	background-position:bottom;
	background-repeat:no-repeat;
}



.city-hotel-photo {
	float:left;
	width:183px;
	height:148px;
	background-color:#000000;
	
}
.city-hotel-name {
	float:left;
	padding-right:12px;
	margin-left:17px;
	margin-top:-5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dcdbcf;
	color:#c15417;
	font-family:"Times New Roman", Times, serif;
	font-size:1.05em;
	letter-spacing:0.01em;
	height:19px;
}
.city-hotel-name  a:link{
	color:#C15517;}
.city-hotel-name  a:active{
	color:#C15517;}
.city-hotel-name  a:hover{
	color:#C15517;}
.city-hotel-name  a:visited{
	color:#C15517;}

.city-hotel-address {
	float:left;
	margin-left:10px;
	margin-top:-2px;
	color:#a3a183;
	font-style:italic;
	font-size:0.8em;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.03em;
}
.city-hotel-info {
	float:left;
	width:592px;
	height:80px;;
	margin-top:15px;
	margin-left:17px;
	color:#5a6d73;
	font-size:0.625em;
	line-height:1.40em;
}
.city-learn {
	float:left;
	margin-top:7px;
	margin-left:18px;
	color:#989324;
	font-style:italic;
	font-size:0.625em;
	letter-spacing:0.02em;
	
}


.city-learn a:link{color:#989126;}
.city-learn a:active{color:#989126;}
.city-learn a:hover{color:#989126;}
.city-learn a:visited{color:#989126;}
/**************************************************
			ABOUT US PAGES
**************************************************/

#about-header{
	float:left;
	width:794px;
	height:31px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9EAE5;
	margin-left:34px;
	margin-top:15px;
	background-image:url(../images/about%20us/About-Us-header.jpg);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#right-column-about {
	float:right;
	width:381px;
	height:420px;
	padding-right:20px;
	padding-left:30px;
	margin-top:9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E0E2D5;
	background-image:url(../images/about%20us/about-sub.jpg);
	background-repeat:no-repeat;
}
#about-gallery{
	float:left;
	width:368px;
	height:294px;
	background-color:#999966;
	margin-left:34px;
	margin-top:10px;}
#about-history{
float:left;
	width:381px;
	margin-top:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:0.80em;
	color:#9f9b43;
	font-style:italic;
	line-height: 1.25em;
	}
#about-info{
	float:left;
	width:375px;
	padding-top:24px;
	margin-top:72px;
	font-size:0.65em;
	color:#686d6e;
	line-height:1.34em;
	letter-spacing:-0.02em;}

/**************************************************
			GUEST MEMBERSHIP PAGES
**************************************************/
#hotelM-header{
	width:793px;
	height:46px;
	background-image:url(../images/hotel-membership/guest-membership-header.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	border-bottom-color:#E9EAE5;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-position: 50% 14px;
	margin-left:34px;
}
#right-column-hotelM{
	float:right;
	width:381px;
	height:350px;
	padding-right:21px;
	padding-left:30px;
	margin-top:9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E0E2D5;
	background-image:url(../images/hotel-membership/right-col-head.gif);
			background-repeat:no-repeat;
	
}

#hotelM-history{
	float:left;
	width:365px;
	margin-top:95px;
	line-height:1.25em;
	color:#686E6E;
font-size:0.625em;
letter-spacing:-0.02em;
word-spacing:-1px;
line-height: 1.43em;
	}
#hotel-member{
float:left;
margin-top:11px;
}
#leading-hotel-member{
float:left;
margin-top:6px;
}
#hotelM-form{
	width:795px;
	height:370px;
	position:absolute;
	top:56px;
	left:34px;
	z-index:3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#686E6E;
	
	}
#hotelM-contact{
float:left;
color:#686E6E;
font-size:0.625em;
line-height:1.30em;
margin-top:10px;
line-height:1.30em;
word-spacing:-0.08em;
letter-spacing:-0.01em;
}
.hotel-membership-list{
	list-style-position: inside;
	list-style-type: disc;
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	color:#9f9b43;
	font-style:italic;
	line-height:1.3em;
	letter-spacing:0.02em;
}

.required-field{
color:#ea4505;}

/**************************************************
guest form
**************************************************/

#guest-form{
	float:left;
	width:368px;
	height:370px;
	background-color:#F1F2ED;
	margin-left:34px;
	margin-top:10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.625em;
	color:#686E6E;
	text-align:right;
	}
.guestform{
position:absolute;
top:136px;
left:85px;
}
input {
	background-image:url(../images/guest-membership/input-back.jpg);
	background-repeat:no-repeat;
	width:182px;
	height:18px;
	color:#686E6E;
	font-size:1em;
	margin-left:6px;
	padding-left:6px;
	padding-top:3px;
	margin-bottom:-3px;
}
#click-to{
	background:url(../images/guest-membership/click-to.jpg) no-repeat;
	position:absolute;
	bottom:52px;
	left:160px;
	width:170px;
	padding-top:25px;


}
#submit {
	background:url(../images/guest-membership/submit.jpg) no-repeat;
	width:176px;
	height:49px;
	display:block;
	text-decoration:none;
}
#submit:hover {
	background-position: -176px 0;
}
.disclaimer{
	position:absolute;
	width:308px;
	top:106px;
	left:64px;
	color:#9FA189;
	font-style:italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align:center;
	padding-bottom:8px;
	letter-spacing:0.03em;
	
}

/**************************************************
			HOTEL MEMBERSHIP PAGES
**************************************************/
#hotel-m-wrapper {
	position:relative;
	background-color: #ABAA95;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:auto;
	padding-top:6px;
	background-image: url(../images/top-boxes.jpg);
	background-repeat: no-repeat;
	height:893px;
}

#hotel-m-green-wrapper {
	position: relative;
	background-image: url(../images/green-bx-shadow.jpg);
	background-repeat: repeat-y;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	margin-top:24px;
	height:887px;
}

#hotel-m-white-wrapper {
	position: relative;
	background-image:url(../images/white-box-shadow.jpg);
	background-repeat: repeat-y;
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:30px;
height:839px;
}
#guest-header{
	float:left;
	width:794px;
	height:31px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9EAE5;
	margin-left:34px;
	margin-top:15px;
	background-image:url(../images/guest-membership/Hotel-Membership-head.jpg);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#right-column-guest{
	float:right;
	width:381px;
		height:294px;
	padding-right:20px;
	padding-left:30px;
	margin-top:9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E0E2D5;
	background-image:url(../images/hotel-membership/subhead.jpg);	
	background-repeat:no-repeat;
	
}
#guest-gallery{
	float:left;
	width:368px;
	height:294px;
	background-color:#999966;
	margin-left:34px;
	margin-top:10px;}
#guest-history{
	float:left;
	width:381px;
	margin-top:65px;
	font-family:"Times New Roman", Times, serif;
	font-size:0.80em;
	color:#9f9b43;
	font-style:italic;
	line-height:1.25em;
	padding-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1D5;
	}

#guest-contact{
float:left;
color:#686E6E;
font-size:0.625em;
letter-spacing:-0.01em;
line-height:1.40em;
margin-top:94px;
word-spacing:-1px;
word-spacing:-0.1em;
letter-spacing:-0.01em;
width:380px;
}
.please-fill{
position:absolute;
width:339px;
top:365px;
right:60px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#abaa95;
font-style:italic;
font-size:0.625em;
}
.contact-person{
	position:absolute;
	width:338px;
	top:18px;
	left:30px;
	padding-bottom:3px;
	font-size:0.625em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.hotel-details{
position:absolute;
width:338px;
top:190px;
left:30px;
padding-bottom:3px;
font-size:0.625em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;}
.comments{
	position:absolute;
	width:338px;
	height:409px;
	right:30px;
	top:18px;
	padding-left:29px;
	font-size:0.625em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
/**************************************************
			HOTEL MEMBERSHIP FORM
**************************************************/
.contact-person-form{
position:absolute;
top:57px;
left:40px;
font-size:0.625em;
text-align:right;
color:#686d6e;
}
.hotel-details-form{
position:absolute;
top:228px;
left:40px;
font-size:0.625em;
text-align:right;
color:#686d6e;
}
.comments-form{
text-align:right;
color:#686d6e;
}
.hotel-form-back{
width:796px;
height:461px;
position:absolute;
top:380px;
left:34px;
background-color:#F1F2ED;
}

#hotel-click-to{
	background:url(../images/guest-membership/click-to.jpg) no-repeat;
	position:absolute;
	bottom:-8px;
	left:25px;
	width:170px;
	padding-top:25px;


}
#hotel-submit {
	background:url(../images/guest-membership/submit.jpg) no-repeat;
	width:176px;
	height:49px;
	display:block;
	text-decoration:none;
}
#hotel-submit:hover {
	background-position: -176px 0;
}
textarea{
background-image:url(../images/hotel-membership/comment-box.jpg);
background-repeat:no-repeat;
width:346px;
height:296px;
margin-top:4px;
padding-left:4px;
padding-top:4px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
color:#686d6e;
overflow:hidden;
}
