﻿.serviceHeader
{
    font-size: 15px;
    font-weight: bold;
    color: #933c06;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1pt;
}
.serviceSectionHeader
{
    font-size: 14px;
    font-weight: bold;
    color: #933c06;
    padding-top: 10px;
    letter-spacing: 1pt;
}
.serviceItem
{
    line-height: 20px;
    text-align: justify;
    margin-bottom: 20px;
}
.serviceItemHeader
{
    font-size: 12px;
    font-weight: bold;
}
.servicePricing
{
    font-weight: bold;
}
.serviceSectionDescription
{
    font-weight: bold;
}
.packageItemHeader
{
    font-size: 12px;
    color: #933c06;
    font-weight: bold;
}
.packageItem
{
    font-weight: bold;
}

/***** BEGIN STYLES SUBMENUS *****/

#serviceSubnavFrame
{
    width: 135px;
    border: 1px solid #666666;
    text-align: right;
    padding: 10px 20px 10px 20px;
    background-color: #fcfcfc;
}

.serviceSubnavItem
{
    width: 135px;
    height: 30px;
    color: #666666;
    font-size: 12px;
    font-variant: small-caps;
}

/***** END STYLES SUBMENUS *****/