
/***** Global Settings  vinod*****/
	html, body {
	border:0;
	margin:0;
	padding:0;
	height:100%;
	direction:rtl;
}

body {
	font:100%/1.25 arial, helvetica, sans-serif;
	color:#666666;
	direction:rtl;
	background:#ffffff url(../images/bg-body.gif) repeat-x 0 0 !important;
}

/***** Common Formatting *****/
	h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	margin:0;
	padding:0;
}

ul, ol {
	padding:0 0 18px 0px;
	margin:0 0 0 0px;
}

ol {
	list-style-type:decimal;
	padding-left:20px;
}

ol li {
	list-style:decimal;
}

h1 {
	letter-spacing:-1px;
	font:2em arial, helvetica, sans-serif;
	padding:30px 0 25px;
}

h2 {
	padding:0;
	margin:0 0 18px 0;
}

h3 {
	font:1em arial, helvetica, sans-serif;
	font-weight:700;
}

p {
	padding:0;
	margin:0 0 12px;
	font-size:12px;
	line-height:16px;
}

blockquote {
	margin:22px 40px;
	padding:0;
}

small {
	font-size:11px;
	color:#999;
}

img {
	border:0;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/***** Links *****/
	a, a:visited {
	text-decoration:none;
	outline:none !important;
}

/***** Forms *****/
	form {
	display:inline;
	margin:0;
	padding:0;
}

input, select, textarea {
	font:1em arial, helvetica, sans-serif;
	color:#666;
	font-size:12px;
}

textarea {
	line-height:1.25;
}

/***** Tables *****/
	table {
	border:0;
	margin:0 0 18px;
	padding:0;
}

table tr td {
	padding:2px;
}

/***** Global Classes *****/
	.clear {
	clear:both;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.text-left {
	text-align:left;
}

.text-right {
	text-align:right;
}

.text-center {
	text-align:center;
}

.text-justify {
	text-align:justify;
}

.bold {
	font-weight:700;
}

.italic {
	font-style:italic;
}

.underline {
	border-bottom:1px solid;
}

.highlight {
	background:#ffc;
}

.wrap {
	width:960px;
	margin:0 auto;
}

.img-left {
	float:left;
}

.img-right {
	float:right;
}

.nopadding {
	padding:0;
}

.noindent {
	margin-left:0;
	padding-left:0;
}

.nobullet {
	list-style:none;
	list-style-image:none;
}

/*-- Container --*/
	#container {
	margin:0 auto;
	padding:0;
	width:980px;
}

/*-- Header --*/
	#header {
	height:184px;
	position:relative;
	width:980px;
}

#header h1 a {
	text-indent:-9999px;
	display:block;
	width:238px;
	height:73px;
	position:absolute;
	right:19px;
	top:20px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat left top;
}

#header h1 img {
	position:absolute;
	right:19px;
	top:20px;
	display:none;
}

#nav-global {
	position:absolute;
	color:#666666;
	font-size:12px;
	left:0px;
	top:69px;
}

#nav-global li {
	float:left;
	padding:0 8px;
	list-style-type:none;
	background:url(../images/bg-nag-glbl.gif) no-repeat 100% 1px;
}

#nav-global li a {
	color:#666666;
}

#nav-global li a:hover {
	color:#004033;
}

#nav-global li.current a {
	color:#004033;
}

#searchform {
	position:absolute;
	top:72px;
	right:19px;
	height:25px;
	width:280px;
}

#searchform table tr td {
	padding:0 !important;
	margin:0 !important;
}

#searchform input.txt-search {
	background:#fff;
	border:0;
	padding-left:9px;
	margin:0;
	width:175px;
	color:#666666;
	font-size:12px;
}

#searchform .search {
	background-color:#fff;
	width:210px;
	height:25px;
	float:right;
	padding:0;
}

#searchform input {
	vertical-align:middle;
}

#searchform label {
	font-size:12px;
	color:#666666;
	float:left;
	margin:4px 0 0 0;
	padding:0 0 0 6px;
}

