html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	line-height:1.5;
}


	
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
}

table,td,th {
	vertical-align:middle;
}


	
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:;
}


	
/* Remove annoying border on linked images. */
a img {
	border:none;
}


	
/* Default font settings. 
 	The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	font-size:75%;
	background:#000;
	color:#503936;
	font-family: "Century Gothic", Trebuchet, Arial, sans-serif;
}


	
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#111;
}

h1 {
	font-size:2em;
	line-height:1;
	margin-bottom:.5em;
}

h2 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:.5em;
}

h3 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}

h4 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}

h5 {
	font-size:1em;
	font-weight:bold;
}

h6 {
	font-size:1em;
	font-weight:bold;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	margin:0;
}


	
/* Text elements
-------------------------------------------------------------- */
p {
	margin:0 0 1.5em;
}

p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}

p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}

img.left {
	float:left;
	margin:0 1.5em 0 0;
}

img.right {
	float:right;
	margin:0 0 0 1.5em;
}

.left {
	float:left;
}

.right {
	float:right;
}

a:focus,a:hover {
	color:#000;
}

a {
	color:#3e2b29;
}

blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}

strong {
	font-weight:bold;
}

em,dfn {
	font-style:italic;
}

dfn {
	font-weight:bold;
}

sup,sub {
	line-height:0;
}

abbr,acronym {
	border-bottom:1px dotted #666;
}

address {
	margin:0 0 1.5em;
	font-style:italic;
}

del {
	color:#666;
}

pre {
	margin:1.5em 0;
	white-space:pre;
}

pre,code,tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}


	
/* Lists
-------------------------------------------------------------- */
li ul,li ol {
	margin:0 1.5em;
}

ul,ol {
	margin:0 1.5em 1.5em;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}

dl {
	margin:0 0 1.5em;
}

dl dt {
	font-weight:bold;
}

dd {
	margin-left:1.5em;
}


	
/* Tables
-------------------------------------------------------------- */
table {
	margin-bottom:1.4em;
	width:100%;
}

th {
	font-weight:bold;
}

thead th {
	background:#c3d9ff;
}

th,td,caption {
	padding:4px 10px 4px 5px;
}

tr.even td {
	background:#e5ecf9;
}

tfoot {
	font-style:italic;
}

caption {
	background:#eee;
}


	
/* Forms
-------------------------------------------------------------- */
label {
	font-weight:bold;
}

fieldset {
	padding:1.4em;
	margin:0 0 1.5em;
	border:1px solid #ccc;
}

legend {
	font-weight:bold;
	font-size:1.2em;
}


	
/* Form fields
-------------------------------------------------------------- */
input.text,input.title,textarea,select {
	margin:.5em 0;
	border:1px solid #bbb;
}

input.text:focus,input.title:focus,textarea:focus,select:focus {
	border:1px solid #666;
}

input.text,input.title {
	width:300px;
	padding:5px;
}

input.title {
	font-size:1.5em;
}

textarea {
	width:300px;
	height:250px;
	padding:5px;
	font-family: "Century Gothic", Trebuchet, Arial, sans-serif;
	font-size: 1em;
}

.ff-ft {
	margin-bottom: 1.5em;
}

	
/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,.notice,.success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

.error a {
	color:#8a1f11;
}

.notice a {
	color:#514721;
}

.success a {
	color:#264409;
}


	
/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}

.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}

.hide {
	display:none;
}

.quiet {
	color:#666;
}

.loud {
	color:#000;
}

.highlight {
	background:#ff0;
}

.added {
	background:#060;
	color:#fff;
}

.removed {
	background:#900;
	color:#fff;
}

.first {
	margin-left:0;
	padding-left:0;
}

.last {
	margin-right:0;
	padding-right:0;
}

.top {
	margin-top:0;
	padding-top:0;
}

.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

body {
	margin:0;
	min-width:960px;
	text-align:center;
}

#wrapper {
	background:#f2edd9 url(../img/wrapper-bg.jpg) repeat-y;
	margin:0 auto;
	text-align:left;
	width:960px;
}

#header {
	background:#3e2b29;
	border-bottom:2px solid #fff;
	position:relative;
}

#header img {
	float:left;
}

#navigation,#navigation ul {
	font-family:Arial, sans-serif;
	list-style:none;
	margin:0;
	padding:0;
}

#navigation {
	float:right;
	padding-right:12px;
	width:756px;
}

#navigation li {
	float:left;
}

#navigation li a {
	color:#ece5c9;
	display:block;
	font-size:1.33em;
	padding:65px 15px 15px;
	text-decoration:none;
	text-transform:uppercase;
}

