@charset "UTF-8";
/* CSS Document */
body, html {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-size: 12px;
}

body {
    background-color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:hover, a:visited {
    color: black;
    text-decoration: none;
}

img {
    border: 0px;
}



#site {
    width: 950px;
    height: 545px;
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -475px;
    z-index: 10;
}

.b_edge {
    width: 950px;
    height: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(images/b_edge.gif);
    background-repeat: no-repeat;
    z-index: 1000;
    font-size: 6px;
}

#logo {
    width: 249px;
    height: 115px;
    position: absolute;
    top: 200px;
    right: 340px;
    z-index: 1000;
}

#topMenu {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 600px;
}

#topMenu ul, #topMenu li {
	float: left;
	list-style: none;
	padding: 0;
}

#topMenu ul {
	margin: 5px 0;
}

#topMenu a {
	color: #fff;
    margin: 0 6px;
    padding: 5px;
}

#topMenu li a {
	background: none;
	width: auto;
	display: inline-block;
	height: auto;
}

#topMenu li a:link, #topMenu li a:visited { 
	color: #fff;
}

#topMenu li a:hover { 
	color: #2B66C9;
}

#featured_pic {
    width: 400px;
    height: 705px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 900;
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* in each page, specify background-image */
#about_mtn {
    width: 950px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 600;
    background: url(images/mtn_about.png) top left no-repeat;
    overflow: hidden;
}

#visit_mtn {
    width: 950px;
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 500;
    background: url(images/mtn_visit.png) top left no-repeat;
    overflow: hidden;
}

#resources_mtn {
    width: 950px;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 400;
    background: url(images/mtn_resources.png) top left no-repeat;
    overflow: hidden;
}

#meetings_mtn {
    width: 950px;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 300;
    background: url(images/mtn_meetings.png) top left no-repeat;
    overflow: hidden;
}

#sports_mtn {
    width: 950px;
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
    background: url(images/mtn_sports.png) top left no-repeat;
    overflow: hidden;
}

#media_mtn {
    width: 950px;
    height: 260px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: url(images/mtn_media.png) top left no-repeat;
    overflow: hidden;
}


.contentSpacer {
	height: 100px;
}

#thingstodo {
    width: 950px;
    height: 200px;
    position: absolute;
    top: 545px;
    left: 50%;
    margin-left: -475px;
    background: #D1DAC5 url(images/adventures-bg.jpg) repeat-x;
}


#coverup {
    background-color: black;
    width: 950px;
    height: 550px;
    position: absolute;
    top: 705px;
    left: 50%;
    margin-left: -475px;
    z-index: 1999;
}

#about_mtn .subPage {
    margin-top: 25px;
    height: 603px;
}

#visit_mtn .subPage {
    margin-top: 58px;
    height: 575px;
}

#resources_mtn .subPage {
    margin-top: 23px;
    height: 554px;
}

#meetings_mtn .subPage {
    margin-top: 54px;
    height: 627px;
}

#sports_mtn .subPage {
    margin-top: 44px;
    height: 559px;
}

#media_mtn .subPage {
    margin-top: 33px;
    height: 634px;
}

.subPage {
    width: 950px;
    position: relative;
}

#thingstodo div, #thingstodo ul, #thingstodo li, #thingstodo a {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0;
    border-collapse: separate;
    border-spacing: 0px;
    list-style: none;
    text-decoration: none;
    border-collapse: collapse;
    border-spacing: 0;
}

#thingstodo #menu {
    width: 940px;
    height: 40px;
}

#menu li {
    padding-left: 3px;
    float: left;
}

#menu #resourcesMenu {
    float: left;
    width: 220px;
    margin: 5px 10px;
}

#menu #resourcesMenu li {
    padding-left: 15px;
}

#menu #socialMediaMenu {
    margin: 3px 20px;
    float: left;
}

#menu #socialMediaMenu li {
    margin: 0 4px;
    padding: 0;
}

#menu #socialMediaMenu li a:link, #menu #socialMediaMenu li a:visited, #menu #socialMediaMenu li a:hover {
    padding: 0;
	
}

#menu #mainMenu {
    float: left;
    width: 590px;
    margin: 2px 0;
}



#resources a {
    background: url(images/mainNav-resourcesTools.jpg) no-repeat;
    width: 137px;
    height: 25px;
    display: block;
}

