/*
*
* CSS
* @version 1.0
* @author ARCHIVE / VISUAL DIRECTION
*
*/

/* 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body { line-height:1; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0; }

/* PRELOADER */
#preloader { position:absolute; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:99; }
#status { width:101px; height:101px; position:absolute; left:50%; top:50%; background-repeat:no-repeat; background-position:center; margin:-50.5px 0 0 -50.5px; }

/* STRUCTURAL */
body { background:#fff; }
header { width:925px; margin-left:40px; }
header h1 a { width:521px; height:39px; background:url(../images/global/archive.png); margin:30px 0 0 0; text-indent:-9999px; float:left; }
#information { width:925px; margin:16px auto 0px auto; float:left; padding-bottom:50px; }
.content { width:500px; }
.contact { margin-top:15px; }
section { width:925px; margin-left:40px; }
.cola { width:455px; float:left; }
.cola p { margin-bottom:40px; }
.colb { width:455px; float:right; }
.cola img { margin-bottom:5px; }
.colb img { margin-bottom:15px; }
footer { width:925px; margin:0 0 40px 40px; clear:both;}

/* TYPOGRAPHY */
body { font-family:"Times New Roman", serif; font-size:13px; line-height:13px; color:#111; }
a:link, a:visited, a:hover { color:#111; text-decoration:underline; }
::-moz-selection { background:#f8f8d8; color:#111; }
::selection { background:#f8f8d8; color:#111; }