html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
	font-size: 28px;
	padding-bottom: 20px;
}


h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: black;
}

h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}

ul {
	padding-left: 30px;
	padding-bottom: 20px;
}

li {
	padding: 5px;
}

body {
    padding-top: 20px;
	font-size: 16px;
	color: black;
	background-color: #007236;
	background-image: url("");
	background-position: top center;
    background-repeat: no-repeat;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	background-color: #007236;
    color: white;
}

p {
	color: white;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

.tright {
	text-align: right;
}

.navbar {
	font-size: 12px;
    position: relative;
}

.navbar a{
	font-size: 12px;
	text-decoration: none;
}

.navbar h1{
	position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
}

li{
	padding: 0px;
}

.navbar a:hover{
	font-size: 12px;
}

.nav>li>a{
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-default .navbar-nav>li>a{
	color: #000000;	
	font-weight: bold;
    padding: 10px 15px;
}

.desc{
    bottom: 10px;
    color: #007236;
    left: 0;
	font-weight: bold;
	font-size: 18px;
    position: absolute;
	text-align: center;
    width: 100%;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	font-size: 12px;
	background-color: #007236;
	color: white;	
}

 .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	font-size: 12px;
	background-color: #007236;
	color: white;	
}

.navbar-default .navbar-nav>.active:last-child>a, .navbar-default .navbar-nav>.active:last-child>a:focus, .navbar-default .navbar-nav>.active:last-child>a:hover{
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

 .navbar-default .navbar-nav>li:last-child>a:focus, .navbar-default .navbar-nav>li:last-child>a:hover{
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}
.navbar-default{	
    background-color: white;
    border-color: #e7e7e7;
	border-radius:0px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.navbar ul{	
	padding-bottom: 0px;

}

.navbar-collapse.collapse {
display: block!important;
}

.navbar-nav>li, .navbar-nav {
float: left !important;
}

.navbar-nav.navbar-right:last-child {
margin-right: -15px !important;
}

.navbar-right {
float: right!important;
}

#navbar1 {
    position: relative;
}

#navbar1 .nav {
    position: absolute; 
    bottom: 0; 
    right: 0;
    margin-bottom: -1px;
}

#myCarousel {
	min-width: 1000px;
    margin: 0 auto;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.pageStyle{	
    position: relative;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
	text-align: left;
    font-size: 13px;
    margin-bottom: 20px;
}

.colStyle{	
    position: relative;
    background-color: white;
    border-radius: 10px;
    padding: 0px;
	text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
}

.colHeight{
	height: 154px;
}

.colStyle h1{	
    font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
}

.colStyle3{	
    padding-bottom: 50px;
}

.colStyle4{	
    font-weight: bold;
	color: #258f47;	
}

.colStyle5{	
    font-weight: bold;
	
}

.colStyle2{	
    background-color: #3f3f3f;
    border-radius: 10px;
	color: white;
    padding: 1px 5px;
	font-weight: bold;
}

.colStyle2 p img{	
	padding-right: 20px;
	padding-left: 10px;
}

.boxStyle{
	width: 232px;
    min-height: 500px;
    position: relative;
}


.boxStyle img{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.boxStyle p a{
	text-decoration: none;
	float: right;
    font-weight: bold;
	color: black;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}

.boxStyle2{
    padding-top: 0px;
    margin-top: 0px;
}

.panel-body{	
    padding: 30px 50px;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
    color: black;
}


.panel-body p {
    color: black;
}

#btn {
    margin-top: 0px;
    width: 200px;
    line-height: 20px;
    float: right;
    font-weight: bold;
    text-align: center;
    color: black;
    background-color: white;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
}

.panel{
	border-radius: 0px;
    min-width: 1000px;

}

#map {
	float: right;
}

.wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}
.wrap.container{
    min-height: 300px;
}

#footer {
  height: 100px;
  background-color: #f5f5f5;
  font-size: 14px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    padding: 40px;
    border-top-right-radius: 10px;
	font-weight: bold;
    margin-top: 60px;
}

.center {
    text-align: center;
}
#logo {
	padding: 0px;
}

.mini-img img{
    max-width: 245px;
    margin: 2px 0px;
    border-radius: 5px;
}


#footer_span1 {
	padding-left: 250px;
}

#footer_span2 {
	padding-left: 50px;
	padding-right: 50px;
}

#footer_span3 {
	padding-right: 60px;
}

.container{
	width: 1000px;
}

.rowStyle{
	padding: 10px 0px;
    padding-bottom: 0px;
}

.rowStyle2 {
	padding-bottom: 28px;
}