html{
	background: #dedede;
	}
body.site {
	color: #333;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dedede+100 */
background: #ffffff !important; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ) !important; /* IE6-9 */
}

.container {
	width: 100% !important;
	max-width: 100%;
}
body.site {
	border: none;
	padding: 0;
	background-color: transparent;
}
.body .container {
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header{
    height: 140px;
    margin: 0;
    padding: 0 5%;
	background: transparent url(../images/header.jpg) no-repeat 0 0;
	background-size: 100% 140px;
	border-bottom: 1px solid #ccc;
}
h1.logo{
	text-indent: -1000px;
	margin: 0;
	padding: 0;
}
h1.logo a{
	margin: 15px 0 0 0;
	width: 210px;
	height: 114px;
	background: transparent url(../images/logo.png) no-repeat 0 0;
    display: block;
}
h1.logo a:hover, a:focus{
	opacity: 0.7;
}
.navigation{
	padding: 50px 0 0 0;
	border: none;
}
.navigation ul{
	margin: 0 auto;
	padding: 0;
	display: table;
}
.navigation ul:first-child{
    border: none;
}
.navigation li{
	font-size: 1.12em;
    display: inline-block;
    padding: 0 20px;
    border-left: 1px solid #aaa;
}
.navigation li:first-child{
    border: none;
}
.navigation li a{
    color: #047c61;
    padding: 0 5px;
}
.navigation li a:hover, .navigation li a:focus{
    opacity: 0.7;
}
.navigation li li{
	border: none;
	padding: 0;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: none;
	box-shadow: 0 1px 0 #ccc;
}
.nav > li.active > a{
    font-weight: bold;
}
.nav li li a:hover, .nav li li a:focus{
	background: #195d40 !important;
}



.header-rt{
	float: right;
	padding: 20px;
}
.header-rt *{
	color: #047c61;
	font-size: 105%;
}

#banner .slide-title{
	font-size: 3vw;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}

#content{
	padding: 0 10px;
}
.item-page{
	padding: 20px 0; 
}

.row-fluid{
	max-width: 1200px;
	margin: 0 auto;
}
.page-header{
    color: #063;
	border: none;
    margin: 0 !important;
    padding: 0 !important;
}
.page-header h1{
	display: none;
}

h1{
	font-size: 2em;
	color: #333;
	line-height: 120%;
	margin: 0;
	padding: 6px 0;
}

h2 {
	font-size: 1.8em !important;
	color: #063;
	line-height: 120%;
	margin: 0;
	padding: 6px 0;
}
h3 {
	color: #666;
	font-size: 1.4em;
	line-height: 120%;
	margin: 0;
	padding: 6px 0;
}
h4 {
	color: #036;
	font-size: 1.2em;
	font-style: normal;
	line-height: 130%;
	margin: 0;
	padding: 4px 0;
}
h5 {
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 130%;
	margin: 0;
	padding: 8px 0 0 0;
}
h6 {
	font-size: 0.9em;
	color: #000;
	text-transform: uppercase;
	line-height: 130%;
	margin: 0;
	padding: 8px 0;
}

p{
	margin: 0;
	padding: 8px 0 2px 0;
	line-height: 140%;
}
a{
	color: #047c61;
	text-decoration: none;
}
a:hover, a img:hover{
    opacity: 0.8;
}
blockquote { 
	margin: 4px 10%;
	border: none;
}
ul, ol {
	margin: 0 0 0 1.4em;
	padding: 0 0 4px 0;
}
ol li, ul ol li {
	line-height: 140%;
	padding: 0;
	margin: 5px 0;
}
ul li {
	line-height: 140%;
	padding: 0;
	margin: 5px 0;
	list-style: square;
	}
ul li ul li{
	list-style: square;
}
ul.unstyled, ol.unstyled{
	margin: 0 0 0 1.3em;
}
sub,
sup {
	font-size: 0.8em;
	line-height: 110%;
	vertical-align: bottom;
}
sup {
	vertical-align: top;
}


img {
	max- width: 100%;
	height: auto;
	display: inline-block !important;
}
td img {
	max-width: none; 
}
table {
	vertical-align: top;
	margin: 4px 0;
}
th {
	padding: 2px 10px;
	vertical-align: bottom;
	border-bottom: solid 1px;
}
td {
	line-height: 140%;
	padding: 10px;
	vertical-align: center;
}

.green{color: #055;}

.icon {
	width: 90px;
	height: 90px;
	display: block;
	overflow: hidden;
}
.icon:hover {
    text-indent: -90px;
}

.pdf a{
    padding-left: 40px;
	background: transparent url(../images/pdf-icon.png) no-repeat 0 0;
	display: block;
	min-height: 40px;
}
.larger{
    font-size: 1.2em;
}
.smaller{
    font-size: 0.8em;
}
.pull-right {
	float: right;
    padding: 10px 0 15px 20px
}
.pull-left {
	float: left;
    padding: 10px 20px 15px 0
}

hr{
    margin: 10px 0 5px 0;
    opacity: 8;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
}

.col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-9{
    float: left;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

  .col-md-8 {
    width: 66.6%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-4 {
    width: 33.3%;
  }
  .col-md-3 {
    width: 25%;
  }

.footer{
	font-size: 0.9em;
    margin-top: 20px;
    padding: 0 5px 5px 5px;
	background: #000;
}
.footer *{
	color: #fff;
}

.footer a:hover, .footer a:focus{
	color: #fff;
}

.bfClearfix>div>span{
	display: none;
}

#favimagehover-11886 div{
	max-width: 225px !important;
}


.form-horizontal .control-label{
	text-align: left;
	width: auto;
}

.showplus a:hover, .showplus a img:hover {
	opacity: 1;
}

/*  GALLERY MENUS  */

#content .menu li{
	text-align: center;
	list-style: none !important;
	margin: 0;
	padding: 10px;
	width: 33.3%;
	float: left;
	box-sizing: border-box;
}
#content .menu li img{
	width: 100%;
}




@media (max-width: 979px) {
.header-rt{
	display: none;
}
.navbar{
	position: absolute;
	top: -120px;
	right: 0;
}
.navigation {
	float: right;
	padding: 0;
    display: block;
    position: relative;
    overflow: visible;
    width: 100%;
}
.navigation> .collapse{
    position: absolute;
    background: #fff;
    width: 100%;
    right: 0;
    top: 0;
    border-radius: 10px;
	border: 1px solid #aaa;
    overflow: hidden;
    padding: 10px;
}
.navigation .collapse ul{
	width: 100%;
}
.navigation .collapse li, .navigation .collapse li a{
	font-size: 1em;
	display: block;
	margin: 0;
	padding: 2px 5px;
	border: none;
}
.navigation .nav-child ul{
    display: none !important;
}
}





@media (max-width: 760px) {
	
.col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-9{
	width: 100%;
    float: none;
    margin: 10px auto !important;
}
}



