  /*Original 3 column styling from http://joshuaink.com/blog/196/a-simple-guide-to-3-column-layouts */ 
   /*BODY AND UNIVERSAL STYLES*/
*{
	font-size:100%;
}

#wrap{
	width:770px;
	margin:0 auto;
	text-align:left;
	border: 1px solid #bfb577;
	background-color: #fff;
}

body{
	text-align:center;
	margin-top: 0px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 140%;
	background-color: #e3deb4;
}

.dbtext {
	font-size: 110%;
	font-weight: bold;
}
.bigtext {
	font-size: 130%;
}

img {
	border: 0px;
}

.header-image {
	border: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
  }
  
dd{
	margin-right:0;
}

/* Clears pictures on to ensure headlines are at bottom of picture*/
.clearpicture  {
	clear: left;
	float: none;
	padding-bottom: 1em;
	padding-top: 2px;
	margin-right: 5px;
	padding-right: 5px;
	}

#bluebox {
	width: 400px;
	border: thin solid #000;
	background-color: #b2cee5;
}

/* HEADER ITEMS */
#header {
	margin: 0px;
	padding: 0px;
	background-color: #005daa;
}
#topnavbar {
	margin-top: 0px;
	padding-top: 2px;
	margin-left: 0px;
	padding-left:0px;
	background-color:#005daa;
	margin-bottom: 0px;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
/*Regulates style for the top navigation*/
/*Original code for hover effect from http://www.accessify.com/tools-and-wizards/developer-tools/list-o-matic/*/
#topnavbar ul
{
	margin-left: 5px;
	padding-left: 1px;
	padding-right: 1px;
	margin-right: 0;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
#topnavbar li
{
	display: inline;
	list-style-type: none;
}

#topnavbar a {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-decoration: none
 }

#topnavbar a:link, #topnavbar a:visited
{
color: #fff;
background-color: #005daa;
text-decoration: none;
font-size: 15px;
}

#topnavbar a:hover
{
color: #005daa;
background-color: #fff;
text-decoration: none;
}
/*NAVIGATIONS (LEFT COLUMN) STYES */

#navigations{
	width:140px;
	float:left;
	margin-left:-760px;
	background-color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
}

#navigations-index{
	width:135px;
	float:left;
	margin-left:-760px;
	background-color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
}

#navigations-index p {
margin-left: 2px;
}

#navigations img {
	border: 0px;
  }
/*Regulates style for the left-side navigation*/
/*Original CSS from http://css.maxdesign.com.au/listamatic/vertical08.htm*/

#leftcolumnnav {
	margin-left: 2px;
	padding-top: 0;
	margin-top: 0;
	background-color: #fff;
	width:135px;
	float:left;
	padding-top: 7px;
	padding-bottom: 7px;
}


#leftcolumnnav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
}

#leftcolumnnav li   {
	padding: 0;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}

#leftcolumnnav a
{
	display: block;
	width: 132px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 4px;
}


#leftcolumnnav a:link, #leftcolumnnav a:visited
{
color: #000;
text-decoration: none;
}



#leftcolumnnav a:hover
{
background-color: #909589;
color: #000;
}


.firstnav a  {
	background-color: #ce6f19;		
}

.secondnav a  {
	background-color: #bfb577;			
}

.thirdnav a  {
	background-color: #c9caac;					
}

/*MAIN CONTENT (MIDDLE COLUMN)STYLES*/

#main-content{
	width:610px;	
	display:inline;
	float:left;
	margin-left:150px;
	padding-top: 7px;
	margin-top: 0px;
}


#main-content-nocolumn{
	width:700px;
	display:inline;
	float:left;
	margin-left:15px;
	padding-top: 7px;
	margin-top: 0px;
}
#main-content-index{
	width:475px;
	display:inline;
	float:left;
	margin-left:140px;
	padding-top: 7px;
	margin-top: 0px;

}

#main-content-calendar{
	width:465px;
	display:inline;
	float:left;
	margin-left:140px;
	padding-top: 7px;
	margin-top: 0px;
	
}

#main-text-index{
	width:469px;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 0px;
	margin-top: 0px;
}
#main-text-calendar{
	width:453px;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 0px;
	margin-top: 0px;
	
}

#main-text-index img {
	border: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
  }

 #main-content p {
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}

#updated{
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: left;
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
}

/*SUBCONTENT (RIGHT COLUMN) STYLES */
#sub-content{
	width:140px;
	float:left;
	margin-left:5px;
	background-color: #fff;
	padding-top: 7px;
}

#sub-content-calendar{
	width:150px;
	float:left;
	margin-left:5px;
	padding-top: 7px;
}

#sub-content ul{
	margin-left: 0em;
	list-style-type: none;
	padding-left: 1em;
	text-indent: .0em;
	padding-top: 0em;
	padding-bottom: 0.5em;
}

#sub-content li {
	padding-bottom: .5em;
}
/*Regulates style for the right column navigation buttons on Foundation pages and any other page where those buttons are needed*/

#sub-contentnav {
padding-top: 0px;
margin-top: 0px;
background-color: #fff;
width: 132px;
}

