/*****

    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#rentals-intro
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#rentals-intro div.title
{
    background-image: url('/Images/Icons/green-home.gif');
}

/*****

    Classifieds

*****/

div#classifieds
{
    width: 100%;
    margin: 10px 0px 10px 0px;
    border: 2px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
}

div.ad_even
{
    clear: both;
    _height: 80px;
    min-height: 80px; 
    overflow: visible;
    border-bottom: 1px solid #A8A8A8;
    background-color: #EEEEEE;
}

div.ad_odd
{
    clear: both;
    _height: 80px;
    min-height: 80px; 
    overflow: visible;
    border-bottom: 1px solid #A8A8A8;
}

div.ad_title
{
    margin: 0px 5px;
    padding: 5px 0px;
}

div.ad_title span
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #663333;
    line-height: 1.5em;
}

div.ad_content
{
    margin: 5px 5px;
    margin-top: 0px;
}

div.ad_content img.ad_thumb
{
    float: left;
    margin-top: 2px;
    margin-right: 5px;
    vertical-align: bottom;
    border: 1px solid #A8A8A8;
}

p.ad_description
{
    display: inline;
}

p.ad_contact
{
    display: inline;
    font-style: italic;
}

p.ad_email
{
    display: inline;
    font-style: italic;
}

