body {
	background: url(../images/bg_tile.jpg);
	margin: 0;
}
#home_text {
	background-image: url("/images/index_description.jpg");
	background-repeat: no-repeat;
	width: 560px;
	height: 45px;
	color: white;
	float: left;
	padding: 5px;
	padding-top: 30px;
	padding-left: 10px;
	text-align: left;
}

form { margin: 0; }

/* Normalizes font size: */
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-size: 100%;
}
	h2 {
		background: #fff;
		color: #6a4626;
		font: 15px/14px Arial, Helvetica, sans-serif;
		padding: 5px;
		margin: 10px 20px 10px 0;
		width: auto;
	}

img { border: 0; }
input { margin: 0; }
input.newsletter {
	border: 1px solid #5f3b21;
	height: 18px;
	left: 170px;
	position: relative;
	top: 10px;
	width: 125px;
}
input.newsletterBtn {
	left: -480px;
	position: relative;
	top: -11px;
}
#container {
	background: url(../images/bg.gif) no-repeat top center;
	text-align: center;
}
#content_wide {
	height: 341px;
	left: 40px;
	overflow: auto;
	position: relative;
	top: 190px;
	width: 750px;
}
#content {
	height: 341px;
	left: 40px;
	overflow: auto;
	position: relative;
	top: 190px;
	width: 530px;
}
	#content a:link,
	#content a:visited { color: orange; }
	#content a:hover {
		color: #fff;
		text-decoration: none;
	}
	#content p {
		color: #fff;
		font: 13px/14px Arial, Helvetica, sans-serif !important;
		margin: 0 20px 12px 0;
	}
	#content ul {
		color: #fff;
		font: 12px/16px Arial, Helvetica, sans-serif;
	}

#contentGallery {
	left: 665px;
	position: relative;
	top: -120px;
	width: 180px;
}
#contentTestimonial {
	height: 150px;
	left: 615px;
	position: relative;
	top: -140px;
	width: 185px;
	background: url('/images/testimonial.gif');
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
	#contentTestimonial p {
		color: #fff;
		font: 11px/14px Arial, Helvetica, sans-serif !important;
		margin: 0 20px 12px 0;
	}

#contentTestimonialFiller {
	height: 150px;
	left: 615px;
	position: relative;
	top: -140px;
	width: 185px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer,
#footerNewsletter,
#nav {
	clear: both;
	margin: auto;
	width: 850px;
}

#nav img {
	float: left;
}
	#footer { height: 40px; }
	#footerNewsletter {
		background: url(../images/bg_footer_newsletter.jpg) no-repeat;
		height: 50px;
		text-align: left;
	}
	#nav { height: 80px; }

#navSub {
	color: #fff;
	font: 12px/25px Arial, Helvetica, sans-serif;
	height: 25px;
	left: 40px;
	position: relative;
	text-align: left;
	top: 140px;
	width: 400px;
	z-index: 99;
}
	#navSub a:link,
	#navSub a:visited { color: #fff; }
	#navSub a:hover { color: #666; }

#stageInternal {
	height: 610px;
	margin: auto;
	text-align: left;
	width: 850px;
}

#stageInternal p {
		color: #fff;
		font: 12px/18px Arial, Helvetica, sans-serif;
		margin: 0 20px 12px 0;
	}

a:link,
a:visited { color: #fff; }
a:hover { color: #000; }

/* FireFox expansion fix: */
.columnFix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

div.wrap-contents, div.wrap-contents img, div.wrap-contents span, div.wrap-contents embed {
	margin: 0;
	padding: 0;
}
div.wrap-contents {
	display: inline;
}

div.home-text {
	margin: 0px;
	margin-top:0;
	padding: 0;
	height: 100px;
	background: white url(/images/index_description.jpg) no-repeat;
	border: 2px white solid;
	border-top:none;
}
div.home-text span.motto {
		float: left;
		font: 12px Arial, Helvetica, sans-serif;
		text-align: left;
		color: white;
		padding: 10px;
		margin-top: 20px;
}
div.home-text span.weather {
	float: right;
	padding-top:26px;
}

div#home-banner {
  position: relative; 
}

a#events-link {
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  width: 200px;
  height: 50px;
  top: 190px;
  left: 40px;
}

a#pricing-link {
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  width: 180px;
  height: 50px;
  top: 40px;
  right: 55px;
}

#home-banner { 
	background: url(/images/index_banner.jpg) no-repeat;
	height: 280px;
}