@import url(https://fonts.googleapis.com/css?family=Gentium+Basic:400,700&subset=latin,latin-ext);

body {
  margin:0;
  padding:0;
  background:#3b3b3b;
}
body,table,input,textarea,button,select {
  font-family: 'Gentium Basic','Georgia', serif;
  color:#fff;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table,form,fieldset,object {
  margin:0 0 15px 0;
  line-height:1.5em;
}

ul{
    list-style-position: inside;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
  display: block;
}
audio,canvas,video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

h1 {
  font-size:2em;
  font-weight:normal;
}
h2 {
    color:#a9c513;
    font-size:1.4em;
    font-weight:normal;
    padding:0px 0 0px 0;
}
h3 {
  font-size:1.6em;
  font-weight:normal;
}
h4,h5,h6 {
  font-size:12px;
}
a {
  text-decoration:none;
  color:#8EA31B;
}
a:hover {
  text-decoration:underline;
}

img {
  border:0;
}

.wrapper-964{
    width:960px;
    margin:0 auto;
    border-width:0px 4px 0px 4px;
    border-style:solid;
    border-color:#3b3b3b;
}
.footer{
    background-color:#3b3b3b;
}

.top-navigation,
.top-subnavigation,
.footer{
    background-color:#282828;
    border-top:4px solid #3b3b3b;
    border-bottom:4px solid #3b3b3b;
}
.top-navigation{
    border-top-width:0px;
}
.top-subnavigation{
    border-top:4px solid #3b3b3b;
    border-bottom:4px solid #3b3b3b;
}
.footer{
    border-bottom-width:0px;
}
.bg-subnav{
    background-color:#303030;
    min-height:46px;
}

.bg-page{
    background-color:#4f4e4e;
}

.top-banner{
    height:332px;
    width:100%;
    display:block;
}

.green-dark{
    background-color:#64760f;
}
.green-light{
    background-color:#8ea31b;
}
/*Navigation Top*/
#navigation{
    margin:0;
}
#navigation li{
    display:inline-block;
    margin-right:7px;
    zoom: 1;
    *display: inline;  /* IE7 Hack */
}
#navigation li:hover,
#navigation li.a1,
#navigation li.s1{
    background-color:#8ea31b;
}
#navigation li a{
    text-decoration:none;
    color:#fff;
    padding:16px 10px 16px 10px;
    display:inline-block;
    font-size:1em;
    text-align:center;
}
#navigation li:first-child a{
    padding-left:30px;
}

/*Navigation Sub*/
#subnavigation{
    margin:0;
}
#subnavigation li{
    display:inline-block;
    zoom: 1;  *display: inline;  /* IE7 Hack */
}

#subnavigation li:hover a,
#subnavigation li.a1 a,
#subnavigation li.s1 a{
    color:#8ea31b;
}
#subnavigation li a{
    text-decoration:none;
    color:#fff;
    padding:10px 9px 12px 30px;
    display:inline-block;
    font-size:1em;
    text-align:center;
}
#subnavigation li a:hover{
    color:#a9c513;
}
/*Banner*/
.banner-box{
    position: relative;
}
.banner-pic{
    background-color: transparent;
    position: absolute;
    z-index: 1;
    display: block;
    width: 960px;
    height: 332px;
}
.banner-pic img{
    background-color: transparent;
    position: absolute;
    z-index: 1;
    left:0;
    top:0;
}

.banner-pic img.banner-image-decor-font{
    top:210px;
}

.banner-wave{
    background-color: transparent;
    position: absolute;
    z-index: 2;
    display: block;
    width: 960px;
    height: 332px;
}

.banner-wave img{
    position:absolute;
    bottom:0;
    z-index: 2;
}
.wave-image-decor-font{
    right:0;
}
.wave-image-decor-bg{

}

/*Footer*/
.footer p{
    text-align:right;
    padding:16px 16px 16px 0;
    color:#303030;
}

