/*****

    Departments.CSS

    This file contains the CSS used by the departments section of the site.

*****/

ul.normal-list
{
    list-style: none;
}

ul.normal-list li
{
    margin: 0px 0px 2px 0px;
}

/***** The departments navigational menu. *****/

div#business-menu
{
    width: 170px;
    margin: 0px 0px 10px 0px;
}

div#business-menu div.title
{
    border-bottom: 2px solid #602020;
    background-image: url('/Images/Icons/generic.gif');
    background-position: left;
    background-repeat: no-repeat;
    text-align: left;
}

div#business-menu div.title span
{
    margin: 0px 0px 0px 20px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
    font-variant: small-caps;
    font-weight: bold;
    color: #663333;
    line-height: 24px;
}

div#business-menu div.content
{
    margin: 10px 0px 0px 0px;
    text-align: left;
}

div#business-menu div.content *
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    color: #000000;
    line-height: 1.3em;
}

div#business-menu div.content p
{
    margin: 0px 0px 10px 0px;
}

div#business-menu div.content ul.links
{
    list-style: none;
}

div#business-menu div.content ul.links li
{
    margin-bottom: 1px;
    padding: 2px 4px;
}

div#business-menu div.content ul.links li:first-child
{
    margin-bottom: 4px;
}

div#business-menu div.content ul.links li a
{
    font-weight: bold;
    text-decoration: none;
}

div#business-menu div.content ul.links li a:hover
{
    color: #DD0000;
}

div#business-menu div.content ul.links li.sub
{
    list-style-position: inside;
    list-style-type: disc;
}

div#business-menu div.content ul.links li.sub a
{
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
}

div#business-menu div.content ul.links li.sub a:hover
{
    color: #DD0000;
}

div#business-menu div.content a
{
    color: #663333;
    text-decoration: none;
}

div#business-menu div.content a:hover
{
    color: #DD0000;
    text-decoration: none;
    cursor: pointer;
}

/***** Styles that are common throughout the various modules. *****/

div.title
{
    border-bottom: 2px solid #602020;
    background-position: left;
    background-repeat: no-repeat;
    text-align: left;
}

div.title span
{
    margin: 0px 0px 0px 20px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
    font-style: normal;
    font-variant: small-caps;
    font-weight: bold;
    color: #663333;
    line-height: 24px;
}

div.content
{
    margin: 10px 0px 0px 0px;
    text-align: left;
}

div.content *
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    font-style: normal;
    font-variant: normal;
    color: #000000;
    line-height: 1.3em;
}

div.content b
{
    color: #602020;
}

div.content p
{
    margin: 0px 0px 5px 0px;
}

div.content a
{
    color: #CC0000;
    text-decoration: none;
}

div.content a:hover
{
    color: #0000CC;
    text-decoration: none;
    cursor: pointer;
}

/*****

    Business Information

*****/

div#business-directory
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#business-directory div.title
{
    background-image: url('/Images/Icons/find.gif');
}

/*****

    Rental Properties

*****/

div#rental-properties
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#rental-properties div.title
{
    background-image: url('/Images/Icons/green-home.gif');
}

/*****

    Vacant Properties

*****/

div#vacant-properties
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#vacant-properties div.title
{
    background-image: url('/Images/Icons/generic.gif');
}

/*****

    Main Street Skowhegan

*****/

div#mainstreet
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#mainstreet div.title
{
    background-image: url('/Images/Icons/business-man.gif');
}

/*****/

div#town-fees
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#town-fees div.title
{
    background-image: url('/Images/Icons/dollar.gif');
}

/*****/

/*****/

div#trafficstudy
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#trafficstudy div.title
{
    background-image: url('/Images/Icons/generic.gif');
}

/*****/
