﻿#MenuBar {
    display: none;
}

html {
    min-height: 100%;
}

body {
    background-color: White;
    background: url(/Images/FLD_Page_Background.png) repeat-x bottom;
    /*background-color: #AAC7EE; /* Matches bottom of FLD footer gradient in case page is short */
}

div#CopyrightFooter p {
    color: #111111;
}

h1 {
    font-family: Helvetica, Sans-Serif;
}

#HighlightsBody h1, h2, h3, h4 {
    color: #043982;
}

.EmphasisHeading {
    background-color: #043982;
}

.orderPolicyButton {
    background-color: #5EA05E;
    color: White;
}

#header {
}

.logo {
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

#HeaderLogoLink {
    text-align: center;
}

#FLDTopLineImage {
    float: left;
    width: 100%;
    height: 105px;
    position: absolute;
    background: url(/Images/FLD_Header_Repeat.png) repeat-x top;
    z-index: -1 /* Position behind the main fieldset */
}

.button.is-primary {
    background-color: #5EA05E !important;
    color: White;
}
