body {
    background-color: #FFFFFF;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #373030;
    margin: 0px;
}
h1 {
    position: absolute;
    top: -1000px;
}
h2 {
    position: absolute;
    top: 165px;
    font-family: Garamond, Times, Times New Roman, serif;
    font-size: 36px;
    color: #153218;
    margin-left: 555px;
}
h3 {
    margin: 0px 0px 10px 0px;
}
h4 {
    font-size: 16px;
    color: #246A34;
    margin: 25px 0px 0px 0px;
}
a {
    color: #246A34;
}
hr {
    clear: both;
    width: 80%;
    height: 1px;
    background-color: #246A34;
    color: #246A34;
    border: none;
    margin: 10px auto 30px auto;
}
iframe
{
    width: 100%;
    height: 600px;
    border: 0px;
}

#centerFrame {
    width: 984px;
    margin: 0px auto 30px auto;
    border: 2px solid #153218;
    border-top-width: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
#header {
    position: relative;
    width: 100%;
    height: 285px;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
}
#mirinesseHeader {
    position: absolute;
    top: 60px;
    margin-left: 30px;
}
#nav {
    position: absolute;
    bottom: 0px;
    left: 67px;
    width: 850px;
    height: 40px;
    background-color: #163318;
    color: #FFFFFF;
    font-family: Garamond, Times, Times New Roman, serif;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0px auto 0px auto;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
}
#nav a {
    display: inline-block;
    height: 40px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
}
#nav a:hover {
    text-decoration: underline;
}
#nav a.selected {
    color: #bdda88;
}
#nav li.selected a {
    text-decoration: underline;
}
#membersMenu
{
    display: none;
    position: absolute;
    top: 40px;
    right: 0px;
    min-width: 150px;
    background-color: #FFFFFF;
    text-align: left;
    line-height: 1.5em;
    padding: 5px 5px 10px 5px;
    border: 3px solid #549342;
    border-top-width: 0px;
/*    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;*/
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
}
#membersMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#membersMenu a
{
    color: #373030;
}
#content {
    background-color: #F2F2D1;
    min-height: 400px;
    padding: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
#bethannImage {
    width: 199px;
    height: 300px;
}
#rebeccaImage {
    width: 200px;
    height: 300px;
}
#mindyImage {
    width: 236px;
    height: 207px;
}
#posterThumbnail {
    width: 200px;
    height: 307px;
    border: none;
}

.leftAlignedImage {
    float: left;
    margin: 0px 20px 20px 0px;
}

.caption {
    margin-top: 10px;
}

.musicPlayer {
    width: 350px;
    height: 180px;
}

.row {
    clear: both;
}
.leftAlignedCol {
    float: left;
    margin-right: 20px;
}
.rightAlignedCol {
    float: right;
    margin-left: 20px;
}
.album {
    margin-bottom: 30px;
}
.albumCover {
    width: 115px;
    text-align: left;
    margin: 0px 20px 15px 0px;
}
.albumDetails {
    width: 668px;
    margin-right: 0px;
}
.albumDescription {
}
.performanceDetails {
    width: 500px;
}
.musicPlayerText {
    padding-top: 40px;
}

.poster {
    width: 370px;
}

.highlighted {
    background-color: #BDDA88;
    font-size: 17px;
    text-align: center;
    line-height: 140%;
    padding: 5px;
    border: 1px solid #153218;
    margin-bottom: 20px;
/*    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px; */
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}
.highlighted .inner {
    background-color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    border: 1px solid #549342;
/*    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px; */
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}
.highlighted .subtext {
    font-size: 14px;
}

.slideshowCol {
    min-height: 250px;
}
.slideshow {
    width: 250px;
    height: 250px;
    margin-bottom: 10px;
}
.slideshow img {
    position: absolute;
    opacity: 0.0;
    filter: alpha(opacity=0);
    z-index: 1;
}
.slideshow img.active {
    opacity: 1.0;
    filter: alpha(opacity=100);
    z-index: 0;
}

#dialogSneezeguard {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #000000;
    opacity: .3;
    z-index: 1;
}

.viewTrackListing {
    clear: both;
    margin-bottom: 0px;
}
.trackListingWrapper {
    display: none;
    clear: both;
    position: relative;
    top: -1.5em;
    left: -.1em;
    background-color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 130%;
    padding: 8px;
    border: 1px solid #549342;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    zoom: 1; /* ridiculousness needed by IE7, or the close button disappears */
}
#hopeSingsEternalTrackListing.trackListingWrapper, #newSeasonProgram.trackListingWrapper {
    display: block;
    top: 0px;
}
.trackListingWrapper h4 {
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 8px;
    cursor: pointer;
}
.trackListingWrapper .close {
    position: absolute;
    right: 8px;
    width: 12px;
    height: 12px;
    background-image: url("../images/closeSprite.gif");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}
.trackListingWrapper .close:hover {
    background-position: -12px 0px;
}
.trackListing {
    padding-left: 30px;
    margin: 0px;
}
#footer {
    width: 780px;
    font-size: 11px;
    text-align: center;
    margin: 30px auto 60px auto;
}
#footer img {
    margin-top: 15px;
}

.hseColor
{
    color: #844A6E;
    font-weight: bold;
}

#festivalInfo
{
    width: 100%;
}
#festivalInfo .col1
{
    width: 200px;
}
#festivalInfo tr.odd
{
    background-color: #BDDA88;
}
#festivalInfo td
{
    vertical-align: top;
    padding: 5px 5px 5px 0px;
}

