﻿body {
    background: url(/Images/Public/body_bkgnd1.jpg) repeat left top;
    color: #000000;
    font: 14px Arial, Sans-Serif;
    text-align: center;
}

form {
    width: 1006px;
    margin: 0px auto;
    text-align: left;
}

/* Wrapper Styles */
#Wrapper {
    position: relative;
    float: left;
    width: 1006px;
    height: 760px;
    margin: 0px;
    padding: 0px;
    background: url(/Images/Public/Splash/wrapper_bkgnd.png) no-repeat center top;
}

/* Header Styles */
#Header {
    position: relative;
    float: left;
    width: 1006px;
    margin: 0px;
    padding: 0px;
}

#Logo {
    display: block;
    width: 974px;
    height: 93px;
    margin: 16px auto 10px;
    padding: 0px;
    background: url(/Images/Public/FPD_logo_wide.png) no-repeat left top;
    font-size: 25px;
    color: #116511;
}

#Logo span {
    display: none;
}

#Header .ContactInfo {
    position: absolute;
    top: 65px;
    left: 325px;
    display: block;
    width: 645px;
    font: 12px Helvetica, Arial, Sans-Serif;
    letter-spacing: 1px;
    text-align: center;
}

/* Menu Styles */
#Menu {
    clear: both;
    list-style-type: none;
    width: 971px;
    height: 35px;
    margin: 0px auto;
    padding: 11px 0px 0px;
    background: url(/Images/Public/menu_bkgnd.png) no-repeat left top;
    font-size: 18px;
    text-align: center;
}

#Menu li {
    float: left;
    position: relative;
    margin: 0px 24px;
    padding: 0px;
}

#Menu a:link, #Menu a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#Menu a:hover, #Menu a:active, #Menu a.active {
    color: #F8E295;
}

#Menu .headLink ul li {
    display: block;
    float: none;
    padding: 5px;
    width: 135px;
}
.headLink ul {
    display: none;
}

.headLink:hover ul {
    display:block;
}

/* this fixed the menu from dropping behind the body in Firefox */
.subMenu {
    position: relative;
    z-index: 100;
    width: 170px;
    text-decoration: none;
    list-style: none;
    background-color: #735733;
    padding-bottom: 10px;
}

.subMenu li {
    display: block;
    float: none;
    text-align: left;
    background-color: #735733;
    font-size: 12px;
}

/* Content Styles */
#Content {
    position: absolute;
    bottom: 20px;
    left: 25px;
    width: 600px;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    font: italic 21px Arial, Sans-Serif;
}

/* Menu-Bottom Styles */
/*
#Menu-Bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    list-style-type: none;
    width: 200px;
    height: 35px;
    margin: 0px;
    padding: 11px 0px 0px;
    background: url(/Images/Public/menu_mini_bkgnd.png) no-repeat center top;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
}

#Menu-Bottom li {
    display: inline;
    margin: 0px 10px;
}

#Menu-Bottom a:link, #Menu-Bottom a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#Menu-Bottom a:hover, #Menu-Bottom a:active, #Menu-Bottom a.active {
    color: #F8E295;
}
*/
/* Menu-Bottom Styles */
#Menu-Bottom
{
    width: 950px;
    text-align: center;
    position: absolute;
    bottom: -5px;
    /*background: url(/Images/Public/menu_mini_bkgnd.png) no-repeat center top; /*position: absolute;     bottom: 18px;     right: 18px;     list-style-type: none;     height: 35px;     margin: 0px;     padding: 11px 0px 0px;     font-size: 18px;     white-space: nowrap;*/
}

#Menu-Bottom li
{
    display: inline;
    margin: 0px 10px;
}

#Menu-Bottom a:link, #Menu-Bottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#Menu-Bottom a:hover, #Menu-Bottom a:active, #Menu-Bottom a.active
{
    color: #F8E295;
}

/* Footer Styles */
#Footer {
    float: left;
    width: 986px;
    margin: 0px;
    padding: 10px;
}

#Copyright {
    float: left;
    width: 700px;
    margin: 0px;
    padding: 0px;
    font: 11px arial;
    color: White;
    /*text-align: right;*/
    
}

#Logo-Mini {
    display: block;
    width: 138px;
    height: 41px;
    background: url(/Images/Public/FPD_logo_mini.png) no-repeat left top;
}

#Logo-Mini span {
    display: none;
}

#PoweredBy {
    float: right;
    width: 150px;
    margin: 0px;
    padding: 0px 5px;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
}

#EVI-Logo {
    display: block;
    width: 150px;
    height: 41px;
    margin: -10px 0px 0px;
    background: url(/Images/Public/EVI_logo1.png) no-repeat left top;
}

#EVI-Logo span {
    display: none;
}
