/* CSS Document */

/* 1st Tier nav */

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

/* Open up 2nd Tier nav */

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

#about.conductor #nav ul ul li a.conductor {	
	color: #333333;
	background: #FFF3D3 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#about.musicians #nav ul ul li a.musicians {	
	color: #333333;
	background: #FFF3D3 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#about.auditions #nav ul ul li a.auditions {	
	color: #333333;
	background: #FFF3D3 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#about.reviews #nav ul ul li a.reviews {	
	color: #333333;
	background: #FFF3D3 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#about.board#nav ul ul li a.board {	
	color: #333333;
	background: #FFF3D3 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
		
#about.faq #nav ul ul li a.faq {	
	color: #333333;
	background: #FFF3D3 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
			
	
.quote {
	padding: 10px;
	width: 400px;}
	
.column {
	width: 260px;
	float: left;
	margin-left: 20px;}
	
.column h4 {
	border-bottom: 1px solid #666666;
	background: #F7EEDD;
	margin-bottom: 8px;
	padding-left: .5em;}

.musicians ul  {
	padding-left: 1em;
	margin: 0px;
	padding-top: 0px;}
	
.musicians ul li {
	list-style: none;
	padding-left: 0px;
	margin: 0px;}

.board ul  {
	padding-left: 1em;
	margin: 0px;
	padding-top: 0px;}
	
.board ul li {
	list-style: none;
	padding-left: 0px;
	margin: 0px;}
