ul#ad_list{
    list-style: none;
    margin-top: 33px;  /*the height of the "Sponsors" font.*/
    display: block;
}

ul#ad_list li.hero{
    list-style: none;
    margin-bottom: 30px;
    height: 95px;
}

ul#ad_list li{
    text-align: center;
    margin-bottom: 16px;
/*    height: 30px;*/
}

ul#ad_list li.last{
    margin-bottom: 0px;
}


/*Long List */
div#sponsor_list{
    text-align: left;
    /*border: 1px red solid;*/
}

div#sponsor_list div#sponsor{
    margin-bottom: 30px;
    clear: both;
}

div#sponsor_list div#sponsor div#logo {
    width:200px;
    display: inline;
    float: left;
    margin-bottom: 30px;
}
div#sponsor_list div#sponsor div#descr {
    width:307px;
    display: inline;
    float: left;
    margin-bottom: 30px;
    margin-left: 10px;
}
div#sponsor_list div#sponsor div#descr h2 {
    color: #333333;
    font-size: 1.4em;
}
