body {
	background: black url(../images/bg_low.jpg) repeat-x top center;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.hide { display: none; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.full { width: 100%; }

.b { font-weight: bold; }
.ul { text-decoration: underline; }

.marg-b { margin-bottom: 16px; }
.marg-t { margin-top: 16px; }
.marg-l { margin-left: 20px; }
.marg-r { margin-right: 20px; }

.printonly { display: none; }
.ieonly { display: none; }
.ie6only { display: none; }



div.notice {
	float: left;
	clear: left;
	width: 100%;
}
div.notice span {
	display: block;
	padding: 16px;
	margin: 10px 20px 10px 0;
}
div.notice.slim span {
	padding: 6px;
	margin: 5px 10px 5px 0;
}
div.notice.info span {
	border: 1px dashed GoldenRod;
	background: Cornsilk;
}
div.notice.error span {
	border: 1px dashed red;
	background: pink;
}
div.notice.success span {
	border: 1px dashed green;
	background: #e1fff1;
}


#wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header, #middle, #footer {
	background: white;
	border-left: 8px solid #552706;
	border-right: 8px solid #552706;
}

#header {
	float: left;
	position: relative;
	width: 960px;
	height: 350px;
}

#header-image {
	width: 960px;
	height: 350px;
}

#page-logo {
	position: absolute;
	background: transparent;
	top: 265px;
	left: 95px;
	width: 320px;
	height: 130px;
}








#middle {
	float: left;
	position: relative;
	width: 920px;
	padding: 20px;
}

#nav-container {
	float: left;
	width: 150px;
}

#under-nav {
	float: left;
	width: 150px;
}

#nav {
	float: left;
	width: 150px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul a {
	font-family: Arial;
	display: block;
	position: relative;
	width: 138px;
	padding: 0 6px;
	background: #e8e6e7;
	color: black;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 2px;
	letter-spacing: .1em;
}
#nav ul a.selectedLink {
	color: #e4ead1;
	background-color: #3a4c00;
}
#nav ul a:hover {
	color: #3a4c00;
	text-decoration: none;
	background-color: #e4ead1;
}
#nav ul ul a {
	font-size: .8em;
	padding-left: 14px;
	width: 130px;
	color: #3a4c00;
	background-color: #e4ead1;
}
#nav ul ul a.selectedLink {
	background-color: #e4ead1;
	color: #3a4c00;
	font-weight: bold;
	font-size: 0.9em;
}
#nav ul ul ul a {
	padding-left: 28px;
	width: 116px;
}


#content {
	float: left;
	position: relative;
	margin-left: 20px;
	padding: 0 20px;
	width: 500px;
	min-height: 200px;
	border-left: 1px solid #552706;
}

#callout {
	float: left;
	position: relative;
	/* background: transparent url(../images/callout_1.jpg) no-repeat top left; */
	width: 205px;
	/* height: 285px; */
}

#callout-content {
	position: relative;
}

#default #content,
#calendar #content,
#news_list #content {
	width: 720px;
	padding-right: 0;
}

#contact_w_map #content {
	width: 290px;
	padding-right: 0;
}

#map {
	position: relative;
	float: left;
	width: 425px;
	height: 350px;
	border: 1px solid #E8E6E7;
	text-align: center;
}

#contact-form, #contactForm {
	float: left;
	clear: both;
}







#gallery #content {
	width: 180px;
}
#gallery #galleryContainer {
	width: 525px;
	float: left;
	position: relative;
}
#gallery #galleryContainer div.galleryImageDiv {
	float: left;
	margin: 0 0 5px 0;
	padding: 5px;
	min-height: 10px;
	min-width: 10px;
	border: 1px solid transparent;
}
#gallery #galleryContainer div.galleryImageDiv:hover {
	border: 1px solid #3A4C00;
}
#gallery #galleryContainer div.galleryImageDiv a img {
	border: 0;
}
#gallery #pagination {
	float: right;
}
#gallery #pagination a,
#gallery #pagination span {
	position: relative;
	margin: 2px;
	text-decoration: none;
}
#gallery #pagination .numberSep {
	display: none;
}





#news_list #news-pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}







#subscription_form #content {
	width: 250px;
}

#subscription_form #form-area {
	float: left;
	width: 455px;
	min-height: 200px;
}







form table {
	width: 100%;
}
form table td {
	padding: 2px;
}
form table td input,
form table td textarea,
.styledform input,
.styledform textarea {
	font-family: Arial, sans-serif;
	font-size: 1em;
	border: 1px solid #3a4c00;
	width: 200px;
	padding: 4px;
	background: #f6f6f6;
}
form input.button {
	width: auto;
	cursor: pointer;
}
form input.button:hover {
	background: #3a4c00;
	color: white;
}



#coupon-page #content {
	width: 720px;
	padding-right: 0;
}


#coupon {
	float: left;
	border: 1px solid #3A4C00;
	padding: 15px;	
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Georgia", serif;
}
#coupon .logo {
	float: left;
	height: 141px;
}
#coupon .address {
	float: right;
	height: 141px;
	padding-left: 10px;
	text-align: right;
}
#coupon .middle {
	float: left;
	clear: both;
	background-color: #e4ead1;
	border: 1px dashed #3A4C00;
	margin-top: 20px;
	padding: 20px;
	font-size: 1.3em;
}
#coupon .middle p {
	margin-top: 10px;
}
#coupon .smaller {
	font-size: .8em;
}









#footer {
	font-size: .8em;
	float: left;
	position: relative;
	width: 920px;
	background: black url(../images/footer.gif) no-repeat top left;
	border-bottom: 8px solid #552706;
	padding: 142px 20px 20px 20px;
	color: #E4EAD1;
}

#footer a {
	color: #E4EAD1;
	padding: 4px;
}
#footer a:hover {
	color: white;
	text-decoration: none;
	background-color: #E4EAD1;
	color: black;
}

#footer .address {
	float: left;
}
#footer .address strong {
	font-size: 1.2em;
}

#footer .nav {
	float: right;
}
#footer .copyright {
	float: right;
	clear: right;
	margin-top: 20px;
}
#footer .copyright a {
	padding: 6px;
}

#footer .copyright a.designed:hover {
	
}

#footer .copyright a.powered:hover {
	background: #990000;
	color: orange;
}



/*  DO NOT CHANGE! CMS 2.0 STYLES */
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
p, form {
	margin: 0;
	padding: 0;
}
#siteContentContainer {
	position: relative;
	float: left;
	width: 100%;
}
#floatingContentDivContainer {
	position: absolute;
	height: 100%;
}
.floatingDiv {
	position: absolute;
	background: transparent;
	width: 200px;
	height: 200px;
	top: 50px;
	left: 50px;
	overflow: hidden;
}