body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #333;


}

#masthead {
	height: 150px;
	background-color: #000000;

}

#nav_top {
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#nav_image {
	height: 127px;
	background-color: #FFFFFF;
	text-align: right;
	background-image: url(images/bg-masthead.gif);
	background-repeat: repeat-x;
	background-position: left top;

}

#nav_main {
	text-align: center;
	margin: 0px;
	padding: 6px 5px 6px 5px;
}

#nav_main img {
    border: none;
}

#leftNav {
    width: 190px;
	background-color: #D5A987;
	border-right: 1px solid #C07E4B;
	border-bottom: 1px solid #C07E4B;
	border-left: 1px solid #C07E4B;
	vertical-align: top;
}

/* CSS Document */

#navigation {
    margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	line-height: 9pt;
	color: #FFFFFF;
	text-align: left;
}

#navigation ul {
  list-style-type: none;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}

#navigation ul li {
  font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
  font-size: 9pt;
  margin: 0px;
  padding-left: 9px;
  border-bottom: 1px solid #D5A987;
  background-color: #EAD4C3;
  /* I removed the height attribute rule, which fixed the sublist overlap. */
}

#navigation ul li a {
  line-height: 20px; /* this rule replace the height attribute */
}

#navigation ul li a:link {
  color: #AB5410;
  text-decoration: none;
}

#navigation ul li a:visited {
  color: #AB5410;
  text-decoration: none;
}

#navigation ul li a:hover {
  color: #D5A987;
  text-decoration: none;
}

#navigation ul li a:active {
  color: #AB5410;
  text-decoration: none;
}

#navigation ul ul {
  list-style-type: none;
  padding: 0px;
  margin-left: -9px;
}

#navigation ul ul li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  padding-left: 20px;
  background-color: #D5A987;
  border-top: 1px solid #EAD4C3;
}

#navigation ul ul li a {
  line-height: 22px;
  font-weight: normal;
}

#navigation ul ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul ul li a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#navigation ul ul li a:hover {
  color: #C07E4B;
  text-decoration: none;
}

#navigation ul ul li a:active {
  color: #FFFFFF;
  text-decoration: none;
}

li.main-topic-plain {
	font-weight: bold;
	font-size: 11pt;
}

