@import url(http://fonts.googleapis.com/css?family=Monda:400,700);

body {
    font-family: 'Monda', sans-serif;
}

.navContainer {
    display: table;
    width: 100%;
}

.navHeader {
    display: table-row;
    height: 60px;
    width: 100%;
}

.headerCell {
    display: table-cell;
}

.headerCenter {
    height: 60px;
    padding: 0px 2px 0px 4px;
}

.headerNav {
    display: inline-block;
    float: right;
    height: 44px;
    padding: 6px 10px 0px 70px;
}

.headerContactImage {
    height: 13px;
    margin-bottom: -2px;
}

.navItem {
    color: #657185;
    font-family: 'Monda', sans-serif;
    font-size: 12px;
}

.navLink {
    display:inline-block;
    text-decoration: none;
}

.navSpacer {
    color: #657185;
    font-family: 'Monda', sans-serif;
    font-size: 25px;
    padding: 0px 0px 0px 0px;
    position: relative;
    top: 4px;
}

.logoImageLink {
    background-image: url("../images/psylfy-nav-icon-blue.png");
    display: inline-block;
    height: 50px;
    position: absolute;
    top: 6px;
    width: 63px;
}

.contentDescription {
    background-color: #657185;
    font-family: 'Monda', sans-serif;
    font-size: 20px;
    height: 65px;
    text-align: center;
    width: 100%;
}

.contentDescriptionImage {
    padding-top: 14px;
    height: 35px;
}

.contentDescriptionImageWithRight {
    padding-top: 14px;
    padding-right: 4px;
}

.contentDescriptionLabel {
    color: white;
}

.privacyPolicyContainer {
    border: 2px solid #657185;
    border-radius: 6px;
    margin: 0 auto;
    width: 80%;
    padding: 0px 2px 0px 2px;
}

.copyrightText {
    padding: 0px 10px 0px 10px;
    font-size: 9px;
    text-align: center;
}
