@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #c1d8e6;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: "normal Arial", Helvetica, sans-serif;
	font-size: 10px;
}
.container {
	width: 960px;
	margin: 0 auto;
	position: relative
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
h1 {
	font-family: Impact, sans-serif;
	font-size: 30px;
	color: #4c91ba;
	font-weight: lighter;
	text-align: center;
	background-image: url(../images/title_line.gif);
	background-repeat: no-repeat;
	background-position: center 43px;
	height: 75px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #017dc3;
	font-style: italic;
	margin-left: 30px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4c91ba;
	font-style: italic;
	margin-left: 30px;
}
h4 {
	font-family: Impact, sans-serif;
	font-size: 24px;
	color: #4c91ba;
	font-weight: lighter;
	text-align: center;
}


/*HEADER AND MENU NAVIGATION*/
#header {
	width: 960px;
	position: relative;
}
#header .hikeimg {
	width: 960px;
	margin-top: 0px;
	position: relative;
	top: 0px;
}
#header .disclaimer a {	color: #ccc;}
ul.topnav {
	list-style: none;
	float: left;
	width: 920px;
	background: #00649c;
	font-size: 1.2em;
	background-image: url(../images/topnav_bg.gif);
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	margin: 0px;
}

ul.topnav li {
	float: left;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}
