
form {
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
}

a {
    color: #333;
    font-size: 13px;
    text-decoration: underline;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

#wrap {
    width: 1060px;
    text-align: left;
    margin: 0px auto;
}

.clear {
    font-size: 0px;
    clear: both;
    height: 1px;
}

#header {
    font-size: 11px;
    font-weight: bold;
    color: #5f5f5f;
    padding: 5px 0 6px 30px;
    background-color: #dcdcda;
    font-family: Tahoma;
}

    #header img {
        border: 0px #000000 solid;
    }

#container {
    height: 100%;
    background-color: #ECF0F1;
    padding: 0 30px;
}

#logo {
    padding: 0px 0 0px 0;
}

#nav {
    margin-top: 15px;
    margin-bottom: 15px;
}

    #nav ul {
        padding: 0px;
        margin: 0px;
    }

    #nav li {
        padding: 0 10px 0 0;
        margin: 0;
        list-style: none;
        float: left;
    }

        #nav li.last {
            padding: 0 0 0 0 !important;
        }

    #nav a {
        font-size: 19px !important;
        width: 86px;
        display: block;
        color: #FFFFFF;
        text-align: center;
        background: #003a7d;
        /*text-transform: uppercase;*/
        line-height: 22px;
        padding: 8px 0 7px 0;
        text-decoration: none !important;
        font-weight:600;
    }

        #nav a:hover, #nav a.current {
            background-color:black;
            color: #FFFFFF;
        }


#slider {
    position: relative;
    width: 660px;
    height: 225px;
    padding: 0px;
}

    #slider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

    #slider a {
        border: 0;
        display: block;
    }

.nivo-controlNav {
    position: absolute;
    top: 5px;
    right: 5px;
}

    .nivo-controlNav a {
        display: block;
        width: 12px;
        height: 12px;
        text-indent: -9999px;
        border: 0;
        margin-left: 4px;
        float: left;
    }

        .nivo-controlNav a.active {
            background-position: 0 -12px;
        }

.nivo-directionNav a {
    display: none;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
    display: none !important;
}

a.nivo-prevNav {
    left: 15px;
    display: none !important;
}

h1 {
    padding: 14px 0;
    margin: 0;
    font-size: 22px;
    color: #003;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
}

#content {
    margin-top: 19px;
    padding: 0 21px 27px 0px;
}

    #content p {
        margin: 0;
        padding: 0 0 10px 0;
    }

    #content u {
        color: #FFFFFF;
    }

.title {
    font-weight: bold;
    color: #333;
    padding-bottom: 8px;
    text-decoration: underline;
}

#footer {
    padding: 12px 0 0 20px;
}

    #footer b {
        color: #333;
    }

.grey {
    background: #191919;
}
