/* BASIC */

body {
	 margin: 0;
	 padding: 0;
	 font-family: Arial, Verdana, Helvetica, sans-serif;
   line-height: 120%;
	 background-color: #6E6E6E;
	 text-align: center;
}

div, h1, h2, h3, h4, p, ul, ol, li, 
th, td, img, iframe, form {
	 margin: 0;
	 padding: 0;
}

a img {
      border: none;
}

a {
  color: #D94704;
  text-decoration:none;
}
a:visited {
  color: #D94704;
}
a:hover {
  color: #08088a;
  border-bottom: 1px #08088a dotted;
}
a:active {
  color: #FF0602;
}
.clear {clear: both;}

/* Layout & Navigation */
#wrapper {
  font-size: 10px;
	width: 800px;
  margin-top: 0;
	margin-right: auto;
  margin-bottom: 0;
	margin-left: auto;
	background-color: #f3f5f7;
  text-align: left;
}

/*Banner & Horizontal Nav Bar*/
#banner {
	width: 800px;
	background-color: #DEDEDE;
	height: 251px; /* 216 graphic + ~35 table */
}
#banner img {
  width: 800px;
  height: 216px;
}
#banNav {
  width: 798px;
  height: 33px;
  border: 1px solid #000;
}
#banNav ul {
  margin-top: 2px;
  list-style-type: none;
  line-height: 100%;
  text-align: center;
}
#banNav ul.top {
  margin-top: 5px;
}
#banNav li {
  display: inline;
  border-left: 1px solid #000; /*must be left; ie pads right side*/
}
#banNav li.first {
  border-left: none;
}
#banNav a {
  margin-left: .3em;
}
/*#banNav a:hover {
  background-color: #B0D9FF;
}*/
body#home a.homeLnk,
body#tickets a.tixLnk,
body#concerts a.concLnk,
body#discover a.discoLnk,
body#experience a.experLnk,
body#nurture a.nurtLnk,
body#community a.commLnk,
body#about a.aboutLnk,
body#calendar a.calLnk,
body#sitemap a.mapLnk,
body#contact a.contLnk,
body#news a.newsLnk,
body#listen a.listenLnk {
/*background-color: #f3f5f7;*/
  font-style: italic;
  color: #08088a;
}

/*Main*/
#main {
  width: 375px;
  margin: 18px 15px 0 223px;
  text-align: left;
  float: left;
}
* html #main {
  display: inline; /* Fix <=ie6 double margin bug: */
}
#main h2 {
  font-size: 18px;
  font-family: "Engravers Gothic BT", "Arial Bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  margin-bottom: 1em;
}
#main h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}  
#main h3.home {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.5em;  
}
#main h4 {
  font-size: 13px;
  text-align: left;
  margin-bottom: 1em;
}
#main p {
  font-size: 13px;
  padding-bottom: 1em;
}
#main ul {
list-style-type: none;
font-size: 13px;
text-align: left;
}
#main li {
font-size: 13px;
}  
#main table {
  width: 375px;
}
#main tr {
  vertical-align: baseline;
}
#main td {
width: 187px;
text-align: left;
padding-bottom: 1.5em;
}
#main th {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding-bottom: .2em;
}
#main .right {
  padding-left: 12px;
}
#main dl {
  font-size: 13px;
  margin: 0;
  padding: 0;  
}
#main dd {
  margin-bottom: .5em;
}

/*Sidebar (left)*/
#sidebar {
  width: 187px;
  margin: 5px 5px 0 -610px;
  float: left;
}
.photo img {
  width: 187px;
  height: 130px;
  float: left; /* Needed to eliminate extra white space below photo in IE */
  border-bottom: 5px solid #f3f5f7;
}
.photo2 img {
  width: 187px;
  height: 126px;
  float: left; /* Needed to eliminate extra white space below photo in IE */
  border-bottom: 5px solid #f3f5f7;
}
#sidebar ul {
  list-style-type: none;
  text-align: left;
	background-color: #DEDEDE;
}
#sidebar li {
  line-height: 120%;
  padding: 0.8em 0 0.8em 0.2em;
  border-bottom: 2px groove #7f7f7f;
}
#sidebar li.head {
  line-height: 280%;
  padding: 0 0 0 0.2em;
  border-bottom: 2px groove #7f7f7f;
}
#sidebar li.October {
  padding-bottom: 0.4em;
  padding-left: 4.5em;
  text-indent: -4.3em;
 }
