a, a:link {
	background: transparent;
	color: #811200;
	text-decoration: underline;
}

a:visited {
	background: transparent;
	color: #854922;
	text-decoration: underline;
}

a:hover, a:active {
	background: transparent;
	color: #374A0E;
	text-decoration: none;
}

body{
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bkgred700.gif)}

p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #333;

}

td{
		font: 12px Arial, Helvetica, sans-serif;
		color: #333;
}

h1{
		font: bold 16px Arial, Helvetica, sans-serif;
		color: #811200;
		background: transparent;
		margin-bottom: -8px;
}

h2{
		font: bold 14px Arial, Helvetica, sans-serif;
		color: #333;
		background: transparent;
		margin-bottom: -12px;
}

.BKG-wave{
	background: url(../images/wave-tops.gif) no-repeat;
	padding-left: 40px;
}

.content{
	padding: 8px 30px 8px 30px;
	vertical-align: top;
	height: 300px;
	background: #fff;
}

.centeredtext{
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

.clickto{
	background-color: #811200;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
	border-top: 1px solid #fff;
}

.clickto a:link, .clickto a:visited {
	color: #fff;	
	text-decoration:none;
}

.clickto a:hover {
	color: #F1D28A;	
	text-decoration:none;
}

.redwave{
	width: 101px;
	background-image:url(../images/wave-bottom.gif);
	background-position: bottom;
	background-repeat:no-repeat
}

.whitewave{
	width: 101px;
	background: #811200 url(../images/wave-bottomw.gif) no-repeat bottom;
}

.spacer{
	width: 2px;
}

#reserve{
	float: right;
	width: 110px;
	margin: 60px 30px 0 0;
	color: #333;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
}


.slidespace{
	padding: 0px 10px 0px 0px;
}

.credits{
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	border-top: 1px dashed #811200;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.titleRED{
		font: 14px Arial, Helvetica, sans-serif;
		color: #811200;

}

.titleBLK{
		font: 13px Arial, Helvetica, sans-serif;
		color: #333;
	line-height: 19px;
}

.txtRED{
		color: #811200;

}

.tableborder{
	border: 1px solid #333333;
}

.tableborderRED{
	border: 1px solid #811200;
}


.ratestop{
	background-color: #811200;
	color: #FFFFFF;
	text-align: center;
	padding: 6px;		
}

.ratescategory{
	color: #333333;
	background-color: #F1D28A;
	text-align: center;
	padding: 6px;	
}

.ratesprice{
	color: #333333;
	background-color: #F2DFB1;
	text-align: center;
	padding: 6px;
}

.ratespolicy{
	color: #333333;
	background-color: #F3E8C9;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 8px;
}

.smtxt{
	font-size: 11px;
}

.line{
	color: #333;
	border-top: 1px solid #811200;
	padding-top: 20px;
}

.txtLRG{
	font-size: 16px;	
	line-height: 22px;
}

.vtour{
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	padding-top: 2px;
}

ul {
	line-height: 20px;
	margin-left: -15px;

}
#wrapper-nav {
	clear:both;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
	width: 575px;


}
.fltft{
	float:right;
	padding-left: 20px;
}

.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Arial;
margin-top: 0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;

border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 150px; /*width of menu (not including side paddings)*/
color: #541008;
background: #efce88;
border-bottom: 1px solid #541008;

text-decoration: none;
padding: 4px 5px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
	background: #f6e6c4;
	color: #541008;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


