﻿.contactGroup 
{
    margin-left: .25in;
}

/*A: {text-decoration: none; color: #707070}*/
/*A:active {text-decoration: underline; color: #707070}*/

a.footerRow1:link, a.footerRow1:hover
{
    text-decoration: underline; 
    color: #d36b00;
}

a:link, a:visited 
{
    text-decoration: underline; 
    color: #d36b00;
}
a:hover
{
    text-decoration: underline;
    color: #d36b00;
}

div.navItem
{
    font-family: Verdana, Arial, Sans-serif;
    color: #fff7c0;
    margin: 0;
    background-color: #d36b00;
    width: 199px;
    height: 20px;
    padding-right: 0px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
}
div.navItem:hover {
    background-color: #febe0e;
    cursor: hand;
}

.manager, .importantItem
{
    font-weight: bold;
    padding-bottom: 1em;
}
.importantSubItem
{
    color: #d36b00;
    display: block;
    font-weight: bold;
    /*padding-top: 2em;*/
}

.directorTitle
{
    color: dimgray;
    font-variant: small-caps;
    font-weight: bolder;
}

.importantPart
{
    font-weight: bold;
    padding-top: 2em;
}
li
{
    padding-bottom: 2em;
    padding-top: 0em;
}

#moreStuffHeader
{
    font-weight: bold;
    font-family: verdana, arial;
    text-align: left;
}

#moreStuffText
{
    display: block;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
}
