@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	margin-right:auto;
	font-size:11px;
	background-color: #fefefe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.body, .body-intro {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	}

.body-intro {
	font-size:1.2em;
	line-height:1.5em;
	}

.body-intro p {
	margin-left: 3em;
	}

.header {
	font-size: 18px;
	font-weight: normal;
	color: #767676;
	padding-top: 8px;
	padding-bottom: 8px;
	}

h2 {
	font-size: 13px;
	}

.bodylrg {
	font-size: 14px;
	color: #333333;
	}

.bodysm {
	font-size: 10px;
	color: #333333;
	line-height: 16px;
	padding: 4px 0 4px 0;
	}

.nav {
	font-size: 11px;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 3px;
	}

a:active  { color: #003366; }
a:link    { color: #003366; }
a:visited { color: #006666; }

.bodylrgB {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}

.footer {
	font-size: 9px;
	color: #999999;
	font-weight:normal;
	}

.bodyB, .blueback {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	}

.blueback {
	padding-left: 10px; border-bottom: 1px solid black;
	background:url(/images/site_img/gradient_blue.gif);
	}

.reservation {
	font-size: 9px;
	color: #000000;
	}

.bodylrgBI {
	font-size: 14px;
	font-weight: bold;
	color: #AD5A39;
	font-style: italic;
	}

.body-w {
	font-size: 11px;
	color: #FFFFFF;
	}

.body-b-w {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	}

.bodysm-w {
	font-size: 9px;
	color: #FFFFFF;
	}

.bodysm-w-b {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	}

.bodysm-b {
	font-size: 9px;
	color: #333333;
	font-weight: bold;
	}

.navside {
	font-weight: normal;
	color: #333333;
	}

.header-2 {
	font-size: 16px;
	font-weight: normal;
	color: #C0321C;
	padding-top: 13px;
	}

.navSub {
	font-size: 11px;
	color: #333333;
	padding-top: 5px;
	font-weight: lighter;
	padding-bottom: 5px;
	}

ul {
	line-height: 14px;
	}

.navHome {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 3px;
	}

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 170px;
	float: left;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
}
ul.MenuBarHorizontal li.small {
	width: 65px;
	border-left-style:none;
	border-left-width:0px;
	text-align:center;
}

ul.MenuBarHorizontal li.last {
	width: 65px;
	text-align:center;
	border-right-style:none;
	border-right-width:0px;
}

ul.MenuBarHorizontal li.varenvironmental { width: 16.4em; }
ul.MenuBarHorizontal li.varlandscape     { width: 15em; }
ul.MenuBarHorizontal li.varconservation  { width: 16em; }

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 200px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	width: 200px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	border: 1px solid #CCC;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal ul li {
	background-color: #EEE;
	text-decoration: none;
	font-weight: bold;
}

ul.MenuBarHorizontal ul li a {
}

ul.MenuBarHorizontal ul li ul, ul.MenuBarHorizontal ul li ul li {
	border-left-style:none;
	border-left-width:0px;
	border-right-style:none;
	border-right-width:0px;
}

ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	padding: 5px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
ul.MenuBarHorizontal .varlandscape  ul li a, ul.MenuBarHorizontal .varconservation  ul li a {
	display: block;
	cursor: pointer;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
ul.MenuBarHorizontal .varenvironmental ul li a {
	display: block;
	cursor: pointer;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:15px;
	padding-right:5px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
li.subcat {
	padding: 3px;
	padding-left:10px;
	padding-bottom: 5px;
	font-size: 11px;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background-color: /*#005C97;*/  #ffc;
	color: /*#FFF;*/  #066;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: /*#005C97;*/  #ffc;
	color: /*#FFF;*/  #066;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	background-image: url(/SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image: url(/SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	background-image: url(/SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: url(/SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
ul.MenuBarHorizontal li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
}
#left_nav {
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	padding-top:4px;
	list-style-type: none;
	font-weight:normal;
	background-color:#F4F4F4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#left_nav ul {
	margin-left: 5px;
	padding-left: 3px;
	padding-bottom:2px;
	padding-top:2px;
	list-style-type: none;
	font-weight:normal;
}
#left_nav li {
	list-style-type: none;
	padding-bottom:2px;
	padding-top:2px;
}
.img-border {
	border: 1px solid #999999;
}
#left_nav a {
	text-decoration: none;
}


/*******************************************************************************

 Styles for the CSS-ification of the site, by kad 2008-06-04.

 *******************************************************************************/

.navside { width: 175px; float: left; margin-right: 15px; }
.header { margin-left: 1em; padding-bottom: 0; }

#pageframe { width: 950px; } 
#rightcontent { margin-left: 180px; width: 700px; }

.profile { width: 720px; margin-left: 3em; }
.profilepics { width: 325px; float: right; font-size: 12px; line-height: 16px; }
.profiledesc { width: 375px; float: left; font-size: 12px; line-height: 18px; padding-top: 6px; }
.profilepics p { margin-top: 5px; }
.detailhead { font-weight: bold; margin: 6px 0 2em 0; }

.restext { font-size: 12px; line-height: 18px; }

.index-page { width: 650px; margin-left: 3em; }
.index-right { width: 295px; float: right; }
.index-left { width: 295px; float: left; }

.index-left p, .index-right p { margin-top:0; padding-top:0; }

.more-text { color: #c0321c; text-decoration: none; font-style: italic;
	cursor: pointer; }
