/*****
=reset 
******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
body {
    line-height: 1;
    color: black;
    background: white;
    
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong {
    font-weight: 600;
}
/******
=global 
*******/
body {
    font: 62.5% Verdana,Arial,Helvetica,sans-serif;
    background: #f1f1f1 url(/themes/summer/images/bg.jpg) repeat-x scroll center top;
    color: #000;
    line-height: 1.3;
}
a {
    color: #0C2E5A;
    text-decoration: underline;
}
a:hover, a:active {
    color: #0C2E5A;
    text-decoration: underline;
}
img {
    border:0;
    margin: 0px;
    padding: 0px;
}
p {
    padding: 5px 0;
    line-height: 1.8;
}
h1, h2, h3 {
    padding: 3px 0;
    font-weight: 700;
}
h1 { /* page title */
    margin: 0; 
    padding: 0 0 7px 0;
    font-size: 1.25em;
}
h2 { /* sidenav section title  */
    margin: 0; 
    padding: 0 0 3px 0;
    font-size: 1.4em;
    color: #802D2D;
}
h3 {
    font-size:12px;
    margin:0;
    padding:0;
    font-weight: 700;
}
h4 {
    margin:0;
    padding:0;
    color:#802D2D;
    font-size:14px;
    font-weight: 700;
}
h5 {
    font-size: .88em;
    font-weight: 600;
}
h6 {
    font-size: 1.13em;
}
hr {
    border:1px dashed #503915;
    width:100%;
}
/******
=layout 
*******/
#wrapper { 
    width: 100%;
}
#container { 
    margin: 0 auto;
    width: 955px;
}
#wrapper-inner {
    float: left;
    width: 100%;
    background: url(/themes/summer/images/bg_top.gif) repeat-y 50% 0;
}
.home #wrapper-inner {
    background: url(/themes/summer/images/bg_top_home.gif) repeat-y -1px 0;
}
#wrapper-bg {
    float: left;
    margin-top: 28px;
    margin-left: 1px;
    width: 100%;
    background: url(/themes/summer/images/bg_body.gif) repeat-y 50% 0;
}
.home #wrapper-bg {
    margin-top: 18px;
    background: url(/themes/summer/images/bg_body_home.gif) repeat-y -1px 0;
}
/************
=layout rules
*************/
body.inner #content {
    margin: 15px 0 0 30px; 
    padding: 0 0 50px 0;
    width: 575px;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}
