/* @group RESET */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
		font-family: inherit;
		font-weight: normal;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 3em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

/* @end */

/* @group General Styles */

body {
	font-family: "Tempus Sans ITC", Georgia, "Times New Roman", Times, serif;
	background: #bdbdca url(images/background-sky.gif) repeat;
	color: black;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
    letter-spacing: 1px;
    margin: 1em 0 0.3em;
}

.bold {
	font-weight: bold;
}

.small-text {
	font-size: 0.65em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
}

.center {
	text-align: center;
}

ul.no-bullet {
	list-style-type: none;
	margin: 0px;
}

	ul.no-bullet li {
		margin: 0px;
		padding: 0px 0px 10px;
	}

div.activity {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 10px;
	border-bottom: 2px groove white;
}

div.testimonial {
	display: block;
	width: 100%;
	position: relative;
	border-bottom: 2px groove white;
	padding: 0px;
		padding-bottom: 10px;
	margin: 0px;
		margin-bottom: 10px;
}
	div.testimonial p {
		padding: 10px 0px;
		margin: 0px;
	}
	div.testimonial p.testimonial-credit {
		width: auto;
		text-align: left;
		font-size: 0.8em;
		line-height: 1.0em;
		padding: 0px 0px 5px;
		margin: 0px;
			margin-left: 625px;

	}
a:link {
	color: blue;
	text-decoration: none;
	border-bottom: 1px solid blue;
}

a:visited {
	color: blue;
	text-decoration: none;
	border-bottom: 1px dotted blue;
}

a.photo-link:link, a.photo-link:visited, a.photo-link:hover, a.photo-link:active {
	position: relative;
	display: none;
	width: 27px;
	height: 100%;
	margin-top: 0px;
	margin-left: 9px;
	background: transparent url(images/camera.gif) no-repeat scroll 0 center;
	border: 0px;
	text-decoration: none;
	cursor: default;
}

.no-border {
	border: 0px;
	outline: none;
}

	a.no-border:link, a.no-border:visited, a.no-border:hover, a.no-border:active {
			text-decoration: none;
			border: 0px;
		}
	
img.imageStyle {
	border: 8px solid white;
}

.image-left {
	float: left;
	margin: 10px 30px 10px 0;
}

.image-right {
	float: right;
	margin: 10px 0 10px 30px;
}

.contentFloat {
	display: block;
	position: absolute;
}

.clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
	padding-right: 1.0em;
}
.salmonRun {
	padding: 1.0em 0 0;
}
.salmonRun tr {
	vertical-align: top;
}

.salmonRun p {
	padding: 0;
	margin: 0;
}

.heading {
	color: #000000;
	font-weight: bold;
}
.blue {
	color: blue;
}
.red {
	color: red;
}
.silver {
	color: #f2f2f2;
}
.pink {
	color: #f500fd;
}
.aqua {
	color: #60fdfd;
}
.purple {
	color: #8E006E;
}

.title {
	display: inline;
	width: auto;
	margin: 0 auto;
	
	font-size: 1.1em;
	border-bottom: 1px solid;
}
/* @end */

/* @group Layout */

#wrapper {
	position: relative;
	clear: both;
	width: 900px;
	background: transparent;
	margin: 0px auto;
	padding: 0px;
	border: 10px solid white;
		border-bottom: 5px solid white;
}

#container {
	position: relative;
	text-align: left;
	color: #093384;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

#pageHeader {
	width: 100%;
	height: 251px;
	margin: 0px;
	padding: 0px;
	background: #bdbdca url(images/header.jpg) no-repeat center top;
}

	#pageHeader #site-title, #pageHeader #site-slogan {
		display: none;
	}

	#pageHeader a.homeLink {
		display: block;
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -180px;
		width: 350px;
		height: 160px;
		text-decoration: none;
		border: none;
	}

		#pageHeader a.homeLink:hover, #pageHeader a.homeLink:active {
			text-decoration: none;
			border: none;
			outline: none;
		}

#contentContainer {
	position: relative;
	clear: both;
}

#contentContainer #content {
	position: relative;
	clear: both;
	min-height: 310px;
	padding: 10px 20px 20px;
