/* COLORS
-- LOGO --
YELLOW:		#FFE794
GREEN:		#006225
-- SITE --
BROWN:		#533B27
BLUE:		#3C5178
LT. BLUE:	#B0C1C3
LT. GREEN:	#A9B66A
DK. GREEN: 	#93A445
DKST. GREEN: 	#556913
CREAM:		#F6E6C8
PEACH:		#F2CD88
CREAM/BDY:	#FAF2E3
*/
* {
	margin: 0;
	padding: 0;
}
.clr {
	clear: both;
}
a:link, a:visited {
	color: #556913;
}
a:hover, a:active {
	color: #A9B66A;
}
body, html {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #B0C1C3;
	text-align: center;
	behavior:url("/htc/csshover.htc");
	background-image: url(../images/bodybg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
}
#pagewrapper {
	width: 920px;
	margin-right: auto;
	text-align: center;
	margin-left: auto;
}
#container {
	height: 1%;
	width: 100%;
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	overflow: hidden;
	border: 1px solid #3C5178;
	border-top: none;
	text-align: left;
}
#leftrail {
	margin: 0px;
	padding: 0px;
	width: 260px;
	float: left;
	display: inline;
}
#content {
	width: 600px;
	float: left;
	padding: 29px;
	display: inline;
}

/* NEW STYLES */
p {
	font-size: 1.3em;
	line-height: 1.8em;
	margin-bottom: .6em;
	color: #533B27;
}
p b {
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: bold;
}
h1 {
	font-size: 3em;
	line-height: 2.2em;
	color: #3C5178;
	margin: 0;
}
h2 {
	font-size: 2em;
	line-height: 2em;
	color:#556913;;
}
h3 {
	font-size: 1.8em;
	line-height: 1.8em;
	color: #3C5178;
}
h4 {
	font-size: 2em;
	line-height: 2em;
}

