/* CSS Document Layout Wildside 2005 */

body {
	margin: 0 0 0 0;
	padding: 0;
	min-width: 800px;
	background-color: #443d33;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#skip {
	visibility: hidden;
	display: none;
}

#wrapper {
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#rHeader {
	width: 800px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	height: 131px;
}
#cssMenu1 {
	margin-top:3px;
}
#topNav  {
	text-align: center;
	margin: 0;
	background-image: url("/images/bgtopmenu.gif");
	background-repeat: repeat-x;
	background-position:bottom;
	height:276px;
}

#rContent{
	float: right;
	width: 615px;
	margin-top: 5px;
	min-height:1000px;
}

#lContent{
	margin: 5px 0px 5px 0px;
	padding: 0 0 5px 0;
	text-align:center;
}


#content {
	padding: 5px;
}

#footer {
	clear: both;
	background-image: url("/images/bgfooter.gif");
	background-repeat: repeat-x;
	height: 44px;
	padding-top: 20px;
	margin: 0;
	text-align: center;
}
#footer a, #footer #plug {
	color:#685B35;
	font-family:verdana;
	font-size:11px;

}
#footer a:link, #footer a:visited{
	color:#685B35;
}
#footer a:hover, #footer a:active{
	color:#006600;
}


.lodgeHiLite {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}

#lContent .lodgeHiLite a{
	color:#685B35;
	font-family:verdana;
	font-size:10px;
}


#lContent .lodgeHiLite a:link, #lContent .lodgeHiLite a:visited{
	color:#685B35;
}
#lContent .lodgeHiLite a:hover, #lContent .lodgeHiLite a:active{
	color:#006600;
}

.sideLogos {
	text-align: center;
}

.sideLogos img {
	border: 1px solid #ACB2B9;
	margin: 3px;
}

.avail {
	text-align: center;
}

.sideSpecials {
	text-align: center;
}


/* Floats */
.imgflLeftNB {
	float: left;
	margin: 5px;
}

.imgflLeft {
	float: left;
	margin: 5px;
	border: 1px solid #2E4C6B;
}

.imgflRightNB {
	float: right;
	margin: 5px;
}

.imgflRight {
	float: right;
	margin: 5px;
	border: 1px solid #2E4C6B;
}

.linkTable {
	border: 1px solid #2E4C6B;
	margin: 5px;
}

#spt_lightboxContainer {
	width: 520px;
	margin: 0 auto;
	text-align: center;
}

#spt_lightboxContainer h3 {
	margin: 10px 0 5px 0;
	text-align: left;
}

#spt_lightboxContainer a {
	display: inline;
}

#spt_lightboxContainer img {
	border: 1px solid #3039AD;
}