body {
    background-color: White;
    font-family: "Segoe UI", Arial, "Helvetica CY", "Nimbus Sans L", Helvetica, sans-serif;
    font-size: 14px;
    color: #3F3F3F;
    margin: 0;
}

h1 {
    font-weight: normal;
    font-size: 28px;
    color: #3F3F3F;
    margin-top: 10px;
    margin-bottom: 20px;
}

h2 {
    font-family: Verdana, "Segoe UI", Arial, "Helvetica CY", "Nimbus Sans L", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #3F3F3F;
    margin-top: 8px;
    margin-bottom: 8px;
}

h3 {
    font-family: Verdana, "Segoe UI", Arial, "Helvetica CY", "Nimbus Sans L", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}

a {
    color: #336699;
    text-decoration: none;
}

    a:hover {
        color: #DD3409;
        text-decoration: underline;
    }

ol {
    list-style-image: none;
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 5px;
    padding-left: 5px;
    margin-top: 5px;
}

input {
    font-size: 13px;
}

select {
    font-size: 13px;
}

#HeaderSection, .HeaderSectionClass {
    width: 100%;
    border-bottom: solid 1px #afadae;
    background-image: url('../images/header.png');
    background-repeat: repeat;
}

#HeaderSectionPadding, #GlobalNotificationPadding {
    padding: 8px 10px 10px 25px;
}

.HeaderTitle {
    font-weight: bold;
    font-size: 30px;
    color: #c5571d;
}

#HeaderImage {
    margin: 0;
    padding: 0;
    border-width: 0;
}

#NavigationSection {
    width: 100%;
    margin-bottom: 50px;
}

    #NavigationSection ul {
        list-style: none;
        margin: 0 0 0 0;
        padding: 0;
        font-size: 1em;
        font-weight: bold;
        color: #4e4e4e;
        text-transform: none;
        float: left;
        width: 100%;
    }

        #NavigationSection ul li {
            float: left;
            padding: 10px 20px 5px;
            margin: 0 5px 0 5px;
            border-width: 0 0 5px 0;
            border-style: solid;
            border-color: transparent;
            -webkit-transition: border-color .2s;
            -moz-transition: border-color .2s;
            -ms-transition: border-color .2s;
            -o-transition: border-color .2s;
            transition: border-color .2s;
        }

            #NavigationSection ul li a {
                color: #3F3F3F;
            }

                #NavigationSection ul li:hover, #NavigationSection ul li.active, #NavigationSection ul li a:hover {
                    color: #000000;
                    border-color: #f26522;
                    text-decoration: none;
                }

.GlobalNotificationClass {
    width: 100%;
    background-color: #fff8e1;
    border-bottom: solid 1px #afadae;
}

#ContentSection {
    padding: 0 20px 20px 20px;
}

.TileContainer {
    width: 500px;
    height: 100px;
}

    .TileContainer a {
        font-weight: normal;
        color: #3F3F3F;
    }

        .TileContainer a:hover {
            font-weight: normal;
            text-decoration: none;
            color: #DD3409;
        }

.TileContainerImage {
    float: left;
    margin-right: 12px;
}

.TileContainerContent {
    float: right;
    margin-top: 8px;
}

.TileContainerContentTitle {
    font-size: 1.6em;
}

.LargeButton {
    padding: 6px 16px 6px 16px;
}

#LogInForm {
    width: 100%;
    padding-right: 30px;
}

    #LogInForm td {
        padding: 3px;
    }

.HeadingBorder {
    padding-bottom: 3px;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #c5571d;
}

.OrderEntryBlock {
    float: left;
    width: 700px;
    padding: 0 15px 15px 15px;
    margin-right: 20px;
}

.ErrorText {
    color: Red;
}

/* Tablet and Smartphone Specific */
@media only screen and (max-device-width: 768px) {
    .HeaderSection, .NavigationSection, .ContentSection, .FooterSection {
        width: 700px;
    }
}
