﻿body
{
    background-color: #FFF5B0;
    padding: 0em;
    margin: 0em;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
}
a:visited
{
	text-decoration: underline;
	color: #1B72AE
}
a:hover
{
	text-decoration: none;
	color: #1B72AE
}
a:link
{
	text-decoration: underline;
	color: #066703
}
a:active
{
	text-decoration: none;
	color: #066703
}
h1, h2, h3, h4
{
	font-family:Times,Times New Roman,sans-serif;
    font-weight: bold;
    color: #03400D;
    margin: 0.5em 0em;
}
h1
{
    font-size: 22pt;
}
h2
{
    font-size: 12pt;
}
h3
{
    font-size: 10pt;
}
h4
{
    font-size: 8pt;
}
img
{
	border: none;
}
.clear
{
	clear: both;
	font-size: 0pt;
	line-height: 0px;
	height: 0px;
}
#wrapper
{
    width: 778px;
    margin: 0em auto;
    border: 2px solid #FFF201;
    border-top: none;
}
#headerWrapper
{
    height: 133px;
    width: 778px;
    background: #187026 url(Images/header_logo.png) 0px 0px no-repeat;
}
#headers
{
	height: 133px;
	width: 560px;
	overflow: hidden;
	float: right;
}
.blankHeader
{
}
.defaultHeader, .homeHeader
{
	background: transparent url(Images/header-home.png) no-repeat;
}
.aboutUsHeader
{
	background: transparent url(Images/header-aboutus.png) no-repeat;
}
.productsHeader
{
	background: transparent url(Images/header-products.png) no-repeat;
}
.partnersHeader
{
	background: transparent url(Images/header-partners.png) no-repeat;
}
.newsHeader
{
	background: transparent url(Images/header-home.png) no-repeat;
}
.employmentHeader
{
	background: transparent url(Images/header-employment.png) no-repeat;
}
.contactUsHeader
{
	background: transparent url(Images/header-contact.png) no-repeat;
}
.tourHeader
{
	/*Currently missing*/
	/*background: transparent url(Images/header-tour.png) no-repeat;*/
	background: transparent url(Images/header-home.png) no-repeat;
}
#menuWrapper
{
    height: 45px;
    width: 778px;
    background-color: #F6EBDA;
}
#contentWrapper
{
    background-color: #F6EBDA;
    padding: 1em;
    padding-top: 0em;
}
#breadCrumbs
{
	padding-bottom: 0.5em;
	font-size: 8pt;
}
#footerWrapper
{
    min-height: 88px;
    width: 778px;
    background: #32822C url(Images/footerBackground.png) 0px 49px  repeat-x;
    color: #FFFFFF;
	font-size: 8pt;
}
#footerHeader
{
    background-image: url(Images/footerHeader_w_text.png);
    min-height: 49px;
    height: 49px;
}
#footerInnerWrapper
{
	padding-top: 8px;
}
#footerLoginWrapper
{
	width: 470px;
	float: left;
}
#footerMenuWrapper
{
	width: 308px;
	float: left;
	line-height: 8pt;
}
#copyRightWrapper
{
    width: 782px;
    margin: 0em auto;
    height: 88px;
    text-align: center;
    padding: 1em;
    font-size: 8pt;
}
#homeLink
{
    text-decoration: none;
    cursor: pointer;
    padding: 50px 95px;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 10px;
    position: absolute;
}
#footerWrapper a
{
	text-decoration: none;
	color: #FFFFFF;
}
#footerWrapper a:hover
{
	color: #FEDE00;
}
.footerMenu
{
	margin: 0em;
	padding: 0em;
}
.footerMenu li
{
	list-style: none;
	display: inline;
	padding: 0px 10px;
	border-right: solid 1px #FFFFFF;
	margin: 0em;
}
.footerMenu li.last
{
	border-right: none;
}
.legacyLoginFields
{
	margin: 0em;
	padding: 0em;
	margin-top: -8px;
	margin-left: 8px;
}
.legacyLoginFields li
{
	list-style: none;
	display: inline;
	padding: 0px 8px 0px 0px;
	margin: 0em;
	height: 20px;
}
.legacyLoginFields .loginTextInput
{
	width: 100px;
	background-color: #FEFAF3;
	font-size: 9pt;
	border: solid 1px #B28C05;
}
/* Classes for ContactForm */
.cfForm
{
	padding: 12px;
	border: solid 1px #959485;
	background-color: #F3F3E2;
	margin-top: -1px;
}
.cfRow
{
	margin-bottom: 5px;
}
.cfLabel
{
	width: 125px;
	float: left;
	padding-right: 10px;
	text-align: right;
}
.cfInput
{
	float: left;
}
ul.cfInput
{
	margin: 0em;
	list-style: none;
	padding: 0em;
}
.cfClear
{
	clear: both;
	font-size: 0pt;
	line-height: 0px;
	height: 0px;
}
.cfValidations
{
	float: left;
	padding-top: 1px;
	padding-left: 5px;
}
.cfValidator
{
	display: block;
    width: 20px;
    height: 20px;
    background: url(/Common/Images/validator.gif) no-repeat left top;
    text-indent: -9999px;
    float: left;
    position: absolute;
}
/* End Classes for ContactForm */
/* Classes for Content */
.boldunderline
{
	font-weight:bold;
	text-decoration:underline;
}
.small
{
	font-size: 8pt;
}
/* End Classes for Content */
.error
{
	background-color: #FFD1D1;
	padding: 10px;
	border: solid 1px #FF0000;
	margin-bottom: 1em;
}
.success
{
	background-color: #C6FFBA;
	padding: 10px;
	border: solid 1px #007F0E;
	visibility: visible !important;
	margin-bottom: 1em;
}