/*Page*/
.page-box{
    padding-top:26px;
}
.left-col{
    display: inline;
    float: left;
    margin-left: 45px;
    width:565px;
}
.right-col{
    display: inline;
    float: left;
    margin-left: 45px;
    width:260px;
}
hgroup {
  margin:0 0 20px 0;
}
hgroup h1,
hgroup h2 {
  margin:0;
}

/*Page Article*/
.left-col article h2{
}
.left-col article .image {
  width:260px;
  float:left;
  margin:0 15px 0 0;
}
.left-col article .image img{
    display:inline-block;
}
.left-col article .image p.picture-item-label{
    line-height:1em;
    margin:0;
}
.left-col article p{
    font-size:1em;
    line-height:1.5em;
}
.left-col article .text p{
    font-size:1em;
    line-height:1.5em;
    margin-bottom:0;
}
.right-col  .jiggy {
    margin-bottom:34px;
}
.right-col  .jiggy  h4{
    font-size:1.25em;
    border-bottom:4px solid #4f4e4e;
    padding:11px 15px 11px 15px;
    margin:0;
}
.right-col  .jiggy .content{
    font-size:1em;
    padding:11px 15px;
}
.right-col  .jiggy .content a {
    color:#dde4bb;
}

.right-col .jiggy footer p{
    text-align:right;
}
.right-col  .jiggy  .content a.jiggy-more-link{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    text-align:right;
    display:block;
}
.right-col  .jiggy  .content a.jiggy-more-link:hover{
    text-decoration:underline;
}

.left-col-left{
    display: inline;
    float: left;
    width:260px;
    padding-top:18px;
}
.left-col-right{
    display: inline;
    float: right;
    width:260px;
    padding-top:18px;
}
.left-col .article-item{
    margin-bottom:40px;
}

/*Article More Link*/
article a.linkInt{
    display:block;
    text-align:right;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}
article a.linkInt:hover{
    text-decoration:underline;
}

/*Picture Label Bottom Text*/
.picture-item-label{
    font-size:1em;
    padding:11px 15px;
    text-align:center;
    margin-top:4px;
    line-height:1em;
}

/*Form Contact*/
#contactform div{
    padding-top:23px;
}
label {
    display: inline-block;
    width: 178px;
}
label.textarea-label {
    position:relative;
    top:-200px;
}
input[type="text"]{
    display: inline-block;
    width: 184px;
    width:375px;
    color:#282828;
    border:solid #a9a9a9 1px;
}
input[type="submit"]{
    margin-left:184px;
    display: inline-block;
    background:#8ea31b;
    color:#fff;
    padding:.375rem;
    font-size:14px;
    border:solid #a9a9a9 1px;
}
textarea {
    display: inline-block;
    width: 375px;
    height:223px;
    overflow: auto;
    color:#282828;
}
input[type="text"], textarea{
    -webkit-box-shadow: inset 3px 3px 15px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 3px 3px 15px -3px rgba(0,0,0,0.5);
    box-shadow: inset 3px 3px 15px -3px rgba(0,0,0,0.5);
    font-size:1em;
    line-height:1em;
    padding:3px;
}
.bt-submit{
    border:1px solid #64760f;
    color:#fff;
    font-size:1em;
    line-height:1.5em;
    width:140px;
}

/*GMAP*/
.green-border{
    border:2px solid #64760f
}
#directions .adp{
    background-color:#fff;
}

/*Routing Form*/
#routingform {
    margin-top:30px;
}
#routingform label{
    width: auto;
}
#routingform input{

}
#routingform input[type="text"]{
    display: inline;
    width: auto;
    margin-left:30px;
}
#routingform input[type="submit"]{
    margin-left:25px;
    display: inline;
}

/*Jiggy*/
.jiggy ul{
    margin-left:0px;
    padding-left:15px;
    list-style-position:outside;
}