@charset "utf-8";
/* CSS Document */
/*flex_source_order*/

	html {font-size: 100%; }

	body {

			background-color:  #Fff;
			font-family: Verdana, Geneva, Arial, sans-serif;
			font-size:	.9rem;
	}

		p, ul, ol	{
			font-size:	1rem;
			color: #666666;
			}
		ul		{
			line-height:	1.5rem;
			margin-left: 0rem;
				}
		ul ul		{
			margin-left: .2rem;
				}
		ol		{
			line-height: 1.5rem;
			padding-left: 1.3rem;
				}
		p	{
			line-height: 1.4rem;
			margin-bottom:  1rem;
			}
		h1	{
			font-size:	1.9rem;
			line-height: 3rem;
			font-style: italic;
			}

		h2	{
			font-size:	1.5rem;
			line-height: 2rem;
			
			}

		h3	{
			font-size:	1.2rem;
			line-height: 1.7rem;
			}
		h2, h3, h4, h1    {
			font-family: "Palatino Linotype", "Book Ariqua", serif;
			color: #060;
			margin-top: .2rem;
			margin-bottom: .2rem;
			padding-bottom: .2rem;
			}
			
		.smalltext	{
			font-size:  .7em;
			}
		.smalltext2	{
			font-size:  .8em;
			}
		.smalltext2	p {
			margin-bottom: .3em;
			}

		a:link	{
			color:  #336699;
			}

		a:visited	{
			color:	#336699;
			}

		a:hover	{
			color:	green;
			background-color:  #d7e9e9;
			
			}
		.mapbutt a:hover	{
			background-color: #ecf4ff;
			}

		#indexbox a:hover	{
			color: green;
			
			}
		.subtitle a:hover, .subtitle2 a:hover, .subtitle3 a:hover  {
			font-size: 1.1em; 
		}
	.toptitle3 h3, .toptitle3 h2  {
		font-size: 1rem;
		text-shadow: 1px .1px #333;
		color:	#fedd40;
	}

	

	.FlexWrapper {
		max-width: 990px;
		min-width: 393px;
		width: 100%;
		margin-top: 0px;
		border-left: 6px double #060;
		border-right: 6px double #060;
		padding-left: .5rem;
		padding-right: .4rem;
		display: flex;
		flex-direction: row;
		margin-left: auto;
		margin-right: auto;

	}
	
	.FlexItems  {
		display: flex;
		align-items: left;
		min-height: 6.25rem;
		padding: 1rem;
		margin-top: 0px;

	}
		.FlexHeader  {
		background-color: #FFC;
		order: 1;
		width: 100%;
		margin-left: 0;
		height: 820px;
		display: inline;
		
		
	}
	.FlexContent {
			
			order: 3;
			width: 40%;
			display: inline;
			border-left: -5px;
			font-size: 1rem;
	}


	.FlexSideTwo {
			
			display: inline;
			order: 2;
			width: 50%;
			margin-right: -10px;
		
	}
	.FlexFooter {
		
		display: inline;
		order: 5;
		width: 100%
	}


	@media (min-width: 30rem) {
			.FlexWrapper {
		flex-flow: row wrap;
	}

	.FlexHeader  {
		width: 100%;
		order: 1;
	}
	.FlexContent {
		flex: 1;
		order: 3;
		width: 45%
	}


	.FlexSideTwo {
		width: 48%;
		order: 2;
		;
	}
	.FlexFooter {
		width: 100%;
		order: 5;

	}
	}


		/*----------- TABLES ------------*/

	.table {
		margin-left: 0px;
		margin-right: .2rem;
		margin-bottom: .2rem;
		width: 100%;
		
	}

	table	{
		border-collapse: collapse;
		
			}
	th, td		{
		border: 1px solid #360;
		padding: .3rem;
		font-size: .95em;
		line-height: 1.2rem;
		color:  #3E3E3E;

			}

	td   {
	
		padding-left: .3rem;
		padding-right: .3rem;
		background-color:   #ffc;
		
		}
	

	tbody th   {
		border: 1px solid #000000;
		background-color: #f9f9b2;
		text-align: left;
		padding: .2rem;
		padding-left: .3rem;
		}
	thead th   {
		border: 1px solid #000000;
		background-color: #f9f9b2;
		text-align: center;
		font-weight: bold;
		padding: .3rem;
		font-size: 1.1rem;

		}

	caption   {
		font: bold 120% "Times New Roman", Times, serif;
		background-color: #FF9;
		color: #000000;
		padding: .3rem 0 0.3rem 0;
		border: 1px solid #000000;
				}

	tfoot	{
		font-size: .8rem;
		background-color: #ecf4ff;
		font-style: italic;
		
		}
		

	footer {
		text-align: center;
		padding: 30px;
		margin-top: 0px;
		clear: both;
		border-top: 1px solid green;
		
		
	}
	footer p {
		font-size: .8rem;
	}
	#homefooter {
		width: 976px;
		background-color: #f4f9e8;
		border-top: 1px solid #390;
		border-bottom: 1px solid #390;
		margin-bottom: 15px;
	}
	.prices th, .prices td {
		text-align: center;
	}
	
	/*----------- CONTAINERS ------------*/
