/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body { font-family: 'Helvetica-Neue', Helvetica, sans-serif; color:#000; background:url('../img/background.png') no-repeat left top; -webkit-font-smoothing: antialiased;}

h1,h2,h3,h4 { margin:0; }

h1 { font-size:24px; font-weight:bold; margin:0 0 10px 0;}
h2 { font-size:20px; font-weight:bold; margin:0 0 10px 0;}
h3 { font-size:18px; font-weight:normal; margin:0 0 5px 0;}

p { font-size:15px; font-weight:normal; margin-bottom:10px;}
a { color:#82c50d; }
a:hover { text-decoration:none; }

#container { width:100%; }
#header { height:334px;}
a#logo { margin:10px; background:url('../img/logo.png') no-repeat left top; width:229px; height:97px; display:block; text-indent:-9999px;}

#header { position:relative; }

.left-wrapper,
.right-wrapper { position:absolute; top:0;}
.left-wrapper { left:0; background:#fff;}
.right-wrapper { left:400px; }
.image-wrapper { float:left; width:458px; }
.image-wrapper img { width:458px; }
.image-wrapper h1 { margin:0; padding:0 10px; height:30px; background:#82c50d; color:#fff; font-size:20px; font-weight:bold; }
ul { list-style:none; margin:0; padding:0;}

ul.nav { position:relative; width:400px; background:#e0e6e9;}
span#title { position:absolute; left:10px; font-size:12px; text-transform:uppercase;}
ul.nav li { background:url('../img/gradient.png') repeat-x left bottom; width:400px; height:31px; line-height:30px; text-align:right; }
ul.nav li a { display:block; width:390px; height:30px; text-decoration:none; color:#000; font-size:15px; font-weight:bold; }
ul.nav li:hover,
ul.nav li.active  { background:#98adb5; }
ul.nav li:hover a,
ul.nav li.active a { color:#fff; }

#content { padding:20px 10px;background:url('../img/gradient.png') repeat-x left bottom; }
.content-inner { width:800px; }
#content ul { margin:0 0 0 10px; padding:0 0 0 10px; }
#content li { list-style:circle; font-size:14px;}

#footer { height:50px; position:relative;}

.copyright { display:inline-block; }
.copyright p { padding-left:10px; margin:0; height:50px; font-size:12px; width:390px; line-height:50px;} 

.footernav { position:absolute; top:0; right:0; height:50px; background:#82c50d; }
.footernav ul { top:0; height:50px; padding:0 20px 0 10px;}
.footernav ul li { float:left; height:50px; line-height:50px; margin:0 0 0 10px;}
.footernav ul li a { font-size:14px; color:#fff; text-decoration:none; }
.footernav ul li a:hover,
.footernav ul li a:active,
.footernav ul li a.active { text-decoration:underline; }




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}