h1 {
    text-align: center;
}

#home {
/*    padding-left: 15px;*/
    background-image: url(/images/content/home/spacer.gif);
    background-repeat: repeat-y;
    background-position: 179px 0;
    padding-left: 1px;
}

.homeCol {
    cursor: pointer;
    float: left;
    width: 149px;
/*    border-right: 1px solid #ededed;*/
    padding: 10px 10px 5px;
    margin-right: 19px;
}

.homeCol.hover {
    background-color: #f1f6fb;
}

.col5 {
    margin-right: 0;
    border-right: none;
}

.col2 .homeIcon img {
    padding-top: 10px;
}

.col3 .homeIcon img {
    padding-top: 14px;
}

.col4 .homeIcon img {
    padding-top: 15px;
}

.col5 .homeIcon img {
    padding-top: 12px;
}

.homeCol h2 {
    margin-top: 20px;
    white-space: nowrap;
}

.homeIcon {
    height: 80px;
    text-align: center;
}

.readMore {
    display: block;
    font-weight: bold;
    margin-top: 20px;
}