﻿body
{
    margin: 0;
    background-color: #FFFFFF;
    font-family: Georgia, Times New Roman, serif
}

a:link
{
    color: #999999;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #CCCCCC;
}
a:hover
{
    text-decoration: underline;
    color: #666666;
}
a:active
{
    text-decoration: none;
    color: #999999;
}
.headerImage
{
    padding-bottom: 10px;
    text-align: center;
}
.headerTextGray
{
    color: #999999;
    font-family: Georgia, Times New Roman , Times, serif;
    font-weight: bold;
    font-size: 14px;
}
.headerTextDark
{
    font-family: Georgia, Times New Roman , Times, serif;
    font-weight: bold;
    font-size: 14px;
    color: #303030;
}
.mainTextGray
{
    color: #999999;
    font-family: Georgia, Times New Roman , Times, serif;
    font-weight: bold;
    font-size: 14px;
}
.mainText
{
    font-family: Georgia, Times New Roman , Times, serif;
    font-size: 14px;
    color: #303030;
}
.mainTextBold
{
    font-family: Georgia, Times New Roman , Times, serif;
    font-weight: bold;
    font-size: 14px;
    color: #303030;
}
.mainTextRed
{
    font-family: Georgia, Times New Roman , Times, serif;
    font-weight: bold;
    font-size: 14px;
    color: #663300;
}
.mainTextBig
{
    font-family: Georgia, Times New Roman , Times, serif;
    font-weight: bold;
    font-size: 20px;
    color: #303030;
}
.backToTop
{
    font-family: Georgia, Times New Roman, arial, helvetica sans-serif;
    font-size: 15px;
    color: #303030;
    text-align: center;
}
.papyrusText
{
    font-family: Papyrus, Comic Sans MS, Georgia, Times New Roman;
    font-size: 16px;
}
.papyrusTextBold
{
    font-family: Papyrus, Comic Sans MS, Georgia, Times New Roman;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #666666;
}
.papyrusTextBig
{
    font-family: Papyrus, Comic Sans MS, Georgia, Times New Roman;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #303030;
}
.imageBorder
{
    border: solid 1px #999;
}

.bottomNav
{
    color: #999999;
    font-family: Times New Roman, Arial, Helvetica, san-serif;
    font-size: 18px;
    text-align: center;
    padding: 20px 0px;
}
.bottomEmail
{
    color: #999999;
    font-family: Times New Roman, Arial, Helvetica, san-serif;
    font-size: 18px;
    text-align: center;
}
.copyright
{
    color: #999999;
    font-family: Times New Roman, Arial, Helvetica, san-serif;
    font-size: 14px;
    padding: 10px 0px 20px 0px;
    text-align: center;
}

.tagLine
{
    color: #999999;
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 12px;
    padding-top: 10px;
    margin-left:125px;
}

.tagLineEmail
{
    color: #333333;
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}

/* -------------------------------------------------------- */
/* ---- This section is dedicated for Main Navigation ----- */
/* -------------------------------------------------------- */
/* --------------------Start Section----------------------- */

div#mainMenu
{
    margin: 195px 0px 0px 200px;
    text-align: center;
    width:690px;
}

#nav, #nav ul
{
    float: left;
    width: 690px;
    list-style: none;
    line-height: 1;
    background: white;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0em 0;
}

#nav a
{
    display: block;
    font-size: 14px;
    font-family: Papyrus, Comic Sans MS, Georgia, Times New Roman;
    color: #303030;
    text-decoration: none;
    padding: 0.25em .25em 0em .25em;
}

#nav a:hover
{
 color:#fff;   
}

#nav li
{
    float: left;
    padding: 0;
    width: 7em;
}

#nav li ul
{
    position: absolute;
    left: -999em;
    height: auto;
    width: 11em;
    font-weight: bold;
    border: solid 1px #000;
    margin: 0;
    text-align: left;
}

#nav li li
{
    padding: .25em 0 .25em .5em;
    width: 10.5em;
}

#nav li ul a
{
    width: 13em;
}

#nav li ul ul
{
    margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
    left: auto;
}

#nav li:hover, #nav li.sfhover
{
    background: #999;
}
/* ----------------------End Main Navigation--------------- */
