html {
    overflow-y: scroll;
}

.honoree {
    display: none;
    overflow: hidden;
    height: 1%;
    /*background: url(../images/honorees/honorees-background.gif) repeat-y 270px 0;*/
    padding: 20px 0;
}

#content {
    padding-bottom: 0;
}

hr {
    margin-bottom:0;
    display: none;
}

ul#thumbnails {
    list-style: none;
    padding: 0;
    overflow: hidden;
    height: 1%;
}

ul#thumbnails li {
    padding: 0;
    float: left;
}

ul#thumbnails li a {
    display: block;
    width: 182px;
    text-decoration: none;
    text-align: center;

    margin-right: 40px;
    background: url(../images/honorees/honorees-shadow.png) no-repeat;
}

ul#thumbnails li#last a {
    margin-right: 0;
}

ul#thumbnails li span {
    text-decoration: underline;
}

ul#thumbnails li img {
    margin: 10px auto 25px auto;

}

ul#thumbnails li a:hover, ul#thumbnails li.current a {
    background-position: -182px 0;
}

p#instructions {
    font-style: italic;
    text-align: center;
    padding-top: 10px;
}

#content {
    padding-bottom: 0;
}

.leftcol{
}

.rightcol{
    float: right;
    width: 330px;
}

.leftcol {
    padding-right: 25px;
}

.rightcol {
    padding-left: 25px;
    padding-bottom: 25px;
}

.rightcol blockquote {
    width: auto;
    display: none;
    padding: 0;
    color: #635234;
    font: normal 12px/16px arial, sans-serif;
}

#content .rightcol h2, #content .leftcol h2 {
    font-size: 22px;
    font-weight: normal;
}

#content .rightcol  p {
    margin:0;
}

.rightcol blockquote p {
    padding: 10px 0;
}	

.rightcol em {
    font-style: normal;
    color: #68868f;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    padding: 5px 0;
}

p.read {
    font: italic 12px/15px arial, sans-serif;
}

p.subheading {
    font-weight: bold;
    margin-top: 12px!important;
}

span.sifr {
    display: block;
}

.videoReplace img {
    cursor: pointer;
}