#nav-top {
	position:absolute;
	top:145px;
	right:0;
	height:9px;
	width:938px;
	background:url(../images/bg-nav-top.jpg) repeat-x;
	border-top:1px solid #90947d;
	border-right:1px solid #90947d;
	border-left:1px solid #90947d;
	padding:14px 40px 15px 0;
}

#nav-top li {
	float:right;
	list-style-type:none;
	margin:0 20px 0 0;
	padding:0 !important;
}

#nav-top li a img {
	padding:0;
	margin:0;
	float:left;
}

#nav-top li a {
	margin:0;
	padding:0;
}

/*-- Wrap --*/
	
	#wrap {
	float:left;
	width:980px;
	margin:0;
	padding:0;
	background:url(../images/bg-wrap.gif) repeat-y 0 0;
}

#wrap.home {
	background:none !important;
	float:right;
	margin:0 !important;
	padding:0 !important;
}

#spotlight {
	width:720px;
	height:188px;
	float:left;
	margin:0 0 18px 0;
	padding:0 !important;
}

#spotlight.home {
	width:980px;
	height:386px;
	float:left;
	padding:0;
	margin:0;
	border:0;
}

#spotlight.home img {
	float:left;
}

/*-- Conetent --*/
	
	#content {
	width:720px;
	float:right;
	margin:0 0 20px 20px;
	padding:0 0 0 20px;
	min-height:530px;
	height:auto !important;
	height:530px;
}
 html[xmlns*=""] #content {
 margin:0 0 20px 0;
 padding:0;
}

#content p {
	float:right;
	width:700px;
}

#breadcrumb {
	font-size:12px;
	margin-bottom:24px;
	color:#b2b2b2;
	font-size:12px;
	font-weight:bold;
	width:100%;
}

#breadcrumb a {
	color:#b2b2b2;
	font-weight:normal;
	padding:0 5px;
}

#breadcrumb a.first {
	padding:0;
	margin-right:1px;
}

#breadcrumb a:hover {
	color:#333333;
}

#content-wrap {
	float:left;
	width:100%;
	min-height:317px;
	height:auto !important;
	height:317px;
}

#content h2 {
	padding:0;
	margin-bottom:18px;
}

#content h4 {
	margin:0 0 13px 0;
	padding:0;
}

#over-view-listing {
	float:right;
	width:700px;
}

#over-view-listing li {
	list-style-type:none;
	border-top:1px solid #cccccc;
	padding:12px 0 8px 0;
	width:700px;
	float:right;
}

#over-view-listing li.last {
	padding-bottom:0;
}

#over-view-listing li h4 {
	padding:0;
	float:right;
	font-weight:bold;
	font-size:18px;
}

#over-view-listing li p {
	line-height:14px;
	padding:0;
	margin:0;
	font-size:12px;
	letter-spacing:0;
}

img.img-left {
	float:left;
	background-color:#b3b89e;
	padding:6px;
	margin:0 20px 0 0;
	width:123px;
}

a img.img-right {
	float:right;
	background-color:#b3b89e;
	padding:6px;
	margin:0 0 0 20px;
	width:123px;
	clear:right;
}

#map {
	float:right;
	margin-bottom:20px;
	clear:both;
	position:relative;
}

#lists {
	list-style:none;
	padding:0 0 20px 0;
	margin:0;
	font-size:12px;
	float:right;
}

#lists li {
	background:url(../images/bg-icons-arrow.gif) no-repeat scroll 100% -318px;
	padding:0 20px 4px 0;
}

#lists li a {
	color:#999;
}

#lists li a:hover {
	color:#004033;
}

#attraction {
	font-size:12px;
	text-align:center;
	float:right;
}

#attraction td {
	vertical-align: top;
	padding:7px 0;
}

#attraction tr.even {
	background:#EFEFEF;
}

/*-- Utilities --*/
	 #utilities {
	float:left;
	margin:0;
	padding:0 0 20px 0;
	width:100%;
}

#utilities a {
	color:#666;
	padding:0 0 0 18px;
	margin-right:3px;
	font-size:12px;
}

#utilities a:hover {
	color:#333;
}

#utilities a.print {
	background:url(../images/bg-icons-arrow.gif) no-repeat 112% -45px;
	padding:0 25px 0 0;
	float:right;
}