/*	background: #bdbdca url(images/background-sky.gif) repeat; */
	background: transparent;
	font-size: 1.4em;
	line-height: 1.4em;
}

	#content ul.tight-spaced li {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1.1em;
	}
	#content div.contentBlock {
		position: relative;
		width: 100%;
		height: auto;
	}

	#content #weather {
		position: relative;
		display: block;
		width: 300px;
		margin: 0px;
		padding: 0px;
			padding-top: 25px;
			padding-bottom: 10px;
}

	#content #address_info {
		position: relative;
		display: block;
		width: 100%;
		margin: 20px 0px;
	}

		#content #address {
			position: absolute;
			left: 0px;
			top: 10px;
			width: 320px;
			text-align: center;
		}
		
		#content #location_intro {
			position: absolute;
			right: 40px;
			top: 0px;
			width: 450px;
			border-left: 1px solid white;
			padding-left: 35px;
		}

	#content #contact_info {
		position: relative;
		float: left;
		display: block;
		width: 100%;
		margin: 30px 0px 1.5em;
		text-align: center;
	}

		#contact_info .contact_address {
			margin: 0;
			text-align: center;
			width: 49%;
			float: left;
			border-right: 1px solid white;
		}
		
		#contact_info #contact_intro {
			position: absolute;
			right: 50px;
			top: 0px;
			width: 450px;
		}
	
	#content #map {
		position: relative;
		float: left;
		border: 1px solid #ffffff;
		width: 100%;
		height: 600px;
		margin: 10px auto;
	}
	
	#map p {
		color: #000000;
		font-size: 16px;
		line-height: 1.2em;
	}

#footer {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	background-color: white;
}

	#footer p {
		width: 100%;
		margin: 0px;
		padding: 1px 0px 0px 0px;
		text-align: right;
	}
	
	#footer p #design-credit {
		display: block;
		position: absolute;
		left:  0px;
		top: 1px;
	}
	
	#footer a:visited {
		border-bottom: 1px solid blue;
	}

/* @end */



/* @group Bread-crumb */

#breadcrumbcontainer {
	position: absolute;
	left: 0px;
	color: black;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

	#breadcrumbcontainer ul {
		list-style: none;
		margin: 0;
		padding: 0px;
	}
	
	#breadcrumbcontainer li {
		display: inline;
		margin: 0px;
		padding: 0px;
	}
	
	#breadcrumbcontainer a {
	
	}
	
	#breadcrumbcontainer a:hover {
	
	}
	
/* @end */

/* @group Navcontainer */

/* Toolbar Styles */

#navcontainer {
	position: relative;
	z-index: 30;
	height: 43px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: white;
}

#navcontainer ul{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 50;
	list-style: none;
}

#navcontainer li {
	position: relative;
	display: block;
	float: left;
	width: 128px;
	height: 38px;
	margin: 2px 0px 0px;
	padding: 0px;
		padding-top: 1px;
	text-align: center;
	background: white;
}

#navcontainer a {
	display: block;
	width: 128px;
	height: 27px;
	line-height: 1.0em;
	padding: 10px 0px 0px;
	text-decoration: none;
	border: none;
	outline: none;
	text-transform: uppercase;
	color: #093384;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/nav-bg.jpg) no-repeat center top;
}

#navcontainer a:hover, #navcontainer a.current, #navcontainer a.currentAncestor {
	background: url(images/nav-bg.jpg) no-repeat center -38px;
}

#navcontainer a.current, #navcontainer a.currentAncestor, #navcontainer a:active, #navcontainer a.currentAncestor:hover {
	background: url(images/nav-bg.jpg) no-repeat center -76px;
}

/* Parent - Level 0 */

#navcontainer ul li {

}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	position: absolute;
	top: 40px; /* Offset to account for height of parent */
	left: -1px; /* Adjusts left edge to align with parent */
	display: none;
	z-index: 60;
	padding: 0px;
	border: none;
	letter-spacing: 0px;
}

#navcontainer ul ul li {
	width: 149px; /* Force 1px narrower width to align right edge with parent */
	border: 1px dotted black;
	border-top: none;
}

#navcontainer ul ul a {

}


/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 110px;
	top: 0;
	font-size: 1em;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}

/* @end */

/* @group Slideshow */

