body
{
	font:65% Verdana, Geneva, sans-serif; margin:0;
	background-color: #3d7f8d;
	background-image: url(/tpl/assets/images/backgrounds/nature.gif);
 	padding:0;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
}

h1
{
	font-size: 16px;
	line-height: 200%;
}

p
{
	line-height: 200%;
}

td
{
	line-height: 200%;
	vertical-align: top;
}

.input
{
	border: 0;
	padding: 4px;
}

.button
{
	border: 0;
	padding: 5px;
	background-color: #1f4651;
	color: white;
}

#wrapper
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#availability_dropdown
{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	top:0;
	text-align: right;
	padding: 0 20px 0 20px;
	background-color: white;
}

#availability_tab
{
	
	width:110px;
	float: right;
	background-color: #3d7f8d;
	background-image: url(/tpl/assets/images/backgrounds/bg.gif);
	padding: 8px;
	text-align: center;
}

#availability_tab a, #availability_tab a:link, #availability_tab a:visited
{
	color: white;
	text-decoration: none;
}

#availability_inner
{
	background-color: #3d7f8d;
	background-image: url(/tpl/assets/images/backgrounds/bg.gif);
	text-align: left;
	color: white;
}

#top
{
	width:820px;
	text-align: center;
}

#images
{
	
}

#navigation
{
	float:left;
	margin-top: -40px;
	padding: 14px 0;
	min-height: 20px;
}

#image_navigation
{
	float:right;
	margin-top: -40px;
	padding: 14px 0;
	min-height: 20px;
}

#fourstar
{
	width: 190px;
	min-height: 160px;
	background-image: url(/tpl/assets/images/4star.png);
	background-repeat: no-repeat;

	
}

#drop_down
{	margin: 0;
	padding: 0;
}

#drop_down li
{
	float: left;
	list-style: none;
	margin-left: 4px;
	z-index: 3;
}

#drop_down .selected a.tab_a
{
	text-decoration: none;
	color: black;	
	background: #fff;
}
#drop_down .hovered a.tab_a
{
	text-decoration: none;
	color: black;	
	background: #fff;
}

#drop_down li a
{
	display: block;
	cursor:pointer;
	background: #3d7f8d;
	padding: 8px 14px 6px 14px;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
}
#drop_down li a:hover
{
	background: #fff;
	color: #202c78;
}	
#drop_down li ul
{	
	margin: 0;
	padding: 0;
	overflow: visible;
	position: absolute;
	visibility: hidden;
	width: 132px;
	z-index: 3;
}

#drop_down li ul li
{
	float: none;
	display: inline;
	margin: 0;
	padding: 0;

}

#drop_down li ul li a
{
	width: auto;
	background: #3d7f8d;
	color: white;
	display: block; 
	cursor:pointer;
}

#drop_down li ul li a:hover
{
	background: #aac4c9;
	color: black;
}


.clear
{
	clear:both;
}


#container
{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	top:0;
	background-color: white;
	padding: 30px 20px;
	min-height: 450px;
	text-align: left;
}

table.results { width: 100%; padding: 0px; border: none; border: 1px solid #789DB3; text-align: center;}
table.results td { border: none; background-color: #F4F4F4; vertical-align: middle; padding: 3px; text-align: center;}
table.results tr.special td { border-bottom: 1px solid #789DB3;  }
table a, table a:link, table a:visited
{
	color: white;
	text-decoration: none;
}


.room_available
{
	width: 90px;
	background-color: green;
	padding: 5px;
	color: white;
}

.room_unavailable
{
width: 90px;
	background-color: red;
	padding: 5px;
	color: white;
}

#content_left
{
	width: 580px;
	float: left;
	padding: 10px;
}

.content_right
{
	width: 190px;
	float: right;
	background: #3d7f8d;
	padding: 10px;
	color: white;
}

.content_right a, .content_right a:link, .content_right a:visited
{
	color: white;
	text-decoration: underline;
}

#bottom
{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	margin-top: 20px;
}

#bottom a, #bottom a:link, #bottom a:visited
{
	color: black;
	text-decoration: none;
}


