@charset "utf-8";

body { 
	background-color: #FFFFFF; 
	margin: 0; 
	color: #999999; 
	font: 11px Arial, Helvetica, sans-serif;
}
#container {
	width: 100%;
}
#logo {
	display: block;
	position: fixed;
	text align: left;
	width: 200px;
	top: 5%;
	left: 5%;
	border: 0;
	z-index: 999;
}
#logo img {
	width: 100%;
	border: 0;
	height: auto;
}
.pdf {
	display: inline-block; 
	height: 20px;
	width: auto;
}
#slideshow { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.img { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 2;
}
#footer {
	text-align: center;
	overflow: hidden;
	display: block;
	position: fixed;
	width: 200px;
	top: 180px;
	left: 5%;
	z-index: 999;
}

A:link,A:visited {
  color: #17733B;
  text-decoration: none;
}
A:active,A:hover {
  color: #333333;
  text-decoration: none;
}

@media screen and (max-width: 1279px) {
	
	#container {
		width: 100%;
		height: auto;
		text-align: center;
	}
	#slideshow { 
		position: relative;
		width: 100%;
		height: 270px !important;
		margin: 40px 0;
		padding: 0;
		overflow: hidden;
		display: block;
		top: auto;
		left: 0;
		z-index: 1;
	}
	.img { 
		width: 100% !important;
		height: auto !important;
	}
	#logo {
		display: inline-block;
		position: relative;
		text align: center;
		width: 100%;
		margin-top: 40px;
		left: 0;
		border: 0;
		}
	#logo img {
		width: 160px;
	}
	#footer {
		position: relative;
		text-align: center;
		display: block;
		width: 100%;
		margin-top: 0px;
		top: auto;
		left: 0;
	}
}