html, body {
	height: 100%;
	}

body {
	height: 100%;
	background: url(images/bg.gif) top left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: black;
	font-size:12px;
	}
	
.hide {
	visibility: hidden;
	}
	
#homeBox {
	border: solid 1px rgb(68,111,116);
	background: rgb(214,233,228);
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 10px 3px;
	}
	
#homebox p {
	text-align: center;
	}

#logos {
	background: rgb(214,233,228);
	}

#logos img {
	margin: 0 30px 0 0;
	}
	
.contactInfo {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: white;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	font-weight: bold;
	}
	
.copy {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 14px;
	margin: 10px 0 15px 0;
	}
	
.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(68,111,116);
	}

.menus a:hover {
	text-decoration: none !important;
	color: white !important;
	background: rgb(135,198,186);
	width: 100px;
	height: 20px;
	}
	
	
.thanks {
	font-size: 18px;
	font-weight:bold;
	margin: 0 0 250px 0;
	text-align: center;
	line-height: 26px;
	}
	
	
.eventTitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 0 7px;
	color: rgb(68,111,116);
	}
	
.eventCopy {
	width: 100%;
	font-size: 12px;
	margin: 0 0 0 7px;
	padding-bottom: 20px;
	border-bottom: solid 1px rgb(68,111,116);	
	line-height: 16px;
	}
	
	
/*------------------------------------------------------
				Navigation
------------------------------------------------------*/

.home, .menu, .events, .contact, .gallery {
	margin: 0;
	padding: 0;
	}
	
.home a:link, .home a:visited {
	text-decoration: none;
	background: url(images/homeBtn.gif) no-repeat top left;
	display: block;
	width: 83px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
	
.home a:hover {
	text-decoration: none;
	background: url(images/homeBtn.gif) no-repeat bottom left !important;
	display: block;
	width: 83px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
	
	
.menu a:link, .menu a:visited {
	text-decoration: none;
	background: url(images/menuBtn.gif) no-repeat top left;
	display: block;
	width: 91px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
	
.menu a:hover {
	text-decoration: none;
	background: url(images/menuBtn.gif) no-repeat bottom left !important;
	display: block;
	width: 91px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
	
	
.events a:link, .events a:visited {
	text-decoration: none;
	background: url(images/eventsBtn.gif) no-repeat top left;
	display: block;
	width: 100px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
	
.events a:hover {
	text-decoration: none;
	background: url(images/eventsBtn.gif) no-repeat bottom left !important;
	display: block;
	width: 100px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
	
.contact a:link, .contact a:visited {
	text-decoration: none;
	background: url(images/contactBtn.gif) no-repeat top left;
	display: block;
	width: 113px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
	
.contact a:hover {
	text-decoration: none;
	background: url(images/contactBtn.gif) no-repeat bottom left !important;
	display: block;
	width: 113px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
	
	
.gallery a:link, .gallery a:visited {
	text-decoration: none;
	background: url(images/galleryBtn.gif) no-repeat top left;
	display: block;
	width: 111px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
	
.gallery a:hover {
	text-decoration: none;
	background: url(images/galleryBtn.gif) no-repeat bottom left !important;
	display: block;
	width: 111px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
	
	
/*------------------------------------------------------
				END Navigation
------------------------------------------------------*/
	
	
.download {
	width: 227px;
	height: 32px;
	}	
			
.download a:link {
	width: 227px;
	height: 32px;
	background: url(images/downloadBtn.gif) top center no-repeat;
	display: block;
	text-decoration: none;
	}
				
.download a:hover {
	width: 227px;
	height: 32px;
	background: url(images/downloadBtn.gif) bottom center no-repeat !important;
	display: block;
	text-decoration: none;
	}
				
.download a:visited {
	width: 227px;
	height: 32px;
	background: url(images/downloadBtn.gif) top center no-repeat;
	display: block;
	text-decoration: none;
	}
	
	
	