@charset "UTF-8";
/* CSS Document */
/*Styles relating to the accordion javascript feature in the "Live Music and Events" section appearing on the left side of each page*/
.accordionMenu{
	width: 250px;
	margin-top: 10px;
}
.accordionMenu h1 {
	font-size: 12px;
	color: #FFFFFF;
}
.accordionMenu h2 {
	color: #0085f6; /*Blue*/
	font-size: 14px;
	font-weight: bold;
}
.accordionMenu  p {
	font-size: 12px;
	margin: 0px;
	padding-top: 3px;
	color: #CCCCCC; /*Grey*/
	padding-left: 13px;
	font-weight: normal;
}
.accordionMenu img {
	padding-left: 13px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.accordionMenu p.highlight {
}
.accordionMenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white; /*bottom spacing between header and rest of content*/
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-bottom: 2px;
	margin-top: 0px; /*Use this figure to reduce the space between accordion topics*/
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.accordionMenu .openheader{
	color: #FFFFFF;
}

.accordionMenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 0;
}

.arrowlistmenu ul li{
	padding-bottom: 2px;
}
.accordionMenu    .highlightedText {
	font-weight: bold;
	color: #0085f6;
}/*Highlights selectd txt using span id's - draws attention to various headings such as features, etc
*/

