﻿body {
    font-family: Arial;
    font-size: 1em;
    display: block;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
}

a {
    cursor: pointer;
    color: inherit;
}

div#divHeader {
    background-image: url(./Images/Header.png);
    background-repeat: no-repeat;
    width: 968px;
    /* umrl: for header with phone numbers - height: 190px; */
    height: 163px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    z-index: 1000;
}

div#divHeader .headerRight {
    background-image: none;
    margin-right: 24px;
    margin-top: 18px;
    font-size: 1.4em;
    color: #25487e;
}

div#divHeader .headerRight .search {
    position: relative;
    left: 1px;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 5px;
    border: 1px solid #25487e;
    background-color: #ffffff;
}

div#divHeader .headerRight .search input {
    position: relative;
    top: -7px;
    margin: 5px;
    padding: 0px;
    color: #B5C4D2;
    border: 0px none #000000;
}

div#divHeader .headerRight .search img {
    margin: 4px;
}

div#divFacebook {
    color: #25487e;
    border: 1px solid #25487e;
    background-color: #f4f2e3;
}

.narrow {
    width: 190px;
}

.justify {
    text-align: justify;
}

.largeText {
    font-size: 2em;
}

.mediumText {
    font-size: 1.2em;
}

.normalText {
    font-size: 1em;
}

.smallText {
    font-size: .9em;
}

.tinyText {
    font-size: .8em;
}