@charset "UTF-8";
/* CSS Document */

html {height: 100%;}
body {background: #8c8c8c; height: 100%;}
* {padding: 0; margin: 0;}



/* LAYOUT */
#container {width: 1050px; margin: 0 auto 0 auto; padding: 25px 25px 10px 25px; background: #ffffff; border-left: solid 25px #b1c252; border-right: solid 25px #b1c252;}
#footer-container {display: block; width: 1150px; background: #b1c252; margin: 0 auto 0 auto; padding: 10px 0 10px 0; text-align: center;}
#tableholder {width: 700px; margin: 0px auto 0px auto; display: block;}

.logo {display: block; margin: 0 auto 0 auto;}

#floatbreak {clear: both;}
#hline {width: 900px; border-top: 1px solid #b1c252; margin: 27px auto 27px auto; clear: both;}
#smline {width: 70px; border-top: 1px solid #b1c252; margin: 20px auto 17px auto; clear: both;}
.pplpix {margin: 0 20px 10px 0; float: left; border-radius: 10px;}

/* TEXT */

@font-face {
    font-family: 'winterthurcondensedregular';
    src: url('font-winterthur/winterthurcondensed-webfont.eot');
    src: url('font-winterthur/winterthurcondensed-webfont.eot?#iefix') format('embedded-opentype'),
url('font-winterthur/winterthurcondensed-webfont.woff') format('woff'),
url('font-winterthur/winterthurcondensed-webfont.ttf') format('truetype'),
url('font-winterthur/winterthurcondensed-webfont.svg#winterthurcondensedregular') format('svg');
    font-weight: normal;
    font-style: normal;}

p {font-family: Arial, Helvetica, sans-serif; color: #505050; font-size: 15px; line-height: 26px; margin: 6px 0 18px 0; text-align: left;}
h1 {font-family: "winterthurcondensedregular", Helvetica Narrow, Arial Narrow, sans-serif; color: #94a341; font-size: 40px; line-height: 50px; margin: 0 0 9px 0; text-transform: uppercase; letter-spacing: 1px; text-align: center;}
h2 {font-family: "winterthurcondensedregular", Helvetica Narrow, Arial Narrow, sans-serif; color: #b1c252; font-size: 24px; line-height: 40px; margin: 0 0 12px 0; text-transform: uppercase; letter-spacing: 1px; text-align: center;}
h3 {font-family: Arial, Helvetica, sans-serif; color: #656565; font-size: 19px; line-height: 23px; margin: 25px 0 5px 0; text-align: center;}
h4 {font-family: "winterthurcondensedregular", Helvetica Narrow, Arial Narrow, sans-serif; color: #b1c252; font-size: 25px; line-height: 36px; margin: 0 0 6px 0; text-transform: uppercase; letter-spacing: 1px; text-align: center;}
h5 {font-family: "winterthurcondensedregular", Helvetica Narrow, Arial Narrow, sans-serif; color: #94a341; font-size: 20px; line-height: 26px; margin: 24px 0 0 0; text-transform: uppercase; letter-spacing: 1px; text-align: center;}
h6 {font-family: Georgia, "Times New Roman", Times, serif; color: #b1c252; font-size: 11px; line-height: 15px; margin: 0 0 12px 0; text-align: center;}

.ptable {font-family: font-family: Georgia, "Times New Roman", Times, serif; color: #656565; font-size: 15px; line-height: 26px; margin: 6px 0 12px 0; text-align: center;}

.footertype {margin: 0; line-height: 50px;}
.center {text-align: center;}
.red {color: #d40000;}

/* LINKS */

a:link {color: #b1c252; text-decoration: underline;}
a:visited {color: #b1c252; text-decoration: underline;}
a:hover {color: #b1c252; text-decoration: underline;}
a:active {color: #b1c252; text-decoration: none;}

a.footer:link {color: #fff; text-decoration: underline;}
a.footer:visited {color: #fff; text-decoration: underline;}
a.footer:hover {color: #fff; text-decoration: none;}
a.footer:active {color: #fff; text-decoration: none;}

a.gray:link {color: #656565; text-decoration: underline;}
a.gray:visited {color: #656565; text-decoration: underline;}
a.gray:hover {color: #656565; text-decoration: none;}
a.gray:active {color: #656565; text-decoration: none;}