#sidebar li.Decfirst {
  padding-bottom: 0.4em;
  padding-left: 5.6em;
  text-indent: -5.4em;
  border-bottom: none;
 }
#sidebar li.Declast {
  padding: 0.4em 0 0.8em 5.6em;
 }
#sidebar li.Marfirst {
  padding-bottom: 0.4em;
  padding-left: 3.8em;
  text-indent: -3.6em;
  border-bottom: none;
 }
#sidebar li.Marmid {
  padding: 0.4em 0 0.4em 3.8em;
  border-bottom: none;
 }
#sidebar li.Marlast {
  padding: 0.4em 0 0.8em 3.8em;
 }
#sidebar li.Aprfirst {
  padding-bottom: 0.4em;
  padding-left: 3.0em;
  text-indent: -2.8em;
  border-bottom: none;
 }
#sidebar li.Aprmid {
  padding: 0.4em 0 0.4em 3.0em;
  border-bottom: none;
 }
#sidebar li.Aprlast {
  padding: 0.4em 0 0.8em 3.0em;
 }
#sidebar li.Mayfirst {
  padding-bottom: 0.4em;
  padding-left: 2.9em;
  text-indent: -2.7em;
  border-bottom: none;
 }
#sidebar li.Maylast {
  padding: 0.4em 0 0.8em 2.9em;
 }
#sidebar li.noHR {
  border-bottom: none;
}
#sidebar iframe {
  width: 160px;
  height: 600px;
  margin: 5px 13px 0 14px;
  border: none;
}

/*Sidebar (right)*/
#tixNews {
  width: 170px;
  margin: 5px 5px 0 0;
  float: right;
}
* html #tixNews {
  display: inline; /* Fix <=ie6 double margin bug: */
}
#tixNews ul {
  list-style-type: none;
  text-align: left;
  margin-bottom: 1.5em;
}
#tixNews li {
  line-height: 120%;
  padding: 0.5em 0 0.5em 0;
}
#tixNews li.head {
  background-color: #DEDEDE;
  line-height: 280%;
  padding: 0 0 0 0.2em;
}
#tixNews li.HR {
  border-bottom: 2px groove #DEDEDE;
}
#tixNews #mailForm {
  background-color: #DEDEDE;
  line-height: 120%;
}
#tixNews #mailForm p {
  padding-top: 1em;
  text-align: center;
}
#tixNews #mailForm p.invite {
  font-weight: bold;
}
#tixNews #mailForm p.privacy {
  font-weight: bold;
  padding-bottom: 0.5em;
}
#tixNews #mailForm p.radBtn {
  text-align: left;
  padding-left: 43px;
}
#tixNews #mailForm p.subBtn {
  padding-bottom: 0.2em;
}
#tixNews input#email {
  background-color: #F3F5F7;
  width: 150px;
  margin-top: 2px;
}
#tixNews input#subscribe {
  background-color: #cbd893;
  margin: 5px 0 0 10px;  
}

/*Bottom Site Links*/
#navMap {
  width: 798px;
  margin: 0 1px 20px 1px;
  padding-top: 10px;
}
#navMap ul {
  list-style-type: none;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
#navMap li {
  width: 104px;
  margin: 0.4em 5px 0.4em 5px;
  line-height: 120%;
  padding-bottom: 0.4em;
}
#navMap li.head {
  width: 104px;
  font-weight: bold;
  line-height: 110%;  
  margin: 0.8em 5px 0.8em 5px;
}
#navMap .col {
  float: left;
}

/*Footer*/
#housekeep {
  width: 800px;
  height: 50px;
  background-color: #DEDEDE;
  text-align: center;
}
#housekeep p {
  padding-top: 15px;
}
#housekeep address {
  text-align: left;
  font-style: normal;
  font-weight: bold;
  color: #000;
  padding-left: 1em;
  line-height: 100%;
  margin-top: -5px;
}  
