﻿/* Reset */
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, font, 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;
}
/* remember to define focus styles! */
:focus
{
    outline: 0;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}

/* Frame */

body
{
    color: #000000;
    background-color: #464445;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrapper
{
    width: 999px;
    margin: 0 auto;
    background-color: #301025;
}

.footer
{
    background-color: #5d1e49;
    padding:1.5em 0 1.5em 0;
    background-image: url('../images/backgrounds/30-grad-top-dn.png');
    background-repeat: repeat-x;
    text-align: center;
}

ul.bNav
{
    list-style: none none outside;
}

ul.bNav li
{
    display: inline;
    padding: 5px;
}

ul.bNav li a
{
    color: #b2b2b2;
}

ul.bNav li a:hover
{
    color:White;
}
#content
{
    margin: 0;
    padding: 10px 0;
    background-image: url('../images/backgrounds/5d-grad-top-dn.png');
    background-repeat: repeat-x;
}
div.header
{
    position: relative;
    background-color: black;
    color: white;
    margin: 0;
    padding: 0 0 0 20px;
    height: 120px;
}
.header .logo
{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}
.header h1
{
    padding: 35px 0px 0px 0px;
    z-index: 1;
}


a:link, a:visited
{
    text-decoration:underline;
    color:black;
}

a:hover
{
    background-color: #E5E5E5;
    color: black;
}

a:link.headerlink, a:visited.headerlink, a:link:hover.headerlink
{
    text-decoration:none;
    background-color:transparent;
    color:White;
}

h1 a:link, h1 a:visited, h1 a:hover, h2 a:link, h2 a:visited, h2 a:hover
{
    text-decoration:none;
    background-color:transparent;
    color:Black;
}
.tagLine
{
    background-color: #5d1e49;
    background-image: url('../images/backgrounds/bk-grad-top-dn.png');
    background-repeat: repeat-x;
    padding: 10px 0 6px 0;
    margin:0;
}


