@charset "UTF-8";
/* CSS Document */

/* Rest to default */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Structual positioning */

body {
	margin: 0px;
	background: #488cc9 url('images/background.jpg') fixed bottom no-repeat;
}

#mainwrap {
	margin: 0px auto;
	width: 1100px;
	margin-bottom: 20px;
	z-index: 2;
	position: relative;
	margin-top: -40px;
}

	#header {
		background: transparent url('images/content-header.png');
		height: 212px;
		position: relative;
	}
	
		#logo {
			width: 140px; 
			margin: 80px 0px 0px 100px;
			border: 0px;
		}
		
		#temperature {
			color: #0072b5;
			position: absolute;
			top: 90px;
			right: 110px;
			font-size: 12px;
			line-height: 20px;
		}
	
	#menu {
		background: transparent url('images/content-menu.png');
		height: 40px;
		z-index: 999;
		position: relative;
	}

	#hero {
		/* background: transparent url('images/content-hero.png'); */
		background: transparent url('images/content-background.png');
		height: 338px;
		position: relative;
	}
	
	#hero-shot {
		width: 941px;
		height: 330px;
		position: absolute;
		left: 82px;
		overflow: hidden;
		z-index: 3;
	}
	
		#hero img {
			width: 941px;
		}
		
		#hero .quote-shadow {
			position: absolute; top: 21px; right: 0px; width: 350px; color: #444444; font-size: 40px; font-weight: lighter; line-height: 46px;
		}
		#hero .quote {
			position: absolute; top: 20px; right: 2px; width: 350px; color: #ffffff; font-size: 40px; font-weight: lighter; line-height: 46px;
		}
	
	#hero-frame {
		background: url('images/hero-frame.png');
		width: 941px;
		height: 335px;
		position: absolute;
		left: 82px;
		z-index: 4;
	}	

	#copy {
	
		padding: 0px 60px;
		background: transparent url('images/content-background.png') repeat-y;
		padding-top: 10px;
	
	}
	
		#copy li { margin-left: 15px; list-style:  circle; }
	
		.content {
			width: 585px;
			/* text-align: justify; */
			margin-left: 45px;
			float: left;
			min-height: 700px;
		}
			
			.article {
				margin-bottom: 15px;
			}
			
			.article img {
				/* width: 170px; */
			}

			.article img.title-icon {
				float: left; 
				margin-right: 10px;
				width: 50px;
				height: 50px;
			}

			
			.article img.panoramic {
				width: 570px;
				height: 230px;
				display:block;
			}
			
			.submenu {
				margin-bottom: 15px;
			}
			
			.submenu a { 
				
			}


		.right {
			width: 280px;
			float:right;
			margin-right: 30px;
			margin-top: 18px;
		}

		.book-now {
			width: 280px;
			margin: 0px 35px 15px 0px;
			padding: 10px 0px;
			background: #fff;
			text-align: center;
			background: #cfdaee;
		}

				.book-now h1 {
					color:#0070b0;
					text-transform: none;
					font-size:20px;
					letter-spacing: normal;
					margin-bottom:0px;
					text-align: center;
				}
				
		table.book-form {
			width: 230px;
			margin: 5px auto;
		}
		
		table.book-form th {
			font-size: 12px;
			font-weight: bold;
			color:#942824;
			width: 70px;
			padding: 2px 0px;
		}
		
		table.book-form td {
			padding: 2px 0px;
		}
			
		.widgets {
 			min-height: 708px; 
 			_height: 708px;
			width: 280px;
			margin: 0px 35px 0px 0px;
			padding: 6px 0px 0px 0px;
			background: #fff url('images/widget-background.gif') no-repeat top;
		}
		
			.attractions {
				padding: 10px 10px 0px 10px;
				margin: 0px 8px;
			}
			
				.attraction {
					padding:5px 10px 2px 10px;
					margin-bottom:5px;
					font-size:11px;
					line-height:16px;
					cursor:pointer;
				}
				
					.attraction img {
						width: 50px;
						height: 50px;
						float: left;
						margin: 0px 10px 10px 0px;
					}
					
					.attraction .description {
						color: #0072b5;
					}
				
				.attraction:hover {
					background:#eee;
				}
				
				.attractions h1 {
					color:#0070b0;
					text-transform: none;
					font-size:20px;
					letter-spacing: normal;
					margin-bottom:0px;
					text-align: center;
				}
				
				.attraction h3 {
					color:#d36525;
					font-weight:bold;
					font-size:14px;
				}
		
			.widget-blue {
				background: transparent url('images/widget-blue-background.gif') bottom no-repeat;
				width: 264px;
				height: 219px;
				margin: 11px auto;
			}

			.widget-red {
				background: transparent url('images/widget-red-background.gif') bottom no-repeat;
				width: 264px;
				height: 219px;
				margin: 11px auto;
			}
			
			.widget-green {
				background: transparent url('images/widget-green-background.gif') bottom no-repeat;
				width: 264px;
				height: 219px;
				margin: 11px auto;
			}

				.widgets .content {
					margin-top: 75px;
					margin-left: 25px;
					width: 217px;
					text-align: left;
					font-size: 10px;
					letter-spacing: 0.5px;
					line-height: 16px;
				}

			
	#main-footer {
		background: url('images/content-footer.png');
		height: 48px;	
	}
	
	#footer {
		background: #ffffff;
		min-height: 100px;
		width: 100%;
		margin-top: -70px;
		padding-top: 40px;
		z-index: 1;
		line-height:14px;
	}
	
		#footer img {
			margin-right: 15px;
		}

