/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
.yui3-g{letter-spacing:-0.31em;*letter-spacing:normal;word-spacing:-0.43em;}.yui3-u,.yui3-u-1,.yui3-u-1-2,.yui3-u-1-3,.yui3-u-2-3,.yui3-u-1-4,.yui3-u-3-4,.yui3-u-1-5,.yui3-u-2-5,.yui3-u-3-5,.yui3-u-4-5,.yui3-u-1-6,.yui3-u-5-6,.yui3-u-1-8,.yui3-u-3-8,.yui3-u-5-8,.yui3-u-7-8,.yui3-u-1-12,.yui3-u-5-12,.yui3-u-7-12,.yui3-u-11-12,.yui3-u-1-24,.yui3-u-5-24,.yui3-u-7-24,.yui3-u-11-24,.yui3-u-13-24,.yui3-u-17-24,.yui3-u-19-24,.yui3-u-23-24{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top;}.yui3-u-1{display:block;}.yui3-u-1-2{width:50%;}.yui3-u-1-3{width:33.33333%;}.yui3-u-2-3{width:66.66666%;}.yui3-u-1-4{width:25%;}.yui3-u-3-4{width:75%;}.yui3-u-1-5{width:20%;}.yui3-u-2-5{width:40%;}.yui3-u-3-5{width:60%;}.yui3-u-4-5{width:80%;}.yui3-u-1-6{width:16.656%;}.yui3-u-5-6{width:83.33%;}.yui3-u-1-8{width:12.5%;}.yui3-u-3-8{width:37.5%;}.yui3-u-5-8{width:62.5%;}.yui3-u-7-8{width:87.5%;}.yui3-u-1-12{width:8.3333%;}.yui3-u-5-12{width:41.6666%;}.yui3-u-7-12{width:58.3333%;}.yui3-u-11-12{width:91.6666%;}.yui3-u-1-24{width:4.1666%;}.yui3-u-5-24{width:20.8333%;}.yui3-u-7-24{width:29.1666%;}.yui3-u-11-24{width:45.8333%;}.yui3-u-13-24{width:54.1666%;}.yui3-u-17-24{width:70.8333%;}.yui3-u-19-24{width:79.1666%;}.yui3-u-23-24{width:95.8333%;}


html, body {
  margin:0;
  padding:0;
  height:100%;
}
body {
	color:#4d4d4d;
	background:#fff url(../images/bg-body.gif) repeat-x;
	font:13px Arial, Helvetica, sans-serif;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#036;
}
a:hover {text-decoration:underline;}
input, textarea, select, label {
	font:14px Arial, sans-serif;
	vertical-align:middle;
	color:#a5a5a5;
}
header, footer, article, section, hgroup, nav, figure { display: block; }
em { font-style: italic; }
strong { font-weight: bold; }
h1 { font-size: 131%; font-weight: bold; margin-bottom: 0.5em; }
h2 { font-size: 116%; font-weight: bold; margin-bottom: 0.5em; }
h3 { font-size: 108%; font-weight: bold; margin-bottom: 0.5em; }
p {
  margin-bottom: 0.75em;
}



#custom-doc {
  min-height:100%;
  position:relative;
	width:960px;
	margin: auto;
}
#hd {
	padding:10px 0 20px;
	position:relative;
	width:100%;
}
#bd {
  padding-bottom:60px;
}

.logo {
	margin:0 0 0 5px;
	width:298px;
	height:50px;
	overflow:hidden;
	display:block;
	background:url(../images/logo-new.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
.logo a {
	height:100%;
	display:block;
}
nav {
	width:100%;
	position:relative;
	padding:0 0 20px;
}
nav:after{
	display:block;
	clear:both;
	content:"";
}
#nav {
	padding:0;
	margin:0 -3px 0 0;
	display:inline;
	list-style:none;
	float:right;
	font-size:16px;
}
#nav li {
	list-style:none;
	float:left;
	margin:0 -1px 0 0;
}
#nav li a {
	display:block;
	height:28px;
	text-align:center;
	color:#010101;
	width:26px;
	line-height:26px;
	margin:0 0 -1px;
	position:relative;
	z-index:2;
}
#nav li a:hover,
#nav li.active a,
#nav li:hover a {
	text-decoration:none;
	background:url(../images/bg-nav-active.gif) no-repeat;
	color:#ed7000;
}
#nav li:hover ul,
#nav li.active ul {display:block;}
#nav ul {
	position:absolute;
	top:27px;
	left:0;
	width:960px;
	border-top:1px solid #c9c9c9;
	text-align:right;
	font-size:12px;
	display:none;
	padding:3px 0 0;
	margin:0;
	float:none;
	list-style:none;
	z-index:1;
}
#nav ul li {
	padding:0 3px 0 6px;
	float:none;
	display:inline;
	background:url(../images/bullet.gif) no-repeat 0 50%;
}
#nav ul li:first-child {background:none;}
#nav ul li a,
#nav li:hover li a,
#nav li.active li a {
	display:inline;
	width:auto;
	height:auto;
	color:#036;
	background:none;
	line-height:14px;
}
#nav ul li a:hover,
#nav li:hover li a:hover,
#nav li.active li a:hover {text-decoration:underline;}

