/*
=general
=page structure
=main_navigation
=page content
=misc
=debug
*/

/*
=general
---------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 101%;
}

html, body {
    width: 100%;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 75%; /* 12px */
    color: black;
    line-height: 160%; /* 20px */
    text-align: left;
    background: none;
}

table, tr, td, input, select, textarea, ul, ol, caption {
    font-size: 100%;
    vertical-align: top;
}

a img, img {
    border: 0;
}

code, pre {
    font-size: 1.5em;
    color: #999;
    display: block;
    width: 500px;
}

h1 {
    font-size: 1.835em; /* 22px */
    font-weight: normal;
    line-height: 28px;
    margin-bottom: .5em;
}

h1 em {
    font-style: normal;
    color: gray;
}

h2 {
    font-size: 1.45em; /* 16px */
    margin-bottom: .5em;
}

h3 {
    font-family: "Times Roman", serif;
    font-size: 1.165em; /* 14px */
    font-weight: normal;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.45em; /* 16px */
    margin-bottom: .5em;
}

h5 {
}

a {
    color: black;
    text-decoration: underline;
}

a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none;
}

ul {
    margin-bottom: 1em;
    list-style: square;
}

ol {
    margin-bottom: 1em;
}

li {
    margin-bottom: .5em;
}

/* form */

form {
    display: none;
}

/* table */

table {
    width: 100%;
    margin-bottom: 2em;
    border: 1px solid black;
    padding: 5px;
    line-height: 140%;
}

caption {
    font-size: 1.45em; /* 16px */
    font-weight: bold;
    margin: 1em 0 .5em;
}

th {
    font-weight: bold;
    padding: .5em 8px 1em;
    border-bottom: 1px solid black;
    text-align: left;
}

td {
    padding: .5em 8px;
    border-bottom: 1px solid black;
}

tr.last td {
    border-bottom: none;
}

tr.total td {
    font-weight: bold;
    border-bottom: none;
}

tr.grand_total td {
    font-weight: bold;
    border-bottom: none;
}

dl {
    margin: 0 0 1.5em 0;
}

dt {
    font-weight: bold;
}

.terms dt {
    clear: both;
    font-weight: normal;
    font-style: italic;
    float: left;
    display: inline;
    padding-right: 5px;
    _padding-right: 0; /* ie 6 only */
}

.terms dd {
}

dd {
    margin-bottom: 1em;
}

/*
=page structure
---------------------------------------------- */

#container {
    width: 95%;
    margin: 0 auto;
    text-align: left;
}

/* header */

#header img {
    display: none;
}

#header h1 {
    font-size: 30px;
}

#header a {
    text-decoration: none;
    border-bottom: none;
}

#header #wwf {
    display: none;
}

/* utility */

#utility {
    display: none;
}

/* wrapper */

#wrapper {
    margin-bottom: 2em;
}

/* options */

#options {
    display: none;
}

#content {
    width: 100%;
    padding-top: 1em;
    position: relative;
}

*>#content {
    height: auto;
}

/*
=main_navigation
---------------------------------------------- */

#main_navigation {
    display: none;
}

/*
=page content
---------------------------------------------- */

#content ul {
    margin: 0 0 2em 24px;
}

#content ol {
    margin: 0 0 2em 24px;
}

#content ol li {
    margin-bottom: .5em;
}

#content ol ol{
    margin: 1em 0 1.5em 24px;
}

#content ol ol ol {
    margin: 1em 0 1.5em 24px;
}

#content ol ol ol ol {
    margin: 1em 0 1.5em 24px;
}

#content p {
    margin-bottom: 1.5em ;
}

p.caption {
    font-size: .835em; /* 10px */
}

p.reference {
    text-indent: 20px;
}

#content #print a {
    display: none;
}

#content #return {
    display: none;
}

#content .top {
    display: none;
}

#content .large {
    border: 1px solid black;
    margin: .3em 10px 2em 0;
    font-size: .835em; /* 10px */
    width: 522px;
    padding-bottom: 5px;
    text-align: center;
}

#content .large img {
    display: block;
    padding: 4px;
}

#content .large p {
    padding: 1em 7px;
    text-align: left;
}

/* .image */

.image {
    float: left;
    margin: .3em 15px 1em 0;
    position: relative;
}

.thumb {
    display: block;
    border: 1px solid black;
    width: 254px;
    text-decoration: none;
    font-size: .835em; /* 10px */
    line-height: 130%; /* 13px */
}

.thumb img {
    margin: 5px 0 0 5px;
    display: block;
}

.thumb span {
    display: block;
    width: 230px; /* 244px */
    padding: 5px 7px 7px;
}

.thumb:focus, .thumb:hover, .thumb:active {
    color: #474747;
    border: 1px solid #B6B7B9;
}

.zoom {
    display: none;
}

/* file icon */

.file_icon {
    padding: .25em 0 .25em 20px;
    background: transparent url(/images/icons/default.gif) no-repeat 0% 50%;
}

.pdf {
    background-image: url(/images/icons/pdf.gif);
}

.doc {
    background-image: url(/images/icons/doc.gif);
}

.jpg {
    background-image: url(/images/icons/jpg.gif);
}

.mp3 {
    background-image: url(/images/icons/mp3.gif);
}

/*
=misc
---------------------------------------------- */

.hide {
    position: absolute;
    left: -999em;
}

/* self clearing floats */

#wrapper:after, #search:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
=debug
---------------------------------------------- */

.debug {
    padding: .5em 0;
    text-align: center;
    width: 100%;
}