/************
=sidebar left 
*************/
body.sidebar-left #sidebar {
    float: left;
    /* customize below */
    width: 290px;
    margin: 3px 0 0 26px;
    padding-bottom: 30px;
}
body.home #sidebar {
    background: #ff2efda;
}
/*************
=sidebar right
**************/
body.sidebar-right #sidebar {
    float: right;
    /* customize below */
}
/***************
=sidebar sidenav
****************/
p.section-title {
    color:#534021;
    font-size:10px;
    font-style:italic;
    margin:0;
    padding:4px 0 0 16px;
}
/* sidebar in left position */
body.sidebar-left ul#sidenav {
    display: block;
    float: left;
    width: 280px;
    margin: 4px 0 20px 5px;
    padding-bottom: 15px;
	background: url(/themes/summer/images/bg_yellow_dash.gif) no-repeat left bottom;
}
#sidebar ul#sidenav li {
    float: left;
    width: 130px;
    margin:0 0 0 10px;
    padding: 6px 0;
    font-size:12px;
    font-weight:bold;
}
#sidebar ul#sidenav li a {
    display: block;
    padding: 0 0 0 15px;
    font-weight: bold;
    text-decoration: none;
    color:#13345E;
}
#sidebar ul#sidenav li a:active,
#sidebar ul#sidenav li a:hover,
#sidebar ul#sidenav li a.on {
    text-decoration: none;
    background: url(/themes/summer/images/bullet.gif) no-repeat 0 5px;
}
/* =second level */
#sidebar ul#sidenav li ul li {
    margin:0 0 0 16px;
    padding: 10px 0 0;
    color:#13345E;
    font-size:10px;
    font-weight:normal;
    width:114px;
}
#sidebar ul#sidenav li ul li a {
    padding: 0;
    background: none;
    font-weight: normal;
}
#sidebar ul#sidenav li ul li a:active,
#sidebar ul#sidenav li ul li a:hover,
#sidebar ul#sidenav li ul li a.on {
    text-decoration: underline;
    background: none;
}
/*******
=content
********/
#content {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1em;
}
body.home #content {
    margin-top: 0;
}
#content p#landing-title {
/*	display:none; */
	padding: 0;
	margin: -22px 0 22px -11px;
	line-height: 0;
}
body.landing-page #content p#landing-title {
/*	margin:-22px 0 0 -11px; */
	display: block;
}
/*******
=content left
********/
body.sidebar-left #content {
    width: 570px;
    margin-left: 30px;
}
/*******
=content right
********/
body.sidebar-right #content {
    width: 594px;
    margin-left: 24px;
}
/******
=header 
*******/
#header {
	margin:0 auto 0 auto; padding:0;
	width:955px;
	height:394px;
}
body.home #header {
	height:438px;
}
#nav_wrap { padding:12px 0 0 17px; }
ul#header_links {
	margin:0; padding:0;
	height:30px;
	position:relative;
	left:-24px; top:12px;
	list-style-type:none;
	font-size:10px;
	float:right;
}
ul#header_links li {
	margin:0 15px 0 0; padding:0;
	display:inline;
}
ul#header_links li a:link, ul#header_links li a:visited { text-decoration:none; color:#091539; }
ul#header_links li a:active, ul#header_links li a:hover { text-decoration:underline; color:#091539; }

/* ---------- logo ---------- */

#header h1 {
	position:relative;
	left:55px; top:33px;
	z-index:1;
}
#header h1 {
    position: absolute;
    top: 71px;
    left: 55px;
    display: block;
    margin: 0;
    padding: 0;
}
#header h1 a {
    width: 239px;
    height: 152px;
    display: block;
    text-indent: -9999px;
/*    background: url(/themes/summer/images/logo.gif) no-repeat 0 0; */
}
/* ---------- main header bg image ---------- */

#main {
	position:relative;
	top:2px;
	width:955px;
	height:369px;
	background-position: 0 0;
	background-repeat: no-repeat;
    overflow: hidden;
    clear: both;
}
body.home #main {
    height: 407px;
}
/**********
=CAT img 
***********/
#category-img {
    position: absolute;
    top: 63px;
    left: 338px;
    height: 288px;
    width: 504px;
}
#category-label {
    position: absolute;
    top: 72px;
    left: 862px;
    height: 288px;
    width: 504px;    
}
/* = homepage flash callout */
#align_ads { 
    margin: 4px;
}
/* =sponsors */

ul#sponsors_up {
	margin: 10px 0;
}

ul#sponsors_up li {
	margin:0 30px 0 0; padding:0;
	display:inline;	
}

ul#sponsors {
	margin:0; padding:0;
	list-style-type:none;
}
ul#sponsors li {
	margin:0 10px 0 0; padding:0;
	display:inline;
}
/****************************
=homepage three column layout 
*****************************/
body.home #content { float: left;}
#menu-left {
	margin: 10px 0 0 6px;
	width: 300px;
	float: left;
}
#menu-left img {
	margin: 0 5px 5px 0;
	float: left;
	border: 2px solid #0C2E5A;
	max-width: 100px;
}
#menu-left h2 {
	margin: 0 0 6px; padding: 0;
	color: #0C2E5A;
	font-size: 18px;
    font-weight: bold;
}
#menu-left p { margin: 0; padding: 0; line-height: 1.5;}
#menu-left .menu-break { padding: 12px 0; }
#menu-left a {
	margin: 0; padding: 0;
	font-weight: bold;
	text-decoration: none;
}
#menu-left a:hover { text-decoration: underline; }