#resources a.current {
    background-position: top right;
}

#media a {
    background: url(images/mainNav-media.jpg) no-repeat;
    width: 53px;
    height: 25px;
    display: block;
}

#media a.current {
    background-position: top right;
}

#about a {
    background: url(images/mainNav-aboutJC.jpg) no-repeat;
    width: 164px;
    height: 32px;
    display: block;
}

#about a.current {
    background-position: top right;
}

#visitors a {
    background: url(images/mainNav-visitorsLocals.jpg) no-repeat;
    width: 167px;
    height: 32px;
    display: block;
}

#visitors a.current {
    background-position: top right;
}

#meetingsGrps a {
    background: url(images/mainNav-meetingsGrps.jpg) no-repeat;
    width: 182px;
    height: 32px;
    display: block;
}

#meetingsGrps a.current {
    background-position: top right;
}

#sports a {
    background: url(images/mainNav-sports.jpg) no-repeat;
    width: 63px;
    height: 32px;
    display: block;
}

#sports a.current {
    background-position: top right;
}

#flashCounter {
    position: absolute;
    right: 150px;
    bottom: 10px;
}

#thingstodo #activities {
    width: 900px;
    height: 160px;
    margin: 0 25px;
    overflow: hidden;
    position: relative;
}

/* changed */
#activities #slider {
    position: absolute;
    height: 140px;
}

/* added */
#activities .wrapper {
    height: 100%;
    float: left;
}

/*
 #activities #wrapper_0 {
 background-color: #f00;
 }
 
 #activities #wrapper_1 {
 background-color: #0f0;
 }
 #activities #wrapper_2 {
 background-color: #00f;
 }
 */
#activities .activity {
    float: left;
    height: 60px;
    margin: 5px;
    width: 60px;
}

#activities .activity a:link, #activities .activity a:visited {
    height: 60px;
    width: 60px;
    display: block;
    text-decoration: none;
    position: relative;
}

#activities .activity a:hover {
    
    height: 60px;
    width: 60px;
    display: block;
    text-decoration: none;
    
    position: relative;
}

#activities .activity a span {
    position: absolute;
    left: 7px;
    top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#pageLoader {
	position: absolute;
	left: 30px;
	top: 60px;
	display: none;
	width: 140px;
	height: 45px;
	background: url(images/loading.gif) no-repeat;
}

.jScroll {
	height: 240px;
	width: 100%;
	overflow: hidden;
}

.jScrollPaneTrack {
	background: url(images/scrollbar.png) repeat-y;
}

.jScrollPaneDrag {
	height: 11px;
	width: 11px;
	background: url(images/scrollball.png) no-repeat;
	cursor: pointer;
}

.jScrollArrowUp {
	height: 11px;
	width: 11px;
	background: url(images/scroll_toparrow.png) no-repeat;
	cursor: pointer;
}

.jScrollArrowDown {
	height: 11px;
	width: 11px;
	background: url(images/scroll_bottomarrow.png) no-repeat;
	top: 133px;
	cursor: pointer;
}



.highslide-container .highslide-body {
    position: relative;
}

.highslide-container .highslide-body div, .highslide-container .highslide-body a {
    color: #FFFFFF;
    font-family: Arial;
}

.highslide-container .highslide-body .number {
    font-size: 36px;
    position: absolute;
    left: 15px;
    top: 8px;
}

.highslide-container .highslide-body .contentWithPic {
    height: 165px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 42px;
    width: 184px;
}

.highslide-container .highslide-body .contentNoPic {
    height: 145px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 60px;
    width: 230px;
}

.highslide-container .highslide-body .title {
    clear: both;
    float: left;
    font-size: 22px;
    line-height: 25px;
}

.highslide-container .highslide-body .info {
    float: left;
    clear: both;
	width: 100%;
}

.highslide-container .highslide-body .image {
    position: absolute;
    bottom: -215px;
    left: 0;
}

.highslide-container .highslide-body .close {
    font-weight: bold;
    position: absolute;
    right: 6px;
    top: 0;
}

/* Temp fields delete when done */
#tempAlert {
    position: absolute;
    bottom: -300px;
    left: 0;
    height: 100px;
    width: 400px;
    overflow: auto;
    z-index: 100000000;
    background-color: #fff;
}

