

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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	font: 13px/1.38px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h2, h3, h4, h5 {
	color: #0046A7;
	margin-bottom: 18px;
} 

h3 {
	font-size: 18px; 
}

h4{
	font-size: 16px;
}

h5 {
	font-size: 15px;
}

#vertical_container {
	margin-bottom: 18px;
}

.accordion_toggle {
	display: block;
	width: 680px;
	background: #499fe2 url(/images/interface_aug08/accordion_open_close.gif) no-repeat 5px 7px;
	padding: 4px 10px 4px 20px;
	line-height: 20px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	color: #ffffff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	margin: 0 0 0 0;

	width: 435px;
	}
		
.accordion_toggle_active {
	color: #ffffff;
	border-bottom: 1px solid #fff;
	background: #2959d5 url(/images/interface_aug08/accordion_open_close.gif) no-repeat 5px -81px;
}
		
.accordion_content {
	background-color: #e2f2ff;
	color: #444444;
	overflow: hidden;
	padding: 18px 10px 20px 10px;
	width: 445px !important;
}
			
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
			
p, ul {
	margin-bottom: 12px;
}

a {
	color: #0066CC;
	text-decoration: none;
}

.hidden {
	display: none;
}

body {
	font: 14px/18px Arial, "Helvetica Neue", Helvetica, sans-serif; 
	color: #666;
}

#wrap {
	margin: 0 auto;
	padding: 0 10px;
	width: 980px;
}

img.float_left {
	border: 1px solid #d8d8d8;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
}

img.float_right {
	border: 1px solid #d8d8d8;
	float: right;
	margin: 0 0 0 10px;
	padding: 5px;
}

img.full_center {
	border: 1px solid #999; 
	display: block;
	margin: 0 auto 18px auto ;
	}

/* @group Colors */

h3.lightBlue, h4.lightBlue, .lightBlue{color: #0cf;}

h3.darkBlue, h4.darkBlue, .darkBlue{color: #02a6cc;}

h3.lightGreen, h4.lightGreen, .lightGreen{color: #98cb00;}

h3.darkGreen, h4.darkGreen, .darkGreen{color: #669800;}

h3.lightRed, h4.lightRed, .lightRed{color: #f00;}

h3.darkRed, h4.darkRed, .darkRed {color: #900;}

h3.lightOrange, h4.lightOrange, .lightOrange{color: #f06603;}

h3.darkOrange, h4.darkOrange, .darkOrange{color: #a54d23;}


.bg_lightBlue {
	background-color: #44ade2;
}

/* @end */




/* @group Header */

#header {
	background: url(/images/interface_aug08/winter_header.jpg) no-repeat left top;
	height: 162px;
	position: relative;
	padding-top: 1px;
}


/* Added by Jason Apr 1 2010 */
body#hike #header, body#heli-hike-root #header	{
	background: url(/images/cmh-summer-adventures-header.jpg) no-repeat left top;
	height: 162px;
	position: relative;
	padding-top: 1px;
}

body#hike #header p a, body#heli-hike-root #header p a {
	background: url(/images/spacer.gif) no-repeat left top;
	display: block;
	height: 75px;
	text-indent: -5000px;
	width: 200px;
}

body#hike #heli_skiing_slideshow, body#heli-hike-root #heli_skiing_slideshow {
	background: url(/images/spacer.gif) no-repeat left top;
	bottom: 55px;
	display: block;
	height: 14px;
	position: absolute;
	left: 450px;
	text-indent: -5000px;
	width: 1px;
}

/* End adding by Jason */

#header h1 {
	margin: 33px 0 10px 22px;
}

#header p {
	margin: 33px 0 10px 22px;
}

#header h1 a {
	display: block;
	background: url(/images/interface_aug08/winter_cmh_logo.jpg) no-repeat left top;
	height: 75px;
	text-indent: -5000px;
	width: 341px;
}

#header p a {
	display: block;
	background: url(/images/interface_aug08/winter_cmh_logo.jpg) no-repeat left top;
	height: 75px;
	text-indent: -5000px;
	width: 341px;
}

