@charset "utf-8";

body {
	background-color: #000;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

#main {
	position:absolute;
	left:150px;
	top:85px;
	width:721px;
	height: 422px;
	background-color: #FFFFFF;
	}
#main_long {
	position:absolute;
	width:870px;
	height:422px;
	z-index:3;
	left: 0px;
	top: 85px;
	background-color: #FFFFFF;
}
#container {
	background-color: #000;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	height: 558px;
}

#header {
	position:absolute;
	width:870px;
	height:85px;
	z-index:3;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(assets/banner.png);
}

#footer {
	position:absolute;
	width:870px;
	height:51px;
	z-index:3;
	left: 0px;
	bottom: 0px;
	background-image: url(assets/footer.png);
	background-repeat: no-repeat;
	background-position: center;
}
#sprynav {
	position:absolute;
	width:481px;
	height:29px;
	z-index:1000;
	left: 390px;
	top: 50px;
}
#sidebar {
	position:absolute;
	width:150px;
	z-index:1;
	left: 0px;
	top: 85px;
	background-color: #e2e2e2;
	height: 422px;
}
#logo {
	position:absolute;
	width:236px;
	height:36px;
	z-index:1;
	top: 42px;
	left: 0px;
}
#mtndiv {
	position:absolute;
	width:120px;
	height:143px;
	z-index:2;
	top: 30px;
	margin-right: auto;
	margin-left: auto;
	left: 15px;
}
#GlobalNav2 {
	text-decoration: none;
	left: auto;
	top: auto;
	right: auto;
	text-align: center;
	color: #FFF;
	margin-right: auto;
	margin-bottom: auto;
	bottom: 20px;
	vertical-align: middle;
	margin-left: auto;
	margin-top: 20px;
	font-size: 9px;
}
#GlobalNav {
	position: absolute;
	clip: rect(auto,auto,auto,auto);
	left: auto;
	top: auto;
	right: 20px;
	bottom: 15px;
	width: 450px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	word-spacing: 2em;
}
#ClimbsNav {
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
	line-height: 19px;
}

.copyright {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ADBAE4;
	font-style: normal;
	line-height: 20px;
}

