@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;
			}
		ul		{
			line-height:	1.3rem;
			margin-left: 0rem;
				}
		ul ul		{
			margin-left: .2rem;
				}
		ol		{
			line-height: 1.3rem;
			padding-left: 1.3rem;
				}
		p	{
			line-height: 1.3rem;
			margin-bottom:  1rem;
			}
		h1	{
			font-size:	1.8rem;
			line-height: 3rem;
			font-style: italic;
			}

		h2	{
			font-size:	1.5rem;
			
			}

		h3	{
			font-size:	1.2rem;
			}
		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:  #003399;
			}

		a:visited	{
			color:	#5a4f27;
			}

		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  {
		font-size: 1rem;
		text-shadow: 1px .1px #333;
		color:	#fedd40;
	}

	

	.FlexWrapper {
		max-width: 990px;
		min-width: 400px;
		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: 1rem;
		line-height: 1.2rem;

			}

	td   {
		font-size: 3rem;
		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;
	}
	.prices th, .prices td {
		text-align: center;
	}
	/*-----------CABIN TABLES ------------*/

	th, td		{
		border: 1px solid #390;
		padding: .3rem;
		font-size: .9rem;
		line-height: 1.2rem;

			}

	td   {
	
		padding-left: .3rem;
		padding-right: .3rem;
		background-color:   #ECF6EF;
		
		}
	

	tbody th   {
		border: 1px solid #390;
		background-color: #E1F1E5;
		text-align: left;
		padding: .2rem;
		padding-left: .3rem;
		}
	thead th   {
		border: 1px solid #390;
		background-color: #E1F1E5;
		text-align: center;
		font-weight: bold;
		padding: .3rem;
		font-size: 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;
	}
	
	
	/*----------- CONTAINERS ------------*/
	
		.main_content {
			margin-top: -8px;

		}
		.cabin_box  {
			width: 90%;
			border: 1px solid #060;
			padding-right: 15px;
			padding-bottom: 10px;
			padding-top: 10px;
			background-color: #F7FCF0;
			margin-bottom: 20px;
		}
		.cabin_box ul {
			line-height: 1.5rem;
		}
		
		.highlights  {
		width: 50%;
		min-height: 248px;
		margin-right: .2rem;
		margin-left: .8rem;
		margin-bottom: 1rem;
		margin-top: 3px;
		padding: .4rem;
		background-color:   #f5fff5;
		border: 2px solid #360;
		display: inline-flex;
		flex-wrap: wrap;
		}

	.highlights ol  {
		line-height: 1.3rem;
		display: block;
		margin-top: -10%;
		color: #04550F;
		font-style: italic;
	}
	.highlights h3  {
		margin-left: auto;
		margin-right: auto;
		
	}
	.infobox {
		width: 95%;
		padding: 5px;
		
	}
	#<br> {
		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;
	
	}
		#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;
	}
			.map_links  {
		width: 380px;
		min-height: 120px;
		border: 1px solid #069;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 5px;
		background-color:  #f9f9d4;
	}
		.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: 5%;
	}
	#restips {
		width: 95%;
		padding: 8px;
		background-color:   #f5fff5;
		border: 1px solid green;
		margin-left: auto;
		margin-right: auto;
		margin-top: 9px;
		margin-bottom: 9px;
	}
