/* CSS Document */
/*drop down menu*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid;
	border-bottom-color: #ffffff;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 150px;
	top: 0;
	display: none;
	width: 180px;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #009966;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	}
ul li a:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size 13px;
	text-decoration: underline;
	color: #ffffff;
	background-color: #00cc66;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; 
}
/*end of drop down menu*/

/* site map links */

.sm {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.copyrightlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009966;
	font-weight: bold;
	text-decoration: none;
}

.copyrightlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009966;
	font-weight: bold;
	text-decoration: underline;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009966;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009966;
	font-weight: bold;
}

.subheading_popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.subheadinglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009966;
	font-weight: bold;
	text-decoration: none;
}

.subheadinglink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009966;
	font-weight: bold;
	text-decoration: underline;
}

.highlightlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009966;
	text-decoration: underline;
	font-weight: normal;
}

.highlightlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size; 14px;
	color: #009966;
	text-decoration: underline;
	font-weight: normal;
}

.highlightlink_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009966;
	text-decoration: underline;
	font-weight: bold;
}

.highlightlink_bold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size; 16px;
	color: #009966;
	text-decoration: underline;
	font-weight: bold;
}

.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size; 14px;
	color: #009966;
	font-weight: bold;

}

.venue_navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size; 14px;
	color: #009966;
	font-weight: bold;
	text-decoration: none;
}

.venue_navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size; 14px;
	color: #009966;
	font-weight: bold;
	text-decoration: underline;
}

.sideright {
	font-family: Arial, Helvetics, sans-serif;
	color:#ffffff;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.siderightlink{
	font-family: Arial, Helvetics, sans-serif;
	color: #FFFF00;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

.siderightlink:hover{
	font-family: Arial, Helvetics, sans-serif;
	color:#FFFF00;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

.indexsideright {
	font-family: Arial, Helvetics, sans-serif;
	color:#ffffff;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.indexsiderightlink{
	font-family: Arial, Helvetics, sans-serif;
	color: #FFFF00;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

.indexsiderightlink:hover{
	font-family: Arial, Helvetics, sans-serif;
	color:#FFFF00;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

.indexsideright_large{
	font-family: Arial, Helvetics, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	font-weight: bold;
}

.indexsideright_large:hover{
	font-family: Arial, Helvetics, sans-serif;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 13px;
	font-weight: bold;
}

.siderighthighlight{
	font-family: Arial, Helvetics, sans-serif;
	color: #FFFF00;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

/* photo gallery links */

.gallerylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009966;
	text-decoration: underline;
	font-weight: normal;
}

.gallerylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size; 12px;
	color: #009966;
	text-decoration: underline;
	font-weight: normal;
}

.newsflash {
	background-color: #009966;
	padding-bottom: 8px;
	padding-top: 8px;
}

.newsflash_link {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

.newsflash_link:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

