﻿#Login
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
}
#Login a
{
    color: #FFFFFF;
    text-decoration: none;
}
#Login a:hover
{
    text-decoration: underline;
}
#navigation
{
    position: relative;
    top: 142px;
    font-family: Verdana;
    font-size: small;
    font-weight: 600;
    color: #808080;
    text-decoration: none;
    text-transform: uppercase;
    left: 80px;
}
.home a
{
    text-decoration: none;
    color: #808080;
    background-image: url('../images/home.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}
.home a:hover
{
    text-decoration: underline;
    color: #000000;
    background-image: url('../images/home-over.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}
.aboutus a
{
    text-decoration: none;
    color: #808080;
    background-image: url('../images/aboutus.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
}
.aboutus a:hover
{
    text-decoration: underline;
    color: #000000;
    background-image: url('../images/aboutus-over.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
}
.findaservice a
{
    text-decoration: none;
    color: #808080;
    background-image: url('../images/find-a-service.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
}
.findaservice a:hover
{
    text-decoration: underline;
    color: #000000;
    background-image: url('../images/find-a-service-over.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
}
.faqs a
{
    text-decoration: none;
    color: #808080;
    background-image: url('../images/faqs.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
}
.faqs a:hover
{
    text-decoration: underline;
    color: #000000;
    background-image: url('../images/faqs-over.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
}
.submitareview a
{
    text-decoration: none;
    color: #808080;
    background-image: url('../images/submitareview.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
}
.submitareview a:hover
{
    text-decoration: underline;
    color: #000000;
    background-image: url('../images/submitareview-over.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
}
.admin a
{
    text-decoration: none;
    color: #808080;
    background-image: url('../images/admin.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
}
.admin a:hover
{
    text-decoration: underline;
    color: #000000;
    background-image: url('../images/admin-over.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
}
.footer
{
    font-family: Verdana, Sans-Serif;
    font-size: x-small;
    color: #333333;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.footer a
{
    font-family: Verdana, Sans-Serif;
    font-size: x-small;
    color: #333333;
    text-decoration: none;
}
.footer a:hover
{
    text-decoration: underline;
}
