﻿  #wrappertest {
	border: medium solid #000000;
	max-width: 700px;
	margin: 0px auto;
	background-color: #006699;
}

 
 .date {
  position: relative;
  width: 70px;
  font-family: Georgia, serif;
  color: #FFAD2A;
  margin: 0 auto;
 }
  
 .day2,.day, .month, .year {
  position: absolute;
  }
 
.day { 
  font-size: 40px;
  top: 23px;
  }
 
 .day2 {
	font-size: 40px;
	top: 23px;
	right: 15px;
}

.month { 
  top: 3px;
  left: 0;  
  font-size: 28px;
  }
 
.year { 
  top: 23px;
  right: -28px;
  font-size: 23px;
  rotation: -90deg !important;
  /* ** Hacks ** */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);  
  }




.btnnews {
	background: #006699;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-family: Arial;
	
  text-decoration: none;

	
	
	
	
}

.btnnews:hover {
  background: #234E78;
  text-decoration: none;
}





.enlarge:hover {
	transform:scale(2,2);
	transform-origin:0 0;
}

.star{
	
	font-size: 20px;
	color: orange;
}
.star:before {
	content: "\2605";
	
	color: orange;
}

.back {
	background: #006699;
	color: white;
	font: bold 11px "Helvetica";
	padding: 12px;
	text-decoration: none;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.back:after {
	background: gray;
	color: #FFF;
	content: "<";
	display: inline-block;
	font: bold 11px "Georgia";
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	text-align: center;
	width: 25px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.back:hover {
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}


.my-icon {
    
    display: inline-block;
    width: 10px;
    height: 0;
    line-height: 0;
    border: 3em solid transparent;
    border-left: 3em solid #1142AA;
    left: 0em;
    top: 0em;
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);

}



.next {
	background: #006699;
	color: #97ccd5;
	font: bold 11px "Helvetica";
	padding: 12px;
	

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	margin-left:15px
}

.next:after {
	background: gray;
	color: #FFF;
	content: ">";
	display: inline-block;
	font: bold 11px "Georgia";
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	text-align: center;
	width: 25px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
	text-decoration: none;
}

.next:hover {
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}


.my-icon {
    
    display: inline-block;
    width: 10px;
    height: 0;
    line-height: 0;
    border: 3em solid transparent;
    border-left: 3em solid #1142AA;
    left: 0em;
    top: 0em;
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);

}

.big {
	background: #006699;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	-moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	font-family: Arial;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	float: right;
	text-decoration: none;
}

.big:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.bigbtn {
	background: #006699;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	-moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	font-family: Arial;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	float: right;
	text-decoration: none;
}

.bigbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.btn {
	background: #006699;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	-moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	font-family: Arial;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
 vertical-align:baseline;
	float:right
	
	
	
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}



#nearcamp {
float: right;
	width: 680px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	vertical-align: top;
	background-color:#006699
}




body {
	background-color:#0D6887;
		font-family: Verdana;
	font-size:16px;
	color:  #E0E0E0;

	text-decoration: none;

}

.rating-bar
{
	font-family: Verdana;
	font-size: 16px;
	color:  #E0E0E0;
	text-decoration: none;
	font-weight: bold;
}



h1 {
	font-family: Verdana;
	font-size: 16px;
	color:  #E0E0E0;
	text-decoration: none;
	font-weight: bold;
}
 
 h2 {
	font-family: Verdana;
	font-size: 16px;
	color:  #E0E0E0;
	text-decoration: none;
	font-weight: bold;
}

 
 #content {
		

	width: 600px;
	
	margin-top: 10px;
	margin-left: 20px;
}

 
  #wrappertop {
		width:1000px;
		margin:0px auto;
		background-color: #006699;
		
}

 
 #wrapper {
		width:1000px;
		margin:0px auto;
		background-color: #006699;
		
}

 #wrapper1 {
	width: 1000px;
	margin: 0px auto;
	background-color: #006699;
	
}
 #wrapper3 {
	width: 320px;
	
}

   #addtable {
	display: table;
	width: 250px;
	height: 200px;
	text-align: center;
	border: 1px solid red;
	margin-top: 30px;
}

}
   #span {border: 1px solid red;
	
	vertical-align: bottom;
}

	
		#map {
	
	height:258px;
	width: 600px;
	float: left;
		-moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);

background-color: #006699;
}
#add {
	height: 258px;
	width: 400px;
	float: right;
	border-top-left-radius: 14px;
	-moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	text-align: center;
	background-color:#006699;
}

#photos {
	float: left;
	width: 320px;
	
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	 box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	text-align: center;
	background-color: #006699;
	}




#left-add {
	float: left;
	width: 320px;
	
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	 box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	text-align: center;
	background-color: #0075B0;
}

		#hello {
	float: right;
	width: 680px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	vertical-align: top;
	background-color:#006699;}


		#mid {
	float: right;
	width: 680px;
	}

	
	
	

		
		
			#content-top-bar {
	margin:0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 10px;
	
	width:1000px;
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	background-color: #004073;
}

	
		#content-mid-bar {
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 10px;
	width: 1000px;
	-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	background-color: #004073;
}

	
a:link {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
		
}
a:hover {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
			
}
a:active {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	
		}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	#cssmenu {
	margin: 0px auto;


	zoom: 1;
	width: 995px;
	background: #006699;
	padding: 8px 0 5px 5px;
	height: 30px;
	}
#cssmenu:before {
  content: '';
  display: block;
}
#cssmenu:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu ul {
  list-style-type: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid  #004073;
  zoom: 1;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu li a {
	float: left;
	color: #E0E0E0;
	text-decoration: none;
	height: 24px;
	padding: 9px 22px 0 15px;
	font-weight: normal;
}
#cssmenu li:hover,
#cssmenu .active {
  text-decoration: none;
  border-bottom: 2px solid  #004073;
}
#cssmenu li:hover a {
  color: #fff;
}
#cssmenu .active a {
  color: #fff;
  font-weight: 700;
}
