body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers.*/
	background-color: #9E0C0D;
	height: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Opera CSS Hack */
	html>/**/body {
 text-shadow: #000000 0 0 0px;
 font-weight: 10 !important;
 font-style:normal !important;
}
}
#container-fade {
	width: 988px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/bg-repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}
#container {
	width: 860px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 5px;
	height: 100%;
}
.testimonial{
width:362px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#1E3391;
line-height:16px;
text-decoration:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Opera CSS Hack */
	.testimonial, .testimonial a:link, .testimonial a:active, .testimonial a:visited{
font-size:14px;
}
.testimonial a:hover{
font-size:14px;
}
}
.submitter{
padding-top:11px;
color:#870000;
}

#header {
	float:left;
}
#subheader {
		background: url(images/subpage-about.jpg) no-repeat #e5c5c2;
		height:434px;
}

#subheader-menu {
		background: url(images/subpage-menu.jpg) no-repeat #e5c5c2;
		height:434px;
}


#subheader-minigolf {
		background: url(images/subpage-minigolf2.jpg) no-repeat #e5c5c2;
		height:434px;
}
.home-content {
	float:left;
	width: 727px;
	background: url(images/home-menu.jpg) no-repeat #e5c5c2;
	text-align:left;
}
.content {
	float:left;
	width: 727px;
	background: url(images/body-top.jpg) no-repeat #DBD0CE;
	text-align:left;
	height: 100%;
}
#content-table {
	background-image: url(images/content-repeat.jpg);
}
.sub-content {
	float:left;
	width: 727px;
	background: url(images/body-top.jpg) no-repeat #B71415;
	text-align:left;
	height: 100%;
	padding: 0 65px 0 68px;
}

.left-nav{
	width: 224px;
	height: 100%;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
	font-style:italic;
	line-height:18px;
}
.left-top {
	height: 100%;
	background: url(images/left-nav.jpg) no-repeat;
	padding:0 32px 10px 18px;
}
.left-top ul{
	margin:0;
	padding:28px 0px 10px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ffd762;
	height:238px;
	font-style:normal;
}
.left-top ul li{
	padding-bottom:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ffd762;
	list-style-image:url(images/side-dot.gif);
}
.left-top li a:link, .left-top li a:visited{
	color:#ffd762;
	text-decoration:none;
}
.left-top li a:active, .left-top li a:hover{
	color:#fff;
	text-decoration:none;
}
.left-top form {
	margin-top:7px;
	display:inline;
	vertical-align:baseline;
}
.left-top input {
	margin-top:7px;
	vertical-align:middle;
}
.left-top input[type=text] {
	border:1px solid #ffd956;
}
.left-bottom-about {
	height: 100%;
	background: url(images/left-nav-bottom-about.jpg) no-repeat bottom left;
}
.left-bottom-bar {
	height: 100%;
	background: url(images/left-nav-bottom-bar.jpg) no-repeat bottom left;
}
.left-bottom-menu {
	height: 100%;
	background: url(images/left-nav-bottom-menu.jpg) no-repeat bottom left;
}
.left-bottom-icecream {
	height: 100%;
	background: url(images/left-nav-bottom-icecream.jpg) no-repeat bottom left;
}
.left-bottom-minigolf {
	height: 100%;
	background: url(images/left-nav-bottom-minigolf.jpg) no-repeat bottom left;
}
.left-bottom-links {
	height: 100%;
	background: url(images/left-nav-bottom-links.jpg) no-repeat bottom left;
}
.left-bottom-jobs {
	height: 100%;
	background: url(images/left-nav-bottom-jobs.jpg) no-repeat bottom left;
}
.left-bottom-contact {
	height: 100%;
	background: url(images/left-nav-bottom-contact.jpg) no-repeat bottom left;
}
.navheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #f4c94d;
	padding: 10px 5px 8px 23px;
}
.navheader ul li a:link, .navheader ul li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #f4c94d;
	text-decoration:none;
}
.navheader ul li a:active, .navheader ul li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #fff;
	text-decoration:none;
}
.navheader ul {
	margin:0px;
	padding:0px;
}
.navheader ul li {
	display: inline;
	padding-left: 16px;
	padding-right: 7px;
	background: url(images/dot.gif) no-repeat;
}
.navheader ul li.first {
	background-image:none;
	padding-left:0px;
}
.text {
	width:503px;
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#363636;
	padding-bottom: 30px;
	background: url(images/text-top.jpg) no-repeat #E4C5C2;
	text-align:justify;
}
.text a {
	color:#363636;
}

