@charset "utf-8";
/* CSS Document */

/* ********* BODY PROPERTIES ********* */

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif ;
	width: 100%;
	background-color:#fff;
}

body {
	font-size:12px;
	color:#858584;
	font-family: Arial, Helvetica, sans-serif ;
	margin:0px;
	line-height: 16px;
	padding:0px;
}

/* ********* POP-UP PROPERTIES ********* */
#titlebanner {
	background:url(../imgs/banner-bg.png) repeat-x;
	border-bottom: 1px solid #E6D3A8;
	height:28px;
	position:absolute;
	top:0px;
    	padding-top: 10px;
    	width: 100%;
}
	
#hotelpop  {
	background: #fff url(../imgs/bg-pop.jpg) center no-repeat;
	height:100%;
	width: 100%;
}

#hotelcontent {
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	width:530px;
}

#hotelcontent p {
	margin:5px auto 10px auto;
}

#hotelcontent a, #hotelcontent a:visited {
	color: #d47c23;
	text-decoration: underline;
}

#hotelcontent a:hover {
	color: #d47c23;
	text-decoration: underline;
}

#hotelpopprint  {
	color:#d47c23;
	font-weight:bold;
	text-decoration:underline;
}

#hotelpopprint a, #hotelcontent a:visited {
	color:#0eb0e3;
	font-weight:bold;
	text-decoration:underline;
}

#hotelpopprint a:hover {
	color:#0eb0e3;
	font-weight:bold;
	text-decoration:none;
}

/* ********* CONTENT PROPERTIES ********* */
h1	{
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size:17px;
	font-weight: 600;
	letter-spacing:20px;
	margin:0px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 0px;
}

h2  {
	color:#0eb0e3;
	font-family: "Times New Roman", Times, serif;
	font-size:19px;
	font-weight: normal;
	line-height: 32px;
	margin:20px 0px 0px 0px;
}