@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* SLIDESHOW */
ul.slideshow {
	font-family:arial;	
	font-size:14px;
	list-style:none;
	width:407px;
	height:352px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:407px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
	text-align:left;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

/* PAGINATION */

#pagination-digg li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination-digg a           { border:solid 1px #9aafe5; margin-right:2px; }
#pagination-digg .previous-off,
#pagination-digg .next-off   { border:solid 1px #DEDEDE; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
#pagination-digg .next a,
#pagination-digg .previous a { font-weight:bold; }	
#pagination-digg .active     { background:#2e6ab1; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ margin-right:2px; }
#pagination-digg a:link, 
#pagination-digg a:visited   { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination-digg a:hover     { border:solid 1px #0e509e; }

/* NAVIGATION */

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0 10px;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 30px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(../images/buttons/home.png) no-repeat;
	width: 53px;
}
ul#topnav a.browseregion {
	background: url(../images/buttons/browseregion.png) no-repeat;
	width: 166px;
}
ul#topnav a.changeprovince {
	background: url(../images/buttons/changeprovince.png) no-repeat;
	width: 157px;
}
ul#topnav a.browsecity {
	background: url(../images/buttons/browsecity.png) no-repeat;
	width: 145px;
}
ul#topnav a.createaccount {
	background: url(../images/buttons/createaccount.png) no-repeat;
	width: 174px;
}
ul#topnav a.login {
	background: url(../images/buttons/login.png) no-repeat;
	width: 55px;
}
ul#topnav a.logout {
	background: url(../images/buttons/logout.png) no-repeat;
	width: 74px;
}
ul#topnav a.contact {
	background: url(../images/buttons/contact.png) no-repeat;
	width: 106px;
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	z-index:9999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	top: 30px; left: 0;
	background: #a57201; /*--Background gradient--*/
	padding: 10px 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #fcff00;
	background-position: 5px 12px ;/*--Override background position--*/
}

/* MAIN BODY */

.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	background:url(../images/headerback.png) repeat-x;
	height:130px;
	z-index:1;
	position:relative;
}

.oneColFixCtrHdr #header #logo {
	height:100px;
	width:518px;
	position:relative;
	left:20px;
}

.oneColFixCtrHdr #header #nav {
	position:relative;
	top:0px;
	background:url(../images/navback.png) repeat-x;
	height:30px;
}

.oneColFixCtrHdr #header #search {
	position:relative;
	top:-93px;
	left:603px;
	width:240px;
}

.oneColFixCtrHdr #header #nav img {
	padding:0 15px;
}

.oneColFixCtrHdr #mainContent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fffbcc;
	position:relative;
}

.oneColFixCtrHdr #mainContent #featuredcamp {
	padding:3px;
	background-color:#FFFF66;
}

.oneColFixCtrHdr #mainContent h3 {
	display:inline;
}

.oneColFixCtrHdr #mainContent #sitetitle {
	font-size:16px;
	font-weight:bold;
	color:#bb1324;
	padding:3px;
}

.oneColFixCtrHdr #mainContent #rateinfo {
	background:#4d52ae;
	color:#FFFFFF;
	padding:3px;
}

.oneColFixCtrHdr #mainContent #ratetitle {
	font-size:16px;
	font-weight:bold;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d96f0f;
	color:#FFFFFF;
	font-size:12px;
}

.oneColFixCtrHdr #footer a {
	color:#FFFFFF;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}