@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, #footer a, .tribox a {
	text-decoration: underline;
}
#footer a:hover, .tribox a:hover {
	color:#000;
}
p {
	font-size:16px;
	margin-top:10px;
}
@media screen and (max-width: 480px) {
#header {
	background-image:url(/gordon/images/bannerm18.jpg);
}
}
@media screen and (min-width:481px) and (max-width:768px){
#header {
	background-image:url(/gordon/images/banner18.jpg);
}
}
@media screen and (min-width: 769px) {
#header {
	background-image:url(/gordon/images/banner18.jpg);
}
}