#menu {
	float: left;
	margin-left: 2px;
	width: 626px;
}

#menu  ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90
}

#menu  ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 12px;
	list-style-type: none;
	width: 156px;
}

#menu ul li a {
	background: transparent;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 15px 0 13px 15px;
	margin-right: 1px;
	text-decoration: none;
	text-transform: uppercase;
	width: 140px;	
}

#menu  ul li:hover, #menu ul li.sfhover {
	background: url(/images/interface_aug08/nav_tab_on.gif) no-repeat left top;
}

#menu  ul li a:hover {
	color: #f5cc00;
	text-decoration: none;
}

#menu ul li li:hover {
	background-image: none;
}

#menu ul li li a {
	line-height: 1.4;
}

#menu ul li li a:hover {
	background-color: #ff8401;
	color: #fff;
}

#menu  ul li ul {
	position: absolute;
	left: -5000px;
	z-index: 1000;
}

#menu ul li:hover ul, #menu ul li.sfhover ul {
	border: 1px solid #1637b3;
	background-color: #3781d2;
	left: -1px;
	top: 42px;
	width: 155px;
	z-index: 1000;
}


#menu ul li ul li a{
	padding: 5px 9px 5px 5px;
}





#heli_skiing_slideshow {
	background: url(/images/interface_aug08/winter_heli_gallery.gif) no-repeat left top;
	bottom: 55px;
	display: block;
	height: 14px;
	position: absolute;
	left: 450px;
	text-indent: -5000px;
	width: 239px;
}

#cse-search-box {
	color: #fff;
	float: right;
	margin-top: 6px;
	padding-top: 6px;
	width: 340px;
}

#cse-search-box p {
	margin:0;
}

#cse-search-box input {
	border: none;
	padding: 0;
	vertical-align: middle;
}

#cse-search-box label {
	display: inline;
	float: none;
	font-size: 13px;
	font-style: italic;
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: auto;
	}

#cse-search-box #search {
	border: none;
	height: 16px;
	margin-right: 10px;
	padding: 0;
	width: 130px;
}


/* @end */

/* @group Main Content */

/* @group General Rules */

#main_content,  #int_main_content {
	float: left;
	overflow: hidden;
	width: 765px;
}

#int_main_content {
	width: 751px;
}

#simple_main_content  {
	overflow: hidden;
	float: left;
	width: 750px;
}

#home_banner {
	float: left;
	margin-right: 15px;
}

#full_width {
	clear: both;
}

#subhome_banner {
	float: left;
	margin: 0 0 18px 0 ;
	overflow: hidden;
	width: 750px;
}

#banner {
	margin-bottom: 15px;
}

.item {
	margin-bottom: 15px;
}

.item h4 {
	color: #003398;
	font: 24px/1.2 "Arial Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#page_title {
	color: #0046A7;
	background: url(/images/interface_aug08/main_title_bg.jpg) repeat-x left 8px;
	font: 30px /1 "Arial Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
	height: 30px;
	padding: 44px 0 9px 0;
	text-transform: uppercase;
}


/* Jason Addition - CMH Summer - Title */

body#heli-hike-root #page_title {
	color: #FFFFFF;
	background: url(/images/interface_aug08/main_title_hike.jpg) repeat-x left 8px;
	font: 30px /1 "Arial Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
	height: 30px;
	padding: 13px 5px 8px 5px;
	text-transform: none; 
}

/* End additions */

body#heli-ski-root #page_title {
	background: url(/images/interface_aug08/main_title_snow_bg.jpg) repeat-x left 8px;
}


div.story h1.story_title {
	font-size: 22px; 
	line-height: 22px;
	margin-bottom: 9px;
}

div.story div.teaser {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 12px;
}


/* @end */

/* @group Left Column */

#col_lf, #int_col_lf {
	clear: left;
	float: left;
	margin-right: 15px;
	width: 370px;
}

#int_col_lf {
	width: 214px;
}

/* @end */

/* @group Left Navigation */

