﻿html
{
    background-color: white;
    height:100%;
}

body
{
    font-weight: normal;
    margin: 0;
    padding: 0;
    float: none;
    background-color: white;
    background-image: url( '../Images/ftmzPageBackground.jpg' );
    font-family: Trebuchet MS Verdana Arial helvtica;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

li
{
    margin-right:12px;
    padding-right:12px;
   font-size: 9pt;
   font-family:Arial;
    text-align: left;
    margin-bottom: 4px;
 } 

p
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0px;
    line-height: 16px;
    text-align: left;
    width: 350px;
   font-size: .78em;
   font-family:Arial;
    margin-left: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
    
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    color: Maroon;
    width: 350px;
    font-family: Arial helvtica;
    margin-left: 8px;
    margin-right: 6px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: left;
}

h1
{
    font-size: 1.2em;
    margin-bottom: 6px;
}

h2
{
    font-size: 1.0em;
    margin-bottom: 4px;
}

h3
{
    font-size: .9em;
    margin-bottom: 3px;
}

h4
{
    font-size: .8em;
    margin-bottom: 3px;
}

h5
{
    font-size: .7em;
    margin-bottom: 3px;
}

#mainDIV
{
    width: 100%;
    height: 100%;
}

#ContentDIV
{
    position:absolute;
    width: 400px;
    position: relative;
    text-align: center;
    background-color: #F3FEE2;
    margin: 0px;
    z-index: 2;
    padding: 0px;
    border-top: solid 1px Black;
    border-right: solid 1px Black;
    border-left: solid 1px Black;
    color: black;
    top: 0px;
    left: 250px;
    height: 100%;
}

#bannerDIV
{
    height: 100px;
}

#menuDIV
{
    position: relative;
    z-index: inherit;
    width:102%;
    height:24px;
    left: -4px;
    top: -4px;
    text-align: center;
    background-color: #64F47B;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-top: 0px;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    border-bottom: solid 20px black;
    cursor: pointer;
}

#botRightcornerDIV
{
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    width: 250px;
    height: 400px;
    background-color: Transparent;
}

#copyrightDIV
{
    position: relative;
    top: 0px;
    left: 0px;
    border-top: dashed 1px silver;
    z-index: 1;
    background-color: transparent;
    font-size: 9px;
}

#photos
{
    position: absolute;
    z-index:3;
    left: 660px;
    top: 150px;
    width: 150px;
}

#photos p
{
    margin-bottom:12px;
}

#photos img
{
    border-top: solid 3px #64F47B;
    border-bottom: solid 3px black;
    border-left: solid 3px #64F47B;
    border-right: solid 3px black;
    width:100px;
}

img
{
    border: dotted 1px black;
    margin: 5px 0 5px 0;

}

#copyrightDIV img
{
    position: absolute;
    bottom: 1px;
    right: 0px;
    z-index: 1;
}

span.home, 
span.homeSelect, 
span.homePage, 
span.about, 
span.aboutSelect, 
span.aboutPage, 
span.news, 
span.newsSelect, 
span.newsPage, 
span.giving, 
span.givingSelect, 
span.givingPage, 
span.contact, 
span.contactSelect, 
span.contactPage
{
    background-color: yellow;
    color: black;
}

span.home, span.homeSelect, span.homePage
{
    position: absolute;
    left: 0px;
    width: 80px;
    text-align: center;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

span.about, span.aboutSelect, span.aboutPage
{
    position: absolute;
    left: 80px;
    width: 80px;
    text-align: center;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

span.news, span.newsSelect, span.newsPage
{
    position: absolute;
    left: 160px;
    width: 80px;
    text-align: center;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

span.giving, span.givingSelect, span.givingPage
{
    position: absolute;
    left: 240px;
    width: 70px;
    text-align: center;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

span.contact, span.contactSelect, span.contactPage
{
    position: absolute;
    left: 310px;
    width: 98px;
    text-align: center;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

span.homeSelect, span.aboutSelect, span.newsSelect, span.givingSelect, span.contactSelect
{
    color: yellow;
    font-style:italic;
    padding-top: 14px;
    background-color: black;
}

span.homePage, span.aboutPage, span.newsPage, span.givingPage, span.contactPage
{
    color: white;
    padding-top: 14px;
    background-color: black;
    border-bottom: solid 3px black;
}


