﻿@charset "utf-8";
/* CSS Document */
/***************************************************************************************************************************************************************/
/*************|||***|||\\******|||***|||||||||***|||||||\*****/ /*||*\\\****|||***/ /****|||***|||***|||********|||||||||||***|||***|||***|||||||\****************/
/*************|||***|||*\\*****|||***|||*********|||****||***|||*****|||***|||**/ /*****|||***|||***|||********|||||||||||***|||***|||***|||****||***************/
/*************|||***|||**\\****|||***||||||******|||****||***|||*****|||***|||\//******|||***|||***|||************|||*******|||***|||***|||****||***************/
/*************|||***|||***\\***|||***||||||******|||||||//***|||||||||||***|||\\\******|||***|||***|||************|||*******|||***|||***|||||||//***************/
/*************|||***|||****\\**|||***|||*********|||**\\*****|||*****|||***|||*\\\*****|||***|||***|||************|||*******|||***|||***|||**\\*****************/
/*************|||***|||*****\\*|||***|||*********|||***\\****|||*****|||***|||**\\\****|||***|||***|||\***********|||*******|||***|||***|||***\\****************/
/*************|||***|||******\\|||***|||*********|||****\\***|||*****|||***|||***\\\*** \|||||/****|||||||||******|||********\|||||/****|||****\\***************/
/***************************************************************************************************************************************************************/
/*
 *
 */
/* ********************************** ROOT **************************************** */
/*
 *
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 100%;
}

html {
    height: 100%;
    overflow: scroll;
    background-color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

body {
    font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: normal;
    min-width: 839px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

object {
    outline: none;
}

img {
    border: 0 none;
    margin: 0;
}

/*
 *
 */
/* **********************************  **************************************** */
/*
 *
 */
div#top {
    height: 132px;
    margin: 0 auto;
    padding: 0;
    background: #000;
    background-image: url(img/top-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

div#top-container {
    margin: 0 auto;
    width: 840px;
    height: 132px;
    background-position: center;
}

/*
 *
 */
/* ********************************** MENU START **************************************** */
/*
 *
 */
div#menu {
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    left: 0px;
    height: 40px;
    padding-top: 91px;
}

div.menudivider {
    background: #000 url(divider.gif);
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    width: 2px;
    height: 40px;
}

div#menu a {
    color: #282c38;
    font-weight: bold;
}

div#menu a:visited {
    color: #282c38;
    font-weight: bold;
}

div#menu a:hover {
    color: #282c38;
    text-decoration: underline;
}

ol#toc {
    height: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: #bdf url(tabs.gif);
    display: block;
    float: left;
    width: auto;
    padding-left: 20px;
    padding-right: 10px;
    text-decoration: none;
    height: 40px;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    width: auto;
    margin: 0 1px 0 0;
    margin-right: 0px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #282c38;
    text-decoration: underline;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tabs.gif) 100% 0;
    display: block;
    padding-right: 11px;
    padding-top: 12px;
}

/* ******************* ********************* */
div#font_control {
    position: relative;
    top: -40px;
    height: 0px;
    width: 0px;
}

div#a_decrease {
    position: relative;
    left: 746px;
    z-index: 2;
    height: 0;
    width: 0;
}

div#a_increase {
    position: relative;
    left: 790px;
    z-index: 2;
    height: 0;
    width: 0;
}

div#a_decrease a {
    position: absolute;
    background-image: url('img/a-.jpg');
    width: 44px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div#a_decrease a:hover {
    background-image: url('img/a-on.jpg');
}

div#a_increase a {
    position: absolute;
    background-image: url('img/a+.jpg');
    width: 44px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div#a_increase a:hover {
    background-image: url('img/a+on.jpg');
}

div#quote {
    position: absolute;
    top: 40px;
    font-size: 13px;
    height: 0px;
    width: 400px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-left: 420px;
}

i.white {
    color: white;
    margin: 0;
    padding: 0;
}

i.signed {
    color: #ccc;
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 20px;
}

div#site_logo {
    position: absolute;
    height: auto;
    width: 170px;
    top: 30px;
}

div#start {
    height: 30px;
}

div#wrap {
    background-image: url('img/text-bg.jpg');
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 810px;
    padding-left: 30px;
    overflow: auto;
}

div#content-container {
    background: #000 url(img/middle-bg.jpg) repeat-y scroll center top;
    overflow: auto;
    width: 100%;
}

div.container {
    width: 100%;
}

div.breadcrumbs {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 11px;
    clear: both;
    width: 100%;
}

div.breadcrumbs a {
    color: #212121;
    font-weight: normal;
    text-decoration: none;
}

div.breadcrumbs a:visited {
    text-decoration: none;
}

