/* @override
	http://bloodhound/style.css
	http://bloodhound/css/style.css
*/

/* @group Tags */

body {
    background-color: #FFFFFF;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 9pt;
    text-align: justify;
    background-image: url(/_images/PaperBG.png);
    background-repeat: repeat;
    line-height:normal;
    color: #262626;
    margin: 0;
}

img {
    border: none;
}

a:link, a:visited, a:active {
    font-weight: bold;
    text-decoration: none;
    color: #B40000;
}

a:hover {
    text-decoration: underline;
    color: #B40000;
    font-weight: bold;
}

h1 {
    color: #990000;
    font-size: 12pt;
    padding: 0;
    margin: 0;
    text-align: left;
}

h2 {
    color: #990000;
    font-size: 10pt;
    padding: 0;
    margin: 0;
    text-align: left;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

/* @end */

/* @group Navigation */

#navigation {
    width: 100%;
    margin: 0 auto;
    padding: 3px 2.5%;
    background: #000;
    color: #FFF;
    font-size: 120%;
}

.navigation_button {
    width: 140px;
    height: 20px;
    float: left;
    background-position: 0 0;
}

.navigation_button span {
    display: none;
}

.navigation_button:hover {
    background-position: 0 20px;
}

.navigation_title {
    width: 140px;
    height: 20px;
    float: left;
    background-position: 0 0;
}

.navigation_title span {
    display: none;
}

/*This Section Keeps The Nav Buttons lit when on corresponding pages*/

#home #nav_home {
    background-position: 0 20px;
}

.nav_spacer {
    height: 20px;
    width: 160px;
    float: left;
}



/* @end */

/* @group Layout */

#header {
    width: 100%;
    height: 145px;
    padding: 10px;
}
#header img {
    float: left;
    margin: 0;
    padding: 0;
}
#header span {
    font-family: "Arial Black", "Helvetica", sans-serif;
    font-size: 6vw;
    margin: 10px;
    font-weight: bold;
    color: #bf2e1a;
    vertical-align: center;
    float: right;
}

#mainContent {
    clear: both;
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
}

/* @group Text */

.fineprint {
    font-size: 8pt;
}

.question {
    color: #990000;
}

#faq_container a:link, #faq_container a:visited, #faq_container a:active {
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
}

#faq_container a:hover {
    color: #990000;
    text-decoration: none;
}

.level_1 {
    font-weight: bold;
    color: #990000;
    font-size: 10pt;
    margin: 0 0 0 0;
}

.level_2 {
    font-weight: bold;
    font-style:italic;
    margin: 0 0 0 12px;
    width: 760px;
}

.level_3 {
    margin: 0 0 0 25px;
    width: 760px;
}

.level_4 {
    margin: 0 0 0 37px;
    width: 760px;
}

/* @end */

/* @group Footer */

#footer_text_right {
    float: right;
    padding-right: 40px;
    text-align: right;
    margin-top: 5px;
    line-height: 110%;
}

#footer {
    background-color: #000000;
    width: 100%;
    height: 35px;
    background-image: url(/_images/footer.png);
    background-repeat: no-repeat;
    font-size: 8pt;
    color: #FFFFFF;
    float: left;
}

/* @end */

/* extra shit Jason added */
table.dataTable th,
table.dataTable td {
    font-size: 10pt;
    border: 1px solid black;
    padding: 2px 3px;
    text-align: left;
    white-space: nowrap;
}
form#form1 table.FormTable { border-spacing: 3px; }

form#form1 table.FormTable tbody tr td {
    padding: 5px 5px 5px 0;
}