﻿body {
    FONT-FAMILY: Tahoma, sans-serif;
    background: #D8EDF2;
    color: #666666;
    overflow: -moz-scrollbars-vertical; /* FF always will have vertical scrollbar */
}


.wrapper {
    width: 910px;
    margin: 0 auto;
    /*background:url(../images/wrapper_bg.png) repeat-y top;*/
    min-height: 100%;
    position: relative;
    border: 1px solid #000;
    /*display:table;*/
}
/* Layout */

.header {
    height: 156px;
    width: 910px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.logo {
    height: 128px;
    width: 271px;
    /*background:url(../images/logo.gif) no-repeat #000000;*/
    float: left;
    display: block;
    position: relative;
    padding: 15px 0 0 25px;
}

    .logo a {
        height: 156px;
        width: 65px;
        display: block;
        text-indent: -999999px;
    }

.info {
    text-align: right;
    float: right;
    padding-right: 25px;
}

    .info h1, .info h2 {
        margin-bottom: 2px;
        text-align: right;
    }

.enquiries {
    width: 204px;
    height: 18px;
    background: url(../images/customer-service-email.gif) no-repeat;
    float: left;
    margin: 12px 0px 0 8px;
    display: inline;
}

    .enquiries a {
        width: 142px;
        height: 18px;
        text-indent: -999999px;
        display: block;
    }

.customer_service {
    width: 305px;
    height: 17px;
    background: url(../images/customer-service.gif) no-repeat;
    float: right;
    margin: 12px 8px 0 0;
    display: inline;
}

    .customer_service p {
        width: 305px;
        height: 17px;
        text-indent: -999999px;
        display: block;
    }

.banner {
    width: 319px;
    height: 69px;
    float: left;
    margin: -120px 0 0 8px;
    display: inline;
}

.error {
    color: #f00;
}

.MainRightBox {
    float: right;
    background-color: #EEE;
    width: 250px;
    border: 1px solid #c0c0c0;
    margin-left: 10px;
}

    .MainRightBox h2 {
        text-align: center;
    }

.fontCol3 {
    color: #3F5783;
}

/* Horizontal navigaiton */

.horizontal_nav {
    width: 910;
    height: 35px;
    background-color: #3F5783;
    float: left;
    display: inline;
    position: relative;
    color: Red;
}

    .horizontal_nav ul {
        padding-left: 28px;
    }

    .horizontal_nav li {
        float: left;
        padding-right: 18px;
    }

        .horizontal_nav li a {
            display: block;
            height: 35px;
            width: auto;
            /*text-indent:-999999px;*/
            text-indent: 9px;
            color: #fff;
            font-size: 1.4em;
            font-weight: bold;
            margin-top: 7px;
            text-decoration: none;
        }

            .horizontal_nav li a:hover {
                color: #AFB6C8;
                text-decoration: none;
            }


ol, ul {
    list-style: none;
    padding-left: 0;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    width: 100%;
    display: block;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 22px;
    margin: 10px 0;
}


a {
    text-decoration: underline;
    color: #666666;
    line-height: 1.4em;
}

    a:hover {
        text-decoration: none;
        color: #AFB6C8;
    }

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: wrap;
    }
}

.nav-link {
    color: #fff;
    font-weight: bold
}

a.nav-link:hover {
    color: #AFB6C8 !important;
    text-decoration: none;
}

@media (min-width: 1000px) {
    .navbar.navbar-custom .navbar-nav {
        margin: 0;
        display: table;
        width: 100%;
    }

        .navbar.navbar-custom .navbar-nav > li {
            display: table-cell;
            float: none;
        }

            .navbar.navbar-custom .navbar-nav > li > a {
                text-align: center;
            }
}

.navbar-nav {
    padding: 0 20px 0 20px;
    flex: 1;
    margin: auto !important;
    display: flex;
    justify-content: space-between;
}

.control-label {
    font-weight: bold;
    margin-top: 10px
}
