@charset "utf-8";
/* CSS Document */
body {
	background-color:#dddddd;
}
a:focus {
	outline:dotted 1px #f00
	}
#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;
} 
#icons {
	text-align: center;
}
#banner {
	background-color:#0d46ba;
}
	.navbar	{
		font-weight: 500;
		font-size:1.2em;
	}
#address {
	background-color:#8ab542;
	color:#000000;
	font-size:13px;
	border-bottom:solid #000 4px;
}
#mainnav {
   background-color: #FFFFFF;
}
#maincontent,#announcements {
	background-color:#fff;
}
#maincontent {
	min-height: 480px;
	padding-bottom:20px;
}
#calendar {
	height:450px;
	border:none;
	width:100%;
}
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;
	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("/ajw/images/banner480x150b.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	min-height: 185px;
	width:100%;
}
#icons {
	float:right;
	width:250px;
	text-align:right;
}
#icons img {
	margin:3px;
}
 .portfolio>.clear:nth-child(2n)::before {
      content: '';
      display: table;
      clear: both;
}
#mainnav {
   background-color: #f8f8f8;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:768px){
#banner {
	background-image: url("/ajw/images/banner768x150.jpg");
	background-size:100%;
	height:146px;
	background-repeat: no-repeat;
}
#icons {
	float:right;
	width:250px;
	text-align:right;
}
#icons img {
	margin:4px 2px 0 2px;
	width:30px;
	height:30px;
}
#webslider {
	height:430px;
}
#calendar {
	height:400px;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:992px){
#banner {
	background-image: url("/ajw/images/banner.jpg");
	height:120px;
	background-position:bottom;
}
#webslider {
	height:378px;
}
#calendar {
	height:293px;
}
.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("/ajw/images/banner.jpg");
	height:135px;
	background-position:bottom;
}
#webslider {
	height:452px;
}
#calendar {
	height:368px;
}
.staffpics {
	width: 200px;
	height:255px;
}
img.nophoto {
	width: 200px;
	height:250px;
}
}
@media (min-width: 1400px) { 
#banner {
	background-image: url("/ajw/images/banner.jpg");
	height:132px;
}
#webslider {
	height:525px;
}
#calendar {
	height:438px;
}
}