li.main-topic-current {
	background-image: url(images/pix-current.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

li.current-topic {
	background-image: url(images/pix-current.gif);
	background-repeat: no-repeat;
	background-position: right top;

}

#navigation ul ul li a.current-subtopic {
    /*list-style-type: disc;
	border-right: 17px solid #FFFFFF;
	background-image: url(images/pix-current.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	font-weight: bold;
	color: #AB5410;
	
}

#feature {
	width: 180px;
	background-color: #E0BFA5;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color: #000000;
	text-align: left;
	vertical-align: bottom;
}

#feature p {
    padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.feature-heading {
    font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C5895A;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
}

#feature a:link {
    color: #AB5410;
	text-decoration: underline;
}

#feature a:visited {
    color: #AB5410;
	text-decoration: underline;
}

#feature a:hover {
    color: #AB5410;
	text-decoration: none;
}

#feature a:active {
    color: #AB5410;
	text-decoration: underline;
}

#signup {
    padding: 0px;
	margin: 0px;
}

#signup form {
    padding: 0px;
	margin: 0px;
}

#music-director {
    margin-top: 10px;
	margin-bottom: 20px;
}

#container {
    width: 572px;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
	
}

#content, #content table {
    border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #666666;
}

#content table {
    margin-bottom: 10px;
}

#content h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14pt;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#content h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#content p {
    line-height: 1.6em;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

#content p.dateline {
    color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content ul li {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: left;
	line-height: 14pt;
}

.table-heading {
    background-color: #AB5410;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

#content a:link {
    color: #AB5410;
	text-decoration: underline;
}

#content a:visited {
    color: #AB5410;
	text-decoration: underline;
}

#content a:hover {
    color: #AB5410;
	text-decoration: none;
}

#content a:active {
    color: #AB5410;
	text-decoration: underline;
}

#event-image {
    float: left;
	width: 194px;
}

#event-image p {
	margin: 0px;
	padding: 0px;
}

#event-image img {
    padding: 0px;
	margin: 0px;
}


#event-details {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color: #666666;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	margin-left: 200px; 
}

#event-details p {
    padding: 0px;
	margin: 0px;
}

#event-details p.dateline {
    color: #AB5410;
	margin-top: 5px;
	margin-bottom: 10px;
}

#event-details p.more {
    color: #666666;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}

#event-details p.more a:link {
    color: #AB5410;
	text-decoration: none;
	font-weight: bold;
}

#event-details p.more a:visited {
    color: #AB5410;
	text-decoration: none;
	font-weight: bold;
}

#event-details p.more a:hover {
    color: #AB5410;
	text-decoration: underline;
	font-weight: bold;
}

#event-details p.more a:active {
	color: #AB5410;
	text-decoration: none;
	font-weight: bold;
}

#event-details h1 {
    color: #AB5410;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
}

#event-details h3 {
    color: #666666;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}

#category-details {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10pt;
	color: #666666;
	text-align: left;
	padding: 10px 0px 5px 10px;
	vertical-align: top;
}

#category-details h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12pt;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding: 20px 0px 10px 0px;
}

#category-details p {
    margin: 0px;
	padding-bottom: 10px;
}

#category-details p.concert {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color: #666666;
	padding: 5px 5px 5px 0px;
	margin: 0px;
	border-bottom: 1px dashed #666666;
	margin-left: 0px;
	margin-right: 5px;
}

#category-details p.concert a:link {
    color: #AB5410;
	text-decoration: underline;
}

#category-details p.concert a:visited {
    color: #AB5410;
	text-decoration: underline;
}

#category-details p.concert a:hover {
    color: #AB5410;
	text-decoration: none;
}

#category-details p.concert a:active {
    color: #AB5410;
	text-decoration: underline;
}

#category-image {
    vertical-align: bottom;
}

#category-image img {
    margin: 0px;
	margin-left: 7px;
	background-color: #CCCCCC;
}

.season-heading {
    background-color: #AB5410;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	margin: 0px;
}

#calendar p.concert {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color: #666666;
	padding: 5px 5px 5px 0px;
	margin: 0px;
	border-bottom: 1px dashed #666666;
	margin-left: 5px;
	margin-right: 5px;
}

#calendar p.last {
   border-bottom: none;
}

#calendar p.concert a {
    font-size: 9pt;
}

#calendar p.concert a:link {
    color: #AB5410;
	text-decoration: underline;
	font-weight: bold;
}

#calendar p.concert a:visited {
    color: #AB5410;
	text-decoration: underline;
	font-weight: bold;
}

#calendar p.concert a:hover {
    color: #AB5410;
	text-decoration: none;
	font-weight: bold;
}

#calendar p.concert a:active {
    color: #AB5410;
	text-decoration: underline;
	font-weight: bold;
}

#noteworthy {
    background-color: #E8E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color: #666666;
	border-left: 1px solid #CCCCCC;
}

.noteworthy-heading {
    background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	margin: 10px 0px 5px 5px;
}

#noteworthy p {
    margin: 0px;
	padding: 10px 5px 5px 5px;
}

#noteworthy p.more {
    color: #666666;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}

#noteworthy p.more a:link {
    color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#noteworthy p.more a:visited {
    color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#noteworthy p.more a:hover {
    color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

#noteworthy p.more a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.list-subscription {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #666666;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

.list-subscription p {
    margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

.list-subscription ul {
    margin: 0px;
	margin-left: 5px;
	padding: 0px;
	padding-left: 10px;
}

.list-subscription li {
    margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

#footer {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
    color: #666666;
	font-size: 7pt;
}

#footer a {
    color: #AB5410;
}

#footer a:link {
    text-decoration: underline;
}

#footer a:visited {
    color: #AB5410;
	text-decoration: underline;
}

#footer a:hover {
    color: #AB5410;
	text-decoration: none;
}

#footer a:active {
    color: #AB5410;
	text-decoration: underline;
}

.zebra {
    background-color: #cccccc;
}