#headercontainer{
	text-align: center;
}
#header{
	width: 724px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#header #logobar{
	background-image: url(/img/topper.jpg);
	background-repeat: no-repeat;
	height: 32px;
	margin: 0px;
	padding: 0px;
}
#header #flashbanner{
	height: 162px;
}
#header #flashbanner .imageholder{
	margin-bottom: -3px;
}

#header #resortbanner{
	height: 162px;
}

#header #resortbanner .imageholder{
	margin-bottom: -3px;
}

#header #logobar #search{
	float: right;
	width: 200px;
	height: 28px;
}
#header #logobar #search div{
	float: left;
	display: block;
	height: 32px;
	vertical-align: bottom;
}
#header #logobar #search #searchbutton{
	width: 23px;
	height: 23px;
	padding: 0px;
	margin: 4px 0px 0px 0px;
}
#header #logobar #search .searchtext{
	margin-top: 4px;
	margin-right: 2px;
	line-height: 28px;
}
#header #logobar #search #txtsearch{
	height: 16px;
	width: 108px;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #016801;
	border: 1px inset #33CC00;
	margin-top: 8px;
}
#header form{
	margin: 0px;
	padding: 0px;
}
#header #rlbar1{
	background-color: #006E53;
	line-height: 6px;
}
#header #rlbar2{
	background-color: #1DAE77;
	line-height: 6px;
}
#header #logoutx{
	visibility: hidden;
	width:47px;
    height:18px;
	background-color:#006600;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border-top:1px solid #D4D0C8;
	border-left:1px solid #D4D0C8;
	border-bottom:1px solid #808080;
	border-right:1px solid #808080;
	margin-right: 10px;
	margin-top: 8px;
}
#header .newribbons{
	width: 700px;
	position: relative;
	top: -32px;
	left: -22px;
	padding: 0px;
	margin-bottom: -16px;
}
#header .newribbons div{
	float: left;
	width: 70px;
	padding: 0px;
	margin: 0px;
}
#header .newribbons div img{
	width: 29px;
	height: 16px;
	padding: 0px;
	margin: 0px;
}

#header #linkbar{
	width: 723px;
	height: 24px;
	background-repeat: repeat-x;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sf-menu {
	height: 24px;
	line-height: 24px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px;
	z-index: 		3000;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}

.sf-menu a {
	display:		block;
	position:		relative;
}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			24px;
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	width: 			200px;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	*left: 			198px;
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	*left: 			198px;
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	width: 723px;
	height: 24px;
	line-height: 24px;
	background-image: url(/img/1pixelBtn.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #057C00;
	border-left: 1px solid #057C00;
	border-right: 1px solid #057C00;
	margin: 0px;
	padding: 0px;
}

.sf-menu a { /*possibly here with height*/
	text-decoration:none;
	padding: 0px 15px;
	margin: 0px;
	display: block;
}

.sf-menu .last {
	border-right: none;
}

.sf-menu #my-rlc-login {
	width: 135px;
	border-right: none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFF;
}

.sf-menu li {
	height: 24px;
	border-right: 1px solid #057C00;
	position: relative;
	z-index: 2000;
}

.sf-menu li li {
	background: #017f01;
	border: 1px solid #003300;
	border-top: none;
	width: 200px;
	text-align: left;	
	line-height: 24px;
	display: block;
}

.sf-menu li li a {
	display: block;
	height: 24px;
}

.sf-menu li li a:hover {      /*goofy*/
	border-right: none;
	color: #000;
	background: #89c53f;

}

.sf-menu li li li {
	background:		#017f01;
	width: 200px;
	text-align: left;	
	height: 24px;
}

.sf-menu li li li li {
	width: 190px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #000;
}

/*.sf-menu li li.sfHover {
	background: #89c53f;
}*/

.sf-menu .first {
	border-top: 1px solid #003300;
}

*:first-child+html .sf-menu a .nav_arrow {
	display: block;
	width: 10px;
	height: 20px;
	margin-top: -8px;
	position: absolute;
	right: 0;
} 

* html .sf-menu a .nav_arrow { 
	display: block;
	width: 10px;
	height: 20px;
	margin-top: -8px;
	position: absolute;
	right: 0;
} 

.sf-menu a .nav_arrow {
	position: absolute;
	right: 0;
	margin-top: -2px;
}

.sf-menu .clickandship {
	background: #FFFF00 url(/img/1pixelBtn-yellow.jpg) repeat-x;
	color: #000000;
}

.sf-menu .clickandship a {
	color: #000000;
}

.sf-menu .clickandship li a {
	color: #FFF;
}

#clickshiplink {
	color: #000000;
}