.checkforupdates  {
	width: 97%;
	background-color: #f0f9fc;	
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
}
	
details > summary {
  padding: 4px;
  width: 300px;
  background-color: #f0f9fc;
		 border: 1px solid #009999;
  border: none;
  box-shadow: 1px 1px 2px #bbbbbb;
  cursor: pointer;
}

details > p {
  background-color: #f0f9fc;
		 border: 1px solid #009999;
  padding: 10px;
  margin: 0;
  box-shadow: 1px 1px 2px #bbbbbb;
	
}

		.hst_promo  {
		width: 95%;
		border: 1px solid #196eaf;
		background-color: #daebf7;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		}
		.hst_promo h3 {
			color: #515354;
		}
		.hst_promo h2 {
			color: #196eaf;
		}
		.hst_logo  {
			width: 251px;
			height: 80px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(../images/hst_logo_sm2_98dc0f1182.png);
		}
		.hst_logo3  {
			width: 251px;
			height: 80px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(../images/hst_logo_sm3_c8d6327e7f.png);
		}
		.campsquare2 {
			width: 240px;
			height: 240px;
			border: 1px solid green;
		}
		.main_content {
			margin-top: -8px;
			line-height: 20px;
		}
		.main_content h2  {
			line-height: 1.6rem;
		}
		.highlights  {
		width: 50%;
		min-height: 248px;
		margin-right: .2rem;
		margin-left: .8rem;
		margin-bottom: .2rem;
		margin-top: 3px;
		padding: .4rem;
		background-color:   #f5fff5;
		border: 2px solid #360;
		display: inline-flex;
		flex-wrap: wrap;
		}

	.highlights ol {
		line-height: 1.5rem;
		display: block;
		margin-top: -3%;
		font-size: 1.0rem;
		margin-left: 7px;
		color: green;
		text-decoration: italic;
	}
.highlights ol li  {
	font-style: italic;
	color: #277A0A;
	
}

	.highlights h3  {
		text-align: center;
		margin-bottom: 0.2rem;
		font-size: 1.4rem;
		
	}
	.infobox {
		width: 95%;
		padding: 5px;
		
	}
	.comments {
		width: 98%;
		 background-color: #f0f9fc;
		 border: 1px solid #009999;
		 margin-bottom: 15px;
		 padding-right: 5px;
		
	}
	.comments li {
		line-height: 1.3rem;
		color: #05520C;
	}
.dontmiss  {
		width: 91.5%;
		 background-color: #f0f9fc;
		 border: 1px solid #009999;
		 margin-bottom: 15px;
		 padding: 10px;
	margin-left: auto;
	margin-right: auto;	
}
.dontmiss h3  {
	line-height: .5rem;
	font-family: bookantiqua;	
}
.dontmiss p  {
	color: #060;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-family: bookantiqua;
	margin-top: 5px;
}
		.video {

		}
.videolink {
	width: 200;
	background-color: #f0f9fc;	
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	padding-top: 10px;
	padding-bottom: 10px;
}
	#restips {
		width: 95%;
		padding: 8px;
		background-color:   #f5fff5;
		border: 1px solid green;
		margin-left: auto;
		margin-right: auto;
		margin-top: 9px;
		margin-bottom: 9px;
	}

	
	footer {
		text-align: center;
		padding: 30px;
		margin-top: 0px;
		clear: both;
		
	}
	footer p {
		font-size: .8em;
	}
	.bannercontainer {
		width: 940px;
		margin-left: 20px;
		height: 105px;
		margin-top: -10px;
		border: 1px solid #fff;
	
	}
		#pct {
		width: 95%;
		padding: 8px;
		background-color:   #f5fff5;
		border: 1px solid green;
		margin-top: 9px;
		margin-bottom: 9px;
	}
	#pct2 {
		width: 95%;
		padding: 8px;
		background-color:   #f5fff5;
		border: 1px solid green;
		margin-top: 9px;
		margin-bottom: 9px;
	}
