/* ----- 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, fieldset, label, table, tbody, tfoot, thead, tr, th, td { border: 0; border-width: 0; outline: 0; vertical-align: baseline; background: transparent; }
html, body { width: 100%; height: 100%; }
body { font: 12px/16px 'Arial', sans-serif; color: #262626; background-color: #fff; text-align: left; }

table { border-collapse: collapse; border-spacing: 0; border-width: 0; }
caption, td, th { vertical-align: top; }

dl, ul, ol { list-style: none; }

img { border: 0; border-width: 0; }

ins { text-decoration: underline; }
del { text-decoration: line-through; }
strong { font-weight: bold; }
em { font-style: italic; }
i { font-style: normal; }
b { font-weight: normal; }
big { font: 14px/18px 'Arial'; color: #9c9c9c; }
small { font: 11px/14px 'Arial'; color: #a8aeaf; }

input, button { overflow: visible; }
input, button, select { vertical-align: middle; }
textarea { vertical-align: top; padding: 4px 7px 5px; overflow: auto; font: 12px/16px 'Arial'; color: #262626; border: 1px solid; border-color: #a3a3a3 #e4e4e4 #e4e4e4 #a3a3a3; }
input.text { height: 16px; padding: 4px 7px 5px; overflow: hidden; font: 12px/16px 'Arial'; color: #262626; border: 1px solid; border-color: #a3a3a3 #e4e4e4 #e4e4e4 #a3a3a3; }
input.radio, input.checkbox { padding: 1px; top: -1px; margin-right: 8px; position: relative; }
.w-text { padding-right: 16px; }
.w-text .text { width: 100%; }
.w-text textarea { width: 100%; height: 250px; }
.submit { padding: 7px 28px; font: bold 14px/18px 'Arial'; cursor: pointer; background-color: #d4d0c8; }

.w-submit { padding: 14px; background-color: #e1f9f6; position: relative; }

select { height: 24px; overflow: hidden; padding: 2px; font: 12px/26px 'Arial'; color: #262626; border: 1px solid; border-color: #a3a3a3 #e4e4e4 #e4e4e4 #a3a3a3; }
option { font: 11px/16px 'Arial'; color: #262626; }
.w-select { padding-left: 6px; margin-left: -6px; overflow: hidden; position: relative; }
.w-select select { width: 100%; }

blockquote, q { quotes: '' '' '' ''; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }

/* ----- global styles ----- */
a { color: #00b2e6; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
h1 { font: italic 30px/34px 'Georgia'; color: #fff; }
h2 { font: 24px/28px 'Georgia'; color: #0f1918; margin-bottom: 6px; }
h3 { font: 18px/22px 'Georgia'; color: #0f1918; padding: 8px 0; }
h4 { font: bold 16px/20px 'Arial'; color: #262626; margin-bottom: 4px; }
h5 { }

h3.wbd { margin-bottom: 14px; border-bottom: 1px solid #ddd; }

/* ----- clear ----- */
.cl { display: block; 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; }
.nop { padding: 0 !important; }

/* -------------------- MAIN -------------------- */
.w-page { width: 996px; height: 100%; margin: 0 auto; position: relative; }
.page { width: 100%; min-height: 100%; background: url(../images/content-bg.gif) 0 0 repeat-y; position: relative; }

/* ----- colors ----- */


/* ----- margins ----- */


/* ----- paddings ----- */


/* ----- fonts ----- */
.f12 { font: 12px/16px 'Arial'; }
.f14 { font: 14px/18px 'Arial'; }

/* ----- globals ----- */
.of { width: 100%; overflow: hidden; }

.fl { float: left; }
.fr { float: right; }

.tar { text-align: right; }

.adot { text-decoration: none; }
.adot b { border-bottom: 1px dotted; }
.adot:hover b { border: 0; }






























