﻿#MenuBar
{
	display: none;
}
html
{
	min-height: 100%;
}

body
{
	background-color: White;
	font-family: 'Lato', sans-serif;
	/*background: url(/Images/FLD_Page_Background.png) repeat-x bottom;*/
	/*background-color: #AAC7EE; /* Matches bottom of FLD footer gradient in case page is short */
}
#CopyrightFooter{
    background-color: #4ab436;
}

div#CopyrightFooter p
{
	color: #fff;
}
h1
{
	font-family: 'Lato', sans-serif;
}
#HighlightsBody h1, h2, h3, h4
{
	color: #333;
}
.orderPolicyButton, .button.is-info
{
	background-color: #015099;
	border-color: #015099;
	color: White;
	font-weight: bold;
}
.orderPolicyButton:hover, .button.is-info:hover{
	background-color: #014f8e;
	border-color: #014f8e;
	color: White;
	font-weight: bold;
}
#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 */
	display: none;
}

.button.is-primary
{
	background-color: #015099 !important;
	color: White;
	font-weight: bold;
}

p.title.has-text-centered{
	color: #333;
	font-family: 'Lato', sans-serif;
}

#HeaderLogoLink img {
	height: 90px;
	width: 459px;
}
