@charset "utf-8";
/* CSS Document */
body {
	-webkit-text-size-adjust: 100%;
}
#news-container {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	position: relative;
	clear: both;
	padding: 20px 0px 70px 0px;
}
#news-container #headline {
	width: 100%;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 20px;
}
#news-container #headline #media-logo {
	position: absolute;
	top: 80px;
	left: 50px;
	width: 200px;
	height: 200px;
	margin: 0px 0px 0px 0px;
}
#news-container #headline #media-logo img.media {
	width: 200px;
	height: 200px;
}
#news-container #headline #heading {
	position: absolute;
	top: 40px;
	left: 300px;
	width: auto;
	height: 200px;
	padding: 10px 0px 0px 0px;
}
#news-container #headline #heading h1 {
	padding: 50px 0px 0px 0px;
}
#news-container #headline #news-source {
	position: absolute;
	top: 240px;
	left: 300px;
	width: auto;
	height: 50px;
	padding: 0px 0px 0px 0px;
}
#news-container #headline #news-source p {
	/*font-size:16px;*/
	padding: 0px 0px 0px 0px;
}
#news-container #headline #news-source a {
	text-decoration:none;
	color:#000;
	font-weight:100;
}
#news-container #headline #news-source a:hover {
	text-decoration:none;
}
#news-container #news-text {
	width:90%;
	height:auto;
	padding: 20px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
#news-container #news-text P {
	/*font-size:18px;*/
	line-height: 150%;
	padding: 10px 0px 15px 0px;
}
#news-container #news-text a {
	font-weight:bold; 
	color:#009;
	text-decoration:none; 
}
#news-container #news-text a:hover {
	text-decoration:none; 
}
#news-container #news-text #image {
	/*float: right;*/
	width:100%;
	height: auto;
	margin: 10px auto 0px auto;
}
#news-container #image img.pic-1 {
	/*width: auto;*/
	height: auto;
	width: 100%;
	/*height: 750px;*/
}
#news-container #news-text #officer {
	width:  60%;
	margin: 0px auto 20px auto;
	height: auto;
}
#news-container #news-text #officer h3{
	padding: 20px 0px 0px 0px;
}
#news-container #news-text #officer p{
	padding: 20px 0px 0px 40px;
	font-weight:900;
}
#news-container #news-text #officer table {
	width: auto;
	margin: 10px 0px 20px 10px;
	border: 0;
}
#news-container #news-text #officer table h4{
	padding: 5px 10px 5px 20px;
}
@media screen and (max-width: 1024px){
	#news-container {
		width: 95%;
		padding: 20px 0px 70px 0px;
	}
	#news-container #headline {
		height: 200px;
		margin-bottom: 0px;
	}
	#news-container #headline #media-logo {
		position: absolute;
		top: 50px;
		left: 20px;
		width: 150px;
		height: 150px;
		padding: 0px 0px 0px 0px;
	}
	#news-container #headline #media-logo img.media {
		width: 150px;
		height: 150px;
	}
	#news-container #headline #heading {
		position: absolute;
		top: 50px;
		left: 200px;
		width: auto;
		height: 100px;
		padding: 0px 0px 0px 0px;
	}
	#news-container #headline #heading h1{
		font-size:24px;
		padding: 20px 0px 0px 0px;
	}
	#news-container #headline #news-source {
		position: absolute;
		top: 140px;
		left: 200px;
		width: auto;
		height: 30px;
		padding: 0px 0px 0px 0px;
	}
	#news-container #headline #news-source p{
		line-height: 100%;
		padding: 0px 0px 0px 0px;
	}
	#news-container #news-text {
		width:95%;
	}
	#news-container #news-text P {
		font-size: 100%;
	}
	#news-container #news-text #image {
		/*float: left;
		margin: 10px 20px 20px 20px;*/
	}
	#news-container #news-text #image img.pic-1 {
	 	width: 100%;
	 	height: auto;
	}
	#news-container #news-text #officer {
		width: 100%;
	}

}
@media screen and (max-width: 480px) {
	#news-container {
		width: 95%;
		padding: 20px 0px 70px 0px;
	}
	#news-container #headline {
		height: 150px;
	}
	#news-container #headline #media-logo {
		position:absolute;
		top: 80px;
		left: 0px;
		width: 110px;
		height: 100px;
		padding: 0px 0px 0px 10px;
	}
	#news-container #headline #media-logo img.media {
		width: 100px;
		height: 100px;
	}
	#news-container #headline #heading {
		position:absolute;
		top: 20px;
		left: 0px;
		width: 100%;
		height: 140px;
		padding: 0px 0px 0px 10px;
	}
	#news-container #headline #heading h1{
		font-size: 22px;
		padding: 0px 0px 0px 0px;
	}
	#news-container #headline #news-source {
		position:absolute;
		top: 90px;
		left: 110px;
		width: auto;
		height: 30px;
		padding: 0px 0px 0px 0px;
	}
	#news-container #headline #news-source p {
		font-size:14px;
		padding: 20px 0px 0px 20px;
		line-height: 100%;
	}
	#news-container #headline #news-source h4 {
	padding: 0px 0px 0px 0px;
	}
	#news-container #news-text {
		width:95%;
		margin: 0px auto 0px auto;
	}
	#news-container #news-text #image {
		/*float:left;
		width: 350px;
		margin: 0px 20px 10px 0px;*/
	}
	#news-container #news-text #image img.pic-1 {
	 	width: 100%;
	 	height: auto;
	}
	#news-container #news-text p{
		font-size: 100%;
		padding: 10px 0px 10px 0px;
	}
	#news-container #news-text #officer {
		width: 100%;
	}
	#news-container #news-text #officer table {
		margin: 10px 0px 20px 0px;
	}
	#news-container #news-text #officer table h4{
		padding: 5px 5px 5px 0px;
	}
}
