/*****

    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;
}

/***** 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;
}

/*****

    Rental Intro Section

*****/

div#sitemap
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#sitemap div.title
{
    background-image: url('/Images/Icons/globe.gif');
}

div#sitemap ul
{
    margin: 0px 35px;
    list-style-position: outside;
    list-style-type: disc;
}

div#sitemap ul li
{
    margin-bottom: 1px;
    padding: 2px 4px;
    font-weight: bold;
}

div#sitemap ul li.sub
{
    margin-left: 20px;
    font-weight: normal;
}

div#sitemap ul a
{
    color: #602020;
    text-decoration: none;
}

div#sitemap ul a:hover
{
    color: #FF0000;
}

div#sitemap ul ul li
{
    font-weight: normal;
    list-style-type: circle;
}

div#sitemap ul ul ul li
{
    list-style-type: square;
}

/*****/

