﻿
/*
h1.last-child,
h2.last-child,
h3.last-child,
p.last-child {
    margin-bottom: 0px;
}
*/

#navigation-content > ul {
    display: block;
    width: 100%;
}

#navigation-content > ul > li {
    display: block;
    float: left;
}

.navbar#navigation #navigation-content > ul > li.last-child {
    border-right: 0;
}

.navbar#navigation #navigation-content > ul > li > a {
    padding-left: 28px;
    padding-right:28px;
}

#footer .footerbannersSmall {
    text-align: center;
}

#footer .footerbannersSmall img{
    width: 10%;
}