@charset "UTF-8";
/* Layout (global rules for all sizes) */

body {
	margin: 0px;
	padding: 0px;
}
nav {
	background-color: #2E519A;
	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 */

	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* Layout Large Screens (default for older browsers) */

header {
	height: 95px;
	background: url(../images/banners/pia.jpg) no-repeat right 0px;
	background-size: 820px 95px;
}
header .bannerlinks {
	font-size: 12px;
	position: absolute;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	width: 330px;
	color: #fff;
	height: 30px;
}
header .bannerlinks {
	top: 45px;
	right: 3px;
	left: 495px;
}
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: 820px;
	margin: 0px auto;
}
.only-main {
	position: absolute;
	top: 12px;
	color: #fff;
	font-weight: bold;
}
footer .footerlinks {
	display: none;
}
#leftcolumn {
	position: relative;
	float: left;
	min-width: 210px;
	height: 100%;
	text-align: left;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.sidemenu {
	display: block;
	color: #0065E6;
	border: 2px solid #0065E6;
	border-width: 0px 0 2px 0px;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 10px;
	text-transform: uppercase;
	width: 180px;
	height: 18px;
}
/* style the top level background */
.sidemenu a, .sidemenu a:visited {
	display: block;
	color: #0065E6;
	border: 2px solid #0065E6;
	border-width: 0px 0 2px 0px;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 10px;
	text-transform: uppercase;
	width: 180px;
}
/* style the second level hover */
.sidemenu a:hover {
	background-color: #8DD6B9;
}
/* style the second level background */
.submenu a, .submenu a:visited {
	display: block;
	color: #000;
	border: 1px solid #999;
	border-width: 0px 0 1px 0px;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 180px;
}
/* style the second level hover */
.submenu a:hover {
	background-color: #8DD6B9;
}
.sidevis {
	display: none;
}
#subleftcontent {
	position: relative;
	float: left;
	max-width: 390px;
	height: 100%;
	text-align: left;
	margin-top: 20px;
}
#rightcolumn {
	position: relative;
	display: block;
	margin-top: 0px;
	margin-left: 220px;
	max-width: 598px;
	text-align: center;
}
#rightcolumnint {
	position: relative;
	display: block;
	margin-top: 0px;
	margin-left: 220px;
	max-width: 598px;
	text-align: center;
	background-image:url(../images/backgrounds/clouds.jpg);
	background-position:top;
	background-repeat: no-repeat;
}
#subrightcontent {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-left: 390px;
	width: 208px;
	text-align: left;
}
#subleftintcontent {
	position: relative;
	float:left;
	max-width: 580px;
	height:100%;
	text-align:left;
	margin-top:15px;
	margin-left:15px;
	z-index:100;
}