/*
resources.css - www.frontiersnorth.com

link: http://www.frontiersnorth.com
copyright: 2008 Notion Design
author: Andrew Hughesman
================================*/

/* === GENERAL === */

h1 {

}

h2 {
    color: #1f5771;
    font-size: 13pt;
    margin: 10px 0 5px 0;
    padding: 0;
}

p {
    margin: 5px 0 5px 0;
    padding: 0;
}

a {
    outline:0;
    color: #1f5771;
}

a:visited, a:active{
    color: #1f5771;
}

hr {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: 1px dotted #a7a9a4;
    border-bottom: 0px solid #a7a9a4;
    color: transparent;
    height: 1px;
    margin: 10px 0 10px 0;
}

/* === PRIMARY === */

body {
    background: transparent url(../i/canvas-beige-bg.gif);
    color: #0d1422;
    font: 11pt "Trebuchet MS", sans-serif;
    margin: 0;
    padding: 20px;
}

#ResContent {
    background: transparent url(../i/light-grey-noise.gif);
    padding: 20px;
}

/* === MAIN CONTENT === */

.SecondaryHeader {
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}

.Date {
    color: #7f7f7f;
    font-size: 9pt;
}

.PdfList {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.PdfList li {
    background: transparent url(../i/pdf-icon-small.gif) no-repeat center left;
    height: 22px;
    padding-left: 22px;
}