#nav_title {
	background: url(/images/interface_aug08/ski-side-nav-bg.jpg) repeat-x left bottom;
	color: #fff;
	font-size: 30px;
	height: 20px;
	margin-bottom: 4px ;
	padding-top: 51px;
	text-align: center;
	text-transform: uppercase;
}

#ski #nav_title {
	background: url(/images/interface_aug08/ski-side-nav-bg.jpg) repeat-x left bottom;
}


#navigation {
	margin-bottom: 30px;
	min-height: 500px;
}

#navigation li {
	border-bottom: solid 1px #f2f2f2;
}

#navigation li a{
	color: #6699cc;
	display: block;
	font-weight: bold;
	height: 18px;
	padding: 4px;
}

#navigation li.on a {
	background-color: #00abfd;
	color: #fff;
}


/* CMH Summer NAV Customizations Added by Jason Apr 9, 2010 */
#hike #nav_title,  #heli-hike-root #nav_title {
	background: url(/images/spacer.gif) repeat-x left bottom;
	color:#6B6C6D;
	height:55px;
	padding-top:15px;
	padding-bottom:10px;
	line-height:100%;
}

#hike #navigation li.on a, #heli-hike-root #navigation li.on a {
	background-color: #D97D13;
	color: #fff;
}

#hike #navigation li a, #heli-hike-root #navigation li a {
	color: #6B6C6D;
}	

#hike #navigation li.on li a, #heli-hike-root #navigation li.on li a {
	color: #6B6C6D;
}

#hike #navigation li.on ul li.on a, #heli-hike-root #navigation li.on ul li.on a {
	color: #D97D13;
	text-decoration: underline;
}

#hike #navigation li.on ul li.on li a, #heli-hike-root #navigation li.on ul li.on li a {
	color: #6B6C6D;
	text-decoration: none;
}

#hike #navigation li.on ul li a, #heli-hike-root #navigation li.on ul li a {
	background-color: transparent;
}


/* End additions */

#navigation li.on li a {
	color: #6699cc;
}

#navigation li.off ul {
	display: none;
}

#navigation li ul li{
	border-top: solid 1px #f2f2f2;
	border-bottom: none;
}

#navigation li ul li{
	padding-left: 10px;
}

#navigation li ul li a {
	font-size: 12px;
}

#navigation li.on ul li a {
	background-color: transparent;
}

#navigation li.on ul li.on a {
	color: #FF6600;
	text-decoration: underline;
}

#navigation li.on ul li.on li a {
	color: #6699cc;
	text-decoration: none;
}

#navigation li.on ul li.on li.on a {
	background: url(/images/interface_aug08/side_nav_bullet.gif) no-repeat left center;
	color: #FF6600;
	padding-left: 10px;
	text-decoration: underline;
}
 

/* @end */

/* @group Home Left Editables */

.call_out {
	border-bottom: 1px dotted #46a3f3;
	height: auto;
	min-height: 135px;
	margin-bottom: 10px;
	padding: 0 0 15px 186px;
	position: relative;
	width: 184px;
}

#col_lf .last {
	border-bottom: none;
}

.call_out h4 {
	font: bold 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1;
}

.call_out h4 a {
	color: inherit;
	text-decoration: none;
	line-height: 1;
}

.call_out h5 {
	margin-bottom: 9px;
	
	font-size: 16px;
}

.call_out .sub, .call_out .date {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}

.call_out .date {
	text-transform: capitalize;
}

.call_out img {
	left: 0;
	position: absolute;
	top: 0;
}

/* @end */

/* @group Center Column */

#col_ct, #int_col_ct, #simple_col_ct {
	float: left;
	margin: -5px 15px 0 0;
	overflow: hidden;
}

/* Removed from above by Jason to fix width issues: width: 365px; */

/* Added by Jason */
body#homepage #col_ct {
	float: left;
	margin: -5px 15px 0 0;
	overflow: hidden;
	width:365px;
}

body#hike #int_col_ct {
	margin: 0px 15px 0 0;
}
/* End Jason Additions */

