@charset "utf-8";
/* screen_layout_small.css */

.small {
	display: block;
}
.medium {
	display: none;
}
.large {
	display: none;
}

#arrow {
	visibility: visible;
}
/* Header */
/* start Page Header */
#page-header {
	height: 9.5em;	
}
#page-header h2 {
	line-height: 1.2em;
	font-size: 1.8em;
	text-shadow: 2px 2px 2px rgba(255,255,255,1);
}
#page-header h3 {
	font-size: 1.4em;
}
#logo {
	width: 15%;
	position: absolute;
	top: 54px;
	left: 8px;
}
.gfx-left-30 {
	padding: 0.1em;
	width: 25%;
}
.gfx-center-50 {
	padding: 0.1em;
	width: 30%;
}

/* NAVIGATION */
/* start top nav */
nav {
	font-size: 1.0em;
}

/* end top nav */

/* header */
/* start columns */
.column-center-full h3 {
	font-size: 1.9em;
}
.column-center-full h4 {
	font-size: 1.2em;
}
.column-left-50 {
	width: 96%;
	float: none;
	clear: both;
	margin: 0 1.5% 0 2%	
}

.column-right-50 {
	width: 96%;	
	float: right;
	margin: 0 2% 0 1.5%	
}

/* footer */

/* Footer left */
#footer-left {
	width: 96%;
	float: none;
	clear: both;
	height: 500px;
}
iframe {
	width: 80%;
	height: 80%;
	padding 1em;
}
/* Footer center */
#footer-center {
	width: 96%;
	float: none;
	clear: both;
	height: 100%;
}
#footer-center ul {
	text-align: left;
	margin: .2em 0 0 1em;
	padding: 0 1em 0 1em;
}
#footer-center li{
	margin-bottom: .5em;
}
/* Footer right */
#footer-right {
	float: none;
clear: both;
	width: 96%;	
}
/* graphic styles */

.gfx-right-60 {
	padding: 0.1em;
	width: 50%;
}