.heading {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	font-weight: normal;
}
.paragraphclimbs {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.paragraphcenter {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #666;
}

.borderit img{
border: 1px solid #666;
}

.borderit:hover img{
border: 1px solid #4d68c3;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

.borderit2 img{
border: 2px solid #ffffff;
}

.borderit2:hover img{
border: 2px solid #4d68c3;
}

.borderit2:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

.borderit3 img{
border: 2px solid #ccc;
}

.borderit3:hover img{
border: 2px solid #4d68c3;
}

.borderit3:hover{
color: red; /* irrelevant definition to overcome IE bug */
}


.imageborder {
	border: 1px solid #666;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

.body2 A:link     {font-family: Verdana, Sans-serif;
            color:#666;
            text-decoration:none;
            font-size:9px}

.body2 A:visited  {font-family: Verdana, Sans-serif;
            color:#666;
            text-decoration:none;
            font-size:9px}

.body2 A:active   {font-family: Verdana, Sans-serif;
            color:#000;
            text-decoration:none;
            font-size:9px}

.body2 A:hover    {
			font-family: Verdana, Sans-serif;
			color:#000;
			font-size:9px;
			text-align: center;
	        text-decoration:none;
}                 
            
.body3 A:link     {font-family: Arial, Sans-serif;
            color:#4d68c3;
            font-size:12px}

.body3 A:visited  {font-family: Arial, Sans-serif;
            color:#4d68c3;
            font-size:12px}

.body3 A:active   {font-family: Arial, Sans-serif;
            color:#000000;
            font-size:12px}

.body3 A:hover    {
	color:#000000;
	font-size:12px;
	text-decoration: underline;
}

.body4 A:link     {
	font-family: Verdana, Sans-serif;
	color:#4d68c3;
	text-decoration:none;
	font-size:20px
}

.body4 A:visited  {
	font-family: Verdana, Sans-serif;
	color:#4d68c3;
	text-decoration:none;
	font-size:20px
}

.body4 A:active   {
	font-family: Verdana, Sans-serif;
	color:#4d68c3;
	text-decoration:none;
	font-size:20px
}

.body4 A:hover    {
	font-family: Verdana, Sans-serif;
	color:#000;
	text-decoration:underline;
	font-size:20px
}

.body5 A:link     {
	font-family: Verdana, Sans-serif;
	color:#4d68c3;
	text-decoration:none;
	font-size:9px;
	letter-spacing: 0.5em;
}

.body5 A:visited  {
	font-family: Verdana, Sans-serif;
	color:#4d68c3;
	text-decoration:none;
	font-size:9px;
	letter-spacing: .5em;
}

.body5 A:active   {
	font-family: Verdana, Sans-serif;
	color:#000;
	text-decoration:none;
	font-size:9px;
	letter-spacing: .5em;
}

.body5 A:hover    {
	font-family: Verdana, Sans-serif;
	color:#000;
	text-decoration:underline;
	font-size:9px;
	letter-spacing: .5em;
	text-align: center;
}
.body6 A:link     {
	font-family: Verdana, Sans-serif;
	color:#4d68c3;
	text-decoration:none;
	font-size:14px;
}

.body6 A:visited  {
	font-family: Verdana, Sans-serif;
	color:#4d68c3;
	text-decoration:none;
	font-size:14px;
}

.body6 A:active   {
	font-family: Verdana, Sans-serif;
	color:#000;
	text-decoration:none;
	font-size:14px;
}

.body6 A:hover    {
	font-family: Verdana, Sans-serif;
	color:#000;
	text-decoration:none;
	font-size:14px;
}

.body7 A:link     {
	font-family: Verdana, Sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:9px;
}

.body7 A:visited  {
	font-family: Verdana, Sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:9px;
}

.body7 A:active   {
	font-family: Verdana, Sans-serif;
	color:#ADBAE4;
	text-decoration:none;
	font-size:9px;
}

.body7 A:hover    {
	font-family: Verdana, Sans-serif;
	color:#ADBAE4;
	text-decoration:none;
	font-size:9px;
}

.body8 A:link     {
	font-family: Verdana, Sans-serif;
	color:#4d68c3;
	text-decoration:none;
	font-size:14px;
}

.body8 A:visited  {
	font-family: Verdana, Sans-serif;
	color:#4d68c3;
	text-decoration:none;
	font-size:14px;
}

.body8 A:active   {
	font-family: Verdana, Sans-serif;
	color:#ff6;
	text-decoration:none;
	font-size:14px;
}

.body8 A:hover    {
	font-family: Verdana, Sans-serif;
	color:#ff6;
	text-decoration:none;
	font-size:14px;
}
#aboutdiv1 {
	position:absolutee;
	width:870px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-image: url(Other/md_denali_bw.jpg);
	background-repeat: no-repeat;
	bottom: 0px;
	height: 422px;
}
#aboutwelcome {
	position:absolute;
	width:350px;
	height:398px;
	z-index:1;
	left: 60px;
	top: 19px;
	text-align: justify;
}
#aboutpage {
	position:absolute;
	width:870px;
	height:422px;
	z-index:1;
	top: 0px;
	left: 0px;
	background-image: url(assets/md_denali.jpg);
	background-repeat: no-repeat;
}
#aboutdivphoto {
	position:absolute;
	width:240px;
	height:163px;
	z-index:2;
	left: 569px;
	top: 214px;
}
#climbsdiv {
	position:absolute;
	width:810px;
	height:422px;
	z-index:1;
	left: 60px;
	top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
	background-image: url(assets/md_peru_bw.jpg);
	background-repeat: no-repeat;
}

.contact_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
}

#contactbkrd {
	position:absolute;
	width:720px;
	z-index:1;
	left: 74px;
	top: 0px;
	height: 422px;
	background-image: url(assets/contact_ggbridge_bw.jpg);
	background-repeat: no-repeat;
}
#contactimage {
	position:absolute;
	width:205px;
	height:290px;
	z-index:1;
	left: 50px;
	top: 63px;
}
#contactinfo {
	position:absolute;
	width:323px;
	height:287px;
	z-index:2;
	left: 311px;
	top: 96px;
	color: #009;
	text-align: center;
}
#gallerybkrd {
	position:absolute;
	width:870px;
	height:422px;
	z-index:5;
	left: 0px;
	top: 0px;
	background-color: #e2e2e2;
	text-align: center;
}

