﻿*
{
    margin: 0;
    padding: 0;
}

html
{
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: url(../Images/ns_background.jpg);
    font-size: 1.0em;
    /* hide overflow:hidden from IE5/Mac */
    /*\*/
        /*overflow: hidden;*/
    /**/
}

body
{
    height: 100%;
    max-height: 100%;
    /*overflow: hidden;*/
    padding: 0;
    margin: 0;
    border: 0;
    font: 76% arial,sans-serif;
}

.pad2
{
    display: block; height: 50px;
}

p
{
    margin: 0 10px 10px;
}

.pageHeader
{
    margin: inherit;
    font-weight: bold;
    font-size: 1.1em;
}

.thumbnail
{
    display: block;
    color: #981793;
    padding: 10px;
}

.imagePrompt
{
    font-style: italic;
    font-size: 95%;
}

div#header h1
{
    height: 80px;
    line-height: 80px;
    margin: 0;
    padding-left: 10px;
    background: #EEE;
    color: #79B30B;
}

div#main p
{
    line-height: 1.4;
}

div#navigation
{
}

div#footerborder
{
    height: 20px;
    position: fixed;
    bottom: 64;
    left: 0;
    width: 100%;
}

div#footer
{
    border-top: solid 10px #A1BA2B;
    height: 64px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #486D10;
    color: #FFF;
}

div#footer p
{
    margin: 0;
    padding: 5px 10px;
}

div#wrapper
{
    float: left;
    width: 100%;
}

div#container
{
    overflow: auto;
}

div#main
{
    margin-right: 300px;
}

div#navigation
{
    float: left;
    width: 300px;
    margin-left: -335px;
}

.formTitle
{
    font-family: inherit;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    width: 35%;
}

.formField
{
    font-family: inherit;
    text-align: left;
    vertical-align: top;
    width: 65%;
}

address
{
    font-weight: normal;
    font-size: 80%;
    font-style: normal;
    text-align: right;
    margin: 0 20em 0 3em;
}