#support-sidebar {
    float: left;
    margin-right: 1%;
    width: 19%;
}
#support-sidebar ul {
    list-style-type: none;
    padding: 0;
}
#support-sidebar ul li {
    line-height: 16px;
    margin-bottom: 12px;   
}
#support-sidebar ul li ul {
    list-style-type: disc;
    padding: 10px 0 0 20px;
    margin: 0;
}
#support-sidebar ul li ul li {
    padding-left: 0;
    margin-left: 10px;
    margin-bottom: 0px;
}
#support-content {
    float:left;
    width: 80%;
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

