/* CSS Document */
/*wrapper and backgrounds///////////////////////////////////////////////*/
.homeBranches {
    background-image: url(../Images/pageSpecificImages/homeBranchAll.gif);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
}

.outterBorder {
    width: 374px;
}

.contentArea {
    width: 356px;
    background-image: none;
}

.innerContentArea {
    width: 356px;
    background-image: url(../Images/pageSpecificImages/homeTopLogoShort.gif);
}

/* Navigation ////////////////////////////////////////////////////////*/
.navContainer {
    margin-left: 40px;
}

/* Text formatting //////////////////////////////////////////////////*/
.textContainer {
    margin-top: 180px;
    width: 270px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font: bookman, georgia, garamond;
}

.topMargin {
    margin-top: 50px;
}

p {

}

