/* Stylesheet for PeedAntics */
/* First, the browser 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;
}

:focus {
   outline: 0;
}

body {
   line-height: 1;
   color: black;
   background: white;
}

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: "" "";
}

/* And now, the settings we want. */
h1 {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 24px;
}

h2 {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 18px;
}

p {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 14px;
}

ol {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 14px;
}

ul {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 14px;
}

#page_wrapper {
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   width: 800px;
   clear: both;
}

#header {
   background: #FFFFFF url('../images/newlogo1.jpg') no-repeat top center;
   width: 800px;
   padding: 0px;
}

#content_wrapper {
   margin-left: 150px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 5px;
}

#content_wrapper h1 {
   padding-bottom: 10px;
}

#content_wrapper h2 {
   padding-top: 5px;
}

#content_wrapper p {
   padding-top: 5px;
   padding-bottom: 5px;
}

#content_wrapper ol li {
   list-style-type: decimal;
   list-style-position: outside;
   padding-top: 5px;
   margin-left: 2em;
}

#content_wrapper ul li {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 14px;
   list-style-type: disc;
   list-style-position: outside;
   margin-left: 1em;
}

#content_wrapper table {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 14px;
}

#menu_wrapper {
   padding-left: 0px;
   padding-right: 0px;
   width: 140px;
   float: left;
}

#menu_wrapper ul {
   margin: 0px;
   list-style: none;
   height: 40px;
   height: 220px;
   width: 140px;
}

#menu_wrapper ul li {
   margin: 0px;
   padding-left: 0px;
   padding-right: 0px;
}

#menu_wrapper ul li a {
   cursor: pointer;
   width: 140px;
   height: 40px;
}

#menu_wrapper ul li a img {
   margin: 0px;
   padding-left: 0px;
   padding-right: 0px;
}

#menu_wrapper p {
   font-style: italic;
   font-size: 9px;
}

.quote_block {
   font-style: italic;
   font-size: 14px;
   margin-left: 30px;
}

.expandable {
   cursor:hand; cursor:pointer;
}

.big_text {
   font-size: 24px;
}

.aside {
   font-size: 12px;
   font-style: italic;
}

.aside_omfg {
   font-size: 20px;
   font-style: italic;
   font-weight: 800;
}

.notification {
   font-size: 11px;
   font-style: italic;
}

.nw_align {
   vertical-align: top;
   text-align: right;
}

.ne_align {
   vertical-align: top;
   text-align: left;
}

.sectionlink {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 18px;
   text-decoration: none;
   color: black;
   background: white;
   line-height: 1.2;
}

.backlink {
   font-family: Tahoma, Arial, sans-serif;
   font-weight: 800;
}

.important {
   color: red;
   font-weight: 800;
}

#rightside {
   float: right;
   width: 300px;
}

#leftside {
   float: left;
   width: 300px;
}

.disclaimer_body {
   background: #FFFFFF url('../images/disclaimer.jpg') no-repeat top center;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   width: 800px;
   clear: both;
}

.disclaimer_body h1 {
   margin-top: 120px;
   padding-left: 260px;
}

.disclaimer_body p {
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 260px;
}
