﻿/* Defaults */
* { margin: 0; padding: 0; }
body 
{ 
    color: #000000; 
    background-color: #ffffff; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
}
h1
{
    width: 100%;
    font-size: 1.3em;
    font-weight: bold;
}
h2
{
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 6px;
}
ul, li
{
    list-style-type: none;
    padding-bottom: 3px;
}
p
{
    padding-bottom: 3px;
}
/* End Defaults */


/* Classes */
.lfloat
{
    float: left;
}
.rfloat
{
    float: right;
}
p.thin
{
    line-height: 5px;
}
div.lsidebar 
{
    width: 160px;
    float: left;
    margin-right: 25px;
}
div.rsidebar 
{
    width: 170px;
    float: left;
    margin-left: 5px;
}
div.main
{
    width: 515px;
    float: left;
}
div.block
{
    margin-bottom: 20px;
    width: 100%;
    line-height: 1.2em;
}
div.mainhead
{
    margin-bottom: 10px;
    width: 100%;
}
div.side3col
{
    float: left;
    width: 33%;
}
div.center3col
{
    float: left;
    width: 34%;
}
p.postdate
{
    font-style: italic;
    font-size: .9em;
}
.formlong
{
    width: 290px;
}
.formshort
{
    width: 140px;
}
.button
{
    width: 70px;
    margin-top: 10px;
}
.dropdown
{
    height: 21px;
    width: 144px;
}    
#mfrhead .lfloat, #mfrhead .rfloat
{
    display: none;
}
#formleft .multibox /* make class of 1st field div when you want 2 on fields on the same line */
{
    clear: both;
    float: left;
    padding-right: 5px;
}
#formright .listbox
{
    height: 207px;
    width: 190px;
}
#formright .multilinebox
{
    height: 71px;
    width: 190px;
}
#formright .multilineboxsm
{
    width: 186px;
}
#formleft .dropdown
{
    width: 145px;
}    
#formright .dropdown
{
    width: 190px;
}
#itemtable .textbox
{
    height: 18px;
    width: 75px;
}
#itemtable .textarea
{
    height: 50px;
    width: 150px;
}
#applications .textarea
{
    height: 50px;
    width: 290px;
}
#applications .formshort
{
    width: 155px;
}
#applications .button
{
    margin-top: 15px;
}
.inline
{
    display: inline;
}
.cb
{
    margin-right: 5px;
}
/* End Classes */


/* Site Master */
div#main
{
    margin: 0 auto;
    width: 750px;
}
div#header
{
    display: none;
}
div#printheader
{
    display: block;
    clear: both;
}
div#footer
{ 
    padding: 5px 15px 0 0;
    font-size: small;
    clear: both;
}
/* End Site Master */


/* Misc Containers */
div#links
{
    width: 90%;
    margin-left: 65px;
}
#links h2
{
    font-size: 100%;
    font-weight: bold;
    margin: 10px 0 6px 0;
}
div#about
{
    text-align: justify;
}
#about p
{
    text-indent: 15px;
    padding: 0 5px 0 5px;
}
div#mfrhead
{
    height: 20px;
    padding: 10px 0 10px 0;
    margin-left: 15px;
    clear: both;
}
div#mfrmain
{ 
    padding: 10px;
}
#mfrmain td
{
    padding: 5px;
}
div#formleft
{
    width: 60%;
    float: left;
    padding-left: 5px;
}
div#formright
{
    width: 39%;
    float: left;
}
#formleft div, #formright div
{
    margin-top: 5px;
}
#posts td
{
    vertical-align: top;
    text-align: left;
    padding: 0 10px 15px 0;
}
div#events
{
    margin: 0 auto;
    padding-top: 20px;
}
div#thanks
{
    margin: 0 auto;
    padding: 10px;
}
div#training
{
    min-height: 300px;
}
div#appgallery
{
    margin: 0 44px 0 44px;
    min-height: 300px;
}
div#itemtable, div#applications
{
    clear: both;
    padding-top: 10px;
}
#itemtable table, #applications table
{
    margin: 0 0 5px 3px;
}
#itemtable tr, #applications tr
{
    vertical-align: top;
}
#applications td
{
    padding-right: 5px;
}
#applications div
{
    margin-left: 5px;
}
#disclaimer
{
    margin: 10px 20px 0 5px;
    font-size: smaller;
}
#dvgbc img
{
    display: none;
}
/* End Misc Containers */