#simple_col_ct {
	margin-top: 0;
	overflow: hidden;
	width: 465px;
}

#int_col_ct {
	width: 370px;
	margin-top: 0;
}

#col_ct div,  .hike_picture_ad, .ski_picture_ad {
	margin-bottom: 15px;
}

#col_ct .slideshow_call_out h4 {
	color: #3598fd;
	font: bold 30px/34px "Arial Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 40px;
	margin-bottom: 0;
}

#col_ct .first_timer_call_out h4, #int_col_rt .first_timer_call_out h4 {
	background:transparent url(/images/interface_aug08/new_to_heliskiing_title.gif) no-repeat scroll left top;
	height:36px;
	text-indent:-5000px;
	margin-bottom: 0;
}

ul.trad_list li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

.map {
	border:10px solid #fff;
}

/* @group Question List */

#question_list {
	margin-bottom: 24px;
}

#question_list  li {
	margin-bottom: 4px;
}

#question_list  li a{
	font-size: 16px;
	text-decoration: underline;
}

table#coms {
	width: 750px;
}

table#coms tr th {
	background-color: #389cda;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	text-align: left;
	text-transform: uppercase;
}

table#coms tr td{
	background-color: #DAEFFF;
	border-top: 1px dotted #0094F2;
	border-right:1px solid #fff ;
}

table#coms tr.odd td{
	background-color: #EAF6FF;
}

table#coms td {
	line-height: 18px;
	padding: 2px 10px;
	vertical-align: top;
}

table#coms .type {
	width: 120px;
}



/* @end */



/* @group TableStyles */

#info_table {
	margin-bottom: 18px;
		width: 100%;
}

li #info_table {
	margin-left: -20px;
	width: 465px;
}

#info_table tr td{
	background-color: #DAEFFF;
	border-top: 1px dotted #0094F2;
}

#info_table tr.odd td{
	background-color: #EAF6FF;
}

#info_table tr td {
	padding: 5px 10px;
}

#info_table tr td.item{
	border-right: 2px solid #fff;
	font-size: 14px;
	font-weight: bold;
	width: 165px;
}

#info_table tr td ul li {
	list-style-position: inside;
	list-style-type: disc;
}

/* @end */

/* @group Tabbed Content */

#tabbed_content {
	background: url(/images/interface_aug08/tabs_blue.gif) no-repeat right top;
	height: 32px;
	margin-bottom: 18px;
	width: 465px;
}

#wrap .right_on {
	background: url(/images/interface_aug08/tabs_blue_rtOn.gif) repeat-x left top;
}

#tabbed_content ul {
	height: 32px;
	width: 465px;
}

#tabbed_content ul li{
	display: block;
	float: left;
	height: 32px;
	width: 231px;
}

#tabbed_content ul #left_tab {
	margin-right: 3px;
}

#tabbed_content ul li a {
	color: #fff;
	display: block;
	padding: 8px 0 0 65px;
	height: 24px;
	width: 166px;
}

#tabbed_content ul #right_tab a{
	padding-left: 60px;
	width: 161px;
}

/* @end */

/* @group Lodge Table */

table.lodge_trip_dates {
	border: 1px solid #389cda;
	width: 463px;
}

table.lodge_trip_dates tr{
	border-right: 1px solid #389cda;
}



table.lodge_trip_dates tr th {
	background-color: #389cda;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	text-align: left;
	text-transform: uppercase;
}

table.lodge_trip_dates tr td{
	background-color: #DAEFFF;
	border-top: 1px dotted #0094F2;
	border-right: 1px solid #fff;
	line-height: 1.4em;
	padding: 5px 10px;
}

table.lodge_trip_dates tr.odd td{
	background-color: #EAF6FF;
}


table.lodge_trip_dates td.dates {
	font-weight: bold;
	width: 210px;
}

table.lodge_trip_dates td.dates a {
	font-weight: normal;
}

table.lodge_trip_dates td.prices {
	border-right: 1px solid #fff;
}

table.lodge_trip_dates td.spaces {
	text-align: center;
}

