﻿@import url("layout.css");
body {
	font-family: Candara;
	font-size: 14px;
	background-image:url('../images/MainBackground.jpg');
}
#container {
	border-right: thin solid #3366FF;
	border-bottom: thin solid #3366FF;
	border-top: thin solid #3366FF;
	border-left: thin solid #3366FF;
	background-color: white;
}
#header {
	background-color:  #E6E6E6;
}
#navigation {
	margin:2px;
	background-color: white	;
}
html>body #navigation {
	overflow: hidden;
}
html>body #trails {
	overflow: hidden;
}
#menu{
	background-color:#E6E6E6;
}

#column_l {
	width: 315px;
}
html>body #column_l {
	width: 365px;
	background-color: white;
}
#column_m {
	width: 220px;
}
html>body #column_m {
	width: 220px;
	background-color: white;
}
#column_r {
	width: 365px;
	background-color: black;
}
html>body #column_r {
	width: 365px;
	background-color: black;
}
#content {
	background-color:  black;
}
#footer {
	text-align: left;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top:thin solid #3366FF;
	background-color:#E6E6E6;
	border-right: thin solid #3366FF;
}
html>body #footer {
	text-align: left;
	padding-bottom: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0px;
	margin-left:120px;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	font-family:Candara;
	font-size:  12px;
	text-decoration: none;
	color:black;
	display: block;
	padding: 5px;
	border: 1px solid white;
	background-color: white;
	}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
	border: 1px solid black;
	background-color: black;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: large;
	font-family:"Candara";
	font-weight:bold;
}
h2 {
	font-size: 17px;
	font-family:"Candara";
	font-weight:bold;
}
h3 {
	font-size: large;
	font-family:"Comic Sans MS";
	color: black;
	}
h4 {
	font-size: medium;
	font-family:"Comic Sans MS";
	color: black;
}
h5 {
	font-size: large;
	font-family:"Candara";
	font-weight:bold;
	color:#000099;
	padding-bottom:0px;
	margin-bottom:0px;
}
p {
	font-size: 14px;
	font-family:Candara;
	font-style:normal;
	background-position:center;
	background-color:white;
}
.hSub {
	font-size: large;
	font-family:"Comic Sans MS";
	color: white;
	font-style:italic;
}
.hM1 {
	font-size: xx-large;
	font-family:"Lucida Handwriting";
	color: red;
	background-position:center;
	font-style:italic;
}
.hM2 {
	font-size: medium;
	font-family:"Century Gothic";
	color: black;
	background-position:center;
	background-color:white;
}

.hFooter {
	font-size: x-small;
	color: #000099;
}
.hTour {
	font-size: 18px;
	font-family:"Candara";
	font-weight:bold;
	color:#000099;
	padding-bottom:0px;
	margin-bottom:0px;
}
.hTourSub {
	font-size: 18px;
	font-family:"Candara";
	font-weight:bold;
	color:#000099;
	padding-bottom:0px;
	margin-bottom:0px;
}
.hTourDetails {
	font-size: 14px;
	font-family:"Candara";
	background-color:#E6E6E6;
}

.hTourDetailsLast {
	font-size: 14px;
	font-family:"Candara";
	background-color:#E6E6E6;
	padding-bottom:20px;
}

/* Footer */
#footer p {
	font-size: xx-small;
	font-family:Arial;
	color: #000;
	background-color:#E6E6E6;
}
/* Links */
a {
	/*color: #8b0000;*/
	text-decoration: none;
	font-family:Candara;
	font-weight:bold;
	font-size:medium;
	color: black;
	font-size:12px;
}
a:hover {
	color: #000099;
	text-decoration: none;
}

#trails a {
	/*color: #8b0000;*/
	text-decoration: none;
	font-family:Candara;
	font-weight:bold;
	font-size:medium;
	color: #000099;
	font-size:14px;
}
#trails a:hover {
	color: gray;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.img_style_top {
	border-top: 1px black solid ;
	border-right: 1px black solid;
	border-left: 1px black solid;
	width:363px;
	height:244px;
}
.img_style_bottom {
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	width:363px;
	height:244px;
}
.img_center
{
	border-top: 1px black solid;
/*	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
*/	width:220px;
}
.img_trails
{
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	height:174px;
}
.img_trailsphoto
{
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	height:143px;
	width:161px;
}
.img_activities
{
	border-top: thin black solid;
	border-bottom: thin black solid;
	border-right: thin black solid;
	border-left: thin black solid;
	width:223px;
	height:190px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.trail_table
{
	padding-left:50px;
}
.trail_td
{
	padding-right:15px; 
	border-top:thin #E6E6E6 solid;
	width:650px;
}
.trail_td_image
{
	padding-right:15px; 
	border-top:thin #E6E6E6 solid;
}
.itinerary_td
{
	padding-left:30px; 
}
.activity_td_text
{
	padding-bottom:15px; 
	padding-left:15px; 
	padding-right:15px; 
	padding-top:0px
}
.activity_td_image
{
	padding:15px;
}
li {
	font-family:Candara;
	font-size:14px;
}
}
