a
{
	color: #a0a0a0;
	text-decoration: underline; 
}
#bkBGimg
{
	z-index: 97; 
	height: 475px; 
	border-color: #000000;
	background: url("../images/bk_header.png") no-repeat left center;
	/*background-size: cover;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;*/
 	background-size: 100% auto;
}
#about 
{
    background: #ffffff;
	margin-top:50px;
	margin-bottom:50px;
	height: auto;
}
.col-centered
{
	text-align:center;
}
.btn-default 
{
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active 
{
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.noline {
	text-decoration: none; 
}

.wht {
	color: #ffffff; 
	text-decoration: none; 
}
.grey {
	color: #a0a0a0;
}
.black {
	color: #000000;
}
.red {
	color: red;
}

.fixedWidth {
	width: 140px;
}
.sm { 
font-size:10px;
}
.photo {
 border: 1px;
  margin: 5px; 
  padding: 3px; 
  float:left; 
  display:block;	
}
.ltgrayBG {
	background-color:#ECE4E4; 	
}