#navigation li a:hover {
	background:url(/img/navhover.jpg) 50% 0;
	text-shadow:0 0 3px #ece5c9;
}

#navigation li a.current {
	background:#ece5c9;
	color:#8a0c22;
}

#navigation li a.current:hover {
	background:#ece5c9;
}

#navigation li ul {
	background:#6a564d;
	border-top:2px solid #fff;
	left:-999em;
	position:absolute;
	width:180px;
	z-index:100;
}

#navigation li:hover ul,#navigation li.sfhover ul {
	left:auto;
}

#navigation li ul li a {
	padding:1px 12px;
	width:156px;
	font-size:1em;
}

#navigation li ul li a:hover {
	background:#3e2b29;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:0 12px;
	text-shadow:none;
}

#banner {
	height:235px;
	width:960px;
	overflow:hidden;
	padding:0;
	margin:0;
}

#banner img {
	display:block;
}

#content {
	background:url(../img/content-bg.jpg) no-repeat;
	min-height:321px;
	padding:1em 24em 33em 19em;
	position:relative;
}

#content.wide {
	padding:1em 2em 33em 19em;
}

#content h1 {
	display:none;
}

#content h1.show {
	display:block;
}

.heading {
	display:block;
}

#media-releases {
	width:168px;
	position:absolute;
	top:12px;
	left:12px;
}

#media-releases img {
	display:block;
}

#mailing-email {
	width: 162px;
	margin-bottom: 4px;
}

#members-rewards-home {
	width: 168px;
	height: 168px;
	position: relative;
	overflow: hidden;
}

#members-rewards-home span {
	width: 100%;
	height: 100%;
	background: url(/img/members-rewards-home.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#facebook {
	width: 168px;
	height: 44px;
	position: relative;
	overflow: hidden;
}

#facebook span {
	width: 100%;
	height: 100%;
	background: url(/img/facebook.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#events {
	background:#3e2b29;
	bottom:0;
	height:360px;
	padding:1em;
	position:absolute;
	right:0;
	width:741px;
}

#events .event-image {
	float:left;
	margin-right:22px;
}

#events .event-image.last {
	margin-right:0;
}

.row {
	margin-bottom:1em;
}

address {
	font-style:normal;
	right:0;
	top: 78px;
	margin:0;
	padding:1em 1.5em;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
	width:206px;
}

img.person {
	bottom:32em;
	position:absolute;
	right:0;
}

img.person-padding {
	bottom:33em;
	position:absolute;
	right:1em;
}

img.decoration {
	left:40px;
	position:absolute;
	top:80px;
}

p.menu-item {
	width:348px;
}

p.restaurant-price {
	width:46px;
	text-align:right;
}

p.treetops-price {
	width:80px;
	margin-left:1em;
	text-align:right;
}

div.show {
	margin-bottom:3em;
}

div.show-description {
	float:left;
	width:321px;
}

div.show-description h2 {
	font-weight:bold;
}

div.show-info {
	float:left;
	width:125px;
	margin:0 1.5em 0 0;
}

div.interclubs {
	margin:27px 1.5em 0 0;
}

img.show-photo {
	float:right;
	margin:0 0 0 1.5em;
}

div.interclub {
	margin-bottom:3em;
}

div.interclub-description {
	float:left;
	width:321px;
}

div.interclub-description h2 {
	font-weight:bold;
}

div.interclub-info {
	float:left;
	width:150px;
	margin:0 0 0 18px;
}

img.interclub-photo {
	float:right;
	margin:0 0 0 18px;
}

div.directors {
	float:left;
	text-align:center;
	width:148px;
	height:175px;
}

div.contact-right {
	float:right;
	width:350px;
}

#courtesy-bus {
	background:url(/img/bus.png) no-repeat;
	text-align:right;
	height:128px;
}

#form {
	width:316px;
}

#footer {
	background: #000;
}

#c2k, #chrsl {
	float: left;
	margin: 0 20px 0 0;
	overflow: hidden;
	position: relative;
}

#c2k span, #chrsl span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#c2k {
	width: 192px;
	height: 47px;
}

#c2k span {
	background: url(/img/c2k-logo.jpg) no-repeat;
}

#chrsl {
	width: 163px;
	height: 47px;
}

#chrsl span {
	background: url(/img/chrsl-logo.jpg) no-repeat;
}

#copyright {
	float: right;
	margin: 10px 0 0 0;
	padding-top: 25px;
	background: url(/img/parra-logo.jpg) top right no-repeat;
	color: #fff;
}

.clear {
	clear:both;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/* IE6 */ 
* html .clearfix {height:1%;}
/* IE7 */
*:first-child+html .clearfix {min-height:1px;}