/* -- CSS Reset Reloaded - by Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded -- */
/* -- Modified for EDge ezRecruit Design Styles - by Robert J. Secord, B.Sc. -- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
td { vertical-align: top; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

body
{
    color: #000;
    background: #FFF;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
}

/* -- Page Header -- */
#Page-Header
{
    width: auto;
    height: 150px;
}
#Page-Header-Inner
{
}

#Page-Header-Title-Small
{
    position: relative;
    width: 448px;
    height: 140px;
    margin: 0 10px;
}
#Page-Header-Title-Small h1
{
    float: left;
    padding-top: 140px;
    margin: 0;
    width: 448px;
    background: transparent url(../graphics/header_small.gif) no-repeat top left;
    overflow: hidden;
    height: 140px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 0;
}
#Page-Header-Title-Small h1 a,
#Page-Header-Title-Small h1 a:link,
#Page-Header-Title-Small h1 a:visited,
#Page-Header-Title-Small h1 a:hover
{
    display: none;
}
#Page-Header-Title-Small h1 a:hover
{
}

#PrintEmailIcons { display: none; }

#Page-Content ul
{
    color: #000;
    line-height: 1.2em;
    margin: 0 0 10px 20px;
    border: 0 none !important;
    list-style-type: disc;
}
#Page-Content ol
{
    color: #000;
    line-height: 1.2em;
    margin: 0 0 10px 20px;
    border: 0 none !important;
    list-style-type: decimal;
}
#Page-Content ul ul,
#Page-Content ol ol,
#Page-Content ul ol,
#Page-Content ol ul
{
    margin: 5px 0 5px 20px;
    border: 0 none !important;
}
#Page-Content ul li { padding: 2px 0; }
#Page-Content ol li { padding: 2px 0; }
#Page-Content label { cursor: pointer; }
#Page-Content em { font-style: italic; }
#Page-Content strong { font-weight: bold; }
#Page-Content font { line-height: 1.2em; }
