
body {
	margin:0;
	padding:0;
	font:76%/1.4em Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align:center;
	background-color: #eeeeee;
}

p { 
	margin:8px;
}

.listheader { /* THIS IS A LIST HEADER */
	text-decoration: underline;
	font-weight: bold;
	list-style-type: none;
}

.fakefloatleft {
	margin-top: 25px;
}

h2 {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 1.4em;
	font-weight : bold;
	color : #408080;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

h2.linktitles {
	border-bottom : 1px solid #cccccc;
}

.forprintonly {
	display: none;
}

A:link {text-decoration: underline;  color: blue;}
A:visited {text-decoration: underline;  color: blue;}
A:active {text-decoration: underline;  color: blue;}
A:hover {text-decoration: underline; color: red;}

#wrap {
	width:900px;
	border:1px solid #9EB874;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#masthead {
	background: #ffffff url(images/header.jpg) no-repeat;
	text-align:center;
	height: 125px;
	border-bottom:1px solid #ffffff;
}

#content {
	position: relative;
	padding: 15px;
	background-color: #ffffff;
}

.tourdatesbox {
	width: 400px;
	margin-top: 12px;
	margin-bottom: 5px;
	padding: 20px 5px 5px 5px;
	position: relative;
}

.cornerbox { /* INSIDE TOURDATEBOX */
	border: 1px solid #9EB874;
	background-color: yellow;
	width: 400px;
	padding-left: 5px;
	font-size: 0.9em;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menudetails p:first-line {
	font-family: Times New Roman, Times, Serif;
	font-size: 1.3em;
	font-weight: bold;
}

#arrowbox {
	width: 864px;
	height: 69px;
	line-height: 3.5em;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	background: white url(images/menu_arrows.gif) no-repeat scroll 0% 0%;
}

.menuheading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 2.0em;
	font-weight : normal;
	color : #408080;
	padding: 0 0 0 0;
	margin: 25px 0 3px 0;
}

.notallowed {
	text-align: center;
	font-weight: bold;
	position: relative;
	border-color: #FF0000;
	border-style: dashed;
	border-width: 2px;
	padding: 5px;
	background-color: #fff;
	margin-top: 20px;
}

.menubox {
	position: relative;
}

.menubox2 {
	position: relative;
	border-color: red;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	padding: 10px;
	background-color: #FFFFE0;
	margin-top: 10px;
}

.menubox3 {
	position: relative;
	border-color: #DAA520;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	padding: 10px;
	background-color: #C0C0C0;
	margin-top: 10px;
}

.old_thumbs img {
	border: 1px solid #000000;
}

#footer {
	padding:10px 10px 35px 10px;
	margin-top:0;
	background:#ffffff url(images/grass_footer.jpg) bottom repeat-x;
	text-align: right;
	text-decoration: none;
	color: #999999;
}

#footer a {
	text-decoration: none;
}

.floatrightpic {
	float: right;
	border: 2px solid #999999;
	margin: 10px 0 10px 10px;
	padding: 2px;
	display: inline;
}

.floatleftpic {
	border: 2px solid #999999;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 2px;
}

.imageborder {
	border: 2px solid #999999;
	margin: 0 0 10px 10px;
	padding: 2px;
}

#picnicpics {
	width: 745px;
	margin: 0 auto;
}

.caption {
	font-size: smaller;
	color: #808080;
	text-align: right;
	margin-top: -10px;
}

#credit {
	font-size: 1.0em;
	color: #999999;
}

#credit a {
	font-size: 1.0em;
	color: #999999;
	text-decoration: underline;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.hometextbox {
	padding: 10px;

}


/********************* NAVBAR *********************/

#menubar ul {
	margin: 0;  /* MARGIN AROUND HORIZONTAL BAR BEHIND BUTTONS */
	padding: 5px; /* PADDING INSIDE HORIZONTAL BAR */
	list-style-type: none; /* ELIMINATES LIST ITEM BULLETS */
	text-align: center; /* CENTERS NAVIGATION BAR */
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	background-color: #38775b; /* HORIZONTAL BAR BG COLOR */
}

#menubar ul li {
	display: inline; /* NEEDED TO CREATE HORIZONTAL EFFECT */
}

#menubar ul li a {
	text-decoration: none; /* REMOVES UNDERLINE FROM LINKS */
	padding: .2em 1em; /* SPACE BETWEEN LINK TEXT AND BUTTON EDGE  */
	color: #2F4F4F; /* LINK TEXT COLOR */
	background: #D3D3D3 url('images/menu_bg.jpg') top left repeat-x;
	/* background-color: #CD853F;  BUTTON BG COLOR */
	border: 1px solid #FFFFFF; /* BUTTON BORDER */
}

#menubar ul li a:hover {
	color: #fff;
	background: #D3D3D3 url('images/menu_hover_bg.jpg') top left repeat-x;
/*	background-color: #fff;  BUTTON ROLLOVER EFFECT */
}

#menubar ul li a.current {
	color: #000;
	background-image: none;
	background-color: #FFF; /* BUTTON CURRENT EFFECT */
	padding-bottom: 7px;
	border: 0px;
}