/******* 
colors

Yellow BG: eed24e

Nav Text:  f7ebb5
Nav Hover:  00942d

Red Text:  7e0706

Green Text:  00a33d

Contact Form Box: e2e1dc

*******/

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background-color: #eed24e;
	font-family: Arial;
	color: #000;
	font-size: .75em;
	letter-spacing: .03em;
	line-height: 1.35em;
	text-align: center;
	margin: 0px auto 0px auto;
}

/*******  Eliminate border on links  *******/
a:active, a:focus {
	outline: none;
}

a {
	text-decoration: none;
}

iframe {
	width: 280px;
	height: 340px;
	border: 0px;
	border: 1px solid #999;
}

#IFrame {
	border: 0px;
}

.NoBorder {
	border: 0px;
}

.Green {
	color: #00a33d;
}

.BorderBlue {
	border: 1px solid #192356;
}

.BorderGrey {
	border: 1px solid #999;
}

.FloatRight {
	float: right;
}

.FloatLeftGames {
	float: left;
	margin: -7px 0px 0px 0px;
}

.FloatRightGames {
	float: right;
	margin: -7px 0px 0px 0px;
}

.MarginAuto {
	margin: 0px auto 0px auto;
}

#Wrapper {
	width: 963px;
	margin: 0px auto 0px auto;
}

#NavWrapper {
	background: url(../images/bg_nav.png) no-repeat;
	width: 963px;
	height: 34px;
}

	#NavLeft {
		float: left;
		width: 115px;
		height: 30px;
		margin: 0px 0px 0px 20px;
	}
	
	#NavRight {
		width: 800px;
		float: right;
	}

	#NavRight p {
		display: inline;
		line-height: 32px;
		color: #f7ebb5;
		font-size: 1.5em;
		font-weight: bold;
		margin: 0px 20px 0px 20px;
	}
	
	#NavRight a {
		color: #f7ebb5;
	}
	
	#NavRight a:hover {
		color: #00942d;
	}
	
#ContentHome {
	width: 961px;
	height: 732px;
	margin: 4px 0px 0px 2px;
}

#Content {
	background: url(../images/bg_content.jpg) no-repeat;
	width: 961px;
	height: 732px;
	margin: 4px 0px 0px 2px;
}

#ContentMenu {
	background: url(../images/bg_content_menu.jpg) no-repeat;
	width: 961px;
	height: 1946px;
	margin: 4px 0px 0px 2px;
}

