

/**
* Home page heading links
*/

.links.homepage
{
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 7px solid #BBBBBB;
    padding: 10px 10px;
    overflow: auto;
    height: 208px;
    margin-bottom: 40px;
}

.links.homepage li
{
    display: block;
    float: left;
    width: 42%;
    color: #d72e34;
    line-height: 27px;
    background: transparent url(../images/bullet.gif) no-repeat center left;
    padding-left: 20px;
}



/**
* Locations
*/

.links.showall-locations .item
{
    position: relative;
}

.links.showall-locations .item h2,
.links.showall-locations .item p
{
    margin: 0;
    padding: 0
}

.links.showall-locations .item a
{
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: block;
    height: 54px;
    background: transparent url(../images/viewmap_icon.gif) no-repeat top left;
    padding-left: 60px;
}
.links.showall-locations .item .bodycopy
{
    margin: -33px 0 20px 60px;
}
