/*css reset*/html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}

body {
	background: #364E66 url(images/body_bg.jpg) repeat-x left top;
	color: #333;
	font: normal 100% Georgia, 'Times New Roman', Times, serif;
	text-align: center;	
}
p {
	margin: 0 0 1em 0;
	font-size: 1.3em;
}
a {
	color: #C5D7EA;
}
a:hover {
	color: #364E66;
}
.nums { 
	font-family: 'Times New Roman', Times, serif; 
}
.clear {
	clear: both;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
#langButtons {
	height: 38px; width: 860px;
	margin: 0 auto; padding-right: 75px;
	text-align: right;
	color: #C5D7EA;
	font: italic 1em 'Times New Roman', Times, serif; 
	line-height: 38px;
	font-weight: bold;
	letter-spacing: 2px;
}
#centerBody{
	background: #7A8CA4 url(images/content_bg.jpg) no-repeat left top;
	position: relative;
	width: 860px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}
h1.header {
	height: 83px;
	color: #374E66;
	font-size: 69px;
	text-align: center;
	line-height: 83px;
}
h2.subHeader {
	background: transparent url(images/sub_header_bg.png) no-repeat left top;
	position: absolute;
	top: 425px; left: 38px;
	width: 495px;
	padding-left: 22px;
	line-height: 40px;
	font-size: 1.8em;
	color: #fff;
	z-index: 100;
	font-weight: normal;
}
#slideshowNav {
	position: absolute;
	top: 270px; left: 0;
	width: 100%; height: 75px;
	z-index: 100;
	height: 38px;
	
}
a#next {
	display: block;
	position: absolute;
	height: 38px; width: 16px;
	left: 829px; top: 0;
	background: transparent url(images/next_arrow.png) no-repeat left top;
}
a#prev {
	position: relative;
	display: block;
	left: 15px;  top: 0;
	height: 38px; width: 16px;
	background: transparent url(images/prev_arrow.png) no-repeat left top;
}
#slideshowNav a:hover {
	background-position: left -39px;
}
#slideshow {
	width: 850px; height: 439px;
	border: 5px solid #C5D7EA;margin: 0; padding: 0;
}

#content{
	padding: 4em 46px;
	position: relative;
	zoom: 1;
}
#content h1 {
	font-size: 2.5em;
	margin-bottom: 15px;
}
#contactBox {
	background: transparent url(images/contactus_bg.png) no-repeat left -4px;
	position: absolute;
	top: 0; left: 593px;
	width: 207px; height: 42px;
	text-align: center;
}
#contactBox a {
	color: #374E66;
	font-size: 2em;
	line-height: 1em;
	text-decoration: none;
	
}
#contactBox a:hover {
	color: #2A3947;
	text-decoration: underline;
} 
#leftCol {
	width:494px;
	float: left;
}
#rightCol {
	width: 238px;
	float: right;
}
#rightCol img {
	border: 5px solid #C5D7EA;
	margin: 0 0 6em 0;
}
#rates {
	background-image: url(images/rates_bg.png);
	width: 366px; height: 210px;
	color: #C5D7EA;
	font-family: 'Times New Roman', Times, serif;
	margin: 0 0 1em -5px;
	clear: both;
}
#rates h1 {
	width: 115px; height: 210px;
	float: left;
	margin-right: 18px; padding-left: 20px;
	font-size: 2.5em;
	line-height: 1.5em;	
	text-align: left;
}
#rates div.price {
	font-size: 1.5em;
	display: block;
	padding-top: 15px;	
}
#rates div.first {
	padding-top: 23px;
}
#rates div.price b {
	padding-top: 40px;
}
#rates div.notes {
	font-size: 14px;
}

#footer {
	background: transparent url(images/footer_bg.gif) no-repeat left top;
	height: 76px; width: 100%;
	clear: both;
	text-align: center;
}
#footer p {
	font: 1em 'Times New Roman', Times, serif; 
	margin: 0 0 0.75em 0;
}
#footer img {
	margin: 0 10px;
}
#footer p.footerNav a {
	color: #C5D7EA;
	font-weight: bold;
	font: 1.25em Georgia, 'Times New Roman', Times, serif;
}
#footer p.footerNav  a:hover {
	color: #364E66;
}
#mountainRange {
	height: 140px; margin-top: 5px; width: 100%;
}
#mountainRange img {
	float: right;z-index: 200;zoom: 1;
}
/*----------------* CONTACT PAGE *--------------------*/
p.contactNav {
	position: absolute;
	left: 46px; top: 5px;
	font-size: 1.1em;
	color: #C5D7EA;
}
p.contactDetails {
	font: 1.2em;
	margin-top: 23px;
}
.emailTitle {
	font-size: 1.4em;
	color: #C5D7EA;
}
.contactRates {
	float:right;
}
#policies {
	width: 366px;
}
#policies ul {
	list-style: inside;
	font-size: 1em;
}
#policies li {
	margin-bottom: 7px;
}
table#directions {
	margin-top: 45px;
	width: 100%;
}
td.mountainHiking {
	text-align: right;
}
td.mountainHiking img {
	border: 1px solid #000;
}
#emailform {
	color: #333;
	text-align: center;
	width: 366px;
	float: left;
	margin-right: 38px;
}
#emailform table {
	text-align: left;	
	width: 366px;
}
#emailform table td {
	padding: 0 0 1em 0;
}
#emailform table td.entrytitle {
	font-size: 1.2em;
	width: 110px;
	
	padding-right: 18px;
}
#emailform label {
	cursor: pointer;
	text-align: right;
	font-size: 1.1em;
}
#emailform label.invalidentry {
	color: #A70F40;
}
#emailform label.validentry {
	color: #333;
}
#emailform input {
	background-color: #C5D7EA;
	border: 1px solid #768A9F;
	font-size: 1.2em;
	width: 238px;
	margin: 1px;
	padding: 3px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#emailform textarea {
	background-color: #C5D7EA;
	border: 1px solid #768A9F;
	font-size: 1.2em;
	width: 238px;
	margin: 1px;
	padding: 3px;
	overflow:auto;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#emailform input:focus, #emailform textarea:focus {
	border: 1px solid #333;
}

#emailform p {
	font-size: 1.2em;
}
#submitdiv {
	
}
#submitdiv #submit {
	color: #374E66;
	cursor: pointer;
	width: 100px;
	margin-left: 74px;
	background-color: #C5D7EA;
	border: 3px solid #374E66;
	text-decoration: none;
	
}
#submitdiv #submit:hover, #submitdiv #submit.hover{
	
	background-color: #879AAE;
}	
.required {
	color: #A70F40;
}


.gallery_source {position: absolute; left: -3000px;}
.galleria{list-style:none;width:30px; z-index: 1;}
.galleria li{display:block;width:30px;height:30px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
.galleria_container, .galleria_container {
	margin: 0; padding: 0;
}