table.lodge_trip_dates td.reserve {
	font-size: 10px;
}

/* @end */

/* @end */

/* @group Right Column */

#col_rt, #int_col_rt, #simple_col_rt {
	float: right;
	margin: 0;
	overflow: hidden;
	width: 214px;
}

#simple_col_rt {
	position: relative;
	width: 270px;
}

#int_col_rt {
	width: 365px;
	margin-top: -20px;
}

#body .ski_col_rt {
	margin-top: -20px;
}

#col_rt div, #col_rt img {
	margin-bottom: 9px;
}

#col_rt .whats_new ul, #col_rt .hot_trips ul {
	background-color: #ffe9c9;
	border: 1px solid #ccc;
	padding: 10px;
}

#col_rt .whats_new h3{
	background-color: #f90;
	font-size: 28px;
	height: 20px;
	padding-top: 20px;
}

#col_rt .hot_trips h3 {
	background-color: #ff6501;
	font-size: 32px;
	height: 22px;
	padding-top: 20px;
   	}

#col_rt .whats_new h3, #col_rt .hot_trips h3 {
	color: #fff;
	margin-bottom: 1px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Arial Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#col_rt .hot_trips h5 {
	margin-bottom: 0;
}

#col_rt div ul li {
	background: url(/images/interface_aug08/bullet.gif) no-repeat left .5em;
	padding-left: 10px;
}

#col_rt div ul li a {
	color: #0066CC;
	text-decoration: none;
}

#col_rt #sign_up {
	color: #0066CC;
	display: block;
	font-weight: bold;
	font-style: italic;
	margin: 9px 0;
	text-align: center;
	text-decoration: none;
}

.hike_picture_ad h4, .hike_picture_ad h5,  .ski_picture_ad h4, .ski_picture_ad h5 {
	color: #04369a;
	margin-bottom: 4px;
	font-family: "Arial Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.hike_picture_ad h4, .ski_picture_ad h4 {
	font-size: 29px;
	font-weight: bold;
}

 .ski_picture_ad h4 {
	font-size: 24px;
	height: auto;
	line-height: 1.0;
}

 .ski_picture_ad h4 span {
	display: block;
	float: left;
	font-size: 20px;
	margin-right: 10px;
	width: 110px;
}

 .ski_picture_ad h4 span.caps {
	display: inline;
	float: none;
	font-size: 24px;
	margin-right: 0;
	width: auto;
}

.hike_picture_ad h5, .ski_picture_ad h5 {
	font-size: 21px;
}

ul#zoom_image_set {
	padding: 0 5px 0 5px; 
		margin-bottom: 0;
}

ul#zoom_image_set li {
	float: left;
	margin: 0 5px 10px 5px;
}

/* @group Link List Module*/

#link_list {
	background: url(/images/interface_aug08/side_box_bgBlue.gif) no-repeat left top;
	margin-bottom: 10px;
	padding-top: 9px;
		width: 270px;
	}

#link_list ul{
	background: url(/images/interface_aug08/side_box_bottom_bgBlue.gif) no-repeat left bottom;
	padding: 0 10px 5px 10px;
	width: 270px;
}

#link_list ul li {
	height: 22px;
	margin-bottom: 5px;
}

#link_list ul li a{
	display: block;
	height: 18px;
	padding: 2px 0 2px 25px;
}


#link_list ul li a#link_pfv {
	background: url(/images/interface_aug08/icon_printer.gif) no-repeat left center;
}

#link_list ul li a#link_stf {
	background: url(/images/interface_aug08/icon_send.gif) no-repeat left center;
}

#link_list ul li a#link_omg {
	background: url(/images/interface_aug08/icon_maps.gif) no-repeat left center;
}

#link_list ul li a#link_dge {
	background: url(/images/interface_aug08/icon_google_earth.gif) no-repeat left center;
}

#link_list ul li a#link_dta {
	background: url(/images/interface_aug08/icon_pdf.gif) no-repeat left center;
}

#link_list ul li a#link_vpg {
	background: url(/images/interface_aug08/icon_photo.gif) no-repeat left center;
}

