@charset "utf-8";
/* screen_layout_medium.css */
.small {
	display: none;
}
.medium {
	display: block;
}
.large {
	display: none;
}
#arrow {
	visibility: visible;
}
/* Header */
/* start Page Header */
#page-header {
	height: 10em;	
}
#page-header h2 {
	line-height: 1.2em;
	font-size: 2.0em;
	text-shadow: 2px 2px 2px rgba(255,255,255,1);
}
#page-header h3 {
	font-size: 1.4em;
}
#logo {
	width: 15%;
	position: absolute;
	top: 10px;
	left: 10px;
}
/* NAVIGATION */
/* start top nav */
nav {
	font-size: 1.1em;
}
/* end top Nav */
/* header */
#header-center h2 {
	line-height: 1.2em;
	font-size: 2.0em;
	text-shadow: 2px 2px 2px rgba(255,255,255,1);
}
#logo {
	width: 12%;
	position: absolute;
	top: 8px;
	left: 9px;
	width: 12%;
}

/* Columns */
.column-center-full h3 {
	font-size: 1.7em;
}
.column-center-full h4 {
	font-size: 1.2em;
}
.gfx-left-20 {
	padding: 0.1em;
	width: 35%;
}
.gfx-left-30 {
	padding: 0.1em;
	width: 30%;
}
.gfx-center-50 {
	padding: 0.1em;
	width: 30%;
}
/* footer */
/* Footer left */
#footer-left {
	width: 50%;
	float: left;
	height: 500px;
}
iframe {
	width: 70%;
	padding 1em;
}
/* Footer center */
#footer-center {
	width: 48%;
	float: left;
	height: 100%;
	clear: right;
}
#footer-center ul {
	text-align: left;
	margin: .2em 0 0 1em;
	padding: 0 1em 0 2em;
}
#footer-center li{
	margin-bottom: .5em;
}
/* Footer right */
#footer-right {
	float: none;
	clear: both;
	width: 96%;	
	margin: auto;
}










