@charset "utf-8";
/* CSS Document */

/* 
 * These are the style rules specific to the Sitemap page
*/

#content a {
    color: #593312;
    font-size: .9em;
}

#content h2 a {
    color: #628C23;
}

#content img {
    float: left;
}

#content {
    height: 650px;
}

#content div.links {
    width: 180px;
    height: 650px;
    margin-left: 30px;
    float: left;
}

#content div.links.second {
    padding-top: 35px;
    margin-left: 35px;
    height: 550px;
}

#content div.links h1 {
    margin: 0;
    font-size: 1.3em;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

#content div.links h2 {
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 13px;
}

#content div.links ul {
    list-style-type: none;
}

#content div.links ul li {
    margin-bottom: 13px; 
}

#content div.links ul li ul li {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 30px;
}


