@charset "utf-8";
/* CSS Document */

.stdhead {
	color: #000;
	font-family: 'Cabin Condensed', serif;
	font-size: 26px;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;	
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #aa9866;
}

.stdpara {
	font-family: 'Cabin Condensed', serif;
	font-size: 18px;
	text-transform: none;
	text-align: justify;
	padding: 10px;
	color: #5C5C5C;
	vertical-align: top;
}
.stdfoot {
	color: #000;
	font-size: 14px;
	vertical-align: top;
	text-align: center;
	margin-top:10px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

.bluebar {
  background-color:#002d7e;
}
.btx {
  color:#002d7e;
}

.otx {
	color:#ff7828;
	font-weight: bold;  
}

.prodholder {
	padding: 10px;
	background-color:#F1ECE7;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #aa9866;
}	

.high3 {
  height: 3px;
}


.high10 {
  height: 10px;
}

body {
	overflow-x: hidden;
	padding-top: 0px;
	background-color:#e3d9cf;
	font-family: 'Cabin Condensed', sans-serif !important;
	font-size:18px;
}

.navbar {
	margin-bottom: 0;
	font-family: 'Cabin Condensed', sans-serif !important;
	font-size:20px;
	background-color: #ff7828 !important;
	color: #000 !important;
}

.navbar-custom {
    color: #000000;
    background-color: #ff7828;
}

a {
  color: #000;
  text-decoration: none; }

a.link {
	color: #fff;
	text-decoration: none;
}

a.visited {
	color: #fff;
	text-decoration: none;}
	
a.hover {
	color: #FF0;

}
a.active {
	color: #fff;
	text-decoration: none;
}
  
@media screen and (max-width: 768px){
  .man{
     display:none; }
}



	
@media (min-width: 970px) {
   .container { width: 970px;
   }
 .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
  }

  .navbar .navbar-collapse {
        text-align: center;
  }


}

.panel-body {
	text-align: left;
}

.panel-heading {
	color: #aa9866; !important;
	background-color: #000; !important;
}

