/* RESET.CSS
---------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;outline:none;}
table {border-collapse:collapse;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
hr { display: none; }

/* GLOBALS ELEMENTS, ID, CLASS
---------------------------------------------------------- */
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
dfn {font-style:italic;font-weight:bold;}
em {font-style:normal; font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
p {margin:0 0 1em 0;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0.5em 1em 1em 0.5em;}
ul {list-style-type: none;}
ul li, dd {padding-left: 15px; background: url(../images/bull.gif) no-repeat 0 6px;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dt { margin: 0.2em 0; }
dd {margin-left:1em;}
img { vertical-align: middle; }
table {margin-bottom:1.5em; font-size: 90%;}
tr:hover { background: #1d344f; }
thead th { font-weight: bold; }
th { padding: 6px 8px; border-bottom: 1px dotted #233f5f; }
td { padding: 4px 8px; white-space: nowrap; border-bottom: 1px dotted #233f5f; }
td:firs-child { white-space: normal; }
.table th, .table td { border: 1px solid #233f5f; }
.table th { background: #18293e; }

/* --- headings --- */
h1, h2, h3, h4, h5, h6 {font-weight:normal; color: #fff;}
h1 {font-size:1.8em;margin-bottom:0.8em;line-height:1.8;}
h2 {font-size:1.4em;margin-bottom:0.8em;line-height:1.4;}
h3 {font-size:1.2em;margin-bottom:0.8em;line-height:1.2;}
h4 {font-size:1em;line-height:1;}
h5 {font-size:1em;}
h6 {font-size:1em;}

/* --- links --- */
a { color:#9bafbb; text-decoration: none; }
a:hover { text-decoration: underline; color: #cddce4; }
#content a.more, #footer a { color: #cddce4; text-decoration: underline; }
#content a:hover.more, #footer a:hover { color: #e2f2fb; }

/*  PAGE STRUCTURE
---------------------------------------------------------- */
body { text-align: center; line-height: 1.4; font-family: Tahoma, Geneva, sans-serif; font-size: 70%; color: #9bafbb; background: #08517a url(images/bg-body.jpg) repeat-x 0 14px; }
#page { width: 1067px; margin: 100px auto 0 auto; overflow: hidden; background: url(images/bg-page.jpg) no-repeat 50% 21px; }
#header { position: relative; width: 667px; height: 359px; margin: 0 auto; }
#flash { position: absolute; z-index: 100; top: 111px; left: 0;}
#main { z-index: 200; position: relative; width: 880px; height: auto !important; height: 300px; min-height: 300px; margin: 0 auto; }
#content { position: absolute; top: -10px; left: 0; }
#footer { clear: both; color: #cddce4; }

/* --- image overlay --- */
.overlap { display: block; position: relative; width: 100%; height: 100%; overflow: hidden; outline: none; color: #fff; }
.overlay { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* --- #logo --- */
#logo { width: 667px; height: 111px; }
#logo .overlay { background: url(images/logo-hi.gif) no-repeat 0 0; }

/* --- title blocks --- */
.title { float: left; width: 176px; text-align: left; background: url(images/bg-title-left.gif) no-repeat 18px 100%; }
.title p { padding-left: 42px; }
.title h2 { width: 176px; height: 39px; margin: 0; font-size: 120%; }
.title h2 .overlay { background: url(images/bg-title-h2.jpg) 0 0; }

.block-a h2 .overlay { background-position: 0 0; }
.block-b h2 .overlay { background-position: 0 -39px; }
.block-c h2 .overlay { background-position: 0 -78px; }
.block-d h2 .overlay { background-position: 0 -117px; }
.block-e h2 .overlay { background-position: 0 -156px; }

.block-b, .block-d { margin-top: 22px; }
.block-c { margin-top: 31px; }