  body{	
	//background: url("../img/bg.png") rgba(171, 221, 239, 0.3);
  }
  
  .content-area {
	background: white;
	padding: 60px 20px 20px;
	margin-bottom:10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  }
  
  .inner-tabbable {
	margin-left:0px;
  } 
  #highlighted{
	margin-bottom:30px;
  }
  #highlighted > div {
	height:100%;
  }
  .carousel-inner > .item > img {
	height:200px;
	width:100%;
  }
  #featured_cover {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	
	/* webkit example */
	background-image: -webkit-gradient(
	  linear, right top, left top, from(rgba(200, 200, 200, 0)),
	  to(rgba(200, 200, 200, 1.0))
	);

	/* mozilla example - FF3.6+ */
	background-image: -moz-linear-gradient(
	  right center,
	  rgba(200, 200, 200, 0) 20%, rgba(200, 200, 200, 1.0) 95%
	);

	/* IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(
	  gradientType=1, startColor=#FFFFFF, endColorStr=0
	);

	/* IE8 uses -ms-filter for whatever reason... */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(
	  gradientType=1, startColor=#FFFFFF, endColoStr=0
	);
	
  }
  #featured_cover h1{
	margin-top:15px;
	font-size:40px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  #featured_cover img{
	margin-left: 18px;
  }
  .logo-text{
	color: #444;
  }
  .logo-text:hover{
	text-decoration: none;
  }
  .accordion-heading a
   {
	font-weight:bold;
  }
  .accordion-toggle:hover
   {
	text-decoration:none
  }
  .announcement {
	padding: 20px 25px;
	text-align: justify;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-top: 20px;
	top: 0;
  }
  .justified {
	text-align: justify;
  }
  address{
	overflow: hidden;
  }
  .contact-row
{
   padding-bottom: 5px;
   margin-bottom: 30px;	
   border-bottom: 2px solid whitesmoke
}


.sidenav {
  //width: 228px;
  //margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.sidenav > li > a {
  display: block;
  *width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.sidenav.affix {
  top: 40px;
}
.sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}
