
body.index #header {
    padding: 0;
    background: none;
}
body.index #header .som {
    position: relative;
    left: 0;
    top: 0;
    width: 398px;
    height: 39px;
}

body.index #banner {
    position: relative;
    width: 1030px;
    height: 268px;
    overflow: hidden;
    background: url(../images/home/banner-placeholder.jpg) 0 0 no-repeat;
}
body.index #banner.scrolling {
    background: none;
}
body.index #banner .scrollWrapper {
    position: relative;
    z-index: 100;
}
body.index #banner img {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
body.index #banner h1 {
    position: absolute;
    width: 1030px;
    height: 69px;
    left: 0;
    bottom: 0;
    z-index: 101;
    margin: 0;
    padding: 0;
    background: url(../images/home/banner-title.png) 0 0 no-repeat;
}
body.index #banner h1 span {
    visibility: hidden;
}

body.index #header .navigation {
    width: 900px;
    height: 37px;
    padding: 0 18px;
    background: #80955e url(../images/home/dates.gif) 666px 6px no-repeat;
    font-size: 9px;
    line-height: 37px;
}
body.index #header .navigation .home {
    display: none;
}

body.index #body {
    width: auto;
    margin: 0;
    padding: 0 0 125px 295px;
    background: url(../images/home/som-logo.png) 770px bottom no-repeat;
}
body.index #body .content {
    width: 520px;
    min-height: 303px;
    padding: 1px;
    background-color: #9b3f15;
}
body.index blockquote {
    margin: 15px 15px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #c5e29c;
    font: italic 18px times, "times new roman", serif;
}
body.index blockquote p {
    margin: 0;
    padding: 0;
}
body.index #body blockquote .attribution {
    margin-top: 10px;
    text-align: right;
    font: normal 11px helvetica, arial, sans-serif;
}
body.index #body .columns {
    padding: 15px;
    overflow: hidden;
}
body.index #body .column.left,
body.index #body .column.right {
    width: 230px;
    float: left;
}
body.index .schedule .event {
    list-style: none;
    margin: 0;
    padding: 0 0 1em;
}
body.index .schedule p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.2em;
}
body.index .schedule .date-and-time {
    color: #f1942a;
    text-transform: uppercase;
    font-size: .9em;
}
body.index .schedule a {
    color: white;
}
body.index .schedule .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 295px;
    height: 305px;
}
body.index .schedule .photo .caption {
    position: absolute;
    display: block;
    left: 5px;
    bottom: 5px;
    font-size: 11px;
    font-weight: normal;
    text-shadow: #000 1px 1px 1px;
}

body.no-script .event .photo {
    display: none;
}
body.no-script .event:hover .photo {
    display: block;
}
