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

body {
	background-image: url(images/corkboard.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
#container {
	background-color: #FFF;
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: thin double #FFF;
	background-image: url(images/back.gif);
	background-repeat: repeat;
	text-align: center;
}
#navBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #930;
	background-color: #99D479;
	height: 51px;
	width: 100%;
	text-align: center;
}
#headerArea {
	height: 204px;
	width: 100%;
	background-image: url(images/logo_line.gif);
	text-align: left;
}
#tagline {
	background-color: #EFC52A;
	width: 100%;
	text-align: center;
}
#homeContentArea {
	background-image: url(images/back.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 20px;
	height: auto;
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {color: #660066}
.navigator {
	padding-right: 20px;
	padding-left: 20px;
	font-family: Futura, Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	line-height: normal;
	color: #930;
}
.bottomNav {
	height: auto;
	width: auto;
}
.hoursDetails {
	font-size: 10px;
}
.hoursTitle {
	color: #660266;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
}
.copyright {
	font-size: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #333;
}
.addressType {
	font-size: 13px;
	letter-spacing: 5px;
	text-align: center;
	line-height: 120%;
	color: #090;
}
.addressType1 {	font-size: 13px;
	text-align: center;
}
a:link {
	color: #660266;
}
a:visited {
	color: #660266;
}
a:hover {
	color: #660266;
}
a:active {
	color: #660266;
}
#theShadow {
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#ContentArea {
	text-align: left;
	background-color: #EFC52A;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
}

