/**
2 column with Introduction**/

#supportcontent {
    float: left;
    width: 275px;
    padding: 20px 20px 0 40px;
}/*ie7 and below*/
    
#feature-exhibit {
    width: 550px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
    border-left: solid 1px #cacaca;
    }/*ie7 and below*/

html>/**/body #supportcontent {
    width: 275px;
    float: left;
    margin: 20px 0 0 40px;
    padding: 0;
}
    
html>/**/body #feature-exhibit {
    width: 550px;
    float: right;
    margin: 20px 40px 0 0;
    padding-left: 20px;
    padding-right: 0;
    border-left: solid 1px #cacaca;
    }
    
#feature-exhibit img {
    float: right;
    margin: 0 0 20px 20px;
}

#feature-exhibit p {
    margin: 0;
}

#exhibit-gallery {
    clear: both;
    margin: 0 40px;
    padding-top: 40px;
}

#exhibit-gallery .exhibit {
    width: 262px;
    float: left;
    margin: 0 10px 2.5em 10px; 
}


html>/**/body #exhibit-gallery .exhibit {
    width: 270px;
    float: left;
    margin: 0 10px 2.5em 10px; 
}


#exhibit-gallery .exhibitrow {
    clear: both;
    display: block;
}

.exhibit img.thumb {
    float: right;
    margin: 0 0 8px 8px;
}

.exhibit h3 {
    font-size: .9em;;
    line-height: 1.5em;
    margin: 0 0 .25em 0;
}

.exhibit p {
    margin: 0;
    padding: 0;
}

.exhibit p.exhibitdates {
    color: #7f7f7f;
    margin: 1em 0 0 0;
    padding: 0;
}