#menu-right {
	position: relative;
	float: left;
    margin-left: 30px;    
	width: 231px;
}
.menu-break { /* line break between menu items on homepage */
	width: 291px;
	height: 5px;
	background: url("/themes/winter/images/bg_yellow_dash.gif") no-repeat left center;
}

.menu-break-right { /* line break for right menu */
	margin: 15px 0;
	width: 291px;
	height: 5px;
	background: url("/themes/winter/images/bg_yellow_dash.gif") no-repeat left center;
}

#join-newsletter {
	clear: both;
}
.home-page {
	margin: 20px 0 0;
	padding: 20px 10px 5px 10px;
	background: url("/themes/winter/images/bg_yellow_dash.gif") no-repeat 0 0;
}
.news-page {
    	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0 10px 0 10px;
}
#join-newsletter .formText { margin: 10px 0; }
#join-newsletter h2 {
	margin: 0; padding: 0;
	color: #0C2E5A;
}


/**********
=breadcrumb 
***********/
#breadcrumb {
    margin: 0 auto;
    width: 889px;
    height: 30px;
    background: url(/themes/summer/images/home/bottom-dots.gif) repeat-x bottom;
}
#breadcrumb ul {
    margin: 12px 0 0 0; padding: 0;
    width: 592px;
    float: right;
    list-style-type: none;
}
#breadcrumb ul li.first {
    padding-left: 0;
    background-image: none;
}
#breadcrumb ul li.last {
    padding-left: 0;
    background-image: none;
}
#breadcrumb ul li {
    padding: 0 0 0 15px;
    display: inline;
    background: url(/themes/summer/images/bullet-breadcrumb.gif) no-repeat 0 8px;
}
#breadcrumb a {
    font-size: 12px;
    font-weight: bold;
}
/********
=callouts
*********/
.callout {
    float: left;
    clear: both;
    width: 88%;
    margin: 0;
    padding: 15px 10px 0;
    background: url(/themes/summer/images/bg_yellow_dash.gif) no-repeat 0 0;    
}
.callout .cms_html {
    padding-bottom: 15px;
    font-weight: 600;
}
.callout img {
    float: left;
    margin: 0 0 5px 0;
    border: 4px solid #0C2E5A
}
.callouts img {
    float: left;
    margin: 0 0 5px -8px;
    border: 4px solid #0C2E5A
}
.callout img.noborder {
    border: none; 
}
.callout .cms_html img, .callout-container .cms_html img {
    max-width: 263px;
}
.callout .text {
    line-height: 1.4px;
}
/* homepage callouts in right sidebar */
.collapsed { display: none;}

body.home .callout-container {
    padding-top: 8px;
    padding-bottom: 15px;
    width:263px;
    margin: 0 auto;
}
body.home .callout {
    margin: 0 18px 0;
    background: none;
}
body.home .callout h2 {
    display: block;
    padding-bottom: 10px;
}
body.home .callout .cms_html {
    background: none;
}
ul#teasers {
	margin: 0;
	padding: 15px;
}
ul#teasers li {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 10px;
	background: transparent url(/themes/summer/images/bullet.gif) no-repeat scroll 0 6px;
}
ul#teasers li a { text-decoration: none; }
ul#teasers li a:hover { text-decoration: underline; }

/************************
=callouts (custom styled)
*************************/
#callout_3 .callout-link,
#callout_4 .callout-link {
    float: left;
    clear: left;
    margin-left: 30px;
}
#callout_3 .callout-link a,
#callout_4 .callout-link a {
    display: block;
    height: 43px;
    width: 192px;
    margin: 5px 0 0;
    text-indent: -9999px;
}   
/**********
=footer 
***********/
#footer {
    clear: both;
    width: 100%;
    padding: 90px 0 30px;
    font-size: 1.1em;
    text-align: center;
    background: url(/themes/summer/images/bg_footer.gif) no-repeat -1px 0;
    color: #091539;
}
.home #footer {
    background: url(/themes/summer/images/bg_footer_home.gif) no-repeat -1px 0;
}
#footer p { color: #091539; }
#footer a {
    color: #091539;
    text-decoration: none;
}
#footer a:active,
#footer a:hover {
    text-decoration: underline;
}
ul#footer-nav { 
    padding: 0 0 25px 0; 
}
ul#footer-nav li {
    margin: 0;
    padding: 0;
    display: inline;
}
ul#footer-nav li:after {
	content: " |";
}
ul#footer-nav li:last-child:after {
	content: "";
}

