/* Global */

body{
	background-color:#fff;
	color: #63615a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:center; /* for IE */
}
h1{
	color:#4dae0c;
	font-size:22px;
	font-weight:normal;
	margin-bottom:15px;
	letter-spacing:-1px;
}
h2{
	color:#4dae0c;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	letter-spacing:-1px;
}
h3{
	color:#1386b7;
	font-size:18px;
	font-weight:normal;
	margin-bottom:8px;
	letter-spacing:-1px;
}
h5{
	font-size:12px;
	color:#3a8408;
	margin-bottom:3px;
}
h6{
	font-size:11px;
	font-weight: normal;
	color:#3a8408;
	margin-bottom:3px;
}
p{
	margin-bottom:1em;
}
a, a:link, a:visited{
	color: #1386b7;
}
a:hover, a:active{
	color:#73c904;
}
img{
	border:none;
}
.clear{
	clear:both;
}
.offleft{
	position:absolute;
	left:-9000px;
}
.left{
	float:left;
	display:inline;
}
.right{
	float:right;
	display:inline;
}

/* Clear fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* Structure */
#site-wrapper{
	background: #cfe9f4 url(/images/blue-white-gradient2.gif) bottom left repeat-x;
}
#site-content{
	background: url(/images/bg-top.jpg) top center no-repeat;
	margin:0 auto;
	text-align:left;
	width:900px;
}
#platform{
	clear:both;
	background: url(/images/platform-middle.jpg) top left repeat-y;
}
.platform-top{
	background: url(/images/platform-top.jpg) top left no-repeat;
}
.platform-bottom{
	background: url(/images/platform-bottom.jpg) bottom left no-repeat;
	padding:15px;
}
*:first-child+html .platform-bottom{
	padding-bottom: 0; /* Fixes IE7 platform-bottom padding issue */
}
* html .platform-bottom{
	padding-bottom: 0; /* Fixes IE6 platform-bottom padding issue */
}
.logo{
	float:left;
	padding-left:15px;
	padding-top:13px;
	padding-bottom:16px;
}
.main-photo{
	display:block;
	border:8px solid #d8d1be;
	margin-bottom:15px;
	height:260px;
	width:853px;
}
.mainbar{
	float:left;
	border-right:1px solid #d8d1be;
	width:615px;
}
.mainbar .interior{
	padding-right:15px;
}
.sidebar{
	float:right;
	width:235px;
}
.big-button{
	display:block;
	margin-bottom:15px;
}

/* Navigation */
#nav{
	float:right;
	display:inline;
	list-style:none;
	margin-right:15px;
	width:339px;
}
#nav li{
	float:left;
	list-style:none;
}
#nav a{
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	height:51px;
	text-indent:-9000px;
}
.home a{
	background-image:url(/images/nav-home.gif);
	width:55px;
}
.events a{
	background-image:url(/images/nav-events.gif);
	width:66px;
}
.about a{
	background-image:url(/images/nav-about.gif);
	width:63px;
}
.members a{
	background-image:url(/images/nav-members.gif);
	width:78px;
}
.contact a{
	background-image:url(/images/nav-contact.gif);
	width:77px;
}
#nav a:hover, 
#home .home a,
#events .events a,
#about .about a,
#members .members a,
#contact .contact a
{
	background-position:bottom;
}

