#banner {
    margin-top: 12px;
}

#nav0, #nav1, #nav2 {
    font-size: 14px;
    height: 27px;
    margin-left: 30px;
    margin-top: 5px;
}

    #nav0 ul, #nav1 ul, #nav2 ul {
        padding: 0px;
        margin: 0px;
		list-style-type: none;
    }

    #nav0 li, #nav1 li, #nav2 li {
        position: relative;
        float: left;
        width: 123px;
        text-align: center;
        height: 27px;
    }

        #nav0 li a:after, #nav1 li a:after, #nav2 li a:after {
            content: '';
            display: block;
            width: 0;
            position: absolute;
            top:42px;
            left: 0;
            border-bottom: 6px transparent solid;
            transition: 0.1s ease-out;
        }

        #nav0 li a:hover:after, #nav1 li a:hover:after, #nav2 li a:hover:after, #nav0 li.active a:after, #nav1 li.active a:after, #nav2 li.active a:after {
            border-bottom: 6px #26b27a solid;
            -webkit-transition: 0.2s ease;
            transition: 0.3s ease;
            width: 100%;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
        }

    #nav0 ul > :first-child, #nav1 ul > :first-child, #nav2 ul > :first-child {
        border-left: 0;
    }

    #nav0 ul > :last-child, #nav1 ul > :last-child, #nav2 ul > :last-child {
        border-right: 0;
    }

    #nav0 li a, #nav1 li a, #nav2 li a {
        display: block;
        color: #e3e3e4;
        text-decoration: none;
        padding-top: 12px;
        height: 31px;
    }

.QuoteBtn, .quoteButton {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 5px 0;
    padding: 18px 40px;
    background-color: #1d6ba8;
    background: url("/Web/images/arrow.png") 91% center no-repeat, linear-gradient(#2d93e3, #2d7dbb);
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 -1px 0 #1658c9;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 260px;
}

    .QuoteBtn:hover, .quoteButton:hover {
        background-color: #024f78;
        background: url("/Web/images/arrow.png") 91% center no-repeat, linear-gradient(#49a6ef, #3c8ece);
        color: #fff;
    }

.GreyBtn {
    background: #888;
    background: linear-gradient(#ccc, #aaa);
    color: #fff;
    padding: 18px 62px;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px #999;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px 0 2px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

    .GreyBtn:hover {
        background: #888;
        background: linear-gradient(#ddd, #bbb);
        color: #fff;
        text-decoration: none;
    }

input[type=button], .buttonLink {
    font-family: Arial, Helvetica, sans-serif;
    min-height: 25px;
    border: 1px solid #ccc;
    background: #F3F3F3;
    background: linear-gradient(#fff, #ddd);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 10px;
    text-shadow: 0 1px 0 #fff;
}

    input[type=button]:hover, .buttonLink:hover {
        background: #F3F3F3;
        background: linear-gradient(#fff, #ccc);
        border-color: #999;
        outline: 0px;
        -webkit-box-shadow: inset 0 -1px 0 #f0f0f0, #bbb 0px 0 5px;
        -moz-box-shadow: inset 0 -1px 0 #f0f0f0, #bbb 0px 0 5px;
        box-shadow: inset 0 -1px 0 #f0f0f0, #bbb 0px 0 5px;
    }

#loginForm .btn-default {
    font-family: Arial, Helvetica, sans-serif;
    min-height: 25px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 30px;
    border: 1px solid #1c78d4;
    background: #026ea8;
    background: linear-gradient(#32a5e3, #2790db);
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px #87c5e0, inset 0 -1px 1px #258bd9, #999 0px 1px 3px;
    -moz-box-shadow: inset 0 1px 1px #87c5e0, inset 0 -1px 1px #258bd9, #999 0px 1px 3px;
    box-shadow: inset 0 1px 1px #87c5e0, inset 0 -1px 1px #258bd9, #999 0px 1px 3px;
    text-shadow: 0 -1px 0 #1658c9;
}

    #loginForm .btn-default:hover {
        background: #024f78;
        background: linear-gradient(#2a96de, #2b80bd);
        border-color: #0068a1;
        -webkit-box-shadow: inset 0 1px 1px #87c5e0, inset 0 -1px 1px #258bd9, #999 0px 0 5px;
        -moz-box-shadow: inset 0 1px 1px #87c5e0, inset 0 -1px 1px #258bd9, #999 0px 0 5px;
        box-shadow: inset 0 1px 1px #87c5e0, inset 0 -1px 1px #258bd9, #999 0px 0 5px;
    }

#copyright {
    max-width: 900px;
}
