﻿* 
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: 'Courier New' , Courier, monospace;
	font-size: 14pt;
	background-color: #FFFFFF;
	background-image: url(../graphics/chickadee.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	margin: 0px;
	height: 100%;
	color: #000000;
	min-width: 750px;
	max-width: 950px;
	margin: 0 auto;
	font-weight: bold;
}
.heading
{
	text-align: center;
	font-style: normal;
	font-size: 3em;
	font-weight: 900;
	font-family: "Times New Roman" , Times, serif;
	color: #336600;
	margin: 0px;
	padding: 0px;
}
.title {
	text-align: center;
	font-style: normal;
	font-size: 4em;
	font-weight: 900;
	font-family: "Times New Roman", Times, serif;
	color: #336600;
	margin: 0px;
	padding: 0px;

}

.subHeading {
	text-align: left;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
	font-size: 1.5em;
	margin-top: 25px;
	margin-bottom: 0px;
	line-height: 2em;
	padding: 0px;
}

.subsubHeading {
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 0px;
	line-height: 2.5em;
	padding: 0px;
	font-style: normal;

}
#copywrite {
	color: #336600;
	font-size: 0.6em;
	text-align: center;
	padding: 20px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin: 15px 10px 0px;
	font-weight: normal;
	margin-left: 20px;
}


.center {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}

.head
{
	font-family: "Times New Roman" , Times, serif;
	color: #FFFFCC;
	font-size: 4em;
	font-weight: 900;
}

#unlimited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #336600;
	font-weight: 300;
	text-align: center;
}

.titleTableElement
{
	width: 87%;
	height: 75px;
	background-image: url('../graphics/titlebackground.jpg');
}

/* Header */

#header
{
	height: 85px;
	text-align: right;
	font-family: "Times New Roman" , Times, serif;
	color: #336601;
	font-size: 4em;
	font-weight: 900;
}

#header img 
{
	padding:10px;
	border-color:White;
	background-color:White;
	float:left;
	width:100px;
	height:100px; 
}

/* Top Menu */

#topmenu
{
	background: #336601;
	font: bold 11px Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #FFFFCC;
	margin-left:120px;
}

#topmenu li {
	list-style: none;
	display: inline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	padding: 4px;
	color: #000000;
	text-align:center;
}

#topmenu li a {
	padding: 8px 4px 8px 4px;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
}

#topmenu li a:link { color: #FFFFCC; }
#topmenu li a:visited { color: #FFFFCC; }

#topmenu li a:hover
{
	color: #336601;
	background: #FFFFFF;
}

/* Content */

#content
{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 4px;
	color: #000000;
	text-align:center;

}

#content li
{
	list-style-type:disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 4px;
	color: #000000;
	text-align:left;
	margin-left: 30px;
}

.hours
{
	padding: 25px;
	font-family: 'Courier New' , Courier, monospace;
	font-size: large;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}