/*! 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
   ========================================================================== */

html {
	min-height:100%;
}

body {
	min-height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background: #d6e4b4;
	background: -webkit-linear-gradient(top, #d6e4b4 0%,#b8c975 100%);
	background: -ms-linear-gradient(top, #d6e4b4 0%,#b8c975 100%);
	background: linear-gradient(to bottom, #d6e4b4 0%,#b8c975 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e4b4', endColorstr='#b8c975',GradientType=0 );
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color:#214e30;
}

h1 {
	margin:0;
	padding:0;
	padding-bottom:15px;
	font-variant:small-caps;
	font-size:34px;
}

h2 {
	margin:0;
	padding:0;
	padding-bottom:5px;
	font-variant:small-caps;
	font-size:24px;
}

.wrapper {
	display:block;
	width:960px;
	margin:0 auto;
	z-index:10;
	min-height:100%;
}

header {
	position:relative;
	margin-top:25px;
}

header #headerImage {
	display:block;
	margin-left:-15px;
}

header #contact {
	position:absolute;
	right:25px;
	top:110px;
	text-align:right;
	font-size:24px;
	font-variant:small-caps
}

header a:link, header a:visited {
	font-size:inherit;
	font-weight:inherit;
	font-variant:inherit;
	font-style:inherit;
	text-decoration:none;
}

header a:active, header a:hover, header a:active {
	text-decoration:underline;
}


a:link, a:visited {
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#214e30;
}

a:hover, a:active, a:focus {
	text-decoration:underline;
}

#mainContent {
	background:#edefe7;
	box-shadow: 0 3px 16px 0 rgba(0,0,0,.35);
}

a.call:link, a.call:visited {
	display:table;
	position:relative;
	margin:0;
	padding:0;
	background:#d9641d;
	width:960px;
	color:#fff;
	height:60px;
	border-bottom: 1px solid #994513;
	text-decoration:underline;
	font-style:italic;
	font-size:33px;
	font-variant:small-caps;
}

a.call:active, a.call:hover, a.call:focus{
	outline:none;
	background:#ff6b11;	
	background: -moz-linear-gradient(left, #d9641d 0%, #ff6b11 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d9641d), color-stop(100%,#ff6b11));
	background: -webkit-linear-gradient(left, #d9641d 0%,#ff6b11 100%);
	background: -o-linear-gradient(left, #d9641d 0%,#ff6b11 100%);
	background: -ms-linear-gradient(left, #d9641d 0%,#ff6b11 100%);
	background: linear-gradient(to right, #d9641d 0%,#ff6b11 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9641d', endColorstr='#ff6b11',GradientType=1 );
}

a.call span {
	padding:0 25px;
	text-align:right;
	display:table-cell;
	vertical-align:middle;
}

#topGallery {
	width:960px;
	border-bottom:1px solid #808080;
}

.gBreak {
	width:960px;
	height:22px;
	background:url(/img/gBreak.png) repeat-x;
}

#quote {
	text-align:center;
	font-size:40px;
	font-weight:bold;
	font-style:italic;
	font-variant:small-caps;
	color:#d9641d;
}

#calloutBanner {
	background: #333;
	color:#fff;
	text-align: center;
	padding: 25px 15px;
	font-size: 1.5em;
	font-weight: bold;
	border-top: 1px solid #edefe7;
	border-bottom: 1px solid #edefe7;
}

#colContain {
	padding:20px 0 45px 60px;
}

.col {
	float:left;
	width:260px;
}

.col.about {
	width: 300px;
}

.col.two {
	width:520px;
}

.col h1, .col h2 {
	display:block;
	width:100%;
	margin:0;
	padding-bottom:3px;
	border-bottom:2px solid #214e30;
	font-size:22px;
	font-weight:bold;
	font-variant:small-caps;
	color:#214e30;
}

.col p, ul li {
	line-height:18px;
}

.sList {
	list-style: none;
	padding-left: 0;
}

.sList li > ul {
	list-style-type: disc;
	margin: 5px 0;
}

.sList li > ul li {
	margin-bottom: 3px;
}

a.button:link, a.button:visited {
	display: block;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	padding: 8px 15px;
	font-size:14px;
	color: #fff;
	background: #214e30;
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	text-align: center;
}

a.button:hover, a.button:active {
	background: #d9641d;
	text-decoration: none;
}

a.button-two:link, a.button-two:visited {
	display: inline-block;
	box-sizing: border-box;
	width: 45%;
	margin: 0;
	margin-left: 5%;
	padding: 8px 15px;
	font-size:14px;
	color: #fff;
	background: #214e30;
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	text-align: center;
}

a.button-two:hover, a.button-two:active {
	background: #d9641d;
	text-decoration: none;
}

.mb-25 {
	margin-bottom: 25px;
}

ul {
	padding-left:35px;
}

ul li {
	margin-bottom:10px;
}

#cert {
	width:210px;
	margin-top:30px;
	margin-bottom:30px;
	padding:6px 35px;
	text-align:right;
	border:1px solid #b7b7b7;
	border-left:none;
	background: #fff;
	background: -moz-linear-gradient(left, #e2e2e2 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #e2e2e2 0%,#ffffff 100%);
	background: -o-linear-gradient(left, #e2e2e2 0%,#ffffff 100%);
	background: -ms-linear-gradient(left, #e2e2e2 0%,#ffffff 100%);
	background: linear-gradient(to right, #e2e2e2 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=1 );
	margin-left:-60px;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
}

footer {
	display:block;
	position:relative;
	margin:25px 0;
	height:205px;
}

footer #ISA {
	position:absolute;
	left:30px;
	
}

footer #ISA img {
	float:left;
}

footer #ISA span {
	float:left;
	display:block;
	margin-left:15px;
	margin-top:10px;
	font-size:24px;
	font-weight:bold;
	line-height:26px;
}

footer #WAA {
	position:absolute;
	top:19px;
	left:400px;
	width:180px;
	height:166px;
}

footer #navi {
	position:absolute;
	right:30px;
	bottom:0;
	text-align:right;
}

footer #navi span {
	display: block;
	font-size:14px;
	padding-top:25px;
}

footer nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

footer nav ul li {
	text-align:right;
	margin:0;
	padding:0;
	padding-bottom:3px;
	list-style:none;
}

#servContain {
	padding:20px 60px;
}

#servContain h1 {
	
}

#servContain p {
	margin:0;
	padding:0;
	padding-bottom:10px;
}

#servContain section {
	clear:both;
	margin-bottom:35px;
}

#servContain img {
	display: block;
	float:left;
	margin-left:25px;
	border:1px solid #727272;
}

#servContain article {
	width:500px;
	margin-left:20px;
	float:left;
}

#colContain .col input {
	width:100%;
}

#colContain input, #colContain textarea {
	margin-bottom:15px;
}

#colContain textarea {
	width:550px;
	height:150px;
}

#colContain .col textarea {
	width:100%;
	height:83px;
}

#colContain label {
	font-weight:bold;
}

#colContain #submit {
	margin-top:15px;
	padding:10px 0;
	width:550px;
	background:#d9641d;
	color:#fff;
	font-weight:bold;
	font-variant:small-caps;
	outline:0;
	border: 1px solid #994513;
}

.two-col {
	width:550px;
}

body#diag form input {
	margin-bottom:10px;
	width:100%;
}

body#diag form label{
	display:block;
}

body#diag form section {
	padding-bottom:25px;
}


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

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