#utilities a.print:hover {
	background:url(../images/bg-icons-arrow.gif) no-repeat 112% -63px;
}

#utilities a.email {
	padding-left:28px;
	background:url(../images/bg-icons-arrow.gif) no-repeat -7px -78px;
}

#utilities a.email:hover {
	background:url(../images/bg-icons-arrow.gif) no-repeat -7px -92px;
}

/*-- Sidebar Right --*/
	 #sidebar-right {
	width:238px;
	float: left;
	margin:0;
	padding:30px 20px 34px 0;
	background-color:#e8e6d3;
}

ul#sidebar-listing {
	float:right;
	width:220px;
	margin:0 0 30px 0;
	padding:0;
}

ul#sidebar-listing li {
	list-style-type:none;
	padding:7px 0 3px 0;
	overflow:hidden;
	float:right;
	width:220px;
	border-bottom:1px solid #bcbda8;
}
 html[xmlns*=""] ul#sidebar-listing li {
padding:7px 0 3px 0;
}

ul#sidebar-listing li a {
	background:url(../images/bg-icons-arrow.gif) no-repeat 105% -263px;
	padding:0;
	overflow:hidden;
	padding-right:15px;
	width:220px;
	display:block;
	margin:0;
}

ul#sidebar-listing li a:hover {
	background:url(../images/bg-icons-arrow.gif) no-repeat 105% -290px;
}

ul#sidebar-listing li a.current {
	background:url(../images/bg-icons-arrow.gif) no-repeat 105% -290px;
}

.photogallery {
	width:218px;
	padding:0;
	float:right;
	margin-bottom:34px;
}

.photogallery a img.display-image {
	background-color:#b3b89e;
	width:198px;
	padding:6px;
	margin:15px 0;
}

.photogallery a img.display-image:hover {
	background-color:#004033;
	margin-top:15px;
}

ul#gallery {
	width:210px;
	float:right;
	margin:0 0 15px 0;
	padding:0;
}

ul#gallery li {
	margin:0;
	padding:0;
	float:left;
	margin-right:15px;
	list-style-type:none !important;
}

ul#gallery li.last {
	margin-right:0 !important;
}

ul#gallery li a {
	background-image:none;
	background-color:#b3b89e;
	display:block;
	padding:6px;
}

ul#gallery li a:hover {
	background-color:#004033;
}

.view-all {
	margin:0;
	padding:0;
	float:right;
}

/*--Reservation--*/
	  .reservations {
	width:220px;
	float:right;
	margin:0 0 30px 20px;
	padding:0 !important;
}

.reservations h3 {
	margin-bottom:18px;
}

.reservations table tr td {
	color:#666666;
	font-size:12px;
	padding-bottom:20px;
	padding-left:0;
}

.reservations table {
	padding:0;
	margin:0;
}

.reservations table tr td.last {
	padding:0;
	margin:0;
}

.select-date {
	width:37px;
	font:normal 11px Arial, Helvetica, sans-serif;
	border-left:2px solid #848484;
	border-top:2px solid #848484;
	border-right:0;
	border-bottom:0;
	margin-right:3px;
	outline:none !important;
}

.select-month {
	width:51px;
	float:right;
	border-left:2px solid #848484;
	border-top:2px solid #848484;
	border-right:0;
	border-bottom:0;
	font:normal 11px Arial, Helvetica, sans-serif;
}

.select-year {
	width:51px;
	border-left:2px solid #848484;
	border-top:2px solid #848484;
	border-right:0;
	border-bottom:0;
	margin-left:5px;
	font:normal 11px Arial, Helvetica, sans-serif;
}

.select-check-in {
	width:49px;
	border-left:2px solid #848484;
	border-top:2px solid #848484;
	border-right:0;
	border-bottom:0;
	margin-right:0;
	padding:0;
	float:right;
	font:normal 11px Arial, Helvetica, sans-serif;
}

.inputseperator {
	float:right;
	margin:0 8px;
}

