


body {
	background: #dadada url("images/background.gif") repeat-y top center ;
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	width: 980px;
	height: 85px;
}

#logo {
	float: left;
	width: 320px;
	margin: 30px 0 0 34px;
	padding: 0;
}

#bclogo {
	float: right;
	width: 270px;
	margin: 22px 65px 0 0;
	padding: 0;
}

#mainimage {
	position: relative;
	width: 980px;
	height: 343px;
	margin: 20px 0 0 0;
	padding: 0;
}

#homelink {
	position: absolute;
	left: 34px;
	top: 4px;
	width: 392px;
	height: 112px;
}

#homelink img {
	width: 392px;
	height: 112px;
}

#content {
	position: relative;
	width: 900px;
	margin: 38px 40px 0 40px;
}

#content #leftcol {
	float: left;
	width: 560px;
}

#content #rightcol {
	float: right;
	width: 305px;
}

.bucketwrap {
	position: relative;
	width: 100%;
}

.leftbucket {
	float: left;
	width: 260px;
}

.rightbucket {
	float: right;
	width: 260px;
}

#additionallinks {
	position: relative;
	margin: 0 0 0 15px;
}


/* NAVIGATION STYLES */
#nav {
	position: relative;
	width: 980px;
	height: 39px;
	background-color: #484848;
	background: #003661 url('/images/nav-background.jpg') no-repeat;
	font-family: Verdana, Arial, sans-serif;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#nav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a {
	color: white;
	display: block;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 12px 25px 10px 25px;
}

#nav li a:hover, #nav li a.on {
	background-color: black;
	background: url('/images/nav-hover-background.jpg') repeat-x;
}

#subnav {
	position: relative;
	width: 980px;
	height: 32px;
	background-color: #21629a;
	font-family: Arial, sans-serif;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#subnav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#subnav li {
	float: left;
	margin: 0;
	padding: 0;
}

#subnav li a {
	font-size: 10px;
	color: white;
	display: block;
	text-decoration: none;
	padding: 8px 10px 9px 10px;
}

#subnav li a:hover, #subnav li a.on {
	background-color: black;
}

#greenbar {
	position: relative;
	width: 100%;
	height: 5px;
	background-color: #98d16a;
	margin: 0;
	padding: 0;
}
/* END NAVIGATION STYLES */


#footer {
	position: relative;
	width: 900px;
	height: 50px;
	background: #ececec url('/images/footer-background.jpg') no-repeat;
	margin: 15px 0 20px 40px;
}

#footer-left {
	float: left;
	width: 500px;
	padding: 15px 0 0 30px;
}

#footer-right {
	float: right;
	width: 300px;
	padding: 16px 0 0 0;
	text-align: center;
}

#footer-left ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
}

#footer-left li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}

#footer-left li a {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #696969;
	text-decoration: none;
	text-transform: uppercase;
}

#footer-left li a:hover, #footer .on {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #004e90;
	text-decoration: none;
	text-transform: uppercase;
}

#footer-right ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
}

#footer-right li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

#footer-right li a {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}

#footer-right li a:hover, #footer .on {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #004e90;
	text-decoration: none;
}

#footer .divider {
	border-right: 1px solid #797979;
}
/* END NAVIGATION STYLES */


/* TEXT STYLES */
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #2a2a2a;
	font-weight: normal;
}

h1 span {
	color: #004b8f;
}

#leftcol h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #2a2a2a;
	font-weight: bold;
	line-height: 140%;
}

#leftcol h2 a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #0060cc;
	text-decoration: none;
}

#leftcol h2 a:hover {
	color: #2886ef;
}

#rightcol h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #2a2a2a;
	margin: 0 0 5px 0;
}

#leftcol h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #21629a;
	font-weight: bold;
	line-height: 140%;
}

p, ul, ol, .label, #campsite {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #2a2a2a;
	line-height: 140%;
}

#leftcol a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #1742cc;
	line-height: 150%;
}

#leftcol a:hover {
	color: #849ef3;
}

#rightcol a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #797979;
	line-height: 150%;
}

#rightcol a:hover {
	color: #2a2a2a;
}

.date {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #2a2a2a;
	margin: -4px 0 0 0;
	padding: 0;
}
/* END TEXT STYLES */


