@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:#0e6622;
}
#footer a {
	text-decoration: underline;
}
.tribox a {
	color:#12812c;
}
#navbar li a {
	color:#12812c;
}
.announcetitle	{
	color:#12812c;
}
#address {
	background-color: #12812c;
}
@media screen and (max-width: 480px) {
.staffpics	{
	width:110px;
	height:158px;
}
.hideme	{
	display:none;
}
	#stafftbl {
		font-size:12px;
	}
}
@media screen and (min-width:481px) and (max-width:768px){
#container {
	overflow:visible;
}
#header	{
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	overflow:hidden;
}
.staffpics	{
	width:180px;
	height:259px;
}
}
@media screen and (min-width: 769px) {
#container {
	overflow:visible;
}
#header	{
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	overflow:hidden;
}
.staffpics	{
	width:235px;
	height:338px;
}
}