#link_list ul li a#link_vv {
	background: url(/images/interface_aug08/icon_movie.gif) no-repeat left center;
}

#link_list ul li a#link_snr {
	background: url(/images/interface_aug08/icon_snowflake.gif) no-repeat left center;
	}
#link_list ul li a#link_blg {
	background: url(/images/interface_aug08/icon-blog-blue.gif) no-repeat left center;
	}
#link_list ul li a#link_fb {
	background: url(/images/interface_aug08/icon-facebook-blue.gif) no-repeat left center;
	}
#link_list ul li a#link_twt {
	background: url(/images/interface_aug08/icon-twitter-blue.gif) no-repeat left center;
	}
#link_list ul li a#link_right {
	background: url(/images/interface_aug08/icon-arrow-right.gif) no-repeat left center;
	}

/* @end */

/* @group Book Now Module */

#book_now h4 {
	background: url(/images/interface_aug08/side_header_bgOrangeTIck.jpg) no-repeat left center;
	color: #fff;
	height: 16px;
	padding: 8px 70px;
	margin-bottom: 2px;
	text-transform: uppercase;
	width: 270px;
}

#book_now #book_now_text {
	background: url(/images/interface_aug08/side_box_bgOrange.gif) no-repeat left top;
	padding-top: 8px;

}

#book_now #book_now_text p {
	background: url(/images/interface_aug08/side_box_bottom_bgOrange.gif) no-repeat left bottom;
	padding: 0 10px 10px 10px;
	text-align: center;
	width: 260px;
}

#book_now #book_now_text p span {
	display: block;
	font-size: 16px;
}

/* @end */

/* @group Blue Box Item */

#blue_box_item, #blue_box_item_last {
	border: 1px solid #B2D0E9;
	background-color: #fff1dd;
	padding-bottom: 1px;
}

#simple_col_rt #blue_box_item, #simple_col_rt #blue_box_item_last {
	margin-bottom: 20px;
	width: 268px;
}

#blue_box_item h4,  #blue_box_item_last h4{
	background-color: #06c; 
	color: #fff;
	padding: 6px;
	text-align: center;
}

#blue_box_item h4.bg_lightBlue, #blue_box_item_last h4.bg_lightBlue {
	background-color: #44ade2;
}

#blue_box_item p, #blue_box_item_last p{
	margin: 10px;
}

#blue_box_item_last  {
	background: transparent url(/images/interface_aug08/side_box_blue_item_bottom.gif) no-repeat left bottom;
	border: none;
	padding-bottom: 1px;
}

#blue_box_item a.check_avail, #blue_box_item_last a.check_avail,  a.check_avail {
	background: url(/images/interface_aug08/button_check_avail.jpg) no-repeat left top;
	display: block;
	height: 29px;
	margin: 0 auto 10px auto;
	text-indent: -5000px;
	width: 157px;
} 

/* @end */


h4.blue_bar_header {
	background: url(/images/interface_aug08/side_header_bgBlue.jpg) no-repeat left top;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

/* @group Orange Specials Box */

.orange_specials h4 {
	background: url(/images/interface_aug08/side_header_bgOrange.jpg) no-repeat left top;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-bottom: 2px ;
	text-align: center;
}

.orange_specials .specials_text {
	background: url(/images/interface_aug08/side_box_bgOrange.gif) no-repeat left top;
	padding-top: 8px;
}

.orange_specials .specials_text p {
	background: url(/images/interface_aug08/side_box_bottom_bgOrange.gif) no-repeat left bottom;
	padding: 0 10px 10px 10px;
	text-align: center;
}

/* @end */



/* @end */

/* @group Form Stuff */

#form_title {
	background: #418bd4;
	color: #fff;
	float: left;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin: 18px 0 0 0;
	padding: 4px;
	width: 100%;
}

form fieldset {
	background-color: #f1f1f1;
	border-top: 4px solid #c9c9c9;
	clear: both;
	float: left;
	margin: 0 0 -20px;
	position: relative;
	padding: 0 0 20px 0;
	width: 100%;
	}
	