ul#footer-nav li a {
    padding: 0 7px;
    color: #091539;
}

ul#sponsors {
	margin: 0 auto 10px auto;
	padding: 0;
	list-style-type: none;
}
ul#sponsors li {
	height:80px;
	padding: 0 4px;
	list-style-type: none;
	display: inline-block;
}
ul#sponsors li a {
	display: block;
	height:80px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
ul#sponsors li a:hover {
	background-position: 0 -80px;
}
ul#sponsors li#mountain_dew a { width:102px; background-image: url(/themes/summer/images/home/sponsor_mountain_dew.gif); }
ul#sponsors li#usda a { width:47px; background-image: url(/themes/summer/images/home/sponsor_usda.gif); }
ul#sponsors li#sustainable_slopes a { width:173px; background-image: url(/themes/summer/images/home/sponsor_sustainable_slopes.gif); }
ul#sponsors li#boc a { width:72px; background-image: url(/themes/summer/images/home/sponsor_boc.gif); }

p#copyright {
    padding: 6px 0 10px;
}
p#copyright a {
    padding: 0 0 0 12px;
    color: #fff;
}
.seo-text, .legal-text { 
    margin: 0 auto;
    width: 870px;
    text-align: left;
}
.seo-text p, .legal-text p {
    padding: 10px 0 5px;
    color: #091539;
}
/**********
=buttons 
***********/
a.dbButton { 
    margin:0; 
    padding:0 5px 2px 4px;
    background-color:#D00000; 
    font-weight:normal; 
    color:#fff; 
    text-decoration:none;
}
a.dbButton:active, a.dbButton:hover { 
    text-decoration:underline; 
}
/************
=quick search
*************/
#quick-search {
    float: right;
}
#quick-search fieldset {
    height: 20px;
    width: 188px;
}
#quick-search fieldset input {
    float: left;
    width: 120px;
    margin: 2px 0 0 30px;
    border: none;
    background: none;
    color: #999;
    font-size: 10px;
}
#quick-search fieldset input.button {
    display: block;
    float: right;
    height: 20px;
    width: 28px;
    margin: 0 0 0 5px;
    padding: 0;
    text-indent: -9999px;
    font-size: 0px;
    display:block;
    line-height: 0px;
}
/**************
=search results
**************/
#search-form h3 {
    margin: 10px 0;
}
#search-form input {
    float: left;
    width: 50%;
}
#search-form input.button {
    display: block;
    float: left;
    height: 20px;
    width: 62px;
    margin: 0 0 0 5px;
    padding: 0;
    text-indent: -9999px;
    font-size: 0px;
    display:block;
    line-height: 0px;
    border: none;
}
.search-result {
    margin-top: 10px;
    padding-bottom: 10px;
}
/*******
=sitemap
********/
#sitemap td {
    width: 48%;
}
#sitemap ul {
    margin-bottom: 20px;
    font-size: .75em;
}
#sitemap ul li {
    margin: 5px 0;
}
/***********
=forms
************/
input {
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    color:#333333;
    font-size:9px;
    font-weight:normal;
}
.input-img {
    background: none;
    border: none;
}
.button {
    cursor: pointer;
}
.contact-form fieldset { 
    position: relative;
    margin: 10px 0 20px 0;
    padding:0 10px 20px 20px;
}
.contact-form fieldset legend { 
    display: none;    
    font-size: .75em;
    position: absolute; 
    top: -10px; 
    left: 10px;
}
.contact-form fieldset p { 
    width:inherit; 
    padding-top:15px;
}
.contact-form label {
    float: left; 
    clear: both; 
    width: 95%; 
    margin: 0 10px 0 0; 
    padding: 10px 0 0 0;
    font-size: 1em;
    color: #5a5a5a;
}
.contact-form label span {
    float: left;
    width: 140px;
}
.contact-form label span em.required,
.contact-form span.required { 
    display: inline;
    float: none;
    padding-left: 5px;
    color: #C91A19;
}
.contact-form label input {
    width: 45%;
}
.contact-form fieldset ul.errorText { 

}
.contact-form fieldset ul.errorText li { 

}
.contact-form .button {
    display: block;
    height: 19px;
    width: 71px;
    margin-left: 140px;
    border: none;
    text-indent: -9999px;
    font-size: 0px;
    display:block;
    line-height: 0px;
}
/******
=errors
*******/
.error-list {
    border: 1px dotted #ff6600;
    color: #C91A19;
    font-size: .75em;
}
.error-list ul li {
    margin: 10px 0 10px 10px;
    padding: 0 0 0 10px;
}