.select-guesta {
	width:61px;
	float:right;
	margin-left:6px;
	overflow:hidden;
	border-left:2px solid #848484;
	border-top:2px solid #848484;
	border-right:0;
	border-bottom:0;
	font:normal 11px Arial, Helvetica, sans-serif;
}

.inside-reservation {
	margin:0;
	padding:0;
}

.select-guest {
	width:61px;
	border-left:2px solid #848484;
	border-top:2px solid #848484;
	border-right:0;
	border-bottom:0;
	margin-right:10px;
	font:normal 11px Arial, Helvetica, sans-serif;
}

.reservations table td.reservation {
	margin:0;
	padding:5px 0 0 0;
}

.reservations table td span.adults {
	font-size:11px;
	color:#999;
	float:right;
	margin:0 5px;
}

.reservations table td label.childrens {
	font-size:11px;
	color:#999;
	float:right;
	padding-bottom:9px;
}

/*--Home Page--*/
	 #bottom-blcok {
	width:980px;
	height:320px;
	float:right;
}

.reservations.home {
	width:220px;
	height:280px;
	float:right;
	padding:20px 0 0 20px!important;
	margin:0;
}

#bottom-blcok #blockA {
	width:200px;
	height:280px;
	float:right;
	margin-right:20px;
	padding:20px 20px 0 20px;
	background-color:#e8e6d3;
}

#bottom-blcok #blockB {
	float:right;
	height:280px;
	width:180px;
	padding:20px 20px 0 20px;
	background-color:#d8d6b6;
}

#blockA h3, #blockB h3, #blockC h3 {
	margin-bottom:20px;
}

#blockA a.image-x, #blockB a.image-x, #blockC a.image-x {
	background-color:#FFFFFF;
	padding:8px;
	display:block;
	width:162px;
	margin-bottom:10px;
}

#blockA a.image-x:hover, #blockB a.image-x:hover, #blockC a.image-x:hover {
	background-color:#484a41;
	padding:8px;
}

#bottom-blcok #blockC {
	width:230px;
	height:280px;
	float:left;
	padding:20px 20px 0 10px;
	background-color:#e8e6d3;
}

#bottom-blcok #blockC p, #bottom-blcok #blockB p, #bottom-blcok #blockA p {
	height:96px;
}

#promo.home {
	float:right;
	padding:20px 20px 0;
	width:220px;
	display:block;
	height:280px;
	border:0;
	background-color:#e8e6d3;
}

#sform {
	float:right;
	width:220px;
	height:220px;
}

a.dp-choose-date {
	float:right;
	width:15px;
	height:15px;
	margin:0;
	padding:0;
}

#reservationform {
	float:right;
}

#reservationform tr td {
	padding:0;
	margin:0;
}

/* @group weather module */
#weather {
	float:left;
	width:802px;
	background:#f3f3e9;
	position:relative;
	padding:12px 165px 0 12px;
}

.weather-icon {
	position:absolute;
	top:-19px;
	right:0;
}

#weather ul {
	padding-top:5px;
	float:right;
	width:700px;
}

#weather ul, #weather li {
	float:right;
	list-style:none;
	color:#666666;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	padding-left:18px;
}

/* @end */
	 
	 /*#whether-feeder{
		background-color:#f3f3e9;
		height:45px; 
		padding-left:14px;
		width:966px;
		margin:0 0 20px 0;
		float:left;
		clear:both;
		position:relative;
	 }
	 #whether-feeder img{
		position:absolute;
		left:14px;
		top:-19px;
	  }
	 #whether-feeder h3 img{
		position:absolute;
		left:72px;
		top:17px;		
	 }
	 #whether-feeder dl{
		float:left;
		color:#797974;
		height:25px;
		margin:10px 0px 0px 134px;
		width:790px;
		background:url(../images/bg-weather-dl.gif) no-repeat 5px 2px;
	 }
	  #whether-feeder dt{
		font-size:12px;
		font-weight:bold;
		float:left;
		padding:5px 0  0 17px;
	  }
	  #whether-feeder dd{
		float:left;
		font-size:12px;
		margin:0;
		padding:5px 0 0 5px;
	  }*/
	 /*--Meetings and Special Events--*/
	 #venue-details {
	width:470px;
	float:right;
	margin-right:0px;
}