#indexdiv1 {
	position:absolute;
	width:870px;
	height:422px;
	z-index:1;
	top: 0px;
	left: 0px;
	background-image: url(assets/hitop_middle.jpg);
	background-repeat: no-repeat;
}
#indexabout {
	position:absolute;
	width:90px;
	height:337px;
	z-index:2;
	left: 190px;
	top: 40px;
}
#indexgallery {
	position:absolute;
	width:90px;
	height:337px;
	z-index:2;
	left: 290px;
	top: 40px;
	visibility: visible;
}
#indexspeaking {
	position:absolute;
	width:90px;
	height:337px;
	z-index:2;
	left: 390px;
	top: 40px;
}
#indexclimbs {
	position:absolute;
	width:90px;
	height:337px;
	z-index:2;
	left: 490px;
	top: 40px;
}
#indexcontact {
	position:absolute;
	width:90px;
	height:337px;
	z-index:2;
	left: 590px;
	top: 40px;
}
#speakingtop {
	position:absolute;
	width:800px;
	height:396px;
	z-index:1;
	left: 40px;
	top: 10px;
	text-align: justify;
	color: #999;
}
.speaking_inspired {
	font-size: 14px;
	color:#999;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}

#linksdiv {
	position:absolute;
	width:650px;
	height:910px;
	z-index:1;
	left: 180px;
	top: 20px;
	background-image: url(assets/bkrd_trekkers.jpg);
	background-repeat: no-repeat;
	color: #800000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
#links {
	position:absolute;
	width:740px;
	height:402px;
	z-index:1;
	left: 67px;
	top: 15px;
}
#metersdiv {
	position:absolute;
	width:740px;
	height:402px;
	z-index:1;
	left: 65px;
	top: 20px;
	background-image: url(assets/bkrd_trekkers.jpg);
	background-repeat: no-repeat;
}
#everestdiv {
	position:absolute;
	width:650px;
	height:789px;
	z-index:4;
	left: 1px;
	top: 9px;
}
#mount_everest {
	position:absolute;
	width:800px;
	height:381px;
	z-index:1;
	top: 10px;
	left: 40px;
}
#xmascardiv {
	background-color: #FF3;
	clip: rect(auto,auto,auto,auto);
	height: 650px;
	width: 780px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	font-style: italic;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;
	font-style: italic;
	text-align: justify;
}
.graphtype {
	color: #FF3;
	font-weight: bold;
}
#chartdiv {
	position:relative;
	width:712px;
	height:659px;
	z-index:2;
	left: auto;
	top: 20px;
	background-color: #FFF;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
#chartdiv1 {
	position:absolute;
	width:633px;
	height:252px;
	z-index:3;
	left: 42px;
	top: 384px;
}
#sevensummits {
	position:absolute;
	width:740px;
	height:397px;
	z-index:1;
	left: 65px;
	top: 20px;
}
#snapshotsdiv {
	position:absolute;
	width:650px;
	height:3527px;
	z-index:4;
	left: 180px;
	top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000080;
	text-align: center;
}
#snapshots {
	position:absolute;
	width:800px;
	height:402px;
	z-index:1;
	left: 40px;
	top: 10px;
}
#snap1 {
	position:absolute;
	width:291px;
	height:306px;
	z-index:3;
	left: 421px;
	top: 37px;
	background-color: #FFFFFF;
}
#snap2 {
	position:absolute;
	width:240px;
	height:256px;
	z-index:1;
	left: 47px;
	top: 125px;
}
#snap3 {
	position:absolute;
	width:288px;
	height:246px;
	z-index:2;
	left: 6px;
	top: 106px;
	background-color: #FFFFFF;
}
#snap4 {
	position:absolute;
	width:288px;
	height:263px;
	z-index:3;
	left: 444px;
	top: 25px;
}
#snap5 {
	position:absolute;
	width:246px;
	height:189px;
	z-index:4;
	left: 282px;
	top: 37px;
}
#snap6 {
	position:absolute;
	width:216px;
	height:200px;
	z-index:5;
	left: 554px;
	top: 157px;
	background-color: #FFFFFF;
}
#snap7 {
	position:absolute;
	width:216px;
	height:185px;
	z-index:2;
	left: 582px;
	top: 152px;
	background-color: #FFFFFF;
}
#snap8 {
	position:absolute;
	width:223px;
	height:323px;
	z-index:8;
	left: 530px;
	top: 14px;
}
#snap9 {
	position:absolute;
	width:252px;
	height:388px;
	z-index:8;
	left: 471px;
	top: 14px;
}
#snap10 {
	position:absolute;
	width:461px;
	height:294px;
	z-index:6;
	left: 338px;
	top: 11px;
}
#snap11 {
	position:absolute;
	width:252px;
	height:236px;
	z-index:11;
	left: 89px;
	top: 65px;
}
#snap12 {
	position:absolute;
	width:288px;
	height:266px;
	z-index:14;
	left: 72px;
	top: 73px;
}
#snap13 {
	position:absolute;
	width:168px;
	height:276px;
	z-index:6;
	left: 96px;
	top: 44px;
	background-color: #FFFFFF;
}
#snap14 {
	position:absolute;
	width:288px;
	height:382px;
	z-index:13;
	left: 427px;
	top: 18px;
}
#snap15 {
	position:absolute;
	width:361px;
	height:366px;
	z-index:6;
	left: 383px;
	top: 30px;
}
#snap16 {
	position:absolute;
	width:432px;
	height:257px;
	z-index:7;
	left: 61px;
	top: 65px;
}
#snap17 {
	position:absolute;
	width:216px;
	height:171px;
	z-index:3;
	left: 42px;
	top: 151px;
	background-color: #FFFFFF;
}

