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

html { height: 100%; }

body
{
	height: 100%;
	margin:0 0 0 0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:#0f6241 url(../images/non_footer_back4.png) top center repeat-y;
	font-size: .9em;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
	
	margin:0 auto;
	width:840px;
}

* html #nonFooter { height: 100%; }


#container { padding:0px 0; }

#content
{
	padding-bottom:7em;
	padding-top:1px;
	font-size:.8em;
	line-height:1.7em;
}

div#content a:link, div#content a:visited	
{
	color:#105442;
	text-decoration:none;
	border-bottom:1px #105442 dotted;
}

div#content a:hover, div#content a:active 
{
	border-bottom:1px #105442 solid;
}

.flash_movie
{
	padding:0 0 15px 0;
}

	h1
	{
		color:#105442;
		font-size:1.2em;
		border-left:8px solid #8d745f;
		padding-left:8px;
		
	}
	
	h1 span
	{
		font-weight:normal;
		font-size:.8em;
	}
	
	div.callout_brwn
	{
		background:#e8dcc3;
		padding:7px 12px;
		margin:0 0 0 20px;
	}
	
	div.callout_grn
	{
		color:#fff;
		padding:5px;
		background:#105442;
	
	}
	
	div.callout_grn p
	{
		padding-left:1.5em;
		font-size:1.1em;
	}
	
	h1.brwn_wht, h1.grn_brwn { margin:8px 0; }
	
	h1.brwn_wht
	{
		border-color:#8d745f;
		color:#fff;
	}
	
	h1.grn_brwn
	{
		color:#8d745f;
		border-color:#105442;
	}
	
	#content ul
	{
		margin:0;
		padding:0 0 0 1.5em;
		list-style:none;
	}
	
	#content ul li
	{
		padding:0 0 .25em 10px;
		background:url(../images/content_bullet.gif) 0 .45em no-repeat;
	}

.rightside
{
	width:280px;
}

#accordion h3.ui-accordion-header
{
	display:block;
	width:530px;
	padding:5px 0 5px 20px;
}

#accordion h3.ui-state-default { background:#8d745f; }
#accordion h3.ui-state-active { background:#105442; }
#accordion h3.ui-state-hover { background:#9a8773; }

#accordion h3 a:link
{
	color:#fff;
	text-decoration:none;
}

/*Footer*/
#footer
{
	background:#093b2e;

	color:#719088;
	font-size:.65em;
	line-height:1.75em;
	
	position: relative;
	height:74px;
	margin-top:-74px;
}

	#foot_container
	{
		width:500px;
		margin:0 auto;
	}

	#footer ul
	{
		margin:0;
		padding:0;
		list-style:none;
		text-align:center;
	}

	#footer ul li
	{
		text-align:center;
		float:left;
		padding:10px 20px 0 20px;
		width:200px;
	}

	#footer .headline
	{
		font-weight:bold;
		color:#a9d0c6;
	}
	
	#footer a:link, #footer a:visited
	{
		color:#719088;
		text-decoration:none;
		border-bottom:1px #719088 dotted;
	}
	
	#footer a:hover, #footer a:active
	{
		color:#719088;
		text-decoration:none;
		border-bottom:1px #719088 solid;
	}
	
	#footer .copyright { color:#3a6258; }

.contact_col
{
	width:47%;
}

.contact_col ul { margin:0; padding:0; }

#content .contact_col li
{
	padding:10px 0;
	background:none;
	clear:both;
}

.contact_col h2
{
	color:#105442;
		font-size:1em;
		border-left:8px solid #105442;
		padding-left:8px;
		color:#8d745f;
}

table#compare
{
	color:#fff;
	padding:0 3px 3px 3px;
	border:solid 1px #105442;

}

h2.contentheading{ font-size:1.2em; }
div#content h2.contentheading a:link, div#content h2.contentheading a:visited  { color:#8D745F; }
p.iteminfo { margin:-1em 0 1em 0; padding:0; }

.std_hotel, .suite_hotel, .paragon, .perk { padding:2px 3px; }
.std_hotel, .suite_hotel, .paragon { text-align:center;}

.perk { background:#a37f64; color:#eee; font-style:oblique; text-align:right; padding-right:10px; }
tr.odd td.perk { background:#b59883; }

.std_hotel { background:#808080; }
tr.odd td.std_hotel { background:#999999; }

.suite_hotel { background:#999999; }
tr.odd td.suite_hotel { background:#adadad; }

.paragon { background:#093B2E; font-weight:bold;  }
tr.odd td.paragon { background:#0F6241;}

.p_head { font-weight:bold; color:#666; font-size:.8em; text-align:center; border-left:1px solid #105442; }


.clear { clear:both; }
.fleft { float:left; }
.fright { float:right; }

	img.fleft { margin-right:20px; }
	img.fright { margin-left:20px; }
	
	#content img.fleft, #content img.fright { padding:3px; border:solid 1px #105442; }
	
	.fleft_noborder{ float:left; margin-right:20px; border:none; }
