html, body {
	height:100%;
}
.page-inline li{display:inline-block;vertical-align: top;}
.green-button{
	margin-top:0px;
	background-color:#006633;
	text-align:center;
	color:d2a713;
	width:170px;
	height:25px;	
	paddding-top:6px;
}

footer p{
margin-left: 70px;
background-color: #eee;
margin-right: 70px;
padding-bottom: 20px;
padding-left: 5px;
padding-right: 5px;
}	
.navbar a{transition:200ms all linear;}
.navbar-inverse .navbar-nav > li > a:hover{
color:#060;	
background-color:#d5d5d5;
}


.navbar-inverse{
	color:#fff; !important
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), 			color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
    color:#333;
	border-top: #063 solid 0px;
	border-bottom: #063 solid 0px;
	border-left: none;
	border-right: none;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	color:#333; !important
	font-family: 'Open Sans', sans-serif;
}

.navbar-inverse .navbar-nav > li > a{
	color:#333; !important
	font-family: 'Open Sans', sans-serif;
}

.navbar{
	max-width:1000px;
}

.navbar-brand{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;	
}

.navbar-nav{
margin-left:18%;
margin-top:0px;
margin-bottom:0px;	
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	background-color:#063;	
}

.carousel {
	height:200px;
}

.item,
.active,
.carousel-inner {
	height:100%;
}

.ozhpvcenter{
text-align:center;	
}

.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: contain;
	background-repeat:no-repeat;
}

.section {
	margin: 25px 0;
}

footer {
	margin: 25px 0;
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}