/* /// */
.all-logo {
	display: block;
	width: 260px;
	height: 179px;
	background-image:url(../images/logo-main.png);
	background-repeat: no-repeat;
	position: relative;
}
.all-logo h1 {
	left: -9999px;
	position: absolute;
}
.all-logo a {
	display: block;
	width: 260px;
	height: 179px;
	left: 0;
	top: 0;
	position: absolute;
}
/* /// */
#pullquote .quote {
	font-size: 1.9em;
	line-height: 1.6em;
	color: #3C5178;
}
#pullquote .credit {
	display: block;
	margin: -16px 0px 0px;
	font-size: 1.6em;
	text-align: right;
	color: #333333;
}
/* FOOTER */
#footer {
	display: block;
	margin-top: 1.2em;
	text-align: center;
	padding: 0px;
}
#footer p {
	color: #3C5178;
	line-height: 1.5em;
}
#footer p.copyr {
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
}
/* NAV PROPERTIES */
.all-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 260px;
	height: 150px;
	position: absolute;
	z-index: 0;
}
.all-nav li {
	list-style-type: none;
	display: block;
	margin: 0px 0px .1em;
	padding: 0px;
	width: 100%;
	height: 2.4em;
	overflow: hidden;
}
.all-nav li b {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
	display: none;
}
.all-nav li a {
	width: 260px;
	height: 24px;
	background: url(../images/nav-image.gif) no-repeat;
	display: block;
	padding: 0px;
	margin: 0px;
}
.all-nav li ul {
	width: 100%;
	position: absolute;
	margin-left: -999px;
	visibility: hidden;
	z-index: 9998;
}
.all-nav li:hover ul, .all-nav li ul:hover {
	width: 260px;
	height: 75px;
	position: absolute;
	margin-top: -50px;
	margin-left: 250px;
	visibility: visible;
	z-index: 9999;
}
/* NAV LINK */
.all-nav .nav01 a:link, .all-nav .nav01 a:visited {
	background-position: 0px 0px;
}
.all-nav .nav02 a:link, .all-nav .nav02 a:visited {
	background-position: 0px -25px;
	position: absolute;
}
.all-nav .nav02a a:link, .all-nav .nav02a a:visited {
	background-position: 0px -150px;
	position: absolute;
}
.all-nav .nav02b a:link, .all-nav .nav02b a:visited {
	background-position: 0px -175px;
	position: absolute;
}
.all-nav .nav02c a:link, .all-nav .nav02c a:visited {
	background-position: 0px -200px;
	position: absolute;
}
.all-nav .nav03 a:link, .all-nav .nav03 a:visited {
	background-position: 0px -50px;
}
.all-nav .nav04 a:link, .all-nav .nav04 a:visited {
	background-position: 0px -75px;
}
.all-nav .nav05 a:link, .all-nav .nav05 a:visited {
	background-position: 0px -100px;
}
.all-nav .nav06 a:link, .all-nav .nav06 a:visited {
	background-position: 0px -125px;
}
/* NAV ACTIVE */
.all-nav .nav01 a:hover, .all-nav .nav01 a:active {
	background-position: -260px 0px;
}
.all-nav .nav02 a:hover, .all-nav .nav02 a:active {
	background-position: -260px -25px;
}
.all-nav .nav02a a:hover, .all-nav .nav02a a:active {
	background-position: -260px -150px;
}
.all-nav .nav02b a:hover, .all-nav .nav02b a:active {
	background-position: -260px -175px;
}
.all-nav .nav02c a:hover, .all-nav .nav02c a:active {
	background-position: -260px -200px;
}
.all-nav .nav03 a:hover, .all-nav .nav03 a:active {
	background-position: -260px -50px;
}
.all-nav .nav04 a:hover, .all-nav .nav04 a:active {
	background-position: -260px -75px;
}
.all-nav .nav05 a:hover, .all-nav .nav05 a:active {
	background-position: -260px -100px;
}
.all-nav .nav06 a:hover, .all-nav .nav06 a:active {
	background-position: -260px -125px;
}
.flash-intro {
	width: 602px;
	height: 330px;
	overflow: hidden;
	z-index: -1;
}
/* REGBOX */
#regbox {
	margin-top: 170px;
	padding: 12px;
	background-color: #533B27;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#regbox form {
	border: 1px solid #93A445;
	padding: 12px;
}
#regbox h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	display: block;
	text-align: center;
	color: #F6E6C8;
	margin-bottom: 1em;
	padding-bottom: .4em;
	background-image: url(../images/h3bg.png);
	background-repeat: repeat-y;
	border-bottom: 1px solid #93A445;
}
#regbox form div {
	display: block;
	margin-bottom: 10px;
	clear: both;
}
#regbox form label {
	display: block;
	width: 60px;
	font-size: 1.1em;
	text-align: right;
	color: #FFFFFF;
	float: left;
	padding-top: 4px;
}
#regbox form input.text {
	text-align: left;
	color: #533B27;
	margin-left: 6px;
	width: 12em;
	font-size: 10px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#regbox form p {
	width: 70px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #93A445;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #A9B66A;
	text-align: center;
	padding: 3px;
}
#regbox form p a {
	display: block;
	text-decoration: none;
	color: #533B27;
	font-size: 13px;
	line-height: 13px;	
}

