﻿*
        {
        font-family:Arial;
        }
    
        html,body
        {
            margin:0;
            background-color:#ffffff;
        }
        
        a
        {
            color:#1D87C4;
            text-decoration:underline;
        }
        a:hover
        {
            text-decoration:none;
        }
        
        .leftcol
{    
    float:left;
    width:200px;
    position:relative;
    background-color:Transparent;
    background-image:url('images/sidemenubg.jpg');
    background-repeat:repeat-x;
    background-position:left top;
    min-height:500px;
    padding-top:40px;
}

.rightcol
{
    margin:0px;    
    margin-left:200px;
    font-size:11pt;  
    padding-top:10px;  
    padding-right:10px;  
    padding-bottom:10px;  
    padding-left:0px;
    background-color:#ffffff;
    background-image:url('images/rcbg.jpg');
    background-repeat:repeat-x;
    background-position:left top;
}

.rightcolcontent
{    
    background-color:Transparent;
    min-height:300px;
    height:auto !important;
    height:300px;
    padding:15px;
}
.rightcolcontent1
{    
    background-color:Transparent;
    min-height:300px;
    height:auto !important;
    height:300px;
    padding:0px;
}

.sidemenu
{
    list-style-image:none;
    list-style-type:none;
    margin:0;    
    padding:0px;
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
}

.sidemenu li
{

    margin:0;
    list-style-image:none;
    list-style-type:none;
    
}

.sidemenu li a
{
    
    display:block;
    font-size:12pt;    
    padding:7px;     
    text-decoration:none;
    width:176px;
    font-weight:bold;
}

.sidemenu li a:hover
{
    
    display:block;
    font-size:12pt;    
    padding:7px;  
    background-color:#ffffff;   
    text-decoration:none;
}
.Hours td
{
    white-space:nowrap;
    padding:3px;
    border-bottom:1px dotted #cccccc;
}

.PageTitle
{
    font-size:20pt;
    font-weight:bold;
    letter-spacing:-1px;
    color:black;
    padding-bottom:10px;
}

.border
{
    border:1px solid #cccccc;
    padding:10px;
    background-color:#f1f1f1;
    color:Green;
    padding-bottom:3px;
}

.heading
{
    color:darkred;
    font-weight:bold;
    font-size:12pt;
    margin-bottom:20px;
}

.footercontainer
{
    background-image:url('images/footerbg.jpg');
    background-repeat:repeat-x;    
    border-top:5px solid #8E8E8E;
}

.footer
{
    color:#999999;
    font-size:11pt; 
    clear:left;   
    
}

.footer a
{
    color:#1D87C4;
    text-decoration:underline;
}

.footer a:hover
{
    color:#000000;
}

.header
{
    background-image:url('images/headerbg.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
}

.NextAction
{
     background-color:#222222;
     clear:left;
     border-top:5px solid #8E8E8E;
}

.NextAction td.action
{
    padding:10px;
    width:16%;
    vertical-align:top;
    text-align:center;
}

.NextAction td.action:hover
{
    background-color:#333333;
}

.NextAction td.action span.actionHeading
{
    color:#8FA32F;
    font-size:14pt;
    font-weight:bold;
}

.StaffName
{
    font-weight:bold;
    font-size:3;
}

.StaffDesig
{
    color:Green;
    font-style:italic;
}

.FooterLinks
{
    width:100%;
    overflow:hidden;
    text-align:left;    
}

.FooterLinks a
{    
    font-size:8pt;
    float:left;
    width:33%;
    display:block;
    padding:3px 0px;
    text-decoration:none;
    
}