@charset "UTF-8";

/* Layout Medium Screens */


header { height: 150px; background: url(../images/banners/pia_med.jpg) no-repeat left 0px; background-size: 819px 150px; }

header .bannerlinks {
	font-size: 12px;
	position: relative;
	float:right;
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	font-weight:bold;
	text-align:center;
	width: 330px;
	color:#fff;
	height:30px;
}

header .bannerlinks {
	top: 20px;
	margin-right: 25px;
	right: 3px;
	left: 0px;
	
}
header .bannerlinks a, header .bannerlinks a:link, header .bannerlinks a:visited {
	color: #fff;
	text-decoration:none;
	padding: 0px 4px 0px 4px;
}
header .bannerlinks a:hover, header .bannerlinks a:active{
	text-decoration:underline;
}
header .bannerlinks2 {
	display:none;
}
#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 */
}
#subleftcontent {
	float: none;
	height: 100%;
	text-align: left;
	margin-top: 20px;
}

#subrightcontent {
	display: inline;
	margin-top: 20px;
	margin-left: 0px;
	min-width: 208px;
	text-align: left;
}
#rightcolumnint {
	background:none;
}
.only-main {
	display:none;
}


body { background-image: none; }

footer {
	display: block;
	width:100%;
	height:auto;

	
}