#ContentDirections {
	background: url(../images/bg_content_directions.jpg) no-repeat;
	width: 961px;
	height: 732px;
	margin: 4px 0px 0px 2px;
}

	#Address {
		float: right;
		display: inline-block;
	}
	
	#ContentLeft {
		float: left;
		width: 56%;
		height: 410px;
		font-size: 1.2em;
		font-weight: bold;
		color: #777;
		margin: 60px 0px 0px 60px;
		letter-spacing: normal;
		word-spacing: normal;
		text-align: justify;
	}
	
	#ContentLeft p {
		margin: 0px 0px 20px 0px;
	}
	
		/*******  Photo Album  *******/
		#ContentPhotos {
			overflow: hidden;
			float: left;
			width: 878px;
			height: 350px;
			font-size: 1.2em;
			font-weight: bold;
			color: #777;
			margin: 50px 0px 0px 40px;
		}
		
		#GalleryLeft {
			float: left;
			width: 280px;
			height: 320px;
			margin: 15px 0px 0px 20px;
		}
		
		#GalleryRight {
			float: right;
			text-align: left;
			width: 550px;
			height: 350px;
			margin: 0px 10px 0px 0px;
		}
		
		.noscript {
			display: none;
		}
		
		div.content {
			/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
			float: right;
			width: 525px;
			margin: 0px 5px 20px 0px;
		}

		div.content a, div.navigation a {
			text-decoration: none;
			color: #777;
			font-weight: normal;
		}

		div.controls {
			float: right;
			width: 520px;
			height: 18px;
		}

		div.controls a {
			color: #777;
			padding: 0px 8px 0px 8px;
		}

		div.ss-controls {
			float: left;
		}

		div.nav-controls {
			float: right;
		}

		div.slideshow-container {
			position: relative;
			clear: both;
			width: 525px;
			height: 320px; /* This should be set to be at least the height of the largest image in the slideshow */
			margin: 0px 0px 0px 0px;
		}

		div.loader {
			position: absolute;
			background: url(../images/loader.gif) no-repeat;
			width: 525px;
			height: 320px; /* This should be set to be at least the height of the largest image in the slideshow */
		}

		div.slideshow span.image-wrapper {
			position: absolute;
			margin: 5px 0px 5px 0px;
			width: 532px;
			height: 324px;
		}
		div.slideshow a.advance-link {			
			width: 525px;
			height: 320px; /* This should be set to be at least the height of the largest image in the slideshow */
			/* line-height: 338px;  This should be set to be at least the height of the largest image in the slideshow */
			text-align: center;
		}
		div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
			text-decoration: none;
		}

		div.slideshow img {	
			position: absolute;
			border: 1px solid #555;
			width: 525px;
			height: 320px;
		}

		div.navigation {
			/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
		}
		
		ul.thumbs {
			clear: both;
			margin: 0px;
			padding: 0px;
		}
		
		ul.thumbs li {
			float: left;
			padding: 0;
			margin: 5px 10px 5px 0;
			list-style: none;
		}
		a.thumb {
			padding: 2px;
			display: block;
			border: 1px solid #ccc;
		}
		ul.thumbs li.selected a.thumb {
			background: #000;
		}
		a.thumb:focus {
			outline: none;
		}
		ul.thumbs img {
			border: none;
			display: block;
		}
		div.pagination {
			clear: both;
		}
		div.navigation div.top {
			margin-bottom: 12px;
			height: 11px;
		}
		div.navigation div.bottom {
			margin-top: 12px;
		}
		div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
			display: inline-block;
			float: left;
			margin-right: 2px;
			padding: 4px 7px 2px 7px;
			border: 1px solid #ccc;
		}
		div.pagination a:hover {
			background-color: #eee;
			text-decoration: none;
		}
		div.pagination span.current {
			font-weight: bold;
			background-color: #000;
			border-color: #000;
			color: #fff;
		}
		div.pagination span.ellipsis {
			border: none;
			padding: 5px 0 3px 2px;
		}
		
		/*******  /Photo Album  *******/
	
		#ContactBox {
			width: 100%;
			height: 255px;
			background-color: #e2e1dc;
			border: 1px solid #ccc;
		}
		
		#ContactComment {
			float: right;
			width: 200px;
			margin: 30px 35px 0px 0px;
		}
		
		.Fieldset {
			position: relative;
			margin: 0px 0px 0px 0px;
		}
		
		.ContactTable {
			width: 96%;
			margin: 20px 0px 0px 10px;
		}

		.ContactTable td {
			padding: 4px;
		}

		.ContactTable span {
			color: red;
			font-weight: bold;
			font-size: 14px;
		}
		
		.FormField {
			font-family: Arial, Helvetica, Geneva, sans-serif;
			font-size: 11px;
			width: 170px; 
			border: 1px solid #999;	
			padding: 2px;
		}
		
		.TextArea {
			font-family: Arial, Helvetica, Geneva, sans-serif; 
			font-size: 11px;
			width: 400px; 
			height: 80px;
			border: 1px solid #999;
			margin: 0px 0px 0px 0px;
			padding: 2px 0px 0px 4px;
			background-color: #ededed;
			overflow: hidden;
		}
		
		.Submit { 
			font-family: Arial, Helvetica, Geneva, sans-serif; 
			font-size: 11px;
			font-weight: bold;
			color: #555;
			background-color: #ededed;	
			width: 80px; 
			height: 20px;
			border: 1px solid #999;
			margin: 10px 0px 10px 0px;
			cursor: pointer;
		}

		.Submit:hover {
			background-color: #eed24e;
		}
	
	#ContentRight {
		float: right;
		width: 30%;
		height: 410px;
		font-size: 1em;
		font-weight: bold;
		color: #777;
		text-align: left;
		margin: 60px 40px 0px 0px;
	}

#Footer {
	width: 960px;
	height: 20px;
	margin: 2px 0px 0px 1px;
}

	#FooterLeft {
		float: left;
		width: 55%;
		height: 20px;
		font-size: .9em;
		color: #7e0706;
		text-align: left;
	}
	
	#FooterRight {
		float: right;
		width: 40%;
		height: 20px;
		font-size: .9em;
		color: #7e0706;
		text-align: right;
	}








/*******  This Space Intentionally Left Blank  *******/