#snap18 {
	position:absolute;
	width:288px;
	height:249px;
	z-index:18;
	left: 91px;
	top: 61px;
}
#snap19 {
	position:absolute;
	width:250px;
	height:368px;
	z-index:5;
	left: 474px;
	top: 18px;
	font-weight: bold;
	font-size: 18px;
}

#snap20 {
	position:absolute;
	width:300px;
	height:315px;
	z-index:1;
	left: 81px;
	top: 60px;
}

#snap21 {
	position:absolute;
	width:300px;
	height:270px;
	z-index:4;
	left: 301px;
	top: -9px;
}

#snap22 {
	position:absolute;
	width:400px;
	height:365px;
	z-index:1;
	left: 365px;
	top: 34px;
}

#snap23 {
	position:absolute;
	width:288px;
	height:277px;
	z-index:1;
	left: 281px;
	top: 127px;
}

#snap24 {
	position:absolute;
	width:288px;
	height:273px;
	z-index:3;
	left: 74px;
	top: 116px;
}

#snap30 {
	position:absolute;
	width:288px;
	height:255px;
	z-index:1;
	left: 0px;
	top: 56px;
}


#container #main #snapshotsdiv #snap19 p {
	font-weight: bold;
	font-size: 16px;
}
#videotype {
	position:absolute;
	width:265px;
	height:337px;
	z-index:2;
	left: 515px;
	top: 50px;
}
#videopagediv {
	position:absolute;
	width:670px;
	height:408px;
	z-index:1;
	left: 20px;
	top: 15px;
}
#videopanel {
	position:relative;
	width:800px;
	height:408px;
	z-index:1;
	left: 40px;
	top: 10px;
}
#everestvideotype {
	position:absolute;
	width:265px;
	height:373px;
	z-index:1;
	left: 515px;
	top: 27px;
}

#ClimbsNav .body2 em {
	font-size: 12px;
	color: #800000;
	font-family: Verdana, Geneva, sans-serif;
}
#ryanvideo {
	position:relative;
	width:462px;
	height:372px;
	z-index:1;
	top: 30px;
	left: 0px;
}

#engagements {
	position:absolute;
	width:315px;
	height:356px;
	z-index:1;
	left: 7px;
	top: 29px;
}

#speakphoto {
	position:absolute;
	width:400px;
	height:296px;
	z-index:1;
	left: 368px;
	top: 61px;
}

#summitsssspry {
	position:absolute;
	width:290px;
	height:208px;
	z-index:1;
	left: 386px;
	top: 90px;
	padding: 5px;
	border: thin solid #ccc;
}
    
/* EndOAWidget_Instance_2141542 */
#summit7bottom {
	position:absolute;
	width:740px;
	height:88px;
	z-index:1;
	left: 0px;
	top: 314px;
}

#climbslides {
	position:absolute;
	width:290px;
	height:208px;
	z-index:1;
	left: 470px;
	top: 37px;
	padding: 5px;
	border: thin solid #ccc;
}


.gallerytype {
	color: #4d68c3;
}

#snap31{
	position:absolute;
	width:300px;
	height:305px;
	z-index:1;
	left: 62px;
	top: 82px;
}
#snap32 {
	position:absolute;
	width:300px;
	height:252px;
	z-index:1;
	left: 439px;
	top: 39px;
}
#snap33 {
	position:absolute;
	width:500px;
	height:382px;
	z-index:1;
	left: 167px;
	top: 14px;
}

