/* PAO HOME LEVEL STYLES */

body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 80%;
}
.hidden, .hiddentext {
	position: absolute;
	left: 0px;
	top:-500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
img {
	border: none;
}

.tiny_text {
	font-size: 0.9em;
}
.print_only {
	display: none;
}
#container
{
width: 760px;
margin: 10px auto;
background-color: #1E71CD;
color: #333;
border: 1px solid black;
line-height: 130%;
}

#header
{
padding-left: 5px;
background-color: #F3F3F3;
height: 51px;
}

#ch_logo {
	margin-left: 121px;
}

#topline {
	margin: 0;
	padding: 0;
	background: #1E71CD url(/images/pao/top_line.gif) repeat-x top left;
	overflow: hidden;
	height: 3px;
	clear: both;
}
#quick {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	background: #1E71CD;
	color: white;
	font-size: 1.0em;
	padding-left: 13px;
	font-weight: bold;
	/*border-top: 1px solid #FFEA80;
	border-bottom: 1px solid #B39500;*/
}
#quick a {
	color: white;
}
#quick a:hover {
	background-color: white;
	color: black;
}
#quick form select {
	text-transform: capitalise;
}

#secondline {
		margin: 0;
	padding: 0;
	background: #1E71CD url(/images/pao/second_line.gif) repeat-x top left;
	overflow: hidden;
	height: 3px;
	clear: both;
}

.button {
	background: #FF0000;
	color: white;
	padding: 1px;
	font-weight: bold;
}

#content
{
	color: white;
	background-color: #1E71CD;
	font-size: 0.8em;
}

#content h2 {
	margin: 0 0 .5em 0;
}

#navigation {
	margin: 0;
	padding: 0;
	width: 253px;
	background: #1E71CD;
	float: left;
}

/* Hide from IE5-mac - this sorts out the 3px job problem with the images on the home page \*/
* html #navigation {
margin-right: 0px;
}
* html div {
height: 1%;
margin-left: 0;
}
/* End IE5/mac hide */

#navigation #navlist
{
	border-top: 1px solid #C9E2FF;
	margin: 20px 0 20px 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	width: 230px;
}

#navigation #navlist a
{
	margin: 0;
	background-image: url(/images/bullet_red.gif);
	background-position : 5px;
	background-repeat : no-repeat;
	display: block;
	padding: 8px 0px 8px 20px;
	border-bottom: 1px solid #C9E2FF;
	color: white;
	text-decoration: none;
	width: 210px;
}

#navigation #navlist a:hover
{
	background-color: white;
	color: black;
}

#pictures {
	padding: 10px 0px;
	margin-left: 254px;
	margin-right: 256px;
	background-color: #1E71CD;
}

#row {
	padding: 0;
	margin: 0;
}
#row img {
	padding: 0;
	margin: 0;
}

#blurb {
	margin: 0;
	padding: 10px 5px;
	float: right;
	width: 243px;
	background-color: #1E71CD;
	font-size: 1.2em;
}

#blurb a {
	color: white;
	text-decoration: underline;
}
/*tweaked style for anchor tag above to make the temporary customer survey stand out in a box*/
#blurb a {
	color: black;
	background-color: yellow;
	text-decoration: underline;
	padding: 5px 2px;
}

#blurb a:hover {
	color: black;
	background-color: white;
}
#blurb {
	margin: 0;
	padding: 10px 5px;
	float: right;
	width: 243px;
	background-color: #1E71CD;
	font-size: 1.2em;
}

#blurb h1 {
	font-size: 1.2em;
}

#navigation #langs_header {
	margin: 50px 0 0 0;
	font-size: 1.3em;
	padding: 0;
}

#navigation #langs {
	padding: 0px 0 0 0px;
	margin: 0;
	border: none;
	width: 230px;
}

#navigation #langs li {
	background-image: url(/images/bullet_red.gif);
	background-position : 5px;
	background-repeat : no-repeat;
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
}
#navigation #langs li a {
	border: none;
	color: white;
	padding: 0x;
	margin: 0 20px;
	text-transform: none;
	text-decoration: underline;
}

#navigation #langs li a:hover {
	background-color: white;
	color: black;
	text-decoration: underline;
}
#navigation #langs h1 {
	border: none;
	font-size: 1.3em;
}
/* code for hiding skip nav link above the visible part of the page */

#skip a {
 	position: absolute;
 	overflow: hidden;
 	width: 1px;
 	height: 1px; 
 	left:0px;
 	top:-500px;  /* located 500 pixels above the visible part of the page */
 }

/* code for displaying skip nav link on the visible part of the page when active */

#skip a:active, #skip a:focus {
 	position: absolute;
 	overflow: visible;
 	width: auto;
 	height: auto;
 	background-color: #ccc;  /* specify preferred background colour for popup */
 	color: #000;  /* specify preferred text colour for link */		
 	top: 5px;
 	left: 5px;  /* located 5 pixels in from the top and left of the page */
 	padding: 5px;
 	border: 1px solid #000;  /* specify preferred border colour and style */
 	font-weight: bold;
 	z-index: 1;  /* give the popup a higher z-index than the other divs on the page to ensure that it always appears on top */
}

/* footer stuff */

#footer_upper {
	float: left;
	background-color: #F3F3F3;
	width: 100%;
	clear: both;
	border: 1px solid black;
margin-left: -1px;
}

#footer_upper .left {
	float: left;
	font-size: 0.9em;
	padding: 5px 5px 2px 5px;
	width: 508px;
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
	color: black;
}

#footer_upper .left a {
	color: black;
	text-decoration: underline;
}

#footer_upper .left li {
	display: inline;
	border-right: 1px solid black;
	padding: 0 3px;
}
#footer_upper .left .last {
	border-right: none;
}
#footer_upper .left li a:hover {
	background-color: black;
	color: white;
}

#footer_upper #endsession {
	font-weight: bold;
}

#footer_upper .right {
	float: right;
}

#footer_upper .right img {
	border: 0px;
	padding: 0;
	margin: 0;
}

#footer_lower {
	width: 760px;
	margin: 10px auto;
	background-color: #fff;
	color: black;
}
#footer_lower #pq_logo {
	float: left;

}

#footer_lower #lib_branding {
	float: right;

}
}













