*, html {
	margin: 0; padding: 0;
}

body {
	background: url(../i/bg.png) repeat;
	text-align: center;
	font: 100% Arial, Helvetica, sans-serif;
	color: #663300;
}

h1 {
	text-indent: -20000px;
}
h2 {
	min-height: 19px;
	margin-bottom: 15px;
	text-indent: -20000px;
}
h3 {
	color: #6b1603;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 0.9em;
}
h4 {
	color: #663300;
	font-weight: bold;
	font-size: 0.8em;
}
p {
	font-weight: normal;
	font-size: 0.7em;
	line-height: 1.5em;
}
ul {

}
li {

}
a {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #666; text-decoration: none;
}

a img {
	border: none;
}


/* PRIMARY STRUCTURE */

#container {
	text-align: left;
	margin: 0 auto;
	width: 771px;
	
}

#decoheader {
	background: url(../i/header_bg.jpg) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	height: 131px;
	width: 100%;
	z-index: -10;
}

#header {
	background: url(../i/header-1.jpg) no-repeat;
	height: 310px;
	z-index: 10;
}

#header2 {
	background: url(../i/header-2.jpg) no-repeat;
	height: 310px;
	z-index: 10;
}


#header3 {
	background: url(../i/header-3.jpg) no-repeat;
	height: 310px;
	z-index: 10;
}

#header4 {
	background: url(../i/header-4.jpg) no-repeat;
	height: 310px;
	z-index: 10;
}

#header5 {
	background: url(../i/header-5.jpg) no-repeat;
	height: 310px;
	z-index: 10;
}

#header6 {
	background: url(../i/header-6.jpg) no-repeat;
	height: 310px;
	z-index: 10;
}

#mainContent {
	background: #FFF url(../i/content_bg.png) repeat-y;
	padding-bottom: 75px;
	margin-bottom: -25px;
	width: 771px;
	
}

#nav {
	background: #a5965e url(../i/nav_bg.jpg) no-repeat;
	margin-left: 7px;
	width: 221px;
	float: left;
}

#content {
	display: block;
	background: #FFF url(../i/content_grad.png) repeat-x;
	width: 477px;
	padding: 25px 20px 0px 40px;
	float: left;
}

#calendar {
	width: 227px;
	float: left;
	border-right: 1px solid #683f16;
}

#blog {
	width: 168px;
	float: left;
	margin-left: 25px;
}

#stripe {
	background: #480e01;
	height: 17px;
}

#footer {
	background: #e7e6d6;
	border-top: 1px solid #59430c;
	margin-top: 2px;
}

#footerContent {
	width: 751px;
	margin: 0 auto;
	padding: 20px 10px;
	text-align: left;
	color: #20201f;
}


/* FEATURES */

#member {
	background: url(../i/feature_member_bg.png) no-repeat;
	width: 171px;
	height: 56px;
	position: relative;
	top: 0;
	left: -5px;
	padding: 37px 0 0 63px;
}

#whatsnew {
	background: url(../i/feature_whatsnew_bg.png) no-repeat;
	width: 144px;
	height: 62px;
	margin: 0 0 10px 18px;
	padding: 58px 0 0 40px;
}

#email {
	background: url(../i/feature_email_bg.png) no-repeat;
	width: 190px;
	height: 38px;
	position: relative;
	top: 0;
	left: -6px;
	padding: 45px 0 0 45px;
}

#facebook {
	width: 109px;
	height: 41px;
	margin: 20px 0 0 60px;
}

#memberblog {
	background: url(../i/feature_memberblog_bg.png) no-repeat;
	width: 179px;
	height: 68px;
	position: relative;
	top: 0;
	left: -5px;
	padding: 25px 0 0 55px;
}


/* NAVIGATION */

#navBottom {
	background: url(../i/nav_bottom.jpg) no-repeat;
	height: 14px;
	width: 210px;
	position: relative;
	top: 13px;
	left: 11px;
	z-index: 10;
}

