﻿/* ===================== LOCAL FONT ========================================= */
@font-face { font-family: head_zcc; src: url("../fonts/ADDCN__.TTF"); }
@font-face { font-family: body_text; src: url("../fonts/COOPBL.TTF"); }
/* ===================== GLOBAL STYLE INITS ================================= */
html *{ font-family: body_zcc, Verdana, Arial, Helvetica, sans-serif; }
*{ margin: 0px; padding: 0px; }
body{ background-color: #EAEAEA; font-size: 1em; font-family: body_text; color: #006113; }
#slides{ display: block; position: fixed; left: 0px; top: 65px; width: 100%; height: 500px; overflow: hidden; }
#slides img{ position: absolute; left: 0px; top: 0px; width: 100%; }
#container{ z-index: 1000; width: 100%; height: auto; overflow: hidden; }
header, section, article, footer div, p, img{ display: block; position: relative; }
button{ border: none; background: none; text-decoration: none; cursor: pointer; }
h2{ display: block; text-align: center; }
#footer{ width: 100%; margin: 0; background-color: #005210; color: #FFFFFF; }
/* ===================== FOOTER ============================================= */
