﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}
#masthead {
	background-image: url('images/header.jpg');
	width: 1014px;
	height: 130px;
	border: 5px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
#masthead2 {
	background-image: url('images/Rainier.jpg');
	width: 1014px;
	height: 130px;
	border: 5px solid #000000;
	margin-right: auto;
	margin-left: auto;
}

#page_title {
	width: 800px;
	float: left;
}

#weather_sticker {
	width: 150px;
	float: right;
}
#top_nav {
	border-style: solid;
	border-width: 0px 5px 0px 5px;
	border-color: #000000;
	margin-right: auto;
	margin-left: auto;
	width: 1014px;
	height: 1.4em;
	background-color: #000000;
}

#container {
	border: 5px solid #000000;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
}

#first_col {
	width: 180px;
	float: left;
	background-image: url('images/side4.jpg');
	height: 830px;
	text-align: center;
}

#first_col2 {
	width: 210px;	
	height: 4000px;
	float: left;
	text-align: center;
	background-color: #000080;
}

#trip_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5;
}

#archive_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5;
}

#second_col {
	border-style: solid;
	border-width: 0px 0px 0px 5px;
	border-color: #000000;
	width: 829px;
	height: 830px;
	float: left;
	background-color: #000080;
}

#second_col2 {
	border-style: solid;
	border-width: 0px 0px 0px 5px;
	border-color: #000000;
	width: 799px;	
	height: 4000px;
	float: left;
	background-color: #000080;
}

#cover_photo {
	width: 799px;
	height: 512px;
	padding-top: 20px;
	padding-left: 30px;
}

#photo_box {
	border: 5px solid #000000;
	width: 750px;
	height: 502px;
	background-color: #000000;
}

#cover_caption {
	height: 30px;
	width: 799px;
	padding-left: 30px;
}

#caption_box {
	height: 30px;
	width: 760px;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #FFFFFF;
}

#report {
	margin: 30px;
	width: 769px;
	height: 208px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	color: #FFFFFF;
}

#footer {
	border: 5px solid #000000;
	clear: both;
	height: 50px;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000080;
}

#menu {
	width: 1014px;
	background: #000000;
	float: right;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 202.8px;
	float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul
{display: block;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#card {
	margin-top: 2em;
	margin-left: 2em;
}