.form-search-small .area {
  float:left;
	width:286px;
}
.form-search-small .field {
	width:285px;
	height:16px;
	padding:6px 0;
	margin:0 0 3px;
	display:block;
	background:#fff;
	overflow:hidden;
	border:1px solid #c9c9c9;
}
.form-search-small input {
	float:left;
	width:275px;
	height:16px;
	line-height:15px;
	border:0;
	outline:none;
	margin:0;
	padding:0px 0px 0px 5px;
	background:none;
}
.form-search-small .row {
	width:100%;
	color:#036;
	font-size:11px;
	position: relative;
}
.form-search-small .row #tippopup {
  display: none;
  background-color: white;
  z-index: 1000;
  border: 1px solid #c9c9c9;
  position: absolute;
  top:0;
  left:0;
  width:275px;
  padding:5px
}
.form-search-small .btn-search {
	width:30px;
	height:30px;
	padding:0;
	margin:0;
	line-height:0;
	cursor:pointer;
	font-size:0;
	border:0;
	background:url(../images/btn-search-small.gif) no-repeat;
}
.form-search-small #searchtips {
  cursor: pointer;
}

#searchtips {
  background:url(../images/arrow.gif) no-repeat 4px 5px;
  padding:0 0 0 13px;
}

.form-search {
  background:#e9f2fa;
  padding: 20px 0 20px 20px;
}
.form-search .field {
  width:405px;
  height:22px;
  padding:5px 0;
  margin:10px 0 10px 0;
  display:block;
  background:#fff;
  overflow:hidden;
  border:1px solid #c9c9c9;
}
.form-search input {
  width:385px;
  height:16px;
  line-height:15px;
  border:0;
  outline:none;
  margin:0;
  padding:3px 5px 3px 8px;
  background:none;
}
.form-search .btn-search {
  width:136px;
  height:36px;
  padding:0;
  margin-right:11px;
  line-height:0;
  cursor:pointer;
  font-size:0;
  border:0;
  background:url(../images/btn-search.gif) no-repeat;
}
.form-search-tip {
  background:#e9f2fa;
  padding: 20px 20px 20px 0;
}


/*article illustration {
  display: block;
  float: right;
}
*/
article {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}
article .bibliography {
  font-style: italic;
  margin-bottom: 1em;
}
article .bibliography strong {
  font-style: italic;
  font-weight: bold;
}
article a.subheadinglevel2,
article a.subheadinglevel1 {
  font-style: bold;
  font-size: 118%;
  margin-bottom: 0.25em;
  display: block;
}
article .tableofcontents {
  float:right;
  border:1px solid #aaa;
  margin:0 0 0.5em 0.5em;
}
article .tableofcontentstitle {
  padding: 0.25em;
  background: #aaa;
  color: white;
  font-weight: bold;
  text-align: center;
}
article .tableofcontents ul {
  padding: 0.5em;
}
article articleauthor {
  display: none;
}


.staticpage ul {
  padding-left: 1.25em;
}
.staticpage ul li {
  list-style: disc outside;
  margin-bottom: 0.5em;
}
.staticpage ol {
  margin-top: 0.5em;
  padding-left: 1em;
}
.staticpage ol li {
  margin-bottom: 0.5em;
}
.staticpage ol.numbered {
  padding-left: 2em;
}
.staticpage ol.numbered li {
  list-style: decimal outside;
}
.staticpage .underline {
  text-decoration: underline
}
.staticpage th, .staticpage td {
  padding-bottom: 5px;
}
.staticpage th {
  font-weight: bold;
}
.staticpage .patron {
  margin-bottom: 1em;
}
.staticpage .patronname {
  font-weight: bold;
  display: block;
  margin-bottom: 0.25em;
}
.staticpage .patrontitle {
  font-style: italic;
  display: block;
}
.staticpage h2 a:hover {
  text-decoration: none;
  cursor: text;
}
.staticpage h3 a:hover {
  text-decoration: none;
  cursor: text;
}
.staticpage .abbreventry {
  padding: 0.5em;
}
.staticpage div.patron {
  margin-bottom: 0.25em;
}


footer {
	border-top:1px solid #ddd;
	padding-top: 5px;
	position:absolute;
  bottom:0;
  width:100%;
  height:45px;
  color: #777;
}
footer #footer-nav li {
  margin-bottom: 4px;
}
footer #footer-nav li a {
  color: #669;
}
footer #footer-nav .title {
  font-weight: bold;
  margin-bottom: 5px;

}
footer #kopelmanlogo {
  text-align: center;
}
footer #copyright {
	font-size: 93%;
	text-align: right;
}
footer #copyright a {
  color: #669;
}



.searchresults tr {
  border-bottom:1px solid #e5eff8;
}
.searchresults td {
  padding:5px 0;
}


.blueicon {
  background-image: url("../images/ui-icons_003366_256x240.png");
  width: 8px;
  height: 8px;
  cursor: pointer;
}
#closeicon {
  background-position: -84px -133px;
}