﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#85b792;
	background-image:url(webimages/bg_water_tile.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
a{
	color:#24b0ff;
}
h1{
	font-size:24px;
	font-weight:bold;
	color:#9e471d;
	padding:5px 0px 0px 0px;
	margin-top:10px;
	margin-bottom:0px;
}
#header{
	background-image:url(webimages/header.jpg);
	width:800px;
	min-width:800px;
	height:127px;
	min-height:127px;
}
#wrapper{
	width:800px;
	min-width:800px;
	max-width:800px;
	height:100%;
	background-color:#ffffff;
	background-image:url(webimages/left_btm.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#content_main
{
	margin:0 15px;
}
#content{
	width:612px; /*642 */
	min-width:612px;
	max-width:612px;
	text-align:left;
}
#content p{
	text-align:left;
	padding:0;
	margin-right:20px;
}
#content_footer{
	color:#ccac24;
	padding:5px 0px;
	font-size:11px;
	clear:both;
}
#content_wrapper{
	margin:0px;
	margin-top:-10px;
	padding:0px;
	border-left:solid 1px #efcc36;
}
#footer{
	width:800px;
	min-width:800px;
	color:#c5ead2;
	padding-top:5px;
	padding-bottom:5px;
}
.left_col{
	width:157px;
	height:inherit;
	/*border-right:solid 1px #efcc36;*/
	background-image:url(webimages/left_top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.left_top{
	width:157px;
	min-width:157px;
	max-width:157px;
	height:335px;
	min-height:335px;
	vertical-align:top;
}
.left_btm{
	width:157px;
	vertical-align:bottom;
}
.centered{
	margin:auto;
	display:block;
	text-align:center;
}
.navcell{
	width:106px;
	min-width:106px;
	max-width:106px;
	/*height:16px;*/
	min-height:16px;
	/*max-height:16px;*/
	background-image:url(webimages/menu_bg_tile.gif);
	background-repeat:repeat;
	cursor:pointer;
	text-align:center;
	vertical-align:center;
	font-family: Verdana;
	border:1px solid #7e5c18;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	margin-bottom:12px;
	overflow:hidden;
}
.navcell p{
	color:#9e471d;
	font-weight:bold;
	vertical-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.navcell:hover{
	cursor:pointer;
	color:#9e471d;
}
.subnavcell_bevel{
	background-image:url(webimages/subnavcell_bevel.gif);
	background-repeat:repeat;
	height:9px;
	max-height:9px;
	margin:0;
}
.subnavcell{
	cursor:pointer;
	background-color:#ffe91c;
	margin:0;
	padding:4px 2px 4px 10px;
	color:#9e471d;
	border:1px solid #d9a110;
	text-align:left;
}
.subnavcell-mo{
	cursor:pointer;
	padding:4px 2px 4px 10px;
	color:#9e471d;
	background-color:#ffff98;
	border:1px solid #d9a110;
	width:92px;
	text-align:left;
}
.trailsweb a{
	color:#c5ead2;
}

/******************************************

	Admin styles start below!

******************************************/

a, a:visited 
{
	color: #003184;
}

.infobox 
{
	display: none;
	background: #eaeaea;
	margin-top: 2px;
	padding: 2px;
	width: 200px;
	border: solid 1px black;
	z-index: 25;
	font-size: 0.9em;
}

table.admin-table
{
	margin:0 auto;
	border:solid 1px #eee;
	font-size:12px;
}

table.admin-table th
{
	font-size:13px;
	background: #000;
	color: #eee;
	border: solid 1px #000;
	text-align:left;
	height:24px;
	vertical-align:bottom;
}

table.admin-table td
{
	vertical-align:top;
}

table.admin-table tr.row2
{
	background: #eee;
}

img
{
	border:0;
}

.admin-menu-item
{
	clear: both;
	overflow:hidden;
	width:350px;
	margin-bottom:10px;
	padding: 4px;
	border: solid 2px #aaa;
	background: #003366;
	color: #eee;
	font-weight:bold;
}

.admin-menu-item-title
{
	width:250px;
	float:left;
}

.admin-menu-item-controls
{
	text-align:right;
}

#imgNav
{
	text-align:right;
	padding-right:10px;
}

#imgNav a
{
	color:#fff;
	text-decoration:underline;
}

#imgNav a:hover
{
	color:#3344ff;
	text-decoration:underline;
}

