@charset "UTF-8";
/* Layout Small Screens */

header {
	height: 150px;
	background: url(../images/banners/pia_sm.jpg) no-repeat left 0px;
	background-size: 600px 150px;
}
header .bannerlinks2 {
	display: block;
	font-size: 12px;
	position: relative;
	float:right;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	width: 125px;
	color: #fff;
	height: 30px;
}
header .bannerlinks2 {
	top: 0px;
	right: 10px;
}
header .bannerlinks2 a, header .bannerlinks2 a:link, header .bannerlinks2 a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}
header .bannerlinks2 a:hover, header .bannerlinks2 a:active {
	text-decoration: underline;
}
header .bannerlinks {
	display: none;
}
article {
	padding: 20px 20px 10px 20px;
}
#navcontainer {
	width: 100%;
	margin: 0px auto;
	background: -webkit-linear-gradient(#345BA8, #243E7B); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#345BA8, #243E7B); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#345BA8, #243E7B); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#345BA8, #243E7B); /* Standard syntax */
}
#leftcolumn {
	display: none;
}
.sidemenu {
	display: none;
}
.submenu {
	display: none;
}
.sidevis {
	display: block;
}
#rightcolumn {
	position: relative;
	display: inline;
	margin-top: 0px;
	width: 100%;
	padding: 20px 20px 10px 20px;
	left: 0px;
}
#rightcolumnint {
	position: relative;
	display: block;
	margin-top: 0px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	left: 0px;
	margin-left: 00px;
	max-width: 100%;
	background-image:url(../images/backgrounds/clouds.jpg);
	background-position:top;
	background-repeat: no-repeat;
}
#subleftcontent {
	float: none;
	height: 100%;
	text-align: left;
	margin-top: 5px;
	margin-left:15px;
	margin-right:5px;
}
#subleftintcontent {
	position: relative;
	float:left;
	max-width: 580px;
	height:100%;
	text-align:left;
	margin-top:15px;
	margin-left:15px;
	margin-right:5px;
	z-index:100;
}
#subrightcontent {
	display: inline;
	margin-top: 20px;
	margin-left: 0px;
	min-width: 208px;
	text-align: left;
}
#rightcolumnint {
	background:none;
}
.only-main {
	display: none;
}

footer {
	display: block;
	width: 100%;
	height: auto;
}

body {
	background-image: none;
}
@media screen and (max-width: 440px) {
	header .bannerlinks2 {
	display: none;
}
footer .footerlinks {
	font-size: 12px;
	display: block;
	position: relative;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	width: 330px;
	color: #fff;
}
footer .footerlinks {
	top: 0px;
	margin-right: 0px;
	right: 0px;
	left: 0px;
}
footer .footerlinks a, footer .footerlinks a:link, footer .footerlinks a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}
footer .footerlinks a:hover, footer .footerlinks a:active {
	text-decoration: underline;
}
	
}