/* @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: none;
	color: #093384;
	margin: 0px;
	padding: 0px;
}

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

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
}

ul.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 10px 0px;
	margin: 0px 0px 10px;
	border-bottom: 2px groove white;
}

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 {
	position: relative;
	border: none;
	display: inline;
	float: none;
}

.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;
}

/* @end */

/* @group Layout */

#wrapper {
	position: relative;
	clear: both;
	width: 100%;
	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%;
	margin: 0px;
	padding: 0px;
	background: none;
	padding-bottom: 1.0em;
	border-bottom: 2px solid #093384;
}

	#pageHeader #site-title {
		display: block;
		width: 100%;
		font-size: 3.0em;
		line-height: 3.0em;
		text-align: center;
		color: #093384;
	}

	#pageHeader #site-slogan {
		display: block;
		width: 100%;
		font-size: 1.5em;
		line-height: 1.5em;
		text-align: center;
		color: #093384;
	}	

	#pageHeader a.homeLink {
		display: 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 div.contentBlock {
		position: relative;
		width: 100%;
		height: auto;
	}

	#content #weather {
		display: block;
		width: 200px;
		margin: 0px;
		padding: 0px;
			padding-bottom: 10px;
}

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

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

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

		#contact_info #contact {
			position: absolute;
			left: 20px;
			top: 0px;
			width: 340px;
			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;
	}

#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 {
	display: none;
}

/* @end */

/* @group Slideshow */

#picture-slides-frame{
	position: relative;
	width: 500px;
	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;
	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: inherit;
}

#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 {
	display: block;
	margin: 0px auto;
	text-align: center;
}

/* @end */