/*********
=snocountry
***********/
* ---------- snocountry widget ---------- */

#weather_widget { /* controls position of entire table */
	padding-bottom: 20px;
	width: 230px;
	position: relative;
	left: 4px;
}
#weather_widget td {
	vertical-align: top;
}
#weather_widget .data p#current-weather { /* controls position of entire table */
	margin: 0; padding: 3px 0;
	font-size: 18px;
	color: #0C2E5A;
}
#weather_widget .data p#degrees { /* controls position of entire table */
	margin: 0; padding: 0;
	font-size: 14px;
	color: #0C2E5A;
}
#weather_widget .data p#degrees { /* controls position of entire table */
	margin: 0; padding: 0;
	font-size: 14px;
	color: #0C2E5A;
}
#button img {
	position: relative;
	top: 10px;
}

.conditions td {
	color: #93856B;
	font-weight: bold;
	vertical-align: top;
}

.conditions .data td.date {
	font-size: 10px;
	color: #534021;
	font-style: italic;
	font-weight: normal;
}
.conditions .data td.desc {
	font-size: 20px;
	color: #0C2E5A;
	font-family: helvetica;
	font-weight: bold;
	text-transform: uppercase;
}
.conditions .data td.trail_result {
	color: #000;
}
.conditions .data td.trail_title span {
	color: #000;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	padding-left: 5px;
}

#content_bottom_home {	
	padding:0;
	height:58px;
}
#content_bottom_home img {	
	position:relative;
	top:-1px;
}
/*= bullet links */
#bullet-links {
	margin: 10px 0 0; 
    padding: 20px;
}
#bullet-links ul {
	list-style-type: none;
}
#bullet-links ul li {
	padding: 5px 0;
	background: url(/themes/summer/images/bullet.gif) no-repeat left 10px;
}
#bullet-links ul li a {
	padding-left: 20px;
	font-size: 14px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#bullet-links ul li a:hover {
	text-decoration: underline;
}

.pagebreak { 
	background: url(/themes/winter/images/pagebreak.gif) no-repeat 0 0;
}
/******
=LODGING
*******/
.lodgingListing {
	overflow: hidden;
	background: url(/themes/winter/images/pagebreak.gif) no-repeat left bottom;
	padding: 20px 0;
}
.lodgingListing .lodgingImage {
	float:left;
	width: 185px;
	height: 140px;
}
.lodgingListing .lodgingImage .borderBlue {
	padding: 2px;
	border: 1px solid #999;
}
.lodgingListing .lodgingText {
	margin-left: 200px;
	width:340px;
}
.lodgingListing .lodgingText p {
	line-height: 1.5;
}

.imglist {
	display: none;
}

.imgcarousel {
	height: 130px;
	overflow: hidden;
}

