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

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
body {
	background: rgb(239,226,196);
	}
	
img, div { behavior: url(iepngfix.htc) }
	
#cont {
	height: 100%;
	}

#containerTbl {
	height: 100%;
	}
	
#footerTbl {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	}
	
#homeBox {
	border: solid 1px rgb(37,76,127);
	background: white;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	padding: 14px;
	margin: 15px 0;
	}
	
	#homeBox p {
		margin: .25em 0 0 0;
		}
	
	#homeBox p.homeSpecial {
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin: 1.75em 0 0 0;
		color: rgb(37,76,127);
		}
		
	#homeBox p.homeSpecInfo {
		margin: 4px 0 0 0;
		color: rgb(37,76,127);
		}
	
.txt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.35em;
	color: rgb(37,76,127);
	}
	
.hide {
	visibility: hidden;
	}
	
	
.addressFooter {
	background: rgb(170,170,145);
	padding: 20px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: rgb(240,237,228);
	margin: 0;
	}
	
	
.subhead {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: rgb(37,76,127);
	text-decoration: underline;
	margin: 40px 0 5px 0;
	}
	
	
.mainEvent {
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: rgb(37,76,127);
	margin: 40px 0 5px 0;
	}
	
.date {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color: rgb(37,76,127);
	font-style: italic;
	margin: 5px 0 10px 0;
	}
	
.eventCopy {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color: rgb(37,76,127);
	margin: 2px 0 10px 0;
	padding-bottom: 30px;
	border-bottom: dotted 1px rgb(37,76,127);
	}
	
	
	
	
	
	
	
	
.home, .menu, .events, .contact, .gallery {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
	
.home a:link, .home a:visited {
	text-decoration: none;
	background: url(assets/images/homeBtn.gif) no-repeat top left;
	display: block;
	width: 93px;
	height: 34px;
	}
	
.home a:hover {
	text-decoration: none;
	background: url(assets/images/homeBtn.gif) no-repeat bottom left;
	display: block;
	width: 93px;
	height: 34px;
	}

	
	
.menu a:link, .menu a:visited {
	text-decoration: none;
	background: url(assets/images/menuBtn.gif) no-repeat top left;
	display: block;
	width: 91px;
	height: 34px;
	}
	
.menu a:hover {
	text-decoration: none;
	background: url(assets/images/menuBtn.gif) no-repeat bottom left;
	display: block;
	width: 91px;
	height: 34px;
	}
	
	
.events a:link, .events a:visited {
	text-decoration: none;
	background: url(assets/images/eventsBtn.gif) no-repeat top left;
	display: block;
	width: 102px;
	height: 34px;
	}
	
.events a:hover {
	text-decoration: none;
	background: url(assets/images/eventsBtn.gif) no-repeat bottom left ;
	display: block;
	width: 102px;
	height: 34px;
	}
	
	
.contact a:link, .contact a:visited {
	text-decoration: none;
	background: url(assets/images/contactBtn.gif) no-repeat top left;
	display: block;
	width: 112px;
	height: 34px;
	}
	
.contact a:hover {
	text-decoration: none;
	background: url(assets/images/contactBtn.gif) no-repeat bottom left ;
	display: block;
	width: 112px;
	height: 34px;
	}
	
	
.gallery a:link, .gallery a:visited {
	text-decoration: none;
	background: url(assets/images/galleryBtn.gif) no-repeat top left;
	display: block;
	width: 111px;
	height: 34px;
	}
	
.gallery a:hover {
	text-decoration: none;
	background: url(assets/images/galleryBtn.gif) no-repeat bottom left;
	display: block;
	width: 111px;
	height: 34px;
	}
	
	
	
	
	
	
	
	
	
	
	
.menus {
	font-size : 18px;
	font-weight: bold;
	margin: 20px 0 30px 0;
	text-align: center;
	}
	
.menus a:link, .menus a:visited {
	text-decoration: underline;
	width: 100px;
	height: 20px;
	color: rgb(37,76,127);
	}

.menus a:hover {
	text-decoration: none !important;
	color: black !important;
	background: rgb(170,170,145);
	width: 100px;
	height: 20px;
	}
	
.download {
	text-align: center;
	width: 163px;
	height: 33px;
	margin: 0 auto 30px auto;
	}
	
.download a:link, .download a:visited {
	width: 163px;
	height: 33px;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	background: url(assets/images/dwnBtn.gif) top left no-repeat;
	}
	
.download a:hover {
	width: 163px;
	height: 33px;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	background: url(assets/images/dwnBtn.gif) bottom left no-repeat;
	}
	