#regbox form p:hover {
	color: #FFFFFF;
	background-color: #FAF2E3;
}
#regbox .emailFormError:hover {
	background-color: transparent;
}
#regbox .emailFormError {
	background: none;
	text-align: left;
	color: #FFF;
	width: auto;
	border: none;
	font-size: 9px;
	margin: 0;
	padding: 3px;
}
#regbox form .inputbutton {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
/* /// */
/* THANKS (post-registration) */
#thanks {
	border: 1px solid #93A445;
	padding: 12px;
	z-index: 9999;
	position: absolute;
	width: inherit;
	height: inherit;
	top: 12px;
	left: 12px;
	width: 212px;
	height: 100px;
}
#thanks h5 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	display: block;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: .4em;
	background-image: none;
	border: none;
}
/* /// */
/* CONTACT FORM FULL */
#contactform {
	padding: 12px;
	background-color: #cfc8bb;
}
#contactform form {
	padding: 12px;
	border: 1px solid #93A445;
}
#contactform form div {
	display: block;
	margin-bottom: 12px;
	clear: both;
}
#contactform form label {
	display: block;
	width: 200px;
	font-size: 1.2em;
	text-align: right;
	color: #533B27;
	font-weight: bold;
	float: left;
	padding-top: 4px;
}
#contactform form input.text, #contactform form select,  #contactform form textarea {
	text-align: left;
	color: #533B27;
	margin-left: 6px;
	width: 17em;
	font-size: 1em;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#contactform form p a {
	display: block;
	text-decoration: none;
	color: #533B27;
	font-size: 13px;
	line-height: 13px;	
}
#contactform .emailFormError:hover {
	background-color: transparent;
}
#contactform .emailFormError {
	background: none;
	text-align: left;
	color: #533B27;
	width: auto;
	border: none;
	font-size: 9px;
	margin: 0;
	padding: 3px;
}
#contactform form input.inputbutton {
	margin-left: auto;
	margin-right: auto;
}
/* /// */
#leftrail #railart {
	width: 220px;
	padding: 20px;
}
#railart h4 {
	text-align:center;
	color: #FFFFFF;
	font-weight: normal;
	white-space: nowrap !important; 
}
/* THREE COL */
#threecol {
	overflow: hidden;
	margin-top: 12px;
}
#threecol .col {
	display: block;
	float: left;
	width: 180px;
	background-image: url(../images/bg-col.png);
	background-repeat: repeat-x;
	padding-right: 9px;
	padding-left: 10px;
	height: 44em;
	position: relative;
}
#threecol .pad {
	border-right: 1px solid #A9B66A;
}
#threecol .col img {
	display: block;
	text-align:center;
	margin: 0 auto;
}
#threecol .col p {
	font-size: 1.2em;
	line-height:1.8em;
}
#threecol h3 {
	color:#556913;
}
#threecol h5 {
	text-align: right;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 1em;
	display: block;
	height: 24px;
	width: 180px;
	position: absolute;
	bottom: 0px;
}
#threecol h5 a {
	display: block;
	text-decoration: none;
	color: #556913;
	width: 100%;
	height: 100%;
	background: url(../images/ts-links.png) no-repeat;
}
#threecol h5 b {
	display: none;
}
#threecol h5.greenwood a:link, #threecol h5.greenwood a:visited {
	background-position: -20px 0px;
}
#threecol h5.greenwood a:hover, #threecol h5.greenwood a:active {
	background-position: -220px 0px;
}
#threecol h5.map a:link, #threecol h5.map a:visited {
	background-position: -20px -24px;
}
#threecol h5.map a:hover, #threecol h5.map a:active {
	background-position: -220px -24px;
}
#threecol h5.gallery a:link, #threecol h5.gallery a:visited {
	background-position: -20px -48px;
}
#threecol h5.gallery a:hover, #threecol h5.gallery a:active {
	background-position: -220px -48px;
}
/* /// */
/* GALLERY */
#photogallery ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#photogallery li {
	height: 140px;
	width: 140px;
	margin-right: 8px;
	margin-bottom: 12px;
	display: block;
	float: left;
	background-image: url(../gallery/gallery-bg.jpg);
	background-repeat: no-repeat;
}
#photogallery img {
	height: 118px;
	width: 118px;
	margin-top: 10px;
	margin-left: 10px;
}
 /* /// */
/* DIRECTIONS */
.directions p {
	clear: both;
}
.directions ul {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	list-style-type: none;
}
.directions li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93A445;
	margin-bottom: 0.2em;
	font-weight: normal;
	width: 100%;
	clear: both;
	display: block;
}
.directions li strong {
	float: left;
	display: block;
	width: 4%;
	padding-right: 0.6em;
	text-align: right;
}
.directions li em {
	display: block;
	float: left;
	width: 75%;
	font-style: normal;
}
.directions li i {
	font-style: normal;
	font-weight: bold;
	width: 15%;
	text-align: right;
	float: right;
	display: block;
	height: 1.9em;
}
 /* /// */
 /* CONTACT FORM */
 .contactform {
	font-size: 1.2em;
 }
 .contactform label {
	display: block;
	margin-bottom: 0.6em;
	line-height: 1.2em;
	clear: both;
	color: #533B27;
 }

 .contactform label b {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: .6em;
 }
 .contactform div {
	clear: both;
	float: none;
	margin-top: 1em;
 }
 .contactform div b {
	display: block;
	padding-top: .6em;
	margin-bottom: .6em;
	color: #533B27;
 }
 .contactform p {
	font-size: 1em;
 }
 .contactform input {
 	font-size: 10px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
  /* /// */
#fastfacts .left {
	display: block;
	width: 290px;
	margin-right: 20px;
	float: left;
}
#fastfacts .right {
	display: block;
	width: 290px;
	float: right;
}
#fastfacts .full {
	clear: both;
}
#fastfacts ul {
	display: block;
	list-style-type: square;
	margin-left: 16px;
}
#fastfacts ul li {
	display: list-item;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 6px;
	color: #533B27;
}