/* FORMS */
div.row {
	clear: both;
	padding-top: 10px;
	font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: 12px;
}

div.row span.label {
	float: left;
	width: 120px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 450px;
	text-align: left;
}

div.spacer {
	clear: both;
}
/* END FORMS */

/* Latest Blog */
#latestblog {
	margin: 0;
	padding: 0;
}

#latestblog h2, #homenotices h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #2a2a2a;
	font-weight: bold;
}

#latestblog ul {
	margin: 0 0 0 12px;
	padding: 0;
}

#latestblog li {
	list-style-image:url("/images/green-arrow.gif");
}

#latestblog a {
	color: #1742cc;
}

#latestblog a:hover {
	color: #849ef3;
}
/* END Latest Blog */

.extlink {
	padding-right: 13px;
	background: url(images/external.gif) no-repeat center right;
	display: inline-block;
}

#brochure {
	position: relative;
	margin: 25px 0 0 0;
	padding: 0px 12px;
	border: 1px solid #9cd36b;
}

/* HelloBC Widget */
#divSEW p {
	/*margin: 30px 100px;*/
	
	font-size: 11px;
}
/* END HelloBC Widget */



/* Photo Contest Styles */
#photocontest {
	position: relative;
	width: 100%;
}

#photocontest h1 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
}

#photocontest h2 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #21629a;
	margin: 0;
	padding: 0;
}

#photocontest h3 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000;
}

#photocontest strong {
	color: #21629a;
}

#photocontest ul {
	list-style-image: url('/images/blue-arrow.gif');
	padding: 0;
	margin: 0 0 0 15px;
}

#photocontest li {
	margin: 5px 0;
}

.small {
	font-size: 8px;
}

#photocontest .bluebox {
	margin: 20px 0;
	padding: 0px 16px 10px 16px;
	background-color: #dbe8f4;
	border: 2px solid #21629a;
}

#photocontest .bluebox h3 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #21629a;
	font-weight: bolder;
}

#photocontest .bluebox strong {
	color: #000;
}

#photocontest #leftcol {
	float: left;
	width: 425px;
}

#photocontest #rightcol {
	float: right;
	width: 425px;
}

div.formrow {
	clear: both;
	padding-top: 10px;
	font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: 12px;
	color: #4a4946;
}


div.formrow span.formlabel {
	float: left;
	width: 170px;
	text-align: right;
	padding-left: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

div.formrow span.formformw {
	float: right;
	width: 390px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

div.formspacer {
	clear: both;
}

#load {
	position:absolute;
	z-index:1;
	border:3px double #999;
	background:#FFF;
	width:300px;
	height:200px;
	margin-top:-150px;
	margin-left:-150px;
	padding-top: 100px;
	top:50%;
	left:50%;
	text-align:center;
	line-height:190%;
	font-family: Verdana, Arial, sans-serif;
	font-size:18px;
}

.finalists {
	position: relative;
	margin: 0;
	padding: 0;
}

.finalists img {
	margin: 3px 3px;
	border: 1px solid #999;
}

.finalists-big {
	position: relative;
	width: 580px;
	text-align: center;
}

.finalist-prev {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
}

.finalist-next {
	float: right;
	width: 200px;
	text-align: right;
	margin: 0 0 20px 0;
}
/* END Photo Contest Styles */

/* Olympic Pages */
#olympicsleft {
	float: left;
	width: 50%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#olympicsright {
	float: right;
	width: 50%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
/* END Olympic Pages */

#socialmedia {
	position: relative;
	width: 240px;
	margin: 25px 0 0 0;
}

#socialmedia .leftsm {
	float: left;
	width: 40px;
}

#socialmedia .rightsm {
	float: left;
	margin: 8px 0 0 0;
}

#socialmedia a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #1742cc;
}

#socialmedia a:hover {
	color: #849ef3;
}

/* Homepage Styles - July 2010 */
.homepage-text, #site-text {
	position: relative;
	width: 520px;
	padding: 5px 20px;	
}

#homeleft {
	float: left;
	width: 560px;
	background-color: #fcfcfc;
	border: 10px solid #ececec;
}

