@charset "utf-8";


/* -------------------------------- */
/* RESET HTML TAGS					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;	
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* -------------------------------- */
/* PAGE ELEMENTS 					*/ 
/* -------------------------------- */
/* Top Section	  					*/

body {
	margin:0px;
	border:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
	background-color: #fff5e5;
}

#wrapper {
	width:800px;
	margin:0 auto;
	padding:0 0 20px 0;
	background-color: #1F74AD;
	background-image: url(images/bg-wrapper.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

h1 {
	font-size:30px;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFFFFF;
	margin-bottom:-4px;
}

h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}



	/* -------------------------------- */
	/* HEADER							*/
	
	#header {
	width:790px;
	margin:0px auto;
	height:170px;
	position:relative;
	z-index:999;
	background-color: #1F74AD;
	background-image: url(images/2nd-hotel-header.png);
	}
	
	#header .logo {
	position:absolute;
	top:90px;
	left:-20px;
	}
	
	#header h1 {
	position:relative;
	left:10px;
	top:10px;
	font-family: Arial, Helvetica, sans-serif;
	}
#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
	
	#header h2 {
	position:relative;
	left:10px;
	top:12px;
	}
	
	#header .tabs {
	position:absolute;
	top:25px;
	right:10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
	#header .tabs li {
		display:block;
		background:url(images/bg-header-tabs.png) bottom right;
		float:left;
		margin:2px;
	}	
	
	#header .tabs li em {
		display:block;
		height:19px;
		float:left;
	}
	
	
	#header .tabs li a {
	display:block;
	float:left;
	background:url(images/bg-header-tabs.png) bottom left;
	padding-left:3px;
	margin-right:3px;
	line-height:19px;
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
	}
	
	#header .tabs li:hover a, #header .tabs li em a {
	color:#1F74AD;
	background-image: url(images/bg-header-tabs.png);
	background-position: left top;
	}
	
	#header .tabs li:hover, #header .tabs li em{
	background:url(images/bg-header-tabs.png) top right;
	}
	
	/* -------------------------------- */
	/* CENTER							*/
	
	#center {
	background:#FFF;
	width:750px;
	margin:0 auto;
	padding:10px 20px;
	position:relative;
	color:#333;
	overflow-x:hidden;
	}
	
	
	
	
	#center h3 {
	clear:both;
	width:100%;
	font-size:22px;
	color:#1F74AD;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:-4px;
	padding:0px;
	text-align: center;
	}
	
	#center h4 {
	color:#1F74AD;
	font-size:15px;
	font-weight:bold;
	text-align: center;
	}
	
	#center h5 {
	color:#FFF;
	width:100%;
	background-color:#1F74AD;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-align: center;
	}
	
	#center h6 {
	color:#1F74AD;
	font-size:12px;
	font-weight:bold;
	}
	
	#center p {
	line-height:140%;
	font-size:12px;
	margin:5px 5px 15px 5px;
	text-align: center;
	}
	
	#center hr {
	color: #2574AB;
	}
	
	#center .infosidebar {
	background-color: #FFFFFF;
	float: left;
	height: 620px;
	width: 140px;
	border: 1px solid #118042;
	top: 10px;
	position: relative;
}
#center .info {
	float: right;
	height: 600px;
	width: 560px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}
#center .info p {
	text-align: left;
}
#center .maintext {
	font-style: italic;
	font-weight: bold;
}
#center .sidebar li {
	color: #000000;
	line-height: 25px;
	font-size: 12px;
	text-indent: 10px;
	text-decoration: none;
}

#center .sidebar {
	background-color: #FFFDCF;
	float: left;
	height: 530px;
	width: 140px;
	border: 1px solid #118042;
	top: 10px;
	position: relative;
}


#center h5 a {
	text-decoration: underline;
	color: #FFFFFF;
}
#center p a {
	color: #2574AB;
	text-decoration: none;
}
.lateroomssearchboxes {
	width:150px;
	margin-left:5px;
	font-size:12px;
	color:#000;
}
.spanonsearchboxes {
	width:200px;
	margin-left:0px;
	font-size: 12px;
	color:#3B72B1;
}


	
	

	
	/* -------------------------------- */
	/* FOOTER							*/
	
	#footer {
	width:666px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	padding:10px 0;
	background-color: #1F74AD;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
	
	#footer small {
		font-size:10px;
	}

/*  ----- css for link table ---- */

#center .relatedsites {
	border: 1px solid #999999;
}
#center .relatedsites th {
	background-color: #FF7F00;
	text-align: center;
	color: #000000;
}
#center .relatedsites td {
	color: #000000;
	background-color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 1px solid #999999;
	font-size: 10px;
	padding-right: 10px;
}


/*----- tabs on about page  */

#tabs {
	float:right;
	width:580px;
	font-size:93%;
	border-bottom:1px solid #2763A5;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	text-align: center;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(images/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	}

#tabs a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
	background-image: url(images/tabright.gif);
	background-repeat: repeat;
	background-position: left top;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
.text1 {
	font-style: italic;
	font-weight: bold;
	color: #2574AB;
}
.text2 {
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
}
#center ul li {
	font-size: 12px;
	color: #2574AB;
	text-align: left;
}
#center ul {
	text-align: center;
	text-indent: 100px;
}
#center .priv {
	font-size: 10px;
	text-align: left;
}
