@charset "utf-8";
/* CSS Document */
.iframewrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a {
	text-decoration: underline;
	color:#5d689b;
}
.announcements	{
}
.announcements p:first-of-type	{
    margin-top:0;
}
#footer a {
	text-decoration: underline;
}
.boxright {
	background-color: #13728a;
}
	#pageicons {
		background-color:#1E3274;
	}
	#pageicons li {
		background-color:#1E3274;
	}
.flex-container a:focus, .flexslider a:focus {
    outline: dotted red 1px ;
}
@media screen and (max-width: 480px) {
#header	{
	height: 150px;
	width: 480px;
	background-image:url(/beck/_img/banner18m.jpg);
}
}
@media screen and (min-width:481px) and (max-width:768px){
#header	{
	height: 220px;
	width: 768px;
	background-image:url(/beck/_img/banner18.jpg);
}
#navbar li a {
	color:#13728a;
	}
}
@media screen and (min-width: 769px) {
#header	{
	height: 287px;
	width: 1000px;
	background-image:url(/beck/_img/banner18.jpg);
}
#navbar li a {
	color:#13728a;
	}
	#calendar {
		height:350px;
	}
}