.checkforupdates  {
	width: 97%;
	background-color: #f0f9fc;	
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	padding: 7px;
	padding-right: 10px;
	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;
	
}
weather {
	width: 109px;
	height: 49px;
	padding: -20px;
	margin-bottom: 8px;
	margin-top: 10px;
	float: right;
}
.weather_widget {
	
}

		/*----------- GRAPHIC SYMBOLS ------------*/
			.topbox {
			width: 98.6%;
			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;

		}
		.toplogo2_fixed  {
			background-image: url(graphics/top.png);
			width: 180px;
			height: 27px;
			display: block;
			margin-left: auto;
			margin-right: auto;
			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(graphics/logo_float2.png);
			display: none;
		}
		.logofloat3  {
			width: 289px;
			height: 70px;
			margin-top: -15px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			background-image: url(graphics/logo_float3.png);
			display: none;
		}

			
	.goldstar  {
		width: 21px;
		height: 21px;
		margin-right: 5px;
		margin-top: 6px;
		background-image: url(graphics/gold_star.png);
		float: left;
	}
	.greenstar  {
		width: 20px;
		height: 20px;
		margin-right: 8px;
		margin-top: 7px;
		background-image: url(graphics/green_star.png);
		float: left;
	}
	.triangle  {
		width: 15px;
		height: 15px;
		margin-right: 8px;
		margin-top: 11px;
		background-image: url(graphics/triangle.png);
		float: left;

	}
		.dot  {
		width: 7px;
		height: 7px;
		margin-right: 7px;
		margin-top: 5px;
		background-image: url(graphics/dot.png);
		float: left;
	}
		.tri  {
		width: 15px;
		height: 15px;
		margin-right: 6px;
		margin-top: 6px;
		background-image: url(graphics/tri.png);
		float: left;
	}
		.goldstar2  {
		width: 11px;
		height: 10px;
		margin-right: 5px;
		margin-top: 6px;
		background-image: url(graphics/gold_star2.png);
		float: left;
	}
	.greenstar2  {
		width: 10px;
		height: 10px;
		margin-right: 6px;
		margin-top: 6px;
		background-image: url(graphics/green_star2.png);
		float: left;
	}
	.triangle2  {
		width: 9px;
		height: 9px;
		margin-right: 7px;
		margin-top: 6px;
		background-image: url(graphics/triangle2.png);
		float: left;
	}
	.tri2  {
		width: 9px;
		height: 9px;
		margin-right: 6px;
		margin-top: 6px;
		background-image: url(graphics/tri2.png);
		float: left;
	}
	.logotopleft  {
		background-image: url(graphics/logo_oregon_responsive.png);
		width: 187px;
		height: 94px;
		float: left;
		display: inline;
		margin-left: -0px;
		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(graphics/icons8-instagram-30.png);
	}
	.insta2  {
		width: 24px;
		height: 24px;
		margin-bottom: 5px;
		background-image: url(graphics/instagram_sm.png);
	}
	.instaright  {
		width: 40px;
		height: 40px;
		margin-right: 50px;
		margin-top: 5px;
		margin-bottom: 8px;
		float: right;
		background-image: url(graphics/icons8-instagram-30.png);
	}
			.campground_key {
		width: 352px;
		height: 90px;
		background-image: url(graphics/campground_key.png);
		margin-left: auto;
		margin-right: auto;
		margin-top: 3px;
		margin-bottom: 6px;
		display: none;
	}
	.key_case  {
		width: 100%;
	}
	
	
			/*----------- 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_tall  {
		width:40%;
		border-radius: 10px;
		margin-right: 10px;
		margin-top: .2rem;
		margin-bottom: .3rem;
		height: 579px;
		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 4px 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(graphics/nav_stripe3.png);
		margin-top: -12px;

	}

	.navbar  {
		
		height: 24px;
		padding-top: 10px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		background-color: #edf8fc;
		border: 1px solid #330;
		border-radius: 5px;
		text-align: center;
	}
	
	.navbar2  {
		height: 24px;
		padding-top: 10px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
			background-image: linear-gradient(to bottom right, honeydew, mintcream, honeydew);
		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: #C90;
		font-size: .8em;
	}
		.navbarlogo  {
			background-image: url(graphics/ca_camping_logo.png);
			width:  200px;
			height: 52px;
			margin-left: auto;
			margin-right: auto;
	
		}
		.navbarhome  {
			background-image: url(graphics/ca_camping_logo5.png);
			width:  192px;
			height: 39px;
			margin-left: auto;
			margin-right: auto;
	
		}
				.navigation_sm  {
			display: none;
			margin-left: .2rem;
			height: 207px;
		}
		.navbar_sm  {
		
		height: 24px;
		padding-top: 8px;
		width: 100%;
		background-color: #edf8fc;
		border: 1px solid #330;
		border-radius: 5px;
		text-align: center;
	}
		.navbar_sm a:link {
		display: none;
		text-decoration: none;
		height: 2em;
		color: #963;
		font-size: .9rem;
	}
	.navbar_sm a:hover {
		color: #C30;
	}
	.navbar a:link, .navbar_sm a:link, .navbar2 a:link {
		display: block;
		text-decoration: none;
		height: 2em;
		color: #000;
		font-size: .8em;
		
	}
		.navbar3 a:link {
		display: inline;
		text-decoration: none;
		height: 2em;
		color: #000;
		font-size: .9em;
	}
	.navbar4 a:link {
		display: block;
		text-decoration: none;
		height: 2em;
		color: #000;
		font-size: .8em;
	}
	.little a:link  {
		font-size: .75em;
		color: #000;
	}

		/*----------- PHOTOS ------------*/
		
	img {max-width: 100%; height: auto;}
	
	.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 {
		color: #060;
		font-style: italic;
	}
		.campphoto2   {
		width: 480px;
		height: 320px;

		margin-right: 5px;
		margin-bottom: 10px;
		border: 1px solid green;
		box-shadow: 1px 1px 5px #000;
	}
	.bannerphoto  {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;

	}
	.bannerphoto2 {
		display: none;
	}
	.smallright {
		width: 200px;
		height: 175px;
		float: right;
		margin-left: 12px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
		.smallright2 {
		width: 200px;
		height: 133px;
		float: right;
		margin-left: 12px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		border: 1px solid green;
	}
	.smallright3 {
		width: 267px;
		height: 200px;
		float: right;
		margin-left: 12px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		border: 1px solid green;
	}
	.smallright4 {
		width: 223px;
		height: 137px;
		float: right;
		margin-left: 12px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		border: 1px solid green;
	}
	.smallrightv {
		width: 200px;
		height: 238px;
		float: right;
		margin-left: 12px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		border: 1px solid green
	}
		
	.smright2  {
		width: 200px;
		height: 133px;
		float: right;
		margin-left: 7px;
		margin-top: 5px;
		margin-bottom: 10px;
		background-color: #fff;
		border: 1px solid green;
	}

	.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;
	}

	
	/*-----------END  PHOTOS ------------*/
	
	/*-----------RULES AND CAMPS ------------*/