#picture-slides-frame{
	position: relative;
	width: 520px;
	height: auto;
	text-align: center;
	margin: 10px auto;
		margin-left: 325px;
	padding: 0px;
}

#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 100%;
	text-align: center;
	margin: 0px auto;
}

#picture-slides-thumbnails{
	position: relative;
	clear: left;
	width: auto;
	text-align: center;
	margin: 0px auto;
		margin-top: 1em;
	border: 1px solid #666;
}

#picture-slides-thumbnails ul{
	list-style: none;
	margin: 10px 0 10px 10px;
	overflow: hidden;
	text-align: center;
}

#picture-slides-thumbnails ul li{
	float: left;
	width: 100px;
	height: 75px;
	margin: 5px 10px 10px 5px;
}

#picture-slides-thumbnails ul li a:focus{
	outline: 0;
/*	-moz-outline-style: none; */
}

#picture-slides-thumbnails ul li img{
	width: 100px;
	height: 75px;
	cursor: pointer;
	border: 5px solid white;
}

#picture-slides-thumbnails ul li.selected img{
	width: 96px;
	height: 71px;
	padding: 1px;
	border: 1px solid #f60;
}

#picture-slides-image-text{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
}

#picture-slides-image{
	margin: 5px auto 0px auto;
	padding: 0px;
	border: 10px solid white;
	text-align: center;
	max-width: 500px;
	max-height: 500px;
}

#links{
	display: block;
	clear: left;
	padding: 2em 0 1em 4em;
}

#links li{
	line-height: 2em
}

#navigation-controls {
	width: auto;
	list-style: none;
	margin: 0px auto 10px;
	font-size: 0.8em;
	text-align: right;
	height: 1.4em;
	display: none;  /* Disabled by default, re-enabled by jQuery */
}

#navigation-controls li{
	float: right;
	line-height: 1.5em;
	margin-left: 0.75em;
	margin-right: 0px;
	vertical-align: bottom;
}

#navigation-controls li#image-counter{
	margin: 0 0 0 0.75em;
}

li.slideshow-item{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 0em;
	font-size: 1.0em;
}

	li.slideshow-item #stop-slideshow {
		display: none;
	}
/* Not being used - not dimming window during slideshow */
/* #picture-slides-dim-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	display: none;
	z-index: 100;
} */

ul#navigation-controls a.disabled{
	color: #4c4c4c;
	text-decoration: none;
	border: 0px;
	cursor: default;
}

/* @end */



/* @group Form Styles */
form {
	font-family: "Tempus Sans ITC", Georgia, "Times New Roman", Times, serif;
}

#contact_form {
	display: block;
	margin: 0px 0px 0px 125px;
	padding: 5px;
	width: 600px;
	font-family: inherit;
}

#reservation_form {
	width: 850px;
	font-family: inherit;
}

.formFields {
	float: left;
	width: 100%;
	margin: 0px auto;
		margin-top: 5px;
	padding: 0px;
}

div .formRow {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
		margin-bottom: 10px;
	float: left;
	clear:both;
	line-height: 1.2em;
}

form .col1 {
	position: relative;
	display: block;
	width:100px;
	float:left;
	padding: 4px 0px 0px;
	margin: 8px 10px 0px 0px;
	text-align:right;
}

form .col2 {
	position: relative;
	display:block;
	width: 400px;
	float:left;
	margin:10px 0px 0px;
	padding: 0px;
}

#reservation_form span.col1 {
		width: 250px;
}
	#reservation_form span.col2 {
		width: 500px;
}

form .col2 span {
		font-size: 12px;
		margin-bottom: 10px;
		padding: 0px;
		margin: 0px;
	}

label {
	padding: 0px;
	margin: 0px;
}

	label.required {

	}

.input {
	color: #4c4c4c;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #c9c9c9;
	margin: 0px 5px;
	width: 100%;
}
	
	.input:focus, .textarea:focus {
		background-color: palegoldenrod;
	}

.textarea {
	color: #4c4c4c;
	background-color: #ffffff;
	padding: 3px;
	margin: 0px 5px;
	border: 1px solid #c9c9c9;
	width: 100%;
}

.buttons {
	margin: 0px auto;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
}

/* @end */