/* Climate page */

table.climate-data {
	width: 100%;
}

	table.climate-data th {
		color: #942824;
		padding: 4px 0;
		text-align: center;
	}
	
	table.climate-data td {
		padding: 4px 0;
		text-align: center;
		border-bottom: solid 1px #eee;
	}
	
	table.climate-data td.title {
		padding-left: 10px;
		text-align: left;
		font-weight: bold;
		border: 0px;
	}

img.trueview-button {
	float: left;
	width: 153px;
	height: 31px;
	margin-right: 10px;
	margin-top: 5px;
}

/* Font styles */

h1 { font-size: 30px; line-height: 30px; letter-spacing: 2px; text-transform: uppercase; }
h2 { font-size: 18px; line-height: 22px; letter-spacing: 0.5px; color: #942824; font-weight: normal; }
a { color: #5a8700; text-decoration: none; }
a:hover { color: #b2d498; text-decoration: none; }
strong { font-weight: bold; } 
em { font-style: italic; }

.stdcopy { font-family: Arial, sans-serif; font-size: 13px; line-height: 18px; color: #666666; }
.bright { color: #5a8700; }
.stdform { border: solid 1px #888; padding: 3px; margin: 4px; background: #ffffff; width: 240px; font-size: .9em; } 

/* Hacks and settings */

/*li { margin: 0px 0px -2px 10px; _margin: 5px 5px 5px 10px; _padding: 0px 0px 0px 12px; }*/
img { border: 0px; margin: 0px; padding: 0px; _margin-bottom: -0px; }
.clear { clear: both; overflow: hidden; height: 0px; _height: 1px; }


/* Drop down shadows */

.alpha-shadow {
  float: right;
  background: url(images/shadow.gif)
  no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.alpha-shadow div {
  background: url(img/shadow2.png)
  no-repeat left top !important;
  background: url(img/shadow2.gif)
  no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}

/* Son of suckerfish */


#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-left: 0px;
	list-style: none;
	line-height: 1;
}

#menu {
	padding-left: 116px;
}

#menu a {
	display: block;
	/* width: 10em; */
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	vertical-align: middle;
	letter-spacing: 1px; 
	text-transform: capitalize;
	color: #0072b5;
	padding: 0px;
	margin: 0px;
}

#menu li { /* all list items */
	float: left;
	/* width: 10em; /* width needed or else Opera goes nuts */ 
}

#menu li ul { /* second-level lists */
	position: absolute;
	width: 130px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

	#menu li ul li {
		background: transparent url('images/menu-background.png');
		width: 130px;
	}

	#menu li ul a {
		font-size: 11px;
		height: 28px;
		line-height: 28px;
		padding-left: 10px;
		padding-right: 0px;
		letter-spacing: normal;
		vertical-align: middle;
		
		width: 120px;
		height: 28px;
		overflow: hidden;
	}

#menu li:hover, #menu li.hover {  
	position: static;  
}  
   
#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menu a {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	vertical-align: middle;
	letter-spacing: 1px; 
	text-transform: capitalize;
	color: #0072b5;
	margin: 0px;
	padding: 0px 50px 0px 4px;
	height: 35px;
	line-height: 35px;
}

#menu a:hover {
	color: #b82f14;
}

#menu a.current {
	color: #b82f14;
}



/* CONTACT FORM */

#attractions-contact_form {
	position:absolute;
	top:50px;
	width:500px;
	left:50%;
	margin-left:-250px;
	z-index:10;
	background:#fff;
	padding: 10px;
	border:solid 1px #ccc;
	text-align:center;
}



/* IMAGE GALLERY */

div#gallery_menu {
	margin: 0 45px 20px 0px;
	width: 168px;
	float: right;
}

	div#gallery_menu div.gallery {

		height: 132px;
		width: 75px;
		margin-right: 9px;
		
		text-transform: uppercase;
		font-size: 10px;
		line-height: 14px;
		
		float: left;
		overflow: hidden;
	}
	
	div#gallery_menu div.gallery.current {
		font-weight: bold;
	}
	
	div#gallery_menu div.gallery a img {
		opacity: 0.3;
		margin-bottom: 4px;
	}
	
	div#gallery_menu div.gallery a:hover img, div#gallery_menu div.gallery.current img {
		opacity: 1;
	}


div#current_gallery {
	float: left;
	margin-left: 55px;
	width: 700px;
}

div#current_image {
	margin-bottom: 10px;
	width: 687px;
	height: 455px;
	background: #ffffff url('../images/loading.gif') no-repeat center center;
}

div#gallery_images {

}

div#gallery_images img {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 80px;
	height: 60px;
	opacity: 0.3;
}

	div#gallery_images a:hover img, div#gallery_images img.current {
		opacity: 1;
	}

div#gallery_name {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 10px;
	line-height: 28px;
	font-size: 12px;
}

div#description {
	height: 18px;
	margin-bottom: 10px;
}