/* CSS Document */

/* 1st Tier nav */

#nav ul li a.events {
	color: #333333;
	border-bottom: 1px solid #333333;
	background: #EDDFB6;}

/* Open up 2nd Tier nav */

#events #nav ul ul.events { 
	display:list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif;  }
	
#events #nav ul ul a { 
	padding: 4px 0px 4px 24px;
	width: 115px;
	border-bottom: 1px solid #333333;
	text-decoration: none; }		
	
#events #nav ul ul a:link, #events #nav ul ul a:visited {
	padding: 4px 0px 4px 24px;
	font-weight: normal;
	color: #333333;
	background-color: #fff; }
	
#events #nav ul ul a:hover {
	font-weight: normal;
	padding: 4px 0px 4px 24px;
	color: #333333;
	background-color: #EDDFB6; }
	
/* Second Tier nav Links */

#events.sep #nav ul ul li a.sep {	
	color: #333333;
	background: #FFF3D3 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#events.nov #nav ul ul li a.nov {	
	color: #333333;
	background: #FFF3D3 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#events.dec #nav ul ul li a.dec {	
	color: #333333;
	background: #FFF3D3 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#events.feb #nav ul ul li a.feb {	
	color: #333333;
	background: #FFF3D3 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#events.may #nav ul ul li a.may {	
	color: #333333;
	background: #FFF3D3 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#events .box {
	border: 1px solid #AB1414;
	padding: 10px 10px 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	width: 95%;}

#events .box h3 {
	margin: 0px;}
	
#events ul.dates  {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-weight: bold;}

#events ul.program  {
	margin-left: 0px;
	padding-left: 2em;
	list-style: none;
	margin-bottom: 0px;}
	
#events ul li.soloist  {
	margin-left: 0px;
	padding-left: 2em;
	list-style: none;
	font-style: italic;}	
	
#events #frugal imgRight_no_border {
	clear: none;
}

#events #frugal img.frugal_sponsors {
	float: right;
	border: none;
	margin: 0px 0px 10px 10px;
	clear: right;}
	
.quote {
	padding: 10px;
	width: 400px;}
	
.photo_w_caption {
	padding: 0px;
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 300px;
	text-align: center;
	font-size: .9em;
	display: block;}
