@charset "utf-8";
/* CSS Document */


/*CSS Reset*/
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
	background-color: #EFFEE0;
	font: normal normal normal 10pt/12pt sans-serif;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
}
#navigation {
	background-color: #DFFBC1;
	float: left;
	position:relative;
	width: 215px;
	height: 600px;
}
#navigation img { display: block; margin-left: auto; margin-right: auto; }
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	margin-right: 75px;
}
#navigation li { text-align: right; font-size: 11px; }
#navigation li a:link { color: black; text-decoration: none; }
#navigation li a:visited { color: black; text-decoration: none; }
#navigation li a:focus, #navigation li a:hover, #navigation li a:active { color: black; text-decoration: underline; }
#main_image {
	background-color: #FFFFFF;
	float: left;
	position:relative;
	width: 185px;
	margin-left: 0; 
}
#content {
	background-color: #FFFFFF;
	float: left;
	position:relative;
	width: 400px;
	height: 600px;
}
#body_nav {
    bottom: 20px;
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: right;
}
#body_nav a:link { color: black; text-decoration: none; }
#body_nav a:visited { color: black; text-decoration: none; }
#body_nav a:focus, #body_nav a:hover, #body_nav a:active { color: black; text-decoration: underline; }

#hours { text-align: center; font-size: 11px; }

#address { text-align: center; font-size: 11px; }

#bodyheader {
	color: #8DC740; 
	font-size: 16px; 
	font-weight: bold; 
	position: absolute;
	top: 50px;
	margin: 0 10px 10px 20px;
	overflow: auto;
	width: auto;
}

#bodycopy {
	font-size: 12px; 
	color: gray;
	position: absolute;
	top: 80px;
	margin: 0 50px 0 20px;
	overflow: auto;
	width: auto;
}
