﻿@import url('layout_2col.css');
body {
	margin: 0px;	
	background-color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	background-color: #fff;
	background-image:  url("../images/logo.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-right: 4px solid #014400;
	border-bottom: 4px solid #014400;
	border-left: 4px solid #014400;
}
#masthead {
	background-color: #FFFFCC;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px;
}
#navigation {
	background-color: #b9cfa1;
	margin-left: 160px;
	width: 610px;
	height: 25px;
}
/*
html>body #navigation {
	overflow:hidden;
}
*/
#content_container {
	background-color:#fff;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	background-color: #fff;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #fff;
	color: #666644;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 168px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #555533;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h3 {
	margin-top: .4em;
	color: #999977;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
}
#navigation ul li {
	display: inline;
	float: left;
	width: 87px;
	list-style-type: none;
	height: 25px;
}
#navigation ul li.about {
	display: inline;
	float: left;
	width: 100px;
	list-style-type: none;
	height: 25px;
}
#navigation ul li.volunteer {
	display: inline;
	float: left;
	width: 135px;
	list-style-type: none;
	height: 25px;
}
#navigation ul li a {
	background-color: #b9cfa1;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	width: 144px;
	display: block;
	padding-left: 8px;
}
#navigation ul li a:hover {
	background-color: #014400;
	color: #FFFFCC;
}
#navigation ul li ul li a {
	background-color: #b9cfa1;
}
#navigation ul li ul li a:hover {
	background-color: #014400;
	color: #FFFFCC;
}
#navigation ul li ul {
	visibility: hidden;
	position:relative;
	font-size: .9em;
}
#navigation ul li:hover ul {
	visibility: visible;
	display:inline-block;
}

/*
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}
*/
/* Styles for Right Column */
#column_right h4 {
	color: #666644;
	margin-top: 0px;
}
#column_right p {
	color: #444422;
	margin-top: 0px;
	font-size: 0.9em;
}
#column_right a {
	color: #6A6AB4;
}
#column_right a:hover {
	background-color: #EEEECC;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #222200;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #878643;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #878643;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #878643;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}

a {
	color: #6A6AB4;
}
a:hover {
	background-color: #EEEECC;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: center;
	
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #555522;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
td.header_hiking	{
	background:#FFCC66;
	text-align:center;
	padding:1px;
	font-size:1em;
	color:#fff;
}
td.header_cycling	{
	background:#486781;
	text-align:center;
	padding:1px;
	font-size:1em;
	color:#fff;
}
td.header_skating	{
	background:#780000;
	text-align:center;
	padding:1px;
	font-size:1em;
	color:#fff;
}
