﻿#hoursOperation
{
    font-family: Cambria, Times New Roman;
    font-weight: bold;
    font-size: 12pt;
    color: #e4cf37;
    position: absolute;
    z-index: 11;
    bottom: 175px;
    left: 755px;
    width: 230px;
}
#hoursOperation h3
{
    margin-bottom: 2px;
    font-size: 16pt;
}
#hoursOperation ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 13pt;
    color: #ffffff;
}

/****************************TOP BANNER*****************/
#supLinks
{
    font-family: Cambria, Times New Roman;
    font-weight: bold;
    font-size: 12pt;
    color: #e4cf37;
    position: absolute;
    z-index: 11;
    left: 755px;
    bottom: 80px;
}
#supLinks h3
{
    font-size: 16pt;
    margin-bottom: 4px;
    text-transform: uppercase;
}
#supLinks ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 11pt;
}
#supLinks ul li
{
    margin-bottom: 3px;
}
#supLinks img
{
    position: relative;
    left: 10px;
    top: 3px;
}
#supLinks a
{
    color: #ffffff;
    text-decoration: none;
}
#supLinks a:hover
{
    text-decoration: underline;
}