div.breadcrumbs a:hover {
    color: #212121;
    text-decoration: underline;
}

div.column_left {
    width: 430px;
    float: left;
}

div.column_left p {
    width: 430px;
}

div.column_right {
    padding-left: 25px;
    margin-left: 430px;
    width: 323px;
}

div.column_3_left {
    width: 229px;
    float: left;
}

div.column_3_middle {
    padding-left: 25px;
    width: 229px;
    float: left;
}

div.column_3_right {
    padding-left: 25px;
    width: 229px;
    float: left;
}

div.column_3_left, .column_3_middle, .column_3_right {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: #838383;
}

div.column_wide {
    padding-bottom: 25px;
}

div.column_wide p {
    width: 710px;
}

div.column_half_left {
    width: 369px;
    float: left;
}

div.column_half_left p {
    width: 339px;
}

div.column_half_right {
    padding-left: 25px;
    margin-left: 369px;
}

div#footer {
    background: transparent url(img/footer-bg.jpg) scroll 0 0;
    height: 153px;
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
}

div#footer-wrap {
    background: transparent url(img/footer.jpg) no-repeat scroll 0 0;
    margin: 0 auto;
    position: relative;
    top: 21px;
    width: 840px;
    padding-right: 40px;
}

div#end {
    height: 60px;
}

/*
 *
 */
/* ********************************** TEXT **************************************** */
/*
 *
 */
p {
    margin-bottom: 10px;
}

p.ingress {
    font-size: 11pt;
    margin: 0 0 20px;
    color: #666666;
    padding-bottom: 2px;
    font-weight: bold;
}

a {
    color: #e66100;
    text-decoration: none;
    font-weight: normal;
    text-decoration: underline;
}

a.right {
    float: right;
}

a:visited {
    color: #e66100;
}

a:hover {
    color: #b36500;
    text-decoration: underline;
}

a:active {
    color: #b36500;
    text-decoration: none;
    font-weight: normal;
}

h1.white {
    color: #FFFFFF;
    font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
}

ul {
    list-style-type: disc;
    color: black;
}

ol, ul {
    margin-left: 0;
    padding: 0;
}

ul li {
    list-style-position: outside;
    margin-left: 2em;
    margin-bottom: 16px;
}

img.floatleft {
    clear: left;
    float: left;
    padding-right: 15px;
    margin-bottom: 1px;
}

img.floatleft1 {
    float: left;
    padding-right: 15px;
    margin-bottom: 1px;
}

img.floatright {
    clear: right;
    float: right;
    padding-left: 15px;
    margin-bottom: 1px;
}

span.italic {
    font-style: italic;
}

span.bold {
    font-weight: bold;
}

div.caption, span.caption {
    color: #666666;
    display: block;
    font-size: 100%;
    margin-bottom: 20px;
    margin-top: 8px;
    font-style: italic;
    text-align: center;
}* {
    position: static;
    z-index: 0;
}

div.clickAd img {
    border: 1px solid #ccc;
}

div.clickAd:hover img {
    border: 1px solid #627085;
}

div#copyright {
    color: #a1a1a1;
    float: right;
    width: auto;
    text-align: right;
    font-family: Tahoma;
    font-size: 11px;
	position:relative;
	top:8px;
}

div#copyright a {
    color: #a1a1a1;
    text-decoration: none;
}

div#copyright a:visited {
    color: #a1a1a1;
    text-decoration: none;
}

div#copyright a:hover {
    color: #a1a1a1;
    text-decoration: underline;
}

/*
 *
 */
/* ********************************** HR **************************************** */
/*
 *
 */
hr {
    display: block;
    background-color: #dcdcdc;
    border: 0 none;
    color: #dadada;
    height: 1px;
}

div.hr {
    height: 1px;
    background: #dadada;
    margin-bottom: 35px;
    margin-top: 45px;
}

div.hr hr {
    display: none;
    margin: 0;
    padding: 0;
}

/*
 *
 */
/* ********************************** HEADERS **************************************** */
/*
 *
 */
h1 {
    font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: left;
    color: #333;
    font-size: 130%;
    padding: 0 0 10px;
}

h2 {
    color: #e66100;
    font-size: 120%;
    margin-bottom: 16px;
    font-weight: normal;
}

td h2
{
	width:100px;
}

h3 {
    font-size: 130%;
    color: #272727;
    font-weight: normal;
    margin-bottom: 3px;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #6d6d6d;
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    color: #bd0808;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 6px;
}

td h5
{
	   color: #000;
    font-size: 100%;
    font-weight: normal;
	width:100px;
}

h6 {
    font-size: 14px;
    color: #33ABFF;
    font-weight: normal;
    margin-bottom: 3px;
}