form legend {
	margin: 0;
	padding: 0;
}

form legend span{
	color: #382513;
	font-size: 18px;
	left: 10px;  
	margin: 20px 0 0 10px;	
	position: absolute;
	top: 0;
}

form .form_fields {
	padding: 55px 0 20px;
}

form .form_fields p {
	clear: left;
	margin: 4px 0 4px 20px;
}

form .form_fields label {
	color: #000;
	display: block;
	font-size: 13px;
		margin: 0;
	padding: 0;
}

form .form_fields input {
	width: 180px;
}

form .form_fields input, form .form_fields textarea {
	background: #fafafa;
	border: 1px solid #666;
	padding: 4px 4px;
}

form #fs_trip_info #reservation_comments {
	clear: both;
	height: 180px;
	margin: 0;
	width: 700px;
}

form #fs_trip_info .reservations #reservation_comments {
	clear: both;
	height: 180px;
	margin: 0;
	width: 400px;
}

form #fs_trip_info .checkbox label {
	display: inline;
	font-size: 14px;
	width: auto;
}

input#res_form_submit, input#brochure_form_submit {
	background-color: #0046a7;
	border: 1px solid #999;
	clear: left;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	margin: 30px 0 30px -2px;
	padding: 4px 4px;
}

#fs_catalog_sel p{
	margin-left: 10px;
	font-size: 14px;
}

#fs_catalog_sel p input {
		background-color: transparent;
		border: none;
	margin-left: 10px;
	width: auto;
}

#gender_group input {
	background: transparent;
	border: none;
	width: auto;
}

form fieldset.fs_catalog_extras {
	padding: 20px 0;
}

form fieldset.fs_catalog_extras label {
	color: #000;
	padding: 0 0 0 20px;
	width: 260px;
}

form fieldset.fs_research p label {
	font-size: 14px;
	width: 405px; 
}

form fieldset.fs_research p input, form #fs_trip_info .checkbox input {
	background-color: transparent;
	border: none;
	width: auto;
}

form fieldset.fs_catalog_extras select {
	margin: 0 0 4px 0;
}

form #address1_group input, form #address2_group input {
	width: 400px;
}

 form #first_name_group,  form #last_name_group,  form #city_group,  form #state_group, form #zip_group {
	clear: none;
	display: inline;
	float: left;
	width: 190px;
	margin-right: 30px;
}

#last_name_group, #state_group, #zip_group  {
	margin-left: 0;
}

 #state_group input {
	width: 90px;
}

.reservations #state_group input {
	width: 60px;
}

 form  #state_group {
	width: 100px;
}

form .reservations #state_group {
	width: 70px;
}


#zip_group input {
	width: 50px;
}

.reservations #zip_group input {
	width: 80px;
}


.reservations #zip_group {
	width: 90px;
}

form  #phone_group {
	margin-top: 20px;
}

#comment_group label {
	font-size: 16px;
	margin-bottom: 4px;
}

#fs_trip_info .form_fields p {
	margin-bottom: 20px;
}

/* @end */

/* @group Footer */

#footer {
	margin-top: 30px;
	padding: 0 0 60px 0;
}

#footer, #associations {
	border-top: 1px dotted #46a3f3;
	clear: left;
	padding-top: 24px;
}
.vcard {
	font-size: 12px;
	margin: 0 auto;
	width: 700px;
}
.org {
	font-weight: bold;
	text-align: center;
}

.street-address, .adr {
	float: left;
	}

 .adr {
	width: 245px;

}
.tel, .fax {
	display: inline;
}

.tel_two, .fax, .adr, .tel {
	margin-right: 8px;
padding-right: 12px;
	background: url(/images/interface_aug08/dot.gif) no-repeat right center;
}

ul.footer {
	padding: 0 80px; 
	margin-top: 12px;
	text-align: center;
}

ul.footer li {
	border-left: 1px solid #666;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 0 0 9px;
}

ul.footer li:first-child {
	border-left: none;
}