#venue-details table.details-listings {
	float:left;
	color:#666666;
	font-size:12px;
	border-bottom:1px solid #cccccc;
}

#venue-details table.details-listings td {
	padding:5px 7px 5px 0;
	border-top:1px solid #cccccc;
}

#venue-details table.details-listings tr td.odd {
	background-color:#FFFFFF;
	font-size:12px;
}

#venue-details table.details-listings tr td.left {
	font-weight:bold;
}

#venue-details table.details-listings tr td.even {
	background-color:#efefef;
}

#venue-details h4 {
	margin:0 0 15px 0;
	font-size:20px;
	font-weight:bold;
}

#floor-plan h4 {
	margin:0 0 15px 10px;
}

#floor-plan {
	width:210px;
	float:right;
	margin-right:20px;
	position:relative;
}

#floor-plan.contact {
	margin-right:0;
}

.floor-plan {
	border:6px solid #b3b89e;
}

a.magnifier {
	position:absolute;
	right:6px;
	bottom:6px;
	overflow:hidden;
}

a:hover.magnifier {
}

#promo {
	float:right;
}

#promo a {
	background-color:#FFFFFF;
	display:block;
	padding:10px;
	width:200px;
	float:left;
}

#promo a:hover {
	background-color:#484a41;
}

/*--Photogallery--*/
	 
	 .large-image {
	padding:8px;
	background:#b3b89e url(../images/preloader.gif) no-repeat 50% 50%;
	width:424px;
	height:384px;
	float:right;
	margin-left:18px;
}

#Photo-gallery {
	float:left;
	width:240px;
}

ul#gallery-listing {
	float:left;
	width:240px;
	margin:0 0 0 20px;
	padding:0;
	display:block;
	height:287px;
}

ul#gallery-listing li {
	list-style-type:none;
	float:left;
	margin:0 15px 27px 0;
	height:48px;
	padding:0;
}

ul#gallery-listing li.bottom-last {
	margin-bottom:2px !important;
}

ul#gallery-listing li a {
	display:block;
	background-color:#b3b89e;
	padding:6px;
}

ul#gallery-listing li a:hover {
	display:block;
	background-color:#004033;
}

ul#gallery-listing li.last {
	margin:0 0 15px 0;
}

#photo-navigation {
	height:10px;
	width:270px;
	float:left;
}

#photo-navigation a.back {
	float:right;
	margin:0;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#004033;
	background:url(../images/bg-icons-arrow.gif) no-repeat 100% -264px;
	padding-right:20px;
}

#photo-navigation a.next {
	float:left;
	margin:0 0 0 28px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#004033;
	background:url(../images/bg-icons-arrow.gif) no-repeat 100% -264px;
	padding-right:20px;
}

#photo-navigation a.next:hover {
	color:#b3b89e;
	background:url(../images/bg-icons-arrow.gif) no-repeat 100% -291px;
}

#photo-navigation a.back:hover {
	color:#b3b89e;
	background:url(../images/bg-icons-arrow.gif) no-repeat 100% -291px;
}

#photo-navigation a.no-next-link {
	color:#b3b89e;
	background:url(../images/bg-icons-arrow.gif) no-repeat 16px -167px;
}

#photo-navigation a.no-backlink {
	color:#b3b89e;
	background:url(../images/bg-icons-arrow.gif) no-repeat -11px -291px;
}

#paging-navigarion {
	text-align:center;
}

span.paging {
	color:#004033;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
}

span.paging a {
	color:#004033;
	font-size:12px;
}

span.paging a:hover, span.paging a.current {
	color:#979999;
}

/*--Hotel Fact Sheet--*/
	ul#room-facilities-listings {
	width:700px;
	float:left;
	margin-bottom:20px;
}

ul#room-facilities-listings li {
	width:203px;
	font-size:12px;
	margin:0;
	float:left;
	list-style-type:none;
}

ul#room-facilities-listings li a {
	font-size:12px;
	color:#666;
	display:block;
	width:203px;
	padding-right:15px;
	background:url(../images/bg-icons-arrow.gif) no-repeat 105% -318px;
}