#sub-contentnav ul{
	
	font-weight: bold;
	margin-bottom: 4px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 2px;
	margin-left: 0px;
}

#sub-contentnav li {
padding: 0;
margin-top: 0;
margin-right: 4px;
margin-bottom: 0;
margin-left:0;
}

#sub-contentnav  a   {
    display: block;
	color: #000;
	padding: 3px;
	width: 132px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#sub-contentnav a:link, #sub-contentnav a:visited {
 color:#000;
  text-decoration: none;
  }
  
#sub-contentnav  a:hover  {
background-color: #909589;
color: #fff;
}

/*FOOTER STYLES*/

#foot{
	clear:both;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/* TEXT HEADERS */
/* Define header size, color and font style */
h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	background-color: transparent;
	font-family:  Arial, Verdana, Helvetica, sans-serif;	
	}
#plain {
	background-color: #fff;
	color: #000;
}
h1	{
	font-size: 20px;
	color: #005daa;
	padding: 0em;
	
	line-height: 125%;
	}
	
h2	{
	font-size: 16px;
	color: #005daa;
	
	padding-top: .4em;
	text-align: left;
	}
	
h3	{
	font-size: 14px;
	color: #005daa;
	
	text-align: left;
	}
	
h4 {
	font-size:	12px;
	color: #005daa;
	
	}
	
h5	{
	font-size:	10px;
	color: #005daa;
	
	}
	
h6	{
	font-size:	8px;
	color: #005daa;
	
	}
	
.header	{
	color: #346699;
	}
/* TEXT STYLES */
/* Define various text styles used in site */
.bold {
	font-weight: bold;
	}
	
p.lessspace {
	margin: -5px 0px 10px;
	padding: -5px 0px 10px;
}

.italic {
	font-weight: normal;
	font-style: italic;
	}
.bolditalic {
	font-weight: bold;
	font-style: italic;
	}
.smalltext {
	font-weight: normal;
	font-size: small;
	font-style: normal;
	}
.red {
	color: #FF0000;
	font-weight: bold;
	}
.orange {
	color: #CE6F19;
	font-weight: bold;
	}
.linkheader	{
	font-size:	14px;
	color: #bfb577;
	}

.linkheaderbold	{
	font-size:	14px;
	color: #bfb577;
	font-weight: bold;
	}
	
.image-pad {
	margin-bottom:5px;
}
/*GENERAL LINK STYLING (SPECIAL LINK STYLING FOR VARIOUS CONTENT AREAS WILL BE IN THOSE CONTENT AREAS*/

 a:link	{
	color: #005daa;
	text-decoration: none;

	}
 a:visited	{
	color: #ce6f19;
	text-decoration: none;

	}
 a:hover	{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #ce6f19;	
	}

 a.imagelink:link	{
	text-decoration: none;
	border-bottom: none;
	}
 a.imagelink:visited	{
	text-decoration: none;
	border-bottom: none;
	}
 a.imagelink:hover	{
	text-decoration: none;
	border-bottom: none;
	}
	
/*used for the menus with orange bullets*/
ul.orangebullet   {
	list-style-type: none;
	line-height: 1.5em;
	margin: 0 0 0 .5em 1em;
	padding: 0 0 0 .5em;
}

 .orangebullet li  {
	background-image: url(/web/20220422205516im_/https://www.lfpl.org/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	padding-left: 1.6em;
	padding-top: .25em;
	list-style-type: none;
}
 .orangebullet ul li  {
	background-image: url(/web/20220422205516im_/https://www.lfpl.org/images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: .5em;
	padding-top: .25em;
	list-style-type: none;
}

ul li {
    	padding-bottom: .35em;
}

ol li {
	padding-top: 0em;
	padding-bottom: .35em;
}

li.biglist {
	padding-top: 0em;
	padding-bottom: 1em;
}

.nobullet ul  {
	line-height: .75em;
	margin: 0;
	padding: 0;	
}

.nobullet li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#rss-box {
width: 170px;
font-family: "Times New Roman", Times, serif;

}

/* wrapper, left and right are containers used to create two columns on exhibits page*/
.columnwrapper {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 600px;
}

/*Styling for slide/left-side top graphic*/
.leftcolumn{
	float: left;
	margin: 0 0 0 0;
	width: 225;
}
/*Styling for homework help/right-side top graphic*/
.rightcolumn {
	margin: 0 0 0 300px;
	padding: 0;
}
/*Styling to place hidden content*/
.hide {
	position: absolute;
	left: -9999px;
}

.button {
	border: none;
	border-radius: 5px;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
  }

  .button2 {
	background-color: #005DAA;
	color: white;
	border: 2px solid #005DAA;
  }

  .button2:hover {
	background-color: #0a90ff;
	border: 2px solid #0a90ff;
	color: white;
  }
/*
     FILE ARCHIVED ON 20:55:16 Apr 22, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:16:57 Feb 04, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.37
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.012
  esindex: 0.016
  cdx.remote: 202.084
  LoadShardBlock: 326.13 (3)
  PetaboxLoader3.datanode: 293.059 (5)
  PetaboxLoader3.resolve: 159.803 (4)
  load_resource: 226.672 (2)
*/