ul.topnav li a{
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
ul.topnav li a:hover{
	background-image: url(../images/topnav_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 19px;
	height: 35px;
	float: left;
	background-image: url(../images/subnav_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 35px;
	background: #017dc3;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #004369;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	font-weight: normal;
	font-size: 11px;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00456C;
	border-bottom-color: #017DC3;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding-left: 20px;
	background-color: #017dc3;
	background-image: url(../images/dropdown_linkbg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #00649c;
	background-image: url(../images/dropdown_linkbg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/*CONTENT*/
#content_container {
	background-color: #ffffff;
	background-image: url(../images/star_bg.gif);
	background-repeat: no-repeat;
	background-position: 20px 140px;
	padding-top: 50px;
	padding-right: 55px;
	padding-bottom: 50px;
	padding-left: 55px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #acc6d5;
	border-bottom-color: #acc6d5;
	border-left-color: #acc6d5;
}
#content_container a {
	color: #017dc3;
	text-decoration: none;
}
#content_container a:hover {
	color: #72a9c8;
}
#content_btm {
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/lines_bg.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 87px;
	background-color: #c1d8e6;
}
.logo {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
	

/*DONATION CONTACT AND EMAIL ICONS*/
.contact {
	left: 286px;
	position: absolute;
}
.contact a {
	display: block;
	width: 93px;
	height: 87px;
	text-decoration: none;
	background-image: url(../images/ico_btns.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.contact a:hover {
	background-image: url(../images/ico_btns.gif);
	background-position: 0px -87px;
}
.donate {
	left: 455px;
	position: absolute;
}
.donate a {
	display: block;
	width: 54px;
	height: 87px;
	text-decoration: none;
	background-image: url(../images/ico_btns.gif);
	background-position: -168px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.donate a:hover {
	background-image: url(../images/ico_btns.gif);
	background-position: -168px -87px;
}
.emailfriend {
	left: 581px;
	position: absolute;
}
.emailfriend a {
	display: block;
	width: 92px;
	height: 87px;
	text-decoration: none;
	background-image: url(../images/ico_btns.gif);
	background-position: -294px 0px;
	background-repeat: no-repeat;
}
.emailfriend a:hover {
	background-image: url(../images/ico_btns.gif);
	background-position: -294px -87px;
}

/*HOME PAGE*/
.maphm {
	float: right;
	padding-left: 5px;
}
.video {
	margin-right: 80px;
	margin-left: 100px;
}
#notice {
	width: 450px;
	border-radius: 8px;
	margin-left: 140px;
	padding-right: 20px;
	padding-left: 7px;
	text-align: center;
	background-image: url(../images/notice.gif);
	background-repeat: no-repeat;
	height: 169px;
	padding-bottom: 25px;
}
.notice_span {
	font-size: 12px;
	font-style: oblique;
}
.notice_sm {
	font-size:12px;
}

/*ABOUT PAGE*/
.one {
	color: #017dc3;
}
.family {
	color: #888888;
}
.people {
	float: right;
}

/*ITINERARY PAGE*/
.itin_top {
	padding-right: 27px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.itin_topright {
	padding-bottom: 20px;
	padding-top: 10px;
}
.itin_right {
	float: right;
	margin-top: 23px;
}
.date {
	display: block;
	width: 480px;
	font-size: 16px;
	color: #017dc3;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -5px;
}
.day {
	float: left;
	margin-top: 23px;
	padding-right: 13px;
	padding-bottom: 35px;
	display: block;
}


/*EXPECT PAGE*/	
#column_one {
	width: 355px;
	padding-right: 40px;
	float: left;
	margin-top: 0px;
}
#column_two {
	width: 355px;
	padding-left: 40px;
	float: right;
}
#column_mid {
	width: 850px;
	height: 900px;
	background-position: center 60px;
	background-image: url(../images/expect_line.gif);
	background-repeat: no-repeat;
}

.question {
	color: #017dc3;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
}
.answer {
	color: #333333;
	padding-bottom: 10px;
	line-height: 16px;
}


/*TRAINING PAGE*/
.listimg {
	float: right;
	padding-left: 10px;
}


/*TRAINING PAGE*/
.training_imgone {
	float: left;
	padding-right: 20px;
}
.training_imgtwo {
	float: right;
	padding-left: 20px;
}

/*FEES AND FUNDRAISING PAGE*/
.reg_fee {
	color: #4c91ba;
	font-size: 14px;
	font-weight: bold;
}
.deadline {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.subtitle {
	color: #017dc3;
}
.chalet_out {
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
}
.chalet_in {
	padding-top: 10px;
	padding-left: 28px;
	padding-bottom: 10px;
}
.roomlist {
	margin-left: 150px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}

.roomlist li {
	padding-right: 10px;
	margin-top: 10px;
}

/*PARTICIPANT LIST PAGE*/
#listtwo {
	float: right;
	margin-right: 90px;
	margin-top: 11px;
}
.map {
	float: right;
	height: 534px;
	width: 173px;
	padding-left: 5px;
}

/*BEFORE YOU GO PAGE*/
.stamp {
	float: right;
	margin-top: -15px;
}

/*SPECIAL SPONSORSHIP PAGE*/
#amounts {
	float: right;
	margin-right: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	list-style-type: none;
	margin-top: -10px;
}
#amounts li {
	margin-top: 10px;
	line-height: 18px;
}
.docimg {
	float: left;
	padding-right: 8px;
	margin-top: -5px;
}
.special_img {
	margin-left: 50px;
}
#corptitle_left {
	float: left;
	width: 424px;
	height: 87px;
	background-image: url(../images/corp2line_title.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#corptitle_right {
	float: right;
	width: 424px;
	height: 87px;
	background-image: url(../images/corp2line_title.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#corp_left {
	float: left;
	width: 424px;
	text-align: center;
	padding-bottom: 80px;
	background-image: url(../images/corp_leftborder.png);
	background-repeat: no-repeat;
	background-position: right 15px;
	height: 220px;
}
#corp_right {
	float: right;
	width: 424px;
	text-align: center;
	padding-bottom: 80px;
	background-image: url(../images/corp_rightborder.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	height: 220px;
}
.corp_logos {
	vertical-align: middle;
	padding: 34px;
}
.corp_logos2 {
	vertical-align: middle;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 34px;
	padding-left: 18px;
}
/*CONTACT US PAGE*/
.logo_contact {
	float: left;
	padding-right: 20px;
	padding-bottom: 40px;
	margin-left: 30px;
	margin-top: 20px;
}	


/*PROGRAMS CLASS USED FOR ALL LISTS WITH BULLETS - ON EVERY PAGE WITH LIST*/
.programs {
	margin-left: 80px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}

.programs li {
	padding-right: 10px;
	margin-top: 10px;
}

.programs li a {
	color: #017dc3;
	text-decoration: none;	
}

.programs li a:hover {
	color: #72a9c8;
}



/*SLOGAN*/
.slogan {
	width: 460px;
	padding-top: 30px;
}


/*FOOTER*/
#footer {
	background-image: url(../images/footer_line.gif);
	background-repeat: no-repeat;
	background-position: center 130px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #FFFFFF;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #acc6d5;
	border-right-color: #acc6d5;
	border-left-color: #acc6d5;
}

.offlogo {
	text-align: center;
	padding-bottom: 55px;
}
.offlogo a {
	text-decoration: none;
}
#footerlogos {
	text-align:center;
}
.footsponstitle {
	font-family: Impact, sans-serif;
	font-size: 30px;
	color: #acc6d5;
	font-weight: lighter;
	text-align: center;
}
.footsponslogo {
	padding-bottom:5px;
	padding-top:5px;
}
#linefooter {
	background-image: url(../images/footer_line_webinfo.gif);
	background-position: bottom;
	height: 70px;
	background-repeat: no-repeat;
}
.webinfo {
	color: #666666;
	font-size: 12px;
	text-align: center;
}
.webinfo a {
	color: #017dc3;
	text-decoration: none;
	font-weight:bold;
	text-decoration:underline;
}
.webinfo a:hover {
	color: #72a9c8;
	text-decoration:none;
}