#homeright {
	float: right;
	width: 305px;
}

#homeright h2, #siterightcol h2 {
	font-family: Arial, san-serif;
	color: #5f5f5f;	
}

#homenotices {
	margin: 0 0 8px 0;
	padding: 0;
	border-bottom: 4px solid #004b8f;
}

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

#blog .blogleft, #homenotices .noticesleft {
	float: left;
	width: 220px;	
}

#blog .blogright, #homenotices .noticesright {
	float: right;
	width: 46px;	
}

#blog .blogright a {
	color: #929292;
}

#blog h2, #homenotices h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #5f5f5f;
	font-weight: bold;
}

#blog ul, #homenotices ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

#blog li, #homenotices li {
	/*list-style-image:url("/images/green-arrow.gif");*/
	width: 300px;
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
	color: #aeaeae;
	font-size: 11px;
}

#blog a, #homenotices a {
	color: #004e9b;
	text-decoration: none;
	font-size: 12px;
}

#blog a:hover, #homenotices a:hover {
	color: #849ef3;
}

a#blog-view, #homenotices a.notices-view {
	color: #929292;	
}

#notices-viewall {
	position: relative;
	text-align: right;
	margin: 10px 0;
}

#notices-viewall a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #004b8f;
}

#homepage-section {
	position: relative;
	width: 560px;
}

.homepage-section-wrap {
	position: relative;
	width: 560px;
}

.homepage-section-wrap-inner {
	position: relative;
	display: block;
	width: 520px;
	border-bottom: 1px solid #c0d4e4;
	margin: 0 20px 0 20px;
	padding: 12px 0 5px 0;
}

.homepage-section-left {
	float: left;
	width: 250px;
}

.homepage-section-right {
	float: right;
	width: 260px;	
}

.homepage-section-right h2 {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #004b8f;
	margin: 0;
}

.homepage-section-right h2 a {
	color: #004b8f;
	text-decoration: none;
}

.homepage-section-right h2 a:hover {
	text-decoration: underline;
}

.homepage-section-right p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
}

/* END Homepage Styles - July 2010 */

#news {
	position: relative;
	width: 580px;
}

#news h2 {
	margin: 0;
	padding: 0;
}

#news h2 a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #0060cc;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.smalltext {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
	font-style: italic;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.newspost {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #AAA;
}

.newspost a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.newspost hr {
	color: #f00;
	background-color: #f00;
	height: 1px;
}

#leftnews {
	float: left;
	width: 200px;
}

#rightnews {
	float: right;
	width: 300px;	
}

#howtocamp-wrap {
	position: relative;
	width: 534px;
	border: 10px solid #ececec;
	background: #FFF url('/images/howto-background.jpg') repeat-y;
}

#howtocamp-wrap ul {
	margin: 0;
	padding: 0 10px;
	/*list-style-image: url('/images/green-arrow.gif');*/
	list-style: none;
}

#howtocamp-wrap li {
	background:url('/images/green-arrow.gif') center left no-repeat;
	width: 138px;
	padding: 8px 0 10px 14px;
	margin: 0;
	border-bottom: 1px solid #DDD;
	color: #aeaeae;
	font-size: 11px;
}

#howtocamp-wrap a {
	color: #004e9b;
	text-decoration: none;
	font-size: 12px;
}

.howtocamp {
	float: left;
	width: 178px;
	
}

#howtocamp-img {
	position: relative;
	width: 178px;
	background-color: #FFF;
}

.howtocamp-rightborder {
	border-right: 1px solid #DDD;
}

#facebooklikebox {
	position: relative;
	width: 305px;
	margin: 12px 0 10px 0;
}

.videobox {
	float: left;
	width: 180px;
	margin-bottom: 24px;
	z-index: 10;
}

.videobox img {
	border: 1px solid #CCC;		
}

.videobox p {
	margin-top: 0px;
}

.videobox .videothumb {
	position: relative;
	width: 160px;
	height: 120px;
	z-index: 100;
}

.videobox .playbutton {
	position: absolute;
	left: 64px;
	top: 42px;
	width: 32px;
	height: 32px;
	border: 0;
	z-index: 1000;
}

.videobox .playbutton img {
	border: 0;
}


.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