.home-text {
	width:510px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#363636;
	padding-bottom: 30px;
}
.home-text a {
	color:#363636;
}
.home-text ul { margin:0px;}
.text-body {
	padding-left:10px;
	padding-right:35px;
	overflow:visible;
}
.text-body2 {
	padding-left:30px;
	padding-right:35px;
	padding-top:10px;
}
.text-body ul {
	margin:0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #b61515;
	font-style:italic;
	font-weight:normal;
	margin:0px;
	padding:26px 0 5px 5px;
	word-spacing:2px;
}
.award {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4A4A4A;
	font-style:italic;
	font-weight:bold;
	margin:0px;
	padding:0px 10px 5px 8px;
	word-spacing:2px;
}
.content-foot {
	clear:both;
	padding: 14px 20px 6px 59px;
	font-size:14px;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background: #cf7371;
}
.content-foot form {
	display:inline;
	vertical-align:baseline;
}
.content-foot input {
	vertical-align:middle;
}
.content-foot input[type=text] {
	border:1px solid #9b0d06;	
}
.sub-content-foot {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffe3e3;
	text-align: center;
	line-height: 18px;
	padding: 25px 0px 10px 0px;
	letter-spacing: 1px;
	background: url(images/foot-top.jpg) #cf7371 no-repeat;

}
.sub-content-foot a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffe3e3;
	text-decoration:underline;
}
.sub-content-foot a:hover {
	text-decoration:underline;
}

.enews {
	color:#ffd956;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style:normal;
	line-height: 19px;
}
.enews-txt {
	width:400px;
}
.top-line {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CDCDCD;
	font-style:italic;
	text-align:center;
	padding-bottom:6px;
}
#footer {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CDCDCD;
	text-align: center;
	line-height: 18px;
	padding: 15px 0px 10px 0px;
	letter-spacing: 1px;
	background-image: url(images/bg-bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 54px;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CDCDCD;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:underline;
}
.minheight{
padding-top:690px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #363636;
	font-style:italic;
	font-weight:normal;
	margin:0px;
	word-spacing:2px;
	padding:0 11px 5px;
	letter-spacing:1px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #363636;
	font-style:italic;
	font-weight:normal;
	margin:0px;
	word-spacing:2px;
	letter-spacing:1px;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #b61515;
	font-weight:normal;
	margin:0px;
	padding:0 20px 5px;
	letter-spacing:1px;
	background: url(images/red-dot.gif) no-repeat;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight:normal;
	color: #b61515;
	margin:0px;
	padding:26px 0 10px 9px;
	word-spacing:2px;
}
.sitemap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #b61515;
	}
.sitemap ul li a:link,.sitemap ul li a:visited,.sitemap ul li a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #b61515;
}
.sitemap ul li{
	list-style-image:url(images/red-dot.gif);
}
.sitemap a:link, .sitemap a:visited, .sitemap a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #363636;
	}
.sitemap ul li#small{
	list-style-image:none;
	list-style:none;
}
.sitemap ul li#small a:link, .sitemap ul li#small a:visited, .sitemap ul li#small a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;	
	color:#363636;
	}
	
.padleft{
padding-left:10px;
}
.padright{
padding-right:10px;
}
.mymenu{
background-color:#9D0B0B;
width:240px;
margin:auto;
padding:5px;
display:block;
text-align:center;
border: solid #B71415 1px;
color:#FFFFFF;
text-decoration:none;
}
.mymenu a, .mymenu a:visited, .mymenu a:link{
color:#FFFFFF;
text-decoration:none;
}
.mymenu a:hover, .mymenu a:active{
color:#FFFFFF;
text-decoration:underline;
}