/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */
/* Modified 2006 Dan Linder */

body {
	font-family: 'trebuchet ms', verdana, arial, tahoma, Sans-Serif;
	font-size: 90%;
	color: #444;
	background-color: white;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 { font-size: 175%; }
h2 { font-size: 155%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

p { margin-top: 0em; } 
p + p { margin-top: 0.5em; }

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover, a:focus, a:active { color: #444; text-decoration: none; }

/* Set the page width here */
#wrapper-gap-top, #header, #wrapper-body, #wrapper-footer, #wrapper-logos {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-gap-top {
	background: transparent url('/images/bg02-white-left.png') no-repeat left top;
	overflow: hidden;
}

#gap-top {
	background: transparent url('/images/bg02-white-right.png') no-repeat right top;
	padding: 1.5em 0 0 0;
}

#wrapper-header {	background: transparent url('/images/bg.png') top center repeat-x; border-bottom: 1px solid #888; }

#header { background: white url('/images/banner_rainierhike.jpg') no-repeat center top; }

#wrapper-header2 { background: transparent url('/images/bg02-blue-left.png') top left no-repeat; }

#wrapper-header3 { background: transparent url('/images/bg02-blue-right.png') top right no-repeat; }

#header h1 {
	text-align: right;
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #555;
	font-size: 175%;
}

#header a:link, #header a:visited { color: #555; text-decoration: none; }
#header a:hover, #header a:focus, #header a:active { color: #555; text-decoration: none; }

#wrapper-body {
}

* html #wrapper-body { height: 1%; }

#menubar {
	padding: 0 20px;
}

#menubar ul {
	margin: 1em 0 0 0;
	padding-bottom: 2.25em;
	list-style: none;
	padding-left: 20px;
	background-color: #e5f0fc;
	border: 1px solid #CCC;
}

#menubar li {
	display: inline;
	float: left;
	padding: 0;
	margin: 5px;
}

#menubar li.selected {
}

#menubar a {
	float: left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menubar a:link, #menubar a:visited { color: #444; text-decoration: none; }
#menubar a:hover, #menubar a:focus, #menubar a:active { color: #5b8fbe; text-decoration: none; }
#menubar li.selected a:link, #menubar li.selected a:visited { color: #5b8fbe; text-decoration: none; }

#tabs {
}

#tabs ul {
	margin:0;
	padding: 0.5em 0 2em 0;
	list-style: none;
	font-size: 85%;
	padding-left: 20px;
}

#tabs li {
	display: inline;
	float: left;
	border-bottom: solid 1px #CCC;
}

#tabs li.selected {
	border-bottom: none;
}

#tabs a {
	float: left;
	background:url('/images/menuleft.png') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#tabs a span {
	background: transparent url('/images/menuright.png') no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#tabs a:hover { background-position:0% -42px; }
#tabs a:hover span { background-position:100% -42px; }

#content-framing {
}

#content {
	padding: 5px 245px 5px 40px;
}

#content.nomenu {
	padding: 5px 15px 5px 40px;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('/images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover, #menu-page a:focus, #menu-page a:active { color: #5b8fbe; }

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0 20px;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	clear: both;
}

#wrapper-logos {
	margin-top: 1em;
	text-align: right;
}

#logos {
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0 20px;
	border-bottom: 0;
	clear: both;
}

img.logo {
	border: none;
	vertical-align: middle;
}