/* Content */
.big{
	font-size:14px;
}
.medium{
	font-size:11px;
}
.event {
	padding: 5px 0 10px 0;
}
p.medium{
	margin-bottom:8px;
}
.trail-map{
	background:url(/images/trail-map2.gif) top left no-repeat;
	display:block;
	border:8px solid #d8d1be;
	margin-bottom:15px;
	text-indent:-9000px;
	height:167px;
	width:228px;
}
.trail-map:hover{
	background-position:bottom;
}
.downloads{
	list-style:none;
	margin-bottom:15px;
}
.platform-top .downloads li{
	list-style:none;
	margin-bottom:5px;
	padding:0;
	background:none;
}
.downloads a, .downloads a:link, .downloads a:visited{
	background: url(/images/icon-download.gif) top left no-repeat;
	color:#63615a;
	font-size:14px;
	padding-left:30px;
	line-height:30px;
	padding-bottom:5px;
	padding-top:5px;
}
.downloads a:hover, .downloads a:active{
	color:#73c904;
}
.check a, .check a:link, .check a:visited{
	background-image: url(/images/icon-check.gif);
	font-weight:bold;
}
.button-member{
	background: url(/images/become-a-member2.gif) top left no-repeat;
	display:block;
	text-indent:-9000px;
	position:relative;
	left:-3px;
	margin-bottom:15px;
	height:67px;
	width:228px;
}
.button-member:hover{
	background-position:bottom;
}
.sidebar ul{
	list-style:none;
}
.sidebar li{
	background:url(/images/bullet3.gif) top left no-repeat;
	padding-left:12px;
	margin-bottom:5px;
}
.sidebar p{
	font-size:11px;
	line-height:14px;
}
.sidebar .section{
	margin-bottom: 20px;
}
.googlemap{
	margin-bottom:20px;
}
.googlemap iframe{
	border:8px solid #d8d1be;
	padding:0;
	overflow:hidden; /* Fixes the "scrollbar placeholders" in IE6 */
}
.googlemap p{
	text-align: right;
	font-size: 11px;
}
.googlemap p a{
	padding-right: 5px;
}
.top-link:link, .top-link:visited{
	margin-left:15px;
	font-size:11px;
	text-decoration: underline;
	color:#63615a;
}
.top-link:hover, .top-link:active{
	color:#73c904;
}
h3 a.heading:hover, h3 a.heading:active {
	color: #1386b7;
}
#about .mainbar .interior ul{
	margin:0 0 25px 0;
}
#about .mainbar .interior ul li{
	margin-bottom: 3px;
}
#about .mainbar .interior ul.bullet-list li{
	margin: 0 0 3px 15px;
	background:url(/images/bullet3.gif) top left no-repeat;
	padding-left:12px;
}
/* ----- Winterfest Article Code ----- */
*:first-child+html #winterfest_article .platform-bottom{
	padding-bottom: 15px; /* Fixes IE7 platform-bottom padding issue */
}
* html #winterfest_article .platform-bottom{
	padding-bottom: 15px; /* Fixes IE6 platform-bottom padding issue */
}
#winterfest_article .mainbar .interior ul{
	margin:0 0 20px 0;
	padding-top: 5px;
}
#winterfest_article .mainbar .interior ul li{
	margin-bottom: 3px;
}
#winterfest_article .mainbar .interior ul.bullet-list li{
	margin: 0 0 3px 15px;
	padding-left:12px;
}
.thead{
	color:#1386b7;
	font-size:14px;
	font-weight:normal;
	padding-bottom:8px;
	letter-spacing:-1px;
}
#winterfest_article .mainbar .interior ul.bullet-list li span, .thead span{
	width: 120px;
	display: inline-block;/* required */
}
/* ----- End Winterfest Article Code ----- */
#footer p {
	font-size: 11px;
	margin: 0;
}

/* Photo Gallery */
#photos .mainbar, #photos .sidebar{
	margin-bottom:10px;
}
#photos .sidebar{
	width:245px;
}
.gallery li{
	background:none;
	padding:0;
	display:inline;
	float:left;
	/*border:4px solid #f5f2ea;*/
	border:4px solid #d8d1be;
	margin-left:8px;
	margin-bottom:8px;
}
.gallery li img{
	float:left;
	cursor:pointer;
	width:104px;
	height:76px;
}
#pg-main img{
	border:8px solid #d8d1be;
	display:block;
}
* html .pg-credit{ margin-bottom:25px;}
*:first-child+html .pg-credit{ margin-bottom:25px;}

.event img {
	border:8px solid #D8D1BE;
	margin-bottom: 10px;
}

