/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

body {
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Oxygen', sans-serif;
}

::-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;
}

hr.clear{
    visibility: hidden;
    clear: both;
    border: 0 none;
    margin: 0;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


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

#header{
	
}

#header {
	min-width: 1000px;
	background: url('/assets/img/header.jpg') no-repeat 50% 0;
	padding-top: 181px;
}

#headerbar {
	background: #EC8700 url('/assets/img/header_title.png') no-repeat 50% 0;
	height: 183px;
}

#content {
	background: url('/assets/img/content.jpg') no-repeat 50% 0;
	width: 1000px;
	margin: 0 auto;
}

.fullcol{
	clear: both;
	margin: 25px 10px;
}

.halfcol{
	float: left;
	width: 480px;
	margin: 25px 10px;
}

#content a{
	color: #EC8700;
}

#content table{
	font-size: 1em;
	color: #333;
	margin: 0 0 1em 0;
	width: 100%;
}

#content th,
#content td{
	vertical-align: top;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}

#content th{
	text-align: left;
}

#content td{
	text-align: right;
}

#content th em{
	color: #EC8700;
	font-weight: normal;
	font-size: .8em;
}

#content h2{
	color: #EC8700;
	border-bottom: 1px solid #EC8700;
}

#content h3{
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#content p,
#content address,
#content ul{
	font-size: 1em;
	color: #333;
	margin: 0 0 1em 0;
	font-style: normal;
}
#content ul{
	margin-top: 1em;
}

#content .trumbowyg-box ul{
    margin-top: 0;
}

#content img.right{
	float: right;
	margin: 0 15px 15px 15px;
	border: 1px solid #333;
	box-shadow: 2px 2px 2px #999;
}

#footer{
	color: #fff;
	background-color: #EC8700;
}

#footer p{
	text-align: center;
	padding: 5px 0;
	margin: 0;
}

#footer a{
	color: #fff;
}

textarea{
    width: 100%;
    margin: 0;
    padding: 0;
}

input{
    font-size: 1em;
    border: 1px solid #666;
    padding: 15px 5px;
}

button{
    border: 0 none;
    color: #fff;
    background-color: #EC8700;
    padding: 15px 25px;
}

#content p.successmessage{
    border: 1px solid #090;
    color: #090;
    padding: 15px;
}

#content p.errormessage{
    border: 1px solid #900;
    color: #900;
    padding: 15px;
}


/* ==========================================================================
   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;
}

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

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

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

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}