.weather {
	width: 109px;
	height: 49px;
	padding: -20px;
	margin-bottom: 8px;
	margin-top: 10px;
	float: right;
}
.weather_widget {
	
}
.campground {
	width: 100%;
	background-color: #EDF7F2; 
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	margin-left: -5px;
}

		/*----------- GRAPHIC SYMBOLS ------------*/
				.toplogo2_fixed  {
			background-image: url(../images/top_15c6a9e7c4.png);
			width: 272px;
			height: 27px;
			display: block;
			margin-left: auto;
			margin-right: auto;

		}
		.topbox {
			width: 100%;
			height: 28px;
			padding-top: 3px;
			border-top: 1px solid #369;
			border-bottom: 1px solid #369;
			 background-image: linear-gradient(to right, lightcyan, aliceblue, lightcyan);
			 margin-bottom: 1px;
		}
		.toplogo {
			display: none;
		}
		
		.logofloat  {
			width: 355px;
			height: 80px;
			margin-top: -15px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			background-image: url(../images/logo_float2_573aaf4319.png);
			display: none;
		}
		.logofloat3  {
			width: 289px;
			height: 70px;
			margin-top: -15px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			background-image: url(../images/logo_float3_ae2141eff2.png);
			display: none;
		}

			
	.goldstar  {
		width: 21px;
		height: 21px;
		margin-right: 5px;
		margin-top: 0px;
		background-image: url(../images/gold_star_dc447ad3a2.png);
		float: left;
	}
	.greenstar  {
		width: 20px;
		height: 20px;
		margin-right: 8px;
		margin-top: 2px;
		background-image: url(../images/green_star_173d619548.png);
		float: left;
	}
	.triangle  {
		width: 15px;
		height: 15px;
		margin-right: 8px;
		margin-top: 4px;
		background-image: url(../images/triangle_33b4de1fb4.png);
		float: left;

	}
		.dot  {
		width: 7px;
		height: 7px;
		margin-right: 7px;
		margin-top: 5px;
		background-image: url(../images/dot_6dd2c3a0c3.png);
		float: left;
	}
		.tri  {
		width: 15px;
		height: 15px;
		margin-right: 6px;
		margin-top: 6px;
		background-image: url(../images/tri_ce14924542.png);
		float: left;
	}
		.goldstar2  {
		width: 11px;
		height: 10px;
		margin-right: 5px;
		margin-top: 6px;
		background-image: url(../images/gold_star2_6b6bc3aea7.png);
		float: left;
	}
	.greenstar2  {
		width: 10px;
		height: 10px;
		margin-right: 6px;
		margin-top: 6px;
		background-image: url(../images/green_star2_906c36f4e0.png);
		float: left;
	}
	.triangle2  {
		width: 9px;
		height: 9px;
		margin-right: 7px;
		margin-top: 6px;
		background-image: url(../images/triangle2_3aa1fb4491.png);
		float: left;
	}
	.tri2  {
		width: 9px;
		height: 9px;
		margin-right: 6px;
		margin-top: 6px;
		background-image: url(../images/tri2_ba6dba7c38.png);
		float: left;
	}
	.logotopleft  {
		background-image: url(../images/logo_top_left_f361b0fa7b.png);
		width: 218px;
		height: 102px;
		float: left;
		display: inline;
		margin-left: -30px;
		margin-right: 5px;
	}
	.mapbutt	{
		width:	94px;
		height:	61px;
		float: right;
		padding-left: 8px;

			}
	.mapbutt2	{
		width:	88px;
		height:	57px;
		float: right;
		padding-left: 8px;

			}
				.insta  {
		width: 40px;
		height: 40px;
		margin-left: 25px;
		margin-top: 0px;
		background-image: url(../images/icons8-instagram-30_04b79222a5.png);
	}
	.insta2  {
		width: 24px;
		height: 24px;
		margin-bottom: 5px;
		background-image: url(../images/instagram_sm_bb17bd3eb3.png);
	}
	.instaright  {
		width: 40px;
		height: 40px;
		margin-right: 50px;
		margin-top: 5px;
		margin-bottom: 8px;
		float: right;
		background-image: url(../images/icons8-instagram-30_04b79222a5.png);
	}
			.campground_key {
		width: 352px;
		height: 90px;
		background-image: url(../images/campground_key_ce82354218.png);
		margin-left: auto;
		margin-right: auto;
		margin-top: 3px;
		margin-bottom: 6px;
		display: none;
	}
	.key_case  {
		width: 100%;
	}
	.horiz_line {
		border-top: 1px solid #063;
		height: 2px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	
			/*----------- NAVIGATION NAVIGATION NAVIGATION ------------*/
			
	.navigation  {
		width:40%;
		border-radius: 10px;
		margin-top: .2rem;
		margin-bottom: .2rem;
		height: 255px;
		float: left;
		border: 2px solid #393;
		background-color: #F5F5FF;
		padding: 3px 4px 0px 3px;
	}
	.navigation_sm  {
		width:95%;
		border-radius: 10px;
		margin-top: .2rem;
		margin-bottom: .2rem;
		height: 255px;
		border: 2px solid #393;
		background-color: #F5F5FF;
		padding: 3px 5px 0px 3px;
		display: none;
	}

			
		.navigation4  {
		width:200px;
		border-radius: 10px;
		margin-top: 5px;
		height: 259px;
		float: right;
		border: 2px solid #393;
		background-color: #F5F5FF;
		padding-top: 3px;
		clear: right;
	}
		.navigation2  {
		width:200px;
		border-radius: 10px;
		margin-top: 5px;
		height: 185px;
		float: right;
		border: 2px solid #393;
		background-color: #F5F5FF;
		padding-top: 5px;
	}
		.navigation3  {

		width: 850px;
		height: 24px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5px;
	}

		.topnavstripe  {
		width: 975px;
		height: 27px;
		padding-top: 0px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(../images/nav_stripe3_28c2acd969.png);
		margin-top: -12px;

	}

	.navbar  {
		
		height: 24px;
		padding-top: 10px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		background-color: #FFc;
		border: 1px solid #330;
		border-radius: 5px;
		text-align: center;
	}
	.navbar4  {
		width: 192px;
		height: 26px;
		padding-top: 11px;
		margin-right: auto;
		margin-left: auto;
		background-color: #ffc;
		border: 1px solid #330;
		border-radius: 5px;
		text-align: center;
	}
		.navbar3  {

		padding-top: 2px;
		display: inline;
		margin-left: 8px;
		margin-top: 3px;
		background-color: #fff5e0;
		border: 1px solid #330;
		border-radius: 5px;
		text-align: center;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 2px;
		
	}
		.navbar4 a:link {
		display: block;
		text-decoration: none;
		height: 2em;
		color: #053D56;
		font-size: .8em;
	}
		.navbarlogo  {
			background-image: url(../images/ca_camping_logo_d0c7d39385.png);
			width:  200px;
			height: 52px;
			margin-left: auto;
			margin-right: auto;
	
		}
		.navbarhome  {
			background-image: url(../images/ca_camping_logo5_9394ce24af.png);
			width:  192px;
			height: 39px;
			margin-left: auto;
			margin-right: auto;
	
		}
	.navbar a:link {
		display: block;
		text-decoration: none;
		height: 2em;
		color: #07486B;
		font-size: .8em;
	}
		.navbar3 a:link {
		display: inline;
		text-decoration: none;
		height: 2em;
		color: #043D56;
		font-size: .9em;
	}
	.navbar4 a:link {
		display: block;
		text-decoration: none;
		height: 2em;
		color: #043D56;
		font-size: .8em;
	}
		.map_links  {
		max-width: 380px;
		min-width: 350px;
		border: 1px solid #069;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 5px;
		background-color:  #fcf9ce;
	}
		.map_links h4 {
			line-height: 1.25rem;
		}
		.map_links2  {
		max-width: 380px;
		min-width: 350px;
		border: 1px solid #069;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 5px;
		background-color: #f9f9d4;
				display: none;
	}
	.box_right  {
		float: right;
		max-width: 200px;
		margin-top: -3px;
	}
	.box_right2  {
		float: right;
		max-width: 200px;
		margin-top: -3px;
		margin-right: 10%;
	}
	

		/*----------- PHOTOS ------------*/
		
	img {max-width: 100%; height: auto;}
	.hst_photo  {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		margin-top: 0;
		border-top: 1px solid green;
	}
	.campphoto   {
		margin-right: auto;
		margin-left: auto;
		margin-top: .5rem;
		margin-bottom: .5rem;
	}
	.campphoto img {
		box-shadow: 1px 1px 5px #000;
	}
		.caption  {
		text-align: center;
		width: 100%;
		font-size: 1rem;
	}
	.caption p {
		font-style: italic;
		color:  #030;
	}
		.campphoto2   {
		width: 480px;
		height: 320px;

		margin-right: 5px;
		margin-bottom: 10px;
		border: 1px solid green;
		box-shadow: 1px 1px 5px #000;
	}
	 .campphoto3 {
		 display: none;
	 }

	.bannerphoto  {
		width: 100%;
		height: auto;
		margin-left: 7px;


	}
	.bannerphoto2 {
		display: none;
	}
	.smright2  {
		width: 200px;
		height: 133px;
		float: right;
		margin-left: 7px;
		margin-top: 5px;
		margin-bottom: 10px;
		background-color: #fff;
		border: 1px solid green;
	}
	.smrightv  {
		width: 133px;
		height: 166px;
		float: right;
		margin-left: 7px;
		margin-top: 5px;
		margin-bottom: 15px;
		background-color: #fff;
		border: 1px solid green;
	}
	.smright  {
		width: 200px;
		height: 150px;
		float: right;
		margin-left: 7px;
		margin-top: 20px;
		margin-bottom: 25px;
		background-color: #fff;
		border: 1px solid green;
	}
.smrighthome  {
		width: 200px;
		height: 133px;
		float: right;
		margin-right: 7px;
		margin-top: 20px;
		margin-left: 7px;
		margin-bottom: 25px;
		border: 1px solid green;
	}
.smrightcaption p {
	float: right;
	width: 200px;
	margin-top: -1px;
	text-align: center;
	font-style: italic;
	color: green;
	margin-bottom: 15px;
}

	.smright3  {
		width: 200px;
		height: 133px;
		float: right;
		margin-left: 8px;
		margin-top: 15px;
		margin-right: 10px;
		margin-bottom: 15px;
		border: 1px solid green;
	}
	.smleft3  {
		width: 200px;
		height: 133px;
		float: left;
		margin-right: 8px;
		margin-top: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
		border: 1px solid green;
	}
	.mapphotos  {
		width: 270px;
		height: 180px;
		margin-top: 5px;
		margin-bottom: 7px;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		padding: 2px;
		border: 1px solid green;
	}
	.mapcaption p {
		text-align: center;
		font-style: italic;
		margin-left: auto;
		margin-right: auto;
		margin-top: 7px;
		color: #069;

	}
	
	/*-----------END  PHOTOS ------------*/
	
	/*-----------RULES AND CAMPS ------------*/
	
		.rules   {
		
		border: 1px solid green;
		padding: 8px;
		margin-left: 38%;

		margin-bottom: 8px;	
	}
	.rules h2 {
		text-align: center;
	}
		
	.camps ul {
		list-style-type: none;
		text-decoration: none;
		margin-left: -3rem;
		padding-right: 5px;
	}
	.camps ul li  {
		line-height: 1.7rem;
		margin-left: -10px;

	}
	.camps2 h2 {
		text-align: center;
	}
	.camps h4  {
		margin-bottom: -1rem;
	}
		.rules ol  {
		margin-left: 10px;
	}
	.rules ol li {
				line-height: 1.5rem;
	}
	.rules ul {
		margin-left: -10px;
	}
	.rules h3  {
		text-align: center;
	}
		#copyright  {
		width: 55px;
		height: 18px;
		background-image: url(../images/copyright_39f4774ec0.png);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;

		}
		.campgrounds  ul {
		list-style-type: none;
		text-decoration: none;
		margin-left: -2rem;
		}
			.campgrounds ul li  {
		line-height: 1.35rem;
	}
			
		#shutit {
				width: 90px;
				height: 30px;
				background-color: #e4f79f;
				border: 1px solid #060;
				float: right;
				margin-right: 10px;
				margin-bottom: 5px;
				border-radius: 5px;
				 box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
			}	



	
		/*----------- ADS ------------*/
		.amzbox   {
			width: 250px;
			height: 60px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 15px;
			margin-bottom: 15px;
			border: 2px solid #069;
			background-color: #F9f6d7;
		}
		.amzbox2   {
			width: 250px;
			height: 60px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 15px;
			margin-bottom: 15px;
			border: 2px solid #069;
			background-color: #f9f9b2;
		}
		.amzbox h4, .amzbox2 h4 {
			text-align: center;
			padding-top: 2px;
			font-size: 1.1rem;
			line-height: 1.5rem;
		}
			
			
		.tripleamz {
			width: 92%;
			height: 252px;
			margin-left: auto;
			margin-right: auto;
			padding: 1px;
			border: 1px solid #060;
			margin-top: 0px;
			margin-bottom: 20px;
			background-color: #690;
			display: none;
	
			
		}
		.tripleamz2 {
			width: 102%;
			height: 252px;
			margin-left: -10px;
			margin-right: 0;
			padding: 1px;
			border: 1px solid #060;
			margin-top: 0px;
			margin-bottom: 20px;
			background-color: #690;
			display: none;
	
			
		}
		.amz1  {
			width: 120px;
			height: 240px;
			margin-top: 5px;
			margin-bottom: 5px;
			margin-left: 1%;
			float: left;
			border: 1px solid #699;
			background-color: #FFF;
		}
			.camp120 {
			width: 120px;
			height: 240px;
			float: right;
			margin-right: 12px;
			margin-left: 8px;
			margin-top: 15px;
			margin-bottom: 12px;
			border: 1px solid #699;
			display: none;
		}
			.mini_banner  {
				width: 400px;
				height: 90px;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 10px;
				border: 1px solid #699;
				display: none;
			}
			.mini_banner2  {
				width: 400px;
				height: 90px;
				margin-left: auto;
				margin-right: auto;
				margin-top: -10px;
				margin-bottom: 15px;
				border: 1px solid #699;
				display: none;
			}
	
		.rightskyad2  {
			width: 160px;
			height: 600px;
			float: right;
			clear: right;
			margin-left: 10px;
			margin-top: 0;
			margin-bottom: 10px;
			background-color: #FCC;
			
		}
			.rightskyadmap  {
			width: 160px;
			height: 600px;
			float: right;
			clear: right;
			margin-left: 10px;
			margin-top: 0;
			margin-bottom: 10px;
			border: 1px solid #066;
			
		}
		.leftskyad2  {
			width: 160px;
			height: 600px;
			float: left;
			clear: left;
			margin-left: 5px;
			margin-top: 0;
			margin-bottom: 30px;
			border: 1px solid green;
			
		}
		.amzadsleft  {
			width: 120px;
		
			float: left;
			clear: left;
			margin-left:5%;
			text-align: center;
			margin-bottom: 10px;
			
		}
		.amznew  {
			width: 244px;
			height: 70px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 20px;
			border: 1px solid #699;
			padding: 5px 5px 5px 5px;
			display: none;
		}
		.amzpets   {
			width: 300px;
			height: 110px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 20px;
			background-color: #699;
			padding: 5px 5px 5px 5px;
			display: none;
		}
		.amzcenter  {
			width: 120px;
			height: 240px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 20px;
			border: 1px solid #699;
			display: none;
		}
		.amzright {
			width: 120px;
			height: 240px;
			float: right;
			margin-right: 12px;
			margin-left: 8px;
			margin-top: 5px;
			margin-bottom: 12px;
			border: 1px solid #699;
			display: none;
		}
			
			
			#bannerad	{
		width: 728px;
		height: 90px;
		display: inline;
		float: right;
		margin-bottom: 10px;
		margin-top: 0px;
		text-align: center;
		border: 1px solid #690;
		overflow: hidden; 
			}
			
				.rightadbox  {
		width: 96%;
		padding: 8px;
		border-radius: 10px;
		background-color: #f4f9e8;
		margin-bottom: 9px;
		margin-top: 9px;
		text-align: center;
		border: 1px solid #690;
		}
			.rectanglead  {
		width: 336px;
		height: 280px;
		background-color:   #fff;
		border: 1px solid #060;
		margin-left: auto;
		margin-right: auto;
		}
		.newad2  {
		width: 336px;
		height: 280px;
		background-color:   #fff;
		border: 1px solid #060;
		margin-left: auto;
		margin-right: auto;
		display: none;

		}
		.responsive_square  {
			width: 95%
			margin-top: 5px;
			margin-bottom: 5px;
			margin-left: auto;
			margin-right: auto;
		}
		.responsive_square2  {
			width: 95%
			margin-top: 5px;
			margin-bottom: 5px;
			margin-left: auto;
			margin-right: auto;
			display: none;
		}
	.horiz_ad  {
			height: 280px;
			width: 336px;
			margin-top: 5px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 20px;
			border: 1px solid #06C;
			display: none;
		}
			.horiz_ad3  {
			height: 200px;
			width: 300px;
			margin-top: 5px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 10px;
			border: 3px double #9CC;
			display: none; 
		}
		.camp_box {
			height: 280px;
			width: 336px;
			margin-top: 5px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 20px;
			border: 1px solid #069;
			display: none;
		}
		.vert_ad3  {
			height: 400px;
			width: 300px;
			margin-top: 5px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 10px;
			border: 3px double #9CC;
			display: none; 
		}
			.horiz_ad2  {
			height: 100%;
			width: 90%;
			margin-top: 5px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 10px;
			display: none;
		
		}
		.recadsm  {
			width:  336px;
			height: 180px;
			margin-left: auto;
			margin-right: auto;
			border: 1px solid #069;
			display: none;
		}
	.recadsm2  {
			width:  336px;
			height: 180px;
			margin-left: auto;
			margin-right: auto;
			border: 1px solid #069;
			margin-top: 5px;
			margin-bottom: 12px;
			display: none;
		}
	.books	{
		width:120px;
		margin-left: auto;
		margin-right: auto;

	}
	.books h4  {
		text-align: center;
	} 
	.campsquare240 {
		width: 240px;
		height: 240px;
		border: 1px solid #066;
		padding: 2px;
		margin-left: auto;
		margin-right: auto;
		
	}
	.campsquare240new {
		width: 240px;
		height: 240px;
		border: 1px solid #066;
		padding: 2px;
		margin-left: auto;
		margin-right: auto;
		
	}
		

	/*----------- Snowplay ------------*/
		.snowplay   {
		width: 472px;
		height: 300px;
		border: 1px solid green;
		margin-top: 5px;
		float: right;
		clear: right;
		background-image: url(../images/snowplay_f5a161f40a.png);
		repeat: no-repeat;
	}
	.snowplayphoto  {
		width: 250px;
		height: 167px;
		margin-top: 110px;
		margin-left: 10px;
	}
	.snowplayphoto2  {
		width: 250px;
		height: 189px;
		margin-top: 97px;
		margin-left: 10px;
	}
	.snowplayphoto3  {
		width: 225px;
		height: 150px;
		margin-top: 97px;
		margin-left: 10px;
	}
	.snowplayphoto img, .snowplayphoto2 img, .snowplayphoto3 img {
		padding: 2px;
		border: 1px solid #6CF;
	}
	.snowplay_sonora   {
		width: 472px;
		height: 300px;
		border: 1px solid green;
		margin-top: 5px;
		float: right;
		clear: right;
		background-image: url(../images/snowplay_sonora_1d63421234.png);
		repeat: no-repeat;
	}
	.snowplay_seki   {
		width: 425px;
		height: 272px;
		border: 1px solid green;
		margin-top: 5px;
		background-image: url(../images/snowplay_seki_3bf1ee89a1.png);
		repeat: no-repeat;
	}
	
	/*----------- Camp-Lake_Beach------------*/
	
	.camplakebeach  {
		width: 308px;
		height: 415px;
		background-image: url(../images/camp_lake_beach_logo_91373d955a.png);
		margin-left: auto;
		margin-right: auto;
	
		
	}
		.dayhikes2  {
		width: 454px;
		height: 132px;
		padding: 8px;
		padding-top: 70px;
		background-image: url(../images/day_hikes_trees3_610d3f8d6c.png);
		margin-bottom: 10px;
	}
	/*----------- Day Hikes Promos ------------*/
		.dayhikescgsm  {
			width: 250px;
			height: 157px;
			background-image: url(../images/day_hikes_cg_sm_550697254a.png);
			margin-left: auto;
			margin-right: auto;
			margin-top: 8px;
			margin-bottom: 8p;
		}
			.dayhikesggsm  {
			width: 250px;
			height: 157px;
			background-image: url(../images/day_hikes_gg_sm_5ef8a2ba2c.png);
			margin-left: auto;
			margin-right: auto;
			margin-top: 8px;
			margin-bottom: 8p;
		}
		.dayhikesskcsm  {
			width: 249px;
			height: 140px;
			background-image: url(../images/day_hikes_skc_sm_574c828a92.png);
			margin-left: auto;
			margin-right: auto;
			margin-top: 8px;
			margin-bottom: 8p;
		}
				.dayhikesltsm  {
			width: 249px;
			height: 140px;
			background-image: url(../images/day_hikes_lt_sm_86d4b28352.png);
			margin-left: auto;
			margin-right: auto;
			margin-top: 8px;
			margin-bottom: 8p;
		}
		.dayhikesmlsm  {
			width: 249px;
			height: 140px;
			background-image: url(../images/day_hikes_ml_sm_e1e01baf7a.png);
			margin-left: auto;
			margin-right: auto;
			margin-top: 8px;
			margin-bottom: 8p;
		}
				.dayhikesysm  {
			width: 249px;
			height: 140px;
			background-image: url(../images/day_hikes_y_sm_e0bdf6b28e.png);
			margin-left: auto;
			margin-right: auto;
			margin-top: 8px;
			margin-bottom: 8p;
		}
		
		.dayhikes_home {
			width: 279px;
			height: 465px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(../images/day_hike_promo2_016d527c59.png);
		}
		
			.dayhikes_gg {
			width: 280px;
			height: 466px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(../images/day_hike_promo_gg_5c5ce3d634.png);
		}
		.dayhikes_lp {
			width: 279px;
			height: 465px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(../images/day_hike_promo_lp_0a5762c8e0.png);
		}
			.dayhikephoto {
		width: 240px;
		height: auto;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	
	}
		.promobox_hikes   {
			width: 250px;
			height: 390px;
			padding-top: 15px;
			padding-left: 15px;
		}
		