/* Forms */
#form-container{
	padding:15px;
	background:#f2eee3;
}
#contact-form{
	padding:10px;
	background:#f2eee3;
}
ul.fields{
	list-style:none;
}
ul.fields li{
	margin-bottom:5px;
	background:none;
	padding-left:0;
}
ul.fields li label{
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}
ul.fields li input{
	padding: 3px 5px;
	font-size: 14px;
	width: 300px;
	color: #666;
}
ul.fields li input.small-field{
	width: 60px;
	margin-right: 2px;
}
ul.fields li input.medium-field{
	width: 110px;
}
#contact ul.fields li label{
	font-size:11px;
}
#contact ul.fields li input{
	width:190px;
}
textarea{
	padding: 5px;
	width:190px;
	height: 50px;
	color:#666;
}
ul.fields li select{
	font-size: 14px;
	color: #666;
}
ul.fields li ul.choice{
	margin-bottom: 10px;
}
ul.fields li ul.choice li{
	margin-bottom: 0;
}
ul.fields li ul.choice li label{
	font-size: 11px;
	font-weight: normal;
	display: inline;
	float: none;
}
ul.fields li ul.choice li input{
	margin-right: 3px;
	width: 13px;
}
.buttons{
	padding: 15px 0;
	margin: 0;
}
.buttons-small{
	padding: 10px 0 0 0;
	margin: 0;
}
.buttons button{
	display: block;
	width: 96px;
	height: 42px;
	text-indent: -999em;
	outline: none;
	border: 0;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
#btn-submit{
	background: url(/images/btn_submit.gif) no-repeat 0 0;
}
#btn-submit:hover{
	background: url(/images/btn_submit.gif) no-repeat 0 -42px;
}
#btn-reset{
	background: url(/images/btn_reset.gif) no-repeat 0 0;
}
#btn-reset:hover{
	background: url(/images/btn_reset.gif) no-repeat 0 -42px;
}
.buttons-small button{
	display: block;
	width: 75px;
	height: 30px;
	text-indent: -999em;
	outline: none;
	border: 0;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
#btn-submit-small{
	background: url(/images/btn-submit-small.gif) no-repeat 0 0;
}
#btn-submit-small:hover{
	background: url(/images/btn-submit-small.gif) no-repeat 0 -30px;
}
#btn-cancel{
	background: url(/images/btn-cancel.gif) no-repeat 0 0;
}
#btn-cancel:hover{
	background: url(/images/btn-cancel.gif) no-repeat 0 -30px;
}
a#form-trigger, a#form-cancel{
	cursor: pointer;
	text-decoration: underline;
}
.fakeinput{
	display:none;
}
.required-message{
	background-color:#ffd8d8;
	border:2px solid #990000;
	color:#c00;
	padding:10px;
	margin-bottom:10px;
}
.required-message ul{
	list-style:outside disc;
	margin-left:30px;
}
ul.fields .required-field{
	background-color:#ffd8d8;
	border:2px solid #990000;
	padding:5px;
}
.required-hint{
	color:#c00;
}
input, select{
	/*background-color:#fff !important;*/ /* resist the Google Toolbar yellow */
}

/* Footer */
#footer{
	/*background: url(/images/footer-trail.jpg) bottom center no-repeat;*/
	clear:both;
}
#footer .interior{
	padding:15px;
}
#footer a:link, #footer a:visited{
	color:#4992af;
	font-size:11px;
}
#footer a:hover, #footer a:active{
	color:#73c904;
}
.footer-link-block{
	float:right;
	display:inline;
	padding-left:25px;
}
.footer-link-block ul{
	list-style:none;
}

/* Sticky Footer */
html, body, #sticky1 {height: 100%;}
body > #sticky1 {height: auto; min-height: 100%;}
#sticky2 {padding-bottom: 130px;} 
#sticky-footer {position: relative; margin-top: -130px; height: 130px; clear:both;} 

#sticky-footer{
	background: #fff url(/images/footer-slice3.gif) bottom left repeat-x;
	text-align:center; /* for IE */
}
#sticky-footer .interior{
	background: url(/images/footer-trail4.gif) bottom center no-repeat;
	margin: 0 auto;
	height:130px;
	width:900px;
}