@charset "utf-8";

/* REDEFINED TAGS */
/* ************** */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #323530;
}

td img {
	display: block;
}


a{
	color:#EBA71B;
	text-decoration: none;
}    /* unvisited link */

a:hover {
	text-decoration: underline;
	color:#c88b11;
}   /* mouse over link */


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #B5E1E1;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #B5E1E1;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B5E1E1;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B5E1E1;
	font-weight: bold;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B5E1E1;
	font-weight: bold;
}




/* CLASSES */
.accessibility {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.header_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
}

.hours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	font-weight: bold;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}
table.menu a{
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
}
.menu a:hover {
	font-weight: bold;
	color: #f4edb0;
	text-decoration:none;
}

.page_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 17px;
}

.read_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #504834;
	font-weight: bold;	
}

a:hover .submenu {
	color: #A0710E;
}