body {
	margin: 0;
	padding: 0;
	background: url(/images/bodybg.gif);
}
#topheader {
	clear: both;
	height: 99px;
	width: 100%;
	margin: 0;
	background: url(/images/topbg.gif) repeat-x;
	text-align: center;
}	

#topheader img {
	border: 0;
}

#nav {
	width: 100%;
	background: #680202;
	height: 32px;
}

#nav ul {
	list-style-type: none;
	height: auto;
	margin: 0;
	padding: 0px 0px 0px 18%;
	position: absolute;
}


#nav ul li {
	margin: 0px 30px 0px 0px;
	float: left;
}

#nav ul li a {
	color: #ff7f00;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	height: 32px;
	padding: 0px 12px 0px 12px;
	display: block;
	line-height: 32px;
}

#nav ul li a:hover {
	background: #570202;
}
#nav ul li ul {
	display: none;
}
#nav ul li:hover {
	background: #570202;
}
#nav ul li:hover ul {
	border-top: 1px solid #774343;
	list-style-type: none;
	position: absolute;
	display: block;
	float: left;
	padding: 0;
	height: auto;
	margin: 0;
	width: 164px;
}

#nav ul li:hover ul li {
	width: 164px;
	height: 26px;
	background: #480202;
	border-bottom: 1px solid #774343;
	text-align: left;
}

#nav ul li:hover ul li a {
	line-height: 26px;
	padding: none;
	height: 26px;
	padding: 0px 0px 0px 9px;
	color: #fbfb90;
}

#wrapper {
	margin: 0 auto;
	text-align: center;
}

#content {
	background: url(/images/contentbg.gif) repeat-y;
	height: auto;
	width: 665px;
	margin: 0 auto;
	padding: 0;
	margin-top: -6px;
	text-align: left;
}

#content h2 {
	color: #010101;
	font-family: Arial, helvetica, sans-serif;
}

.midheader {
	margin: 0 auto;
	padding: 0;
}

.welcome {
	margin: 18px 0px 0px 15px;
}

.interior {
	margin: 18px 0px 0px 0px;
}

#innercontent {
	width: 500px;
	padding: 0px 0px 10px 30px;
}

#innercontent p {
	line-height: 22px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #860403;
}

#innercontent label {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #010;
}

#innercontent label.required {
	color: #860403;
	font-weight: bold;
}

#contentclear {
	width: 665px;
	height: 18px;
	background: url(/images/contentclear.jpg);
	clear: both;
	margin: 0 auto;
}

#footer {
	background: url(/images/footerbg.gif);
	height: 54px;
	width: 665px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: right;
	padding-right: 10px;
}

#footer p {
	color: #860403;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	padding-top: 6px;
}

#footer p a {
	color: #390202;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#admin_panel {
    font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
    background-color: #88292c;
    color: #fffae9;
	padding: 8px 0px 10px 15px;
}

#admin_panel a {
	font-weight: bold;
    color: #f5f5f5;
    text-decoration: none;
	padding: 0px 3px 0px 3px;
}

#admin_panel a:visited {
	font-weight: bold;
	color: #f5f5f5;
	text-decoration:none;
}

#admin_panel a:hover {
	font-weight: bold;
	color: #cc9a9b;
	text-decoration: none;
}

#admin_panel .logged_in {
	font-size: 12px;
	position: absolute; 
	top: 9px; 
	right: 15px;
}

#admin_panel .active {
    color: #cc9a9b;
}


#directionsactive {
	padding: 0;
	margin: 0;
	display: none;
}

.thumbnail {
	width: 120px;
	height: 100px;
	border: 0;
	margin: 8px;
	padding: 0;
}
.admin_edit_button {
	background: url(/images/admin_edit_button.gif);
	display: block;
	width: 110px;
	height: 24px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	font-weight: none;
	}