.imgcarousel ul {
display: block;	
}

.imgcarousel ul li {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}

.imgcarouselnav {
	padding: 4px;
	overflow: hidden;
	margin-bottom: 12px;
}

.imgcarouselnav a {
	color: #7e3030;
	text-decoration: none;
}

.imgcarouselnav .left {
	border: none;
	width: 200px; float: left;
}

.imgcarouselnav .right {
	width: 200px; float: right; text-align: right;
	border: none;
}

.imgpager {
	float: left;
	clear: both;
}

.imgpager a {
	padding-right: 3px;
}


/* *******************************************  Job Listing Form ******************************************* */

.jobapply {
	background-color:#091539;
	border:0 none;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	padding:1px 5px 2px 5px;
	text-decoration:none;
}

.jobapply:hover {
	color: #fff;
	text-decoration:none;
}

#job-form h2 {
padding-top: 25px;
padding-bottom: 3px;
margin-bottom: 5px;
font-size: 18px;
border-bottom:1px solid #cdcdcd;
}

#job-form h3 {
font-size: 11px;
margin-top: 5px;
}

#job-form .optional {background: #fff !important;}

form#jobListingForm {
    margin:0;
    padding:0;
}
#jobListingForm h3 {
    color: #222;
    font-size: 1.3em;
    padding-bottom:.7em;
    line-height:2em;
}
#jobListingForm ul, #jobListingForm ul li {
    margin:0;
    padding:0;
    list-style:none;
    height:25px;
}
#jobListingForm ul li {
    float:left;
    padding-right:2em;
}
#jobListingForm ul li select,#job-form select,#job-form input {
    padding:.2em;
    font-size: 12px;
    border: 1px solid #cdcdcd;
}
#jobListingWrap {
    margin:1em auto;
    border:1px solid #cdcdcd;
    border-bottom:none;
}
.jobListingEven,.jobListingOdd {
    padding:.5em 1em;
    border-bottom:1px solid #cdcdcd;
}
.jobListingEven a,.jobListingOdd a {
    text-decoration:none;
}
.jobListingEven {
    background-color:#fff;
}
#company_job_listing th {
    font-weight:bold;
    padding:.5em 1.5em .4em 0;
}

#job-form h2,#job-form h3 {
    color: #222;
    font-size: 1.3em;
    padding-top:2em;
    padding-bottom:.7em;
}
#job-form>h2:first-child{
    line-height:2em;
}
#job-form h2+p {
    text-align:center;
    color:#555;
    padding-bottom:1em;
}
#job-form table {
    font-size:1em;
}
#job-form table td {
    padding:3px;
    font-size: 1em;
    vertical-align: top;
}

/* Override CMS value */
.cms_html h2.title {
    color: #0C2E5A;
}



/******
=POD
*******/

#pod {
	margin:0 auto;
	border-spacing:20px;
}
#pod th {
	text-align:center;
	font-weight:bold;
	font-size:.9em;
	padding-bottom:1em;
}
#pod td {
	padding:15px;
/*	background-color:#efefef; */
	background-color: #f4f1df;
/*	border:2px solid #ccc; */
}
#pod td .photo_date {
	width:inherit;
	font-style:italic;
	text-align:center;
	font-size:.85em;
	color:#666;
	line-height:1.2em;
}
#pod td .photo_date b {
	font-style:normal;
	font-size:1.2em;
	color:#444;
	line-height:1.5em;
}
#pod td .photo_img {
	display:block;
	margin:10px auto;
}
#pod td .photo_caption {
	text-align:center;
	font-weight:bold;
	font-size:1em;
	background-color:#ddd;
	padding:5px 10px;
}
#pod td .photo_caption a  {
	color:#043A71;
	text-decoration:none;
}
#pod td .photo_caption a:hover {
	color:#466889;
}

#pod td a img {
	border:2px solid #ccc;
}
#pod td a:hover img {
	border-color:#aaa;
}


table#weekly_event_items h4 {
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
}