ul#room-facilities-listings li a:hover {
	color:#004033;
	background:url(../images/bg-icons-arrow.gif) no-repeat 105% -399px;
}

/*--Contact Us--*/
	address {
	width:200px;
	float:left;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0 10px 0 0;
	color:#666;
	margin:0;
	padding:0;
	line-height:16px;
}

address a {
	color:#999;
}

address a:hover {
	color:#004033;
}

#contact-direction {
	width:100%;
	float:left;
	margin-top:15px;
	border-top:1px solid #cccccc;
	padding:13px 0 0 0;
}

#contact {
	float:left;
}

/*--Footer--*/
	 #footer {
	width:980px;
	padding:16px 0 0 0;
	height:48px;
	float:right;
	font-size:12px;
	border-top:1px solid #e5e5e5;
	margin-top:10px;
}

#footer p {
	float:right;
}

#footer p span {
	margin:0 4px 0 0;
}

#footer p {
	margin:0;
	padding:0;
}

#footer ul {
	float:right;
	margin:0 0 0 12px;
}

#footer ul li {
	padding:0 11px;
	float:left;
	list-style-type:none;
	background:url(../images/bg-seperator.gif) no-repeat 95% 3px;
}

#footer ul li a {
	color:#333333;
	float:left;
	font-size:12px;
}

#footer ul li a:hover {
	color:#004033;
}

#footer ul li.current a {
	color:#004033;
}

#footer ul li.last {
	background:none;
}

#footer span {
	color:#333333;
}

#wrap-content {
	float:right;
	width:720px;
	overflow:hidden;
}

/* reservation page only */ 
	 .reservations_page {
	width:220px;
	height:240px;
	margin:auto;
	padding:10px !important;
	background:#E8E6D3;
}

.reservations_page h3 {
	margin-bottom:18px;
}

.reservations_page table tr td {
	color:#666666;
	font-size:12px;
	padding-bottom:20px;
	padding-left:0;
}

.reservations_page table {
	padding:0;
	margin:0;
}

.reservations_page table tr td.last {
	padding:0;
	margin:0;
}

/*-- Promotions --*/
	
	ul#prmotions-listings {
	float:right;
	margin:20px 0 0 0;
	width:650px;
	padding:0;
}

ul#prmotions-listings li {
	float:right;
	width:650px;
	padding:20px 0;
	list-style:none;
	border-bottom:1px solid #E5E5E5;
}

ul#prmotions-listings li a.left-thumb {
	display:block;
	width:92px;
	float:right;
	height:76px;
	border:4px solid #666954;
}

ul#prmotions-listings li a.left-thumb:hover {
	border:4px solid #ccc;
}

ul#prmotions-listings li .right-content {
	float:right;
	margin-right:20px;
	width:520px;
}

ul#prmotions-listings li .right-content p {
	width:500px !important;
}

.right-content h3 {
	font-size:16px;
	margin-bottom:10px;
}
	
#prom-image{
	float:left;
	height:250px;
	width:200px;
	margin-left:35px;
}	

	/*-- media print --*/
	
	@media print {

#nav-global, #nav-top, #footer, #spotlight, #sidebar-right, #breadcrumb, #utilities {
	display:none;
}

body {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000000;
	background:#ffffff !important;
}

#logo h1 img {
	display:block!important;
	width:224px;
	height:68px;
}

#container {
	width:100%;
	margin:0;
	padding:0;
}

#header {
	height:150px;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:solid 1px #CCCCCC!important;
}

#header h1 a {
	text-indent:-9999px;
	display:block;
	width:224px;
	height:68px;
	position:absolute;
	left:0px;
	top:10px;
}

#header h1 img {
	position:absolute;
	left:0px;
	top:20px;
	display:block;
}

#print-container {
	width:100%;
	margin:0;
	padding:0;
}

#content {
	padding:10px 0 0 0;
}

#content h2 {
	padding:10px 0 5px 0;
}

#content p {
	float:right;
	line-height:16px;
	font-size:12px;
	width:100%;
	padding:0 0 5px 0;
}
}


