@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;
}
#icons img {
	margin:3px;
	width:40px;
	height:auto
}
#banner {
	background-color:#F98E04;
}
.nav-link {
	font-size:1.5em;
}
#skip {
background-color: #fff;
}
#skip a
{ 
position:absolute; 
left:-10000px; 
top:-100px; 
overflow:hidden;
font-size:20px;
padding:10px;
background-color:#fff;
} 
#skip a:focus 
{ 
z-index:999;
position:absolute; 
left:0px;
top:0px;
background:#fff;
outline:0;
-webkit-transition:top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
} 
#address {
	background-color:#F98E04;
	color:#222222;
	font-size:11px;
	border-bottom: solid #000 4px;
}
#mainnav {
   background-color: #FFFFFF;
	border-bottom: solid #000 1px;
}
#maincontent,#announcements {
	background-color:#fff;
}
#maincontent {
	min-height: 480px;
	padding-bottom:20px;
}
#maincontent img {
    min-width:24px;
    min-height: 24px;
}
#calendar {
	border-width:0;
	width:100%;
	height:400px;
}
footer a{
	color:#eee;
	text-decoration:underline;
}
footer a:hover,footer a:focus {
	color:#fff;
}
footer {
	color:#eee;
	background-color:#666;
}
#bottomfooter {
	text-align:center;
	background-color:#111;
}
.toggleopacity img {
		opacity:0.9;
}

.toggleopacity:hover img {
		opacity:1;
} 
.staffpics	{
	width:100%;
	height:auto;
}
@media(max-width:767px){
#banner {
	background-image: url("/alt/_img/banner480x150.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	min-height: 185px;
	width:100%;
}
#icons {
	float:right;
	width:250px;
	text-align:right;
}
#mainnav {
   background-color: #f8f8f8;
}
	}
@media(min-width:768px){
#banner {
	background-image: url("/alt/_img/banner768x150.jpg");
	background-size:100%;
	height:120px;
	background-repeat: no-repeat;
}
#icons {
	float:right;
	width:250px;
	text-align:right;
}
#webslider {
	height:430px;
}
}
@media(min-width:992px){
#banner {
	background-image: url("/alt/_img/banner.jpg");
	background-size:100%;
	height:92px;
	background-repeat: no-repeat;
}
#webslider {
	width:100%;
	height:385px;
}
#calendar {
	height:310px;
}
}
@media(min-width:1200px){
#banner {
	background-image: url("/alt/_img/banner.jpg");
	background-size:100%;
	height:112px;
	background-repeat: no-repeat;
}
#webslider {
	width:100%;
	height:450px;
}
#calendar {
	height:375px;
}
}
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
#banner {
	background-image: url("/alt/_img/banner.jpg");
	background-size:100%;
	height:127px;
	background-repeat: no-repeat;
}
#webslider {
	width:100%;
	height:520px;
}
#calendar {
	height:445px;
}
    }