
/* ----------- tag definitions ----------- */


.indent {
	position:relative;
	left: 30px;
}

.fullHeight {
    height:100%;
  }
  
.toplink {
	font-size:x-small;
}

.shadowl {
	background-image: url(images/shadow_l.gif);
}

.shawowr {
	background-image: url(images/shadow_r.gif);
}

#headertitle {
	position:relative;
	color:#003969;
	font-size:30px;
	font-family: 'Times New Roman', 'Arial', 'Helvetica', sans-serif;
}



html {
    min-width: 780px;
  }


body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align:center;
    vertical-align:top;
    background: #4F3538 url(images/background_fade.jpg) repeat-x center top;
  }


html>body {
    /* Correct value for browsers that don't suffer from IE Win's bugs */ 
  margin-left: 0px;
  }


h1 {
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    font-weight : normal;
    font-size: 12px;
    color: #A78B42;
    text-align:left;
    background: transparent;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
  }


h2 {
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    font-weight : normal;
    font-size: 10px;
    color: #A78B42;
    text-align:left;
    background: transparent;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: text-bottom;
  }

h2.live {
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  font-size:14px;
}

h3 {
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    font-weight : normal;
    font-size: 12px;
    color: #A78B42;
    text-align:left;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
  }


h4 {
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    font-weight : normal;
    font-size: 11px;
    color: #42292C;
    text-align:left;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 14px;
  }


h5 {
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    font-weight : normal;
    font-size: 10px;
    color: #A78B42;
    text-align:right;
    background: transparent;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: text-bottom;
  }


h6 {
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    font-weight : normal;
    font-size: 11px;
    color: #A78B42;
    background: transparent;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: text-middle;
    padding:10px 0px 0px 0px;
  }


h7 {
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    font-weight : normal;
    font-size: 14px;
    color: #003969;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
  }


p, td {
    margin: 0;
    margin-top: 0;
    margin-bottom: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #42292C;
    line-height: 18px;
  }


div, object {
    margin: 0;
    padding: 0;
    border: 0;
    text-align:center;
    vertical-align:top;
  }


td {
    text-align:left;
    vertical-align:top;
  }

/* ----------- site structure  ----------- */




.imgInline {
    display: inline;
  }


a:link,  a:visited,  a:hover,  a:active {
    font-weight : bold;
    text-decoration : none;
    color: #A68A41;
    background: transparent;
  }



a:hover {
    text-decoration : underline;
  }

/* ----------- home page  ----------- */



#homemasthead {
    vertical-align:bottom;
    /*padding:0px 21px 0px 0px;  -- BF -- To accomdate Summer Concert Series Logo -- */     
    padding:0px 18px 0px 0px;
    background-image: url(images/home_top.jpg);
  }


#submasthead {
    padding:0px 21px 0px 0px;
    vertical-align: bottom;
    text-align: right;
    background-image: url(images/sub_backg_1.jpg);
  }


#subBody {
    text-align:left;
    vertical-align:top;
    padding:0px 20px 27px 50px;
  }


#bodyCopy {
    text-align:left;
    vertical-align:top;
    padding:0px 20px 10px 50px;
  }


#subnav {
    text-align:center;
  }


#subheading {
    background-image: url(images/sub_heading_background.jpg);
    background-repeat: no-repeat;
    background-position: top;
  }


#calloutLive {

  }


#secondnav {
    float:right;
    padding-right:1px;
  }
  
#secondnav tr td {
	font-color: #685218;
}


.footernav {
    margin:auto;
    display:inline;
    vertical-align:bottom;
  }


.homePromo {
    text-align:left;
    vertical-align:top;
    background-color: #EDE5CF;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }


#homePromo2 {
    text-align:left;
    vertical-align:top;
    background-color: #EDE5CF;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #C9B787;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C9B787;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }


#homeSubhead {
    text-align:left;
    vertical-align:top;
    padding:0px 0 20px 70px;
    background:#fff;
  }


.promoText {
    margin:auto;
    text-align:left;
    vertical-align:top;
    padding-top: 10px;
    padding-left: 10px;
}


/*
#homeCallsMask{
width:1px;
border-top:11px solid #fff;
border-bottom:11px solid #fff;
}
*/



/* ----------- site footer  ----------- */




#footerWrapper {
    margin:auto;
    text-align:center;
    vertical-align:top;
    width:750px;
    padding:24px 24px 48px 24px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width:702px;
  }


#bottomNav {
    width:339px;
    text-align:right;
  }


#bottomNavRight {
    width:411px;
    text-align:right;
  }


#copyright {
    width:339px;
    padding:9px 0 0 0;
  }

/* ----------- left nav ----------- */




#left {
    width:249px;
    height:500px;
    padding: 25px 0 0 3px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width:246px;
  }


ul#sidelinks {
    list-style: none;
    margin: 0;
    border: 0;
    padding: 0;
    width:246px;
    background: transparent;
  }


#sidelinks  li {
    padding: 4px 0;
    margin-bottom:0;
    border-bottom:1px dotted #b4b4b4;
  }


#sidelinks a:link,#sidelinks a:visited {
    padding: 0px 0px 0px 22px;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
  }


#sidelinks a:hover,#sidelinks a:active {
    color: #999999;
  }


ul#subSideLinks {
    list-style: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
  }


#subSideLinks li {
    padding: 0 0 0 33px;
    margin-bottom:0;
    border-bottom: 0;
    background: transparent;
  }


#subSideLinks li a:link, #subSideLinks li a:visited {
    padding: 0;
    font-size: 10px;
    line-height: 10px;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    background: transparent;
  }


#subSideLinks li a:hover, #subSideLinks li a:active {
    color: #999999;
  }


ul#quicklinks {
    list-style: none;
    margin: 0;
    margin-top: 41px;
    border: 0;
    padding: 0;
    width:246px;
  }


#quicklinks  li {
    padding: 0;
    margin:0;
    border:0;
  }


#quicklinks li a {
    display:block;
    margin:0;
    border:0;
    padding: 0;
    background: transparent;
  }

.aheading {
	font-weight:bold;
	color:#003969;
}

h1.aheading {
	font-size:large;
}

#sconcerts tr td h3{
 color: #b19251;
 font-size: 14px;
 font-weight: normal;
 margin: 0;
}

#sconcerts tr td a{
 color: #0072bb;
 font-size: 14px;
 font-weight: normal;
 margin: 0;
 text-decoration: underline;
}

#sconcerts tr td {
 width:33%;
 padding:6px;
}

#cpromo {
  padding: 7px 40px 0 10px;
}

#cpromo a.shrink {
    display:block;
    margin-bottom: 10px;
    font-weight : normal;
    font-size: 11px;
    line-height:11px;
    text-decoration: underline;
}