/*----------- Oregon Promos ------------*/
		.promobox  {
			width: 95%;
			height: 317px;
			padding-top: 15px;
			padding-left: 15px;
		}
		.promobox_home   {
			width: 250px;
			height: 390px;
			padding-top: 15px;
			padding-left: 15px;
		}
		.oregonpromo {
			width: 95%;
			height: 317px;
			background-image: url(../images/or_trip_promo_6bf46b6abc.png);	
		}
		.oregonpromo_rt {
			width: 480px;
			height: 317px;
			margin-top: 8px;
			float: right;
			clear:  right;
			background-image: url(../images/or_trip_promo_6bf46b6abc.png);	
		}
		.oregonpromo_home {
			width: 279px;
			height: 449px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(../images/or_trip_promo_home2_c83ac4c92e.png);
				
		}
		.or_photo {
		width: 350px;
		height: auto;
		padding-left: 20px;
		margin-bottom: 5px;
		border: 1px solid #993333;
	}
	.oregonphoto {
		width: 240px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	
	}
		.oregoncap  {
			width: 278px;
			text-align: center;
			float: left;
			clear: left;
		}
		.oregoncaphome  {
			width: 235px;
			text-align: center;
			padding-left: 5px;
			float: left;
			clear: left;
			margin-top: -15px;
		}
		.oregoncap p, .oregoncamphome p {
			font-size: 1em;

		}
		
		.or_promo_sm   {
			width: 290px;
			height: 388px;
			background-image: url(../images/or_trip_promo_sm_2fd52b3ea5.png);
		}
		.oregon_logo {
			width: 252px;
			height: 88px;

			margin-left: auto;
			margin-right: auto;
			background-image: url(../images/oregon_logo_2d23efa9ce.png);
		}
			.or_photo_sm {
		width: 280px;
		height: 187px;
		padding-top: 75px;
		margin-left: auto;
		margin-right: auto;

	}
	.or_promo_sm p {
		text-align: center;
		font-size: .8sm;
		font-style: italic;
		color: #060;
		padding-top: 3px;
	}
		
	
			/*----------- Oregon Promos end ------------*/
			
/*----------- misc ------------*/
	.facebk  {
		width: 270px;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 8px;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		
	}
		.facebk2  {
		width: 300px;
		height: 40px;
		margin-left: 25px;
		margin-top: 5px;
		margin-bottom: 8px;
		margin-right: 10px;	

	}
		.birdie {
		width: 100px;
		height: 25px;
		margin-top: 5px;
		margin-bottom: 2px;
		margin-right: 6px;
		}
		.birdie2 {
		width: 100px; 
		height: 30px;
		margin-top: 5px;
		margin-left: 25px;
		margin-bottom: 2px;
		margin-right: 6px;

		}
		.covid  {
			display: none;
		}

			/*----------- HOME TITLE ------------*/
			
	#hometitle  {
			width: 40%;
			height: 100px;

			}
	#hometitle h4, #hometitle h1, #hometitle h3, #hometitle h2  {

			text-shadow: 1px .1px #333;
			color:	#fedd40;
			text-align: center;
			
				}
