﻿@import url("ContentFonts.css");

a.LoginText:link, a.LoginText:visited
{
    color: #333531;    
    font-family: Arial;
    font-size: 10px;
}

a.LoginText:hover
{
    color: #ff7a0d;
}

a.LoggedInText:link, a.LoggedInText:visited
{
    color: #ff7a0d;    
    font-family: Arial;
    font-size: 10px;
}

a.LoggedInText:hover
{
    color: #ffffff;    
    font-family: Arial;
    font-size: 10px;
}

a.SiteSearch
{ 
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
}

a.SiteSearch:hover
{
    color: #ff7a0d !important;
}


a.SiteMapText:link, a.SiteMapText:visited
{
    color: #FFFFFF;    
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
}

a.SiteMapText:hover
{
    color: #ff7a0d;
}

.AtAGlance
{
    color: #FFFFFF;    
    font-family: Arial;
    font-size: 12px;
}

.contactInfo
{
    color: #ffffff;
    font-family: Arial;
    font-size: 10px; 
}

.FooterHeader
{
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

.Normal
{
    font-family: Arial;
    font-size: 12px;
}

p
{
    font-family: Arial;
    font-size: 12px;
}

/*  Sitemap Styles */

.LevelItem0
{
    color: #000000;
    font-family: Arial;
    font-size: 12px; 
    padding-bottom: 15px;
}

.LevelItem0:hover
{
    color: #ff7a0d;
}

.LevelItem1
{
    color: #000000;
    font-family: Arial;
    font-size: 11px; 
}

.LevelItem1:hover
{
    color: #ff7a0d;
}
