* {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
:after,
:before {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
* {
	margin:0;
}
html, body {
	height:100%;
  font:13px Verdana,Arial,Helvetica,sans-serif;
}
.wrapper {
  width:960px;
	min-height:100%;
	margin:0 auto -225px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
  width:960px;
  margin:0 auto;
	height:225px; /* '.push' must be the same height as 'footer' */
}
body {
	background-color:#fff;
	margin:0px;
	padding:0px;
	text-align:center
}
body {
	color:#000;
	line-height:16px
}
a, .glyphicon {
  color:#FF7A00
}
a:link, a:visited, a:hover, a:active {
  color:#FF7A00
} 
#headcontent {
	width:960px;
	text-align:left;
	clear:both
}
#contentcontainer {
	width:960px;
	text-align:left;
	clear:both
}
#contentcontainer {
	margin-top:20px
}
#breadcrumb {
	text-align:right;
	font-size:9px;
	margin-top:9px;
	margin-bottom:9px;
	line-height:9px
}
#breadcrumb a {
  text-decoration:none
}
#content {
	width:960px
}
.firstrow {
	width:258px;
	float:left
}
.secondrow {
	width:700px;
	float:right;
  text-align:right
}
.secondrow img {
	float:right
}
#content a:link {
  text-decoration:none
}
#content a:visited {
  text-decoration:none
}
#content a:hover {
  text-decoration:underline
}
#content a:active {
  text-decoration:underline
}
.wordwrap { 
  word-break:break-all;
  word-wrap:break-word
}
input, textarea, select {
  padding:2px;
  border-radius:2px
}
.go_top {
  padding:10px 10px 20px;
  text-align:right
}
table {
  border-spacing:0
}
table.nospacing th, td {
  padding:0
}
.nav ul {
  z-index:99;
  list-style:none;
  background-color:#5b9230;
  padding:0;
  margin:0
}
.nav ul li {
  position:relative;
	display:inline-block;
  margin-right:-4px;
  margin-top:-2px;
  text-align:center;
  border-bottom:1px solid #888
  border-bottom:none;
  height:40px;
  line-height:40px;
  font-size:12px
}
.nav a {
  padding:0 25px;
  text-decoration:none;
  color:#fff;
  display:block;
  transition:.3s background-color
}
.nav li:hover {
  background-color:#4d6f32;
  color:#fff
}
.nav a:hover {
  background-color:#4d6f32;
  color:#fff
}
.nav ul ul {
  line-height:25px;
  background-color:#4d6f32;
	display:none;
	position:absolute;
  border-bottom:2px solid #ccc;
}
.nav ul ul li {
  float:none;
	width:275px;
  margin:0;
  font-size:11px;
  background-color:#5b9230;
  height:26px;
  line-height:26px;
  text-align:left;
  border-top:2px solid #ccc;
  border-left:2px solid #ccc;
  border-right:2px solid #ccc;
}
.nav ul ul a {
	padding:0 15px;
  color:#fff;
}
.nav ul ul a.active {
  color:#444;
  background-color:#fff;
  border:none
}
.nav a.active {
  border-top:2px solid #ccc;
  border-left:2px solid #ccc;
  border-right:2px solid #ccc;
  background-color:#fff;
  color:#444
}
.nav ul ul ul {
	top:-2px;
	left:100%
}
.nav ul li:hover > ul {
	display:block
}
.cb {clear:both}
.h5 {height:5px}
.h10 {height:10px}
.h15 {height:15px}
.h25 {height:25px}
.carousel-caption {
    background: rgba(0, 0, 0, 0.35);
}