.video {


		}
	.comments {
		width: 98%;
		 background-color: #f0f9fc;
		 border: 1px solid #009999;
		 margin-bottom: 15px;
		 padding-right: 5px;
		padding-left: 7px;
		
	}
	.comments li {
		line-height: 1.3rem;
		color: #05520C;
	}
.comments h2 {
	text-align: center;
	
}
	
		.rules   {
		
		border: 1px solid green;
		padding: 8px;
		margin-left: 38%;

		margin-bottom: 8px;	
	}
		
	.camps ul {
		list-style-type: none;
		text-decoration: none;
		margin-left: -2rem;
		line-height: 1.7rem;
	}
	.camps2 h2 {
		text-align: center;
	}
	.camps h4  {
		margin-bottom: -1rem;
	}
		.rules ol  {
		margin-left: 10px;
	}
	
	.rules ul {
		margin-left: -25px;
	}
	.rules h3  {
		text-align: center;
	}
		#copyright  {
		width: 54px;
		height: 19px;
		background-image: url(graphics/copyright.png);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;

	}
.updates {
		width: 90px;
		height: 21px;
		background-image: url(graphics/updates.png);
		display: block;
		
}

	.horiz_line  {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		height: 10px;
		border-top: 1px solid green;
	}



	
		/*----------- ADS ------------*/
		.mini_banner  {
				width: 400px;
				height: 90px;;
				margin-top: -19px;
				margin-bottom: 10px;
				border: 1px solid #699;
				display: none;
			}
			.amzbox   {
			width: 200px;
			height: 50px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 15px
			margin-bottom: 15px;
			border: 2px solid #069;
			background-color: #F9f6d7;
		}
		.amzbox2   {
			width: 300px;
			height: 35px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 15px
			margin-bottom: 15px;
			border: 2px solid #069;
			background-color: #F9f6d7;
		}
		.amzbox h4, .amzbox2 h4 {
			text-align: center;
			padding-top: 2px;
		}
		.responsive_square2  {
			width: 95%
			margin-top: 5px;
			margin-bottom: 5px;
			margin-left: auto;
			margin-right: auto;
			display: none;
		}
		.oregon120  {
			width: 120px;
			height: 240px;
			float: right;
			border: 1px solid #06C;
			margin: 10px;
			margin-top: 15px;
			display: none;
		}
		.rightskyad2  {
			width: 160px;
			height: 600px;
			float: right;
			clear: right;
			margin-left: 10px;
			margin-top: 0;
			margin-bottom: 10px;
			background-color: #FCC;
			
		}
		.leftskyad2  {
			width: 160px;
			height: 600px;
			float: left;
			clear: left;
			margin-left: 5px;
			margin-top: 0;
			margin-bottom: 10px;
			border: 1px solid green;
			
		}
		.amzadsleft  {
			width: 120px;
		
			float: left;
			clear: left;
			margin-left:5%;
			text-align: center;
			margin-bottom: 10px;
			
		}
		.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; 
			}
			
				.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;
		display: none;
		}
		.square_250  {
			width: 250px;
			height: 250px;
			margin-left: auto;
			margin-right: auto;
			border: 1px solid #069;
			margin-top: 5px;
			margin-bottom: 8px;
		}
			
		
		.responsive_square  {
			width: 95%
			margin-top: 5px;
			margin-bottom: 5px;
		
		}
	.horiz_ad  {
			height: 280px;
			width: 336px;
			border: 1px solid #060;
			margin-top: 5px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 10px;
			display: none;
		}
		.recadsm2  {
			width:  336px;
			height: 180px;
			margin-left: auto;
			margin-right: auto;
			border: 1px solid #069;
			margin-top: 5px;
			margin-bottom: 8px;
			display: none;
		}
	.books	{
		width:120px;
		margin-left: auto;
		margin-right: auto;

	}
	.books h4  {
		text-align: center;
	} 
	.calpromo_home {
			width: 279px;
			height: 449px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(graphics/ca_trip_promo_home2.png);
				
		}
	
	/*----------- Snowplay ------------*/
		.snowplay   {
		width: 472px;
		height: 300px;
		border: 1px solid green;
		margin-top: 5px;
		float: right;
		clear: right;
		background-image: url(graphics/snowplay.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(graphics/snowplay_sonora.png);
		repeat: no-repeat;
	}
	.snowplay_seki   {
		width: 425px;
		height: 272px;
		border: 1px solid green;
		margin-top: 5px;
		background-image: url(graphics/snowplay_seki.png);
		repeat: no-repeat;
	}
	
	/*----------- Camp-Lake_Beach------------*/
	
	.camplakebeach  {
		width: 308px;
		height: 415px;
		background-image: url(graphics/camp_lake_beach_logo.png);
		margin-left: auto;
		margin-right: auto;
	
		
	}
		.dayhikes2  {
		width: 454px;
		height: 132px;
		padding: 8px;
		padding-top: 70px;
		background-image: url(graphics/day_hikes_trees3.png);
		margin-bottom: 10px;
	}
	/*----------- Day Hikes Promos ------------*/
		
		.dayhikes_home {
			width: 279px;
			height: 465px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(graphics/day_hike_promo2.png);
		}
		
			.dayhikes_gg {
			width: 280px;
			height: 466px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(graphics/day_hike_promo_gg.png);
		}
		.dayhikes_lp {
			width: 279px;
			height: 465px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(graphics/day_hike_promo_lp.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(graphics/or_trip_promo.png);	
		}
		.oregonpromo_rt {
			width: 480px;
			height: 317px;
			margin-top: 8px;
			float: right;
			clear:  right;
			background-image: url(graphics/or_trip_promo.png);	
		}
		.oregonpromo_home {
			width: 279px;
			height: 449px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(graphics/or_trip_promo_home2.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: -9px;
		}
		.oregoncap p, .oregoncamphome p {
			font-size: 1em;
		}
		
		.or_promo_sm   {
			width: 290px;
			height: 388px;
			background-image: url(graphics/or_trip_promo_sm.png);
		}
		.oregon_logo {
			width: 252px;
			height: 88px;

			margin-left: auto;
			margin-right: auto;
			background-image: url(graphics/oregon_logo.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;
			
				}
					/*----------- California Camping  ------------*/
				#campinglogo5  {
				padding-top: 0px;
				margin-top: 4px;
				margin-bottom: 4px; 
				margin-left: auto;
				margin-right: auto;
				width: 159px;
				height: 107px;
			
			background-image: url(graphics/ca_camping_logo_sm.png);
			repeat: no-repeat;
			}
			.ca_camping  {
				width: 160px;
				height: 250px;
				padding-top: 5px;
				border: 1px solid green;
			}
			.cacampingbox  {
				width: 280px;
				margin-left: auto;
				margin-right: auto;
				border: 1px solid green;
				padding: 5px;
				text-align: center;
			}
				.cacampingbox2  {
				width: 250px;
				margin-left: auto;
				margin-right: auto;
				border: 1px solid green;
				background-color: #ECF6EF;
				padding: 5px;
				text-align: center;
			}
			.cacampingbox p, .cacampingbox2 p {
				font-size: .8em;
				text-align: center;
				color: #060;
				font-style: italic;
			}

	#campinglogo4  {
				padding-top: 0px;
				margin-top: 4px;
				margin-bottom: 4px; 
				margin-left: auto;
				margin-right: auto;
				width: 197px;
				height: 45px;
			
			background-image: url(graphics/ca_camping_logo4.png);
			repeat: no-repeat;
			}
	