#nav ul {
	list-style: none;
	margin: 0 0 23px 15px;
	width: 207px;
	padding: 0;
}

#about a, #things a, #destinations a, #resources a, #news a, #directory a, #contact a {
	display: block;
	background: url(../i/nav.png) no-repeat;
	width: 207px;
}

#nav #about a {
	background-position: 0 0;
	height: 33px;
}
#nav #things a {
	background-position: 0 -33px;
	height: 41px;
}
#nav #destinations a {
	background-position: 0 -74px;
	height: 41px;
}
#nav #resources a {
	background-position: 0 -115px;
	height: 40px;
}
#nav #news a {
	background-position: 0 -155px;
	height: 40px;
}
#nav #directory a {
	background-position: 0 -196px;
	height: 40px;
}
#nav #contact a {
	background-position: 0 -237px;
	height: 41px;
}

#nav #about a:hover, #nav #about:hover a {
	background-position: -207px 0;
}
#nav #things a:hover, #nav #things:hover a {
	background-position: -207px -33px;
}
#nav #destinations a:hover, #nav #destinations:hover a {
	background-position: -207px -74px;
}
#nav #resources a:hover, #nav #resources:hover a {
	background-position: -207px -115px;
}
#nav #news a:hover, #nav #news:hover a {
	background-position: -207px -155px;
}
#nav #directory a:hover, #nav #directory:hover a {
	background-position: -207px -196px;
}
#nav #contact a:hover, #nav #contact:hover a {
	background-position: -207px -237px;
}

#nav #about.on a {
	background-position: -414px 0;
}
#nav #things.on a {
	background-position: -414px -33px;
}
#nav #destinations.on a {
	background-position: -414px -74px;
}
#nav #resources.on a {
	background-position: -414px -115px;
}
#nav #news.on a {
	background-position: -414px -155px;
}
#nav #directory.on a {
	background-position: -414px -196px;
}
#nav #contact.on a {
	background-position: -414px -237px;
}

#nav ul li a span {
	position: absolute;
	left: -20000px;
}


#nav ul li ul {
	list-style: none;
	margin: 0 0 15px 0;
}

#nav ul li ul li {
	margin: 0 15px 7px 67px;
	font-size: 0.8em;
}

#nav a {
	text-decoration: none;
	color: #534741;
}
#nav a:hover {
	color: #8B7D4E;
}
#nav ul li ul li.on a {
	color: #6B1502;
}
#nav ul li ul li.on a:hover {
	color: #6B1502;
}



/* CLASSES */

.rule {
	color: #683f16;
	width: 450px;
	height: 0px;
	margin: 15px 0;
	border-top: 1px solid #683f16;
}

.fltlt {
	float: left;
	margin-right: 15px;
	padding: 3px;
	border: 1px solid #bcb47e;
}

.photo {
	margin: 10px;
	padding: 3px;
	border: 1px solid #bcb47e;
}

.openerHome {
	background: url(../i/home_discover.png) no-repeat;
	width: 291px;
	height: 19px;
}

.attribution {
	float: right;
	position: relative;
	top: -20px;
	right: 0;
}


/* MISC */

#memberblog .firstLine {
	margin-bottom: 15px;	
}

#email input[type=text] {
	background: #FFF;
	border: 1px solid #000;
	width: 127px;
	height: 18px;
	padding: 0 5px;
}
#email input[type=submit] {
	background: #8f4c1f;
	color: #FFF;
	border: 1px solid #000;
	height: 19px;
	padding: 0 5px;
	margin-top: 1px;
}

#blog ul {
	list-style: none;
	font-size: 0.8em;
}
#blog ul li {
	margin-bottom: 20px;
	font-weight: normal;
}
#blog a {
	text-decoration: none;
}

#footer img {
	margin-top: 25px;
}
#footer a {
	color: #20201f;
}
#footer a:hover {
	color: #666;
}

.redText {color: #6b1603; font-size:12px;}

table.form {font-size: 11px;}