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

#centercolumn div.srpbackground {
	width: 100%;
	height: 800px;
	background-image: url(../images/srp/SRPindex.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fcfbe3;
	background-size: 100%;
}


#centercolumn div.leftHalf {
	width: 300px;
	float: left;
	height: 600px;
	background-color: transparent;
}

#centercolumn div.leftHalf p.firstPara {
	padding-top: 0px;
	padding-left: 10px;
}

#centercolumn div.leftHalf p{
	padding-left: 10px;
}


#centercolumn div.rightHalf {
	width: 275px;
	float: right;	
	height: 600px;
	background-color: transparent;
	padding-top: 0px;
}

#centercolumn div.rightHalf ul {
	vertical-align: text-bottom;
}

#centercolumn div.rightHalf ul li {
	border-bottom: 1px #000000 solid;
	padding: 5px 0px 5px 10px;
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	height: 60px;
	vertical-align: text-bottom;
	line-height: 22px;
}

#centercolumn div.rightHalf ul li img {
	padding-left: 10px;
	float: right;
}

#centercolumn div.rightHalf a {
  color: #6600CC;
}

#centercolumn div.rightHalf a:link { 
  color: #0066CC;
}

#centercolumn div.rightHalf a:visited {
  color: #006600;
}

#centercolumn div.rightHalf a:hover {
	font-style: italic;
	background: none;
}

#centercolumn div.rightHalf a:active { 
  color: #FF6600;
}

#centercolumn div.rightHalf a img {
  border: none;
  background: none;
}

/* divided column style on SRP age level index pages */

div.twocolumnRight {
	width: 45%;
	padding: 10px;
	border-left: 1px black solid;
	float: right;
	margin: 0px;
}

div.twocolumnLeft {
	width: 45%;
	float: left;
	padding: 10px;
	margin: 0px;
}

#centercolumn div.twocolumnRight h2 {
	padding: 0;
	margin: 5px;
	text-align: center;
}
#centercolumn div.twocolumnLeft h2 {
	padding: 0;
	margin: 5px;
	text-align: center;
}
div.twocolumnRight p {
}
div.twocolumnLeft p {
}

div.srpTheRest {
	display:block;
	clear:both;
	border-top: 1px black solid;
	padding: 0;
	margin: 0;
}	

dl.librarylist_srp {
	width: 190px;
	margin: 0 1em;
	float: left;
	padding: 10px 0;
}
dl.librarylist_srp dt {
	font-weight: bold;
	margin: 0 0 .25em 1em;
	font-size: 13px;
}
#centercolumn dl.librarylist_srp dd {
	margin-bottom: 1em;
}