/* ----- import styles ----- */
@import url("header.css"); 
@import url("content.css"); 
@import url("footer.css"); 

/* -------------------- reset defaults -------------------- */
* { margin: 0; padding: 0; }
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup, strong, em, ins, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; border-width: 0; outline: 0; vertical-align: baseline; background: transparent; }
html, body { width: 100%; height: 100%; }
body { font: 12px/14px 'Tahoma', sans-serif; color: #656463; background-color: #fff; text-align: left; }

table { border-collapse: collapse; border-spacing: 0; border-width: 0; }
caption, td, th { vertical-align: top; }

ul { margin: 0; padding: 0 0 0 30px; list-style: none; }
ul li { padding: 2px 0 2px 12px; background: url(../images/li-bg.gif) 0 7px no-repeat; }
ul.alt-list { margin: 0; padding: 0 0 0 4px; list-style: none; }
ul.alt-list li { padding: 3px 0 3px 15px; background: url(../images/altli-bg.gif) 0 8px no-repeat; }

img { border: 0; border-width: 0; vertical-align: top; }

ins { text-decoration: underline; }
del { text-decoration: line-through; }
strong { font-weight: bold; }
em { font-style: italic; }
i { font-style: normal; }
span { color: #eb3d00; }
small { font-size: 11px; }

input, button { overflow: visible; }
input, button, select { vertical-align: middle; }
textarea { vertical-align: top; }

blockquote { quotes: none; }
blockquote:before, blockquote:after { content: ""; }
q { quotes: '\00AB' '\00BB' '\201E' '\201C'; }
q:before { content: '\00AB'; }
q:after { content: '\00BB'; }
q q:before { content: '\201E'; }
q q:after { content: '\201C'; }

a { color: #00418f; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }

/* ----- global ----- */
h1 { font: bold 12px/14px 'Tahoma'; color: #eb3d00; text-transform: uppercase; }

/* ----- clear ----- */
.cl { clear: both; height: 0; overflow: hidden; }
.clf:after { content: ""; display: block; clear: both; visibility: hidden; height: 0; overflow: hidden; }
.nobg { background: none !important; }
.nobd { border: 0 !important; }
.nom { margin: 0 !important; }
.mop { padding: 0 !important; }

/* -------------------- MAIN -------------------- */
.page { width: 100%; min-width: 996px; min-height: 100%; margin: 0 auto; position: relative; z-index: 1; }