#country_list{
	margin-top: 12px;
	text-align: center;
	}

#country_list li {
	display: inline;
	margin-right: 10px;
}


#associations {
	margin: 24px 0;
	text-align: center;
}

#associations img {
	margin: 0 10px;
}

/* @end */

#tripPlanner_container {
	border: 25px solid #e6e6e6;
	margin:  0;
	width: 700px;
}

/* @group Snow Report */

#report_container {
	height: 350px;
	padding: 0;
	margin: 2px 0  20px 0;
	position: relative;
	width: 582px;
}

#snow_report {
	background: transparent url(/images/interface_aug08/srp_curve_box_bt.gif) no-repeat left bottom;

	margin-bottom: 20px;
	width: 582px;
}


#snow_report p {
	background: transparent url(/images/interface_aug08/srp_curve_box_tp.gif) no-repeat left top;
	padding: 15px 15px 0;
	color: #666;
}


#report_container p, .day_links li a  {
	font: 13px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
}

#report_container em {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
}

#snow_report ul {
	padding: 10px 5px 15px -10px ;
}

#snow_report ul li {
	float: left;
	display: inline;
	list-style-type: none;
	font: 13px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 15px;
	width: 100px;
}

#snow_report ul li a {
	text-decoration: none;
	color: #0147a7;
	font-weight: bold;
}


.lodge_wrap {
	background: transparent url(/images/interface_aug08/srp_curve_box_bt.gif) no-repeat left bottom;	
	margin: 0 0 18px 0;
	width: 465px;
}

.lodge_wrap h2 {
	background: transparent url(/images/interface_aug08/srp_curve_box_tp.gif) no-repeat left top;
	margin: 0;
	padding: 15px 10px 9px;
	color: #382513;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.lodge_wrap p {
	color: #666;
	margin-bottom: 0;
	padding: 9px;
}

.lodge_wrap #inner_contents {
	background-color: #fff;
	margin: 0 8px 14px;
	padding: 0 0 15px;
	width: 450px;
	}

.wc {
	width: 135px;
}


.day_links {
	padding: 0;
	margin: 0 0px 0 7px;
}

.day_links li {
	display: inline;
	float: left;
	list-style-type: none;
	margin-left: 1px;
	text-align: center;
}

.day_links li a {
	background: url(/images/interface_aug08/off_tab.gif) no-repeat left top;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 89px;
}

.day_links li a.on {
	background: url(/images/interface_aug08/on_tab.gif) no-repeat left top;
	color: #666;
}

.lodge_wrap table {
	width: 440px;
	font: 11px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #382513;
	background-color: #999;
	margin-left: 5px;
}

.lodge_wrap table th {
	background-color: #2959d5;
	color: #fff;
	text-align: center;
}

.lodge_wrap table th.temps {
	background-color: #dbe3f0;
	color: #666;
	font-size: 10px;
}

.lodge_wrap table td {
	background-color: #eff4fa;
	padding: 0 4px;
	text-align: center;
}

.display_off {
	display: none;
}

/* @end */


#errorExplanation {
	clear: left;
	padding: 12px 0;
	
}

#errorExplanation h2 {
	color: #fff;
	background-color: #cf180b;
	padding: 4px;
}

#errorExplanation p {
	font-weight: bold;
	margin-bottom: 4.5px;
}

#errorExplanation ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 2px;
	padding-left: 2px;
}

form  .field-with-errors input {
	background-color: #cf180b;
	color: #fff;
}

form  .checkbox  .field-with-errors{
	background-color: #cf180b;
	height: 18px;
	width: 18px;
}

/* @group Trip Planner */

#trip_planner {
	padding: 20px;
	text-align: center;
}

#trip_planner h1 {
	color: #0046a7;
	font-size: 28px;
	margin-bottom: 18px;
}

#trip_planner p {
	margin-bottom: 18px;
}

#plannerContent {
	margin: 36px 0;
}

/* @end */



/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}



.clearfix {
	display: block;
}



/* @end */

/* @end */
