/*****

    Maps.CSS

    This file contains the CSS used by the maps section of the site.

*****/

ul.normal-list
{
    list-style: none;
}

ul.normal-list li
{
    margin: 0px 0px 2px 0px;
}

div.content ul.inset
{
    margin-left: 50px;
}

div.question, div.answer
{
    margin-bottom: 15px;
}

div.content div.question
{
    font-weight: bold; color: #602020;
}

div.content div.answer:first-letter
{
    font-weight: bold; color: #602020;
}

div.content dt
{
    font-weight: bold; color: #602020; margin-top: 15px;
}

div.content dd
{
    padding-left: 25px;
}

/*****/

/***** 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, div.content strong
{
    color: #602020;
}

div.content i, div.content em
{
    font-style: italic;
}

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;
}

div.content ol
{
    margin: 0px 30px;
    list-style-position: outside;
    list-style-type: decimal;
}

div.content ol li
{
    margin-bottom: 5px;
}

div.content ul
{
    margin: 0px 20px;
    list-style-position: outside;
    list-style-type: disc;
}

div.content ul li
{
    margin-bottom: 5px;
}

/*****

    Maps

*****/

div#maps-welcome
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#maps-welcome div.title
{
    background-image: url('/Images/Icons/globe.gif');
}

div#maps-index
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#maps-index div.title
{
    background-image: url('/Images/Icons/globe.gif');
}

div#maps-individual
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#maps-individual div.title
{
    background-image: url('/Images/Icons/globe.gif');
}

div#maps-urban
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#maps-urban div.title
{
    background-image: url('/Images/Icons/globe.gif');
}

div#maps-rural
{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

div#maps-rural div.title
{
    background-image: url('/Images/Icons/globe.gif');
}

div#maps-urban img, div#maps-rural img
{
    border: 1px solid #888888;
    margin-bottom: 4px;
}

ul.maps li
{
    list-style: none;
}

ul.maps-fourcol li
{
    width: 105px;
    float: left;
    list-style: none;
}

/*****/
