@charset "utf-8";
/* CSS Document */
body {
	background-color:#dddddd;
	padding-top:5px;
}
a {
	text-decoration: underline;
}
.navbar-default .navbar-nav>li>a {
	text-decoration: none;
}
a.btn {
	text-decoration: none;
}
a:focus {
	outline:dotted 2px #f00
	}
#icons {
	text-align: center;
}
#banner {
	background-color:#185915;
}

#address {
	background-color:#E8F8B6;
	color:#222222;
	font-size:11px;
	border-bottom: solid #000 4px;
}
#mainnav {
   background-color: #185915;
	border-bottom: solid #005300;
}
#maincontent,#announcements {
	background-color:#fff;
}
#maincontent {
	min-height: 480px;
	padding-bottom:20px;
}
#calendar {
	height:450px;
}
footer a{
	color:#eee;
	text-decoration:underline;
}
footer a:hover,footer a:focus {
	color:#fff;
}
footer {
	color:#eee;
	background-color:#185915;
}
#bottomfooter {
	text-align:center;
	background-color:#111;
}
.toggleopacity img {
		opacity:0.9;
}

.toggleopacity:hover img {
		opacity:1;
} 
#icons {
	width:100%;
}
#icons img {
	margin:2px;
	width:40px;
	height:40px;
}
.staffpics {
	width:100%;
	height:auto;
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
}
.staffpics:hover {
		opacity:1;
}
@media(max-width:767px){
#banner {
	background-image:url(/bglenn/_img/banner480x150.jpg);
	background-size:100%;
	background-repeat: no-repeat;
	min-height: 185px;
	width:100%;
}
 .portfolio>.clear:nth-child(2n)::before {
      content: '';
      display: table;
      clear: both;
}
#mainnav {
   background-color: #185915;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:768px){
#banner {
	background-image:url(/bglenn/_img/banner768x150.jpg);
	background-size:100%;
	height:154px;
	background-repeat: no-repeat;
}
#webslider {
	height:438px;
}
.navbar {
	margin-bottom:0;
}
.navbar-default .navbar-nav>li>a {
	font-size:18px;
	padding: 12px 10px;
   background-color: #185915;
	color:#ffffff;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	text-decoration:underline;
	color:#faebd7;
}
.navbar-default {
	background-color: #185915;
	border:none;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:992px){
#banner {
	background-image:url(/bglenn/_img/banner22.jpg);
	background-size:100%;
	height:96px;
	background-repeat: no-repeat;
}
#webslider {
	width:100%;
	height:378px;
}
#calendar {
	height:165px;
}
.navbar {
	margin-bottom:0;
}
.navbar-default .navbar-nav>li>a {
	font-size:22px;
	padding: 15px 19px;
   background-color: #185915;
	color:#ffffff;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	text-decoration:underline;
	color:#faebd7;
}
.navbar-default {
   background-color: #185915;
	border:none;
}
.staffpics {	
	width: 160px;
	height:200px;
}
img.nophoto {
	width: 160px;
	height:200px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
	.staffemail	{
		font-size:12px;
	}
}
@media(min-width:1200px){
#banner {
	background-image:url(/bglenn/_img/banner22.jpg);
	background-size:100%;
	height:116px;
	background-repeat: no-repeat;
}
#webslider {
	width:100%;
	height:452px;
}
#calendar {
	height:220px;
}
.navbar {
	margin-bottom:0;
}
.navbar-default .navbar-nav>li>a {
	font-size:24px;
	padding: 15px 29px;
   background-color: #185915;
	color:#ffffff;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	text-decoration:underline;
	color:#faebd7;
}
.navbar-default {
	background-color: #185915;
	border:none;
}	
.portfolio>.clear:nth-child(8n)::before {  
  content: '';
  display: table;
  clear: both;
}	
.staffpics {
	width: 200px;
	height:255px;
}
img.nophoto {
	width: 200px;
	height:250px;
}
}
.dropdown-menu>li>a {
    text-decoration: none;
}