@charset "utf-8";
/* CSS Document */
* {outline:none;}
body {
	font:13px/1.25 Verdana, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	background-color: #000000;
	margin:0pt;
	padding:0pt;
}
a:link {
	color:#004280;
	text-decoration:none;
}
a:visited {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#900;
	text-decoration:underline;
}
#wrapper {
	width:850px;
	margin:0 auto;

}
#wrap {
	width:850px;
	margin:0px auto;
	position:relative;
}
#header h1 {
	font-size:0pt;
	padding-top:100px;
	line-height:0pt;
	background-image:url(/2010NARF/assets/images/header.png);
	background-repeat: no-repeat;
	background-position:50% 50%;
	text-indent:-5000px;
}

#rcol h1 {
	font-size: 22px;
}

#content {
	padding-top:20px;
	background-image: url(/2010NARF/assets/images/back2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ffffff;
	height:920px;
}
#lcol, #rcol {
	/*min-height:600px;*/
	padding-top:0px;
}
#lcol {
	float:left;
	padding:0px;
	margin: 0px;
	width:140px;
}

#rcol .hotelfeatures ul,
#rcol .guestroom ul,
#rcol .toklist ul {
/*	margin:0 0 0 15px;
	padding:0pt;*/
	list-style-type: square;
	list-style-image: url(/2010NARF/assets/images/bullet.gif);
}

#rcol {
	float:right;
	width:600px;
	padding:0px; 
	margin-right: 20px;
	position:relative;
	background-color:#86a8d8;
	padding: 20px;
	text-align: justify;
}

#footer {
	clear:both;
	margin-top:0px;
	text-align:center;
	border-top:1px solid #eee;
}

#tnav {
	position:absolute;
	top:0pt;
	right:20px;
}
#tnav ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#tnav ul li {
	display:inline;
	padding:0pt;
	margin:0pt;
}
#tnav ul li a {
	padding:2px 8px 2px 8px;
	/* border-right:1px solid #eee; */
	font-size:11px;
	/* font-variant:small-caps; */
	text-transform:uppercase;
	font-weight:bold;
	background-color:#004280;
	color:#fff;
}

#adImg {
	clear:both;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#adImg img {
	border:1px solid #004280;
}
#floater {
	position:absolute;
	width:940px;
	top:100px;
}
#floater #titleRcol {
	margin-left:740px;
}

