@charset "utf-8";
/* CSS Document */

/* ------------------- FRAMEWORK ------------------- */

#wrap-header, #wrap-content, #wrap-footer { width: 100% }
#wrap-header { height: 190px; }
#wrap-footer { height: 320px; }
#header-slogan { width: 900px; }
#header-logo { width: auto; }
#footer-links { width: 450px; }

/* ------------------- POSITION ------------------- */

#header-slogan { position: relative; top: 15px; float: left; }
.menu { float: right; position: relative; top: 80px; }
#header-logo { float: left; }
td.foot-links { padding-top: 120px; text-align: right; }

/* ------------------- STYLING ------------------- */

* { font-family: arial, helvetica, sans-serif; font-size: 13px; color: #fff; }
h1.header { font-size: 16px; font-weight: bold; color: #336600; }
.menu { text-align: right; font-size: 16px; font-weight: bold; color: #6fa81e; }
.menu a { text-align: right; font-size: 16px; font-weight: bold; color: #336600; text-decoration: none; }
.menu a:hover { text-decoration: underline; }
p.h1 { font-size: 30px; color: #fdff54; font-weight: bold; margin: 10px 0; }
p.h2 { font-size: 20px; color: #fdff54; font-weight:bold; margin-bottom: 8px; }
p.h3 { font-size: 15px; color: #fdff54; font-weight:bold; margin-bottom: 8px; }
p.content { margin-bottom: 15px; }
td.foot-links p, td.foot-links strong { color: #6d951d; }
td.foot-links a { color: #fdff54; text-decoration: none; }
td.foot-links a:hover { text-decoration: underline; }
.readmore { background-color: #629816; padding: 3px 6px; }
.readmore a { text-decoration: none; }
.readmore a:hover { text-decoration: underline; }
.column-mid { padding: 10px 20px; }
.content a { color: #c1f279; text-decoration: none; }
p a { color: #c1f279; text-decoration: none; }
td.column-mid ul { list-style: disc; margin: 0px; padding-left: 20px; }
td.column-mid li { margin: 10px 0; }
p.h3 a, p.h3 a:visited { font-size: 15px; color: #fdff54; font-weight:bold; margin-bottom: 8px; text-decoration: none; }
p.h3 a:hover { font-size: 15px; color: #fdff54; font-weight:bold; margin-bottom: 8px; text-decoration: underline; }
.formtext {color: Black;}

/* ------------------- IMAGES ------------------- */

body { background-image: url(../img/bg-body.gif); }
#wrap-header { background-image: url(../img/bg-header.gif); }
#wrap-content { background-image: url(../img/bg-content.gif); }
#wrap-footer { background-image: url(../img/bg-footer.gif); }
.footer-frame { background-image: url(../img/bg-footer-center.gif); }
.header-linebreak { background-image: url(../img/bg-header-linebreak.gif);}
.column-top { background-image: url(../img/bg-column-top.gif); }
.column-mid { background-image: url(../img/bg-column-mid.gif); }
.column-end { background-image: url(../img/bg-column-end.gif); }
.column-break { background-image: url(../img/bg-column-break.gif); }
