@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 {
	width:100%;
	text-align:center;
}
#icons img {
	margin:2px;
	width:35px;
	height:35px;
}
#banner {
	background-color:#253678;
}

#address {
	background-color:#253678;
	color:#fff;
	font-size:11px;
	border-bottom: 1px solid #ccc;
}
#mainnav {
   background-color: #253678;
	border-bottom:solid 1px #444;
}
#maincontent,#announcements {
	background-color:#fff;
}
#maincontent {
	min-height: 510px;
	padding-bottom:10px;
}
#calendar {
	border-width:0;
	width:100%;
	height:400px;
	border:none;
}
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 {
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
	margin-left:auto;
	margin-right:auto;
	opacity:1;
}
.staffpics:hover {
		opacity:0.9;
}
@media(max-width:767px){
#banner {
	background-image: url("/oakview/_img/banner480x200.jpg");
	background-size:contain;
	background-repeat: no-repeat;
	min-height: 220px;
	width:100%;
}
 .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("/oakview/_img/banner768x300.jpg");
	background-size:100%;
	height:297px;
	background-repeat: no-repeat;
}
#webslider {
	height:438px;
}
.navbar {
	margin-bottom:0;
}
.navbar-default .navbar-nav>li>a {
	font-size:14px;
	padding: 12px 8px;
   background-color: #253678;
	color:#fff;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	text-decoration:underline;
	color:#000;
}
.navbar-default {
	background-color: #253678;
	border:none;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:992px){
#banner {
	background-image: url("/oakview/_img/banner20b.jpg");
	background-size:100%;
	height:288px;
	background-repeat: no-repeat;
}
#webslider {
	width:100%;
	height:378px;
}
.navbar {
	margin-bottom:0;
}
.navbar-default .navbar-nav>li>a {
	font-size:19px;
	padding: 15px 13px;
   background-color: #253678;
	color:#fff;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	text-decoration:underline;
	color:#000;
}
.navbar-default {
   background-color: #253678;
	border:none;
}
#calendar {
	height:205px;
}
.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("/oakview/_img/banner20b.jpg");
	background-size:100%;
	height:346px;
	background-repeat: no-repeat;
}
#webslider {
	width:100%;
	height:452px;
}
.navbar {
	margin-bottom:0;
}
.navbar-default .navbar-nav>li>a {
	font-size:23px;
	padding: 15px 17px;
   background-color: #253678;
	color:#efefef;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	text-decoration:underline;
	color:#fff;
	background-color: #39F;
}
.navbar-default {
	background-color: #253678;
	border:none;
}
#calendar {
	height:280px;
}
.portfolio>.clear:nth-child(8n)::before {  
  content: '';
  display: table;
  clear: both;
}	
.staffpics {
	width: 200px;
	height:250px;
}
img.nophoto {
	width: 200px;
	height:250px;
}
}
.dropdown-menu>li>a {
    text-decoration: none;
}