@charset "UTF-8";
/* CSS Document */

/* Default */
html, body {
	margin: 0;
	padding: 0;
	background-color:#00467f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;	
}



/* Wrapper */
#wrapper {
	display: block;
	width: 95%;
	margin: auto;
	background-color: #fff;
}


/* Masthead */
#masthead {
	display: block;
	height: 70px;
	position: relative;
	background-color: #fff;
}




#logo {
	display: block;
	height: 70px;
	width: 300px;
	background: url(../images/2011_refresh/nav_logo.gif) no-repeat;
}





/* Column Layout */
.column {
width: 50%;
position: absolute; 
}  

.left {left: 0;}  
.right {right: 0;}  

#leftcol { 
margin-right: 300px;   
}
  
#rightcol { 
margin-left: 299px; 
}

/* Return Link */
#return a {
	height: 22px;
	width: 219px;
	background: url(http://www.psbc.org/images/2011_refresh/return_landing.png) no-repeat;
	position: absolute;
	top: 24px;
	right: 25px;
	text-indent:-99999px;
}

#return a:hover {
	background: url(http://www.psbc.org/images/2011_refresh/return_landing_on.png) no-repeat;
}


/* Style Links */

a:link, a:hover, a:visited {
	color: #06C;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.sortURL {
	
	color: #fff !important;
	
}



/* Corner Container */
#btmCorners {
	display: block;
	background-color: #fff;	
	position: relative;
}

/* Footer */
#footer {
	display: block;
	padding: 20px 0 20px 0;
	text-align:center;
	color: #69F;
	font-size: 12px;
	background-color:#00467f;
}

#footer a {
	color: #69F;
}


/* Bottom Corners */
#cornerLeftWhite {
	display: block;
	height: 20px;
	width: 20px;
	background: url(http://www.psbc.org/images/2011_refresh/corner_left_white.png) no-repeat;
	background-color:#00467f;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#cornerRightWhtie {
	display: block;
	height: 20px;
	width: 20px;
	background: url(http://www.psbc.org/images/2011_refresh/corner_right.png) no-repeat;
	background-color:#00467f;
	position: absolute;
	bottom: 0px;
	right: 0px;
}


/* Recordset */
#recordset {
	display: block;
	position: relative;
	background-color: #fff;
	width: 98%; 
	margin: 0 auto 25px;
}

table { 
	border-collapse: collapse; 
	width: 100%; 
	}

td, th { 
	padding: 10px;
	text-align:center;
	border: 1px solid #cccccc;
	}	

th {
	background-color: #679ac9;
	color:white;
	border: 1px solid #fff;
	text-align:center;
	font-size:13px;
}




.slim { 
	width: 88px; 
	}

.hover { 
	background-color: #f6f6ff;
	}
