/*Imported css styles for navigation*/
@import url("navigation.css");

/*custom font faces Start*/

/*Futura Start*/
@font-face {
    font-family: "Futura";
    src: url("../fonts/futura/futural-webfont.eot");
    src: local("?"),
		 url("../fonts/futura/futural-webfont.eot#iefix") format("embedded-opentype"),
         url("../fonts/futura/futural-webfont.woff") format("woff"),
         url("../fonts/futura/futural-webfont.ttf") format("truetype"),
         url("../fonts/futura/futural-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "FuturaBold";
    src: url("../fonts/futura/futurab-webfont.eot");
    src: local("?"),
		 url("../fonts/futura/futurab-webfont.eot#iefix") format("embedded-opentype"),
         url("../fonts/futura/futurab-webfont.woff") format("woff"),
         url("../fonts/futura/futurab-webfont.ttf") format("truetype"),
         url("../fonts/futura/futurab-webfont.svg") format("svg");
    font-weight: bold;
    font-style: normal;

}
/*Futura End*/
/*Green Piloww Start*/
@font-face {
    font-family: "green_piloww";
    src: url("../fonts/greenpiloww/greenpil-webfont.eot");
    src: local("?"),
		 url("../fonts/greenpiloww/greenpil-webfont.eot#iefix") format("embedded-opentype"),
         url("../fonts/greenpiloww/greenpil-webfont.woff") format("woff"),
         url("../fonts/greenpiloww/greenpil-webfont.ttf") format("truetype"),
         url("../fonts/greenpiloww/greenpil-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*Green Piloww End*/
/*Hit-The-Road Start*/
@font-face {
    font-family: 'HittheRoadRegular';
    src: url('../fonts/hit-the-road/hitroad.svg');
    src: url('../fonts/hit-the-road/hitroad.svg') format('svg'),
         url('../fonts/hit-the-road/hitroad.ttf') format('truetype'),
		 url('../fonts/hit-the-road/hitroad.eot') format('embedded-opentype'),
         url('../fonts/hit-the-road/hitroad.woff') format('woff2'),
         url('../fonts/hit-the-road/hitroad.woff') format('woff');
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
      font-family: 'HittheRoadRegular';
      src: url('../fonts/hit-the-road/hitroad.svg') format('svg');
  }
}
/*Hit-The-Road End*/
/*custom font faces End*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E0DFE3;
}

div#header_row_left {width: 16%; text-align: center; float: left; padding: 10px 0; margin: 0}
div#header_row_middle {width: 48%; text-align: center; float: left; padding: 20px 0; margin: 0}
div#header_row_right {width: 36%; text-align: center; float: right; margin: 30px 0 10px 0; padding: 0}

/*---------------------------------Styles For navigation.inc------------------------------------------- */
#navContainer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	 
}

#navigation {
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 0;
	list-style: none;
}
 
#navigation li {
  display: inline;
}
 
#navigation li a {
	float: left;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	margin: auto;
	padding: 0 19px; 
    /* padding: 0 31px; - commented this out DJ 7/10/17 - This effects the Citizenship page navigation menu*/
	border-left: 1px solid #fff;
	background-color: #1A588F;
}

 
/* APPLIES THE ACTIVE STATE */
#navigation .current a, #navigation li:hover > a, #navigation #active a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	background-color: #ED1C24;
}
 
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
#navigation  ul {
  display: none;
}
 
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
#navigation li:hover > div {
	display: block;
	width: 1000px;
	height: 35px;
	position: absolute;
	margin: 30px 0 0 0;
	background-color: #66cccc;
	box-shadow: 0px 0px 5px #333;
	z-index: 10;
}

div.ulContainer {
	position: absolute;
	left: 50%;
	font-size: 14px;
	}

#navigation li:hover > div ul {
	display: block;
	position: relative;
	left: -50%;
	padding: 0;
}
 
#navigation li:hover > ul li a {
  float: left;
  font: bold 1.1em arial,verdana,tahoma,sans-serif;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
  margin-left: auto ;
  margin-right: auto ;  
  padding: 0 30px 0 0;
  background: #68A2AD; 
}
 
#navigation li:hover > ul li a:hover {
  color: #000;
  text-decoration: none;
  text-shadow: none;
}	

#navigation .ulContainer li:hover > a  {
	color: #0b4a7a;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	box-shadow: 0px 0px 8px;
	background-color: #83e9ea;
}	
/*---------------------------------End of styles For navigation.inc------------------------------------------- */

/*---------------------------------Styles for header.inc------------------------------------------- */
.logo {
	float: left;
	}

.fan {
	height: 80px;
	display: inline-block;
	float: left;
	}	

.logotext {
	font-family: "HittheRoadRegular", Arial, Helvetica, sans-serif;
	float: left;
	font-size: 36px;
	padding: 25px 0px 0px 20px;
	color: #000
	}	

.logotext a {
	color: #000
	}
.homelink {
	font-weight:normal !important;
}

a.homelink :hover {
	opacity:0.6;	
}

/*Logo Style Ends*/

/*Search Bar Style Begins*/ 
	.searchoptions{
		clear: none;
		}
		
	.searchoptions label{
		float: none;
		width: 100%;
		padding: 0px;
		font-size: 12px;
		}	
	.search {
		display: block;
		float: right;
		margin: 2px 0px;
		}
	   
	.cf:before, .cf:after{
	  content:"";
	  display:table;
		}
	
	.cf:after{
	  clear:both;
		}
	
	.form-wrapper {
		font: bold 12px/15px 'lucida sans', 'trebuchet MS', 'Tahoma';
		color: #fff;
		text-transform: uppercase;
		padding: 5px;
		background: rgba(0,0,0,.2);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
		box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
		}
			
	.form-wrapper fieldset	{
		border:none;
		float:left;
		}
		
	#searchtext	{
		width: 105px;
		height: 18px;
		padding: 5px 5px;
		float: left;    
		font: bold 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
		border: 0;
		background: #eee;
		-moz-border-radius: 3px 0 0 3px;
		-webkit-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px; 
		transition: all .25s linear; 
		margin:0;     
		}
		
	#site {
		float:none;
		margin:3px 3px 0px 5px;	
		}
		
	#catalog {
		margin:3px 3px 0px 5px;
		}
	
	#searchtext:focus {
		width: 260px;
		outline: 0;
		background: #fff;
		-moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
		-webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
		box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
		}
	
	#searchtext::-webkit-input-placeholder {
	   color: #999;
	   font-weight: normal;
	   font-style: italic;
		}
	
	#searchtext:-moz-placeholder {
		color: #999;
		font-weight: normal;
		font-style: italic;
		}
	
	#searchtext:-ms-input-placeholder {
		color: #999;
		font-weight: normal;
		font-style: italic;
		}    
	
	.form-wrapper button {
		overflow: visible;
		position: relative;
		float: right;
		border: 0;
		padding: 0;
		cursor: pointer;
		height: 28px;
		width: 90px;
		font: bold 12px/15px 'lucida sans', 'trebuchet MS', 'Tahoma';
		color: #fff;
		text-transform: uppercase;
		background: #6f226d;
		-moz-border-radius: 0 3px 3px 0;
		-webkit-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;      
		text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
		}   
	  
	.form-wrapper button:hover{
		background-color: #af30ac;
	}	
	  
	.form-wrapper button:active,
	.form-wrapper button:focus{   
		background: #c42f2f;    
		}
	
	.form-wrapper button:before {
		content: '';
		position: absolute;
		border-width: 8px 8px 8px 0;
		border-style: solid solid solid none;
		border-color: transparent #6f226d transparent;
		top: 6px;
		left: -6px;
		}
	
	.form-wrapper button:hover:before{
		border-right-color: #af30ac;
		}
	
	.form-wrapper button:focus:before{
		border-right-color: #c42f2f;
		}    
	
	.form-wrapper button::-moz-focus-inner {
		border: 0;
		padding: 0;
		}		
	
	.searchnav{
		height: 44px;
		background-color: #002e40;
		margin:auto;
		background-image:url(../images/svg_patterns/diagonal_stripe.svg);
		background-size: 8px;
		box-shadow: 0px 2px 5px #888888;
		padding: 0px 20px;
		}
	.accountbutton {
		padding: 5px 10px 0px 10px;
		font-size: 14px;
		float: right;
		background-color: #ed1c24;
    	border-radius: 3px;
    	margin-left: 15px;
   		min-height: 23px;
		}
	.accountbutton a:link, .accountbutton a:visited {
		color: #fff;
		}		
	.accountbutton a:hover {
		background-color: #ed1c24;
		text-decoration: none;
		}
	.myaccount {
		margin: 0px 0px;
		width: 14px;
		height: 14px;
		fill: #fff;
		}				 	
/*Search Bar Style Ends*/

/*Title Row Style Begins*/

	.titlerow {
		padding: 10px 20px;
		height: 80px;
		}	
	.quicklink {
		list-style: none;
		float: right;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		font-size: 14px;
		max-height: 16px;
		}
	
	.quicklink li:not(:last-of-type) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b1b1b1;
		}					
	.quicklink li {
		float: left;
		padding: 0px 6px;	
		}
	.quicklink a {
		color: #125486;
		}
/*Title Row Style Ends*/

/*---------------------------------End of styles for header.inc------------------------------------------- */

/*styles for How Do I include*/

#menu_parent{
	font-size: 13px;
	width: 100px;
	border: 1px solid #a5acb2;
	padding: 1px 2px;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 5px;
	background-image: url(../images/dropdwn.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu_parent:hover{
background-image: url(../images/dropdwn_hov.gif);
}
#menu_child{
	float: left;
	position: absolute;
	visibility: hidden;
	width: 193px;
	border: 1px solid #a5acb2;
	border-bottom-width: 0;
	background-color: #fff;
}
#menu_child a{
	display: block;
	width: 96%;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #a5acb2;
}
#menu_child a:hover{
	background-color: #3E6FB3;
	color: #FFFFFF;
	font-weight: bold;
}

.how{
	width: 198px;
	height: 100px;
	background-image: url(../images/howdoi.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #000;
	margin: 0px auto 10px auto;}
.how p{
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0px 0px 0px;
	padding: 20px 36px 3px 5px;
	color: #000000;
	}
/*end styles for How Do I box*/

.red {
	color: #FF0000;
	border-bottom: none;
}

a:link {
	color: #125486;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #125486;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #bebebe;
}

a:active {
	color: #1a75bc;
	text-decoration: none;
}
a img {
	background-color: #FFFFFF;
	border: none;
	text-decoration: none;
}
a:link img, a:visited img, a:hover img, a:active img {
	background-color: #FFFFFF;
	text-decoration: none;
	border: none;
}

a.homepage_nav:link, a.homepage_nav:visited, a.homepage_nav:hover, a.homepage_nav:active {
		font-family: "Futura", Arial, Helvetica, sans-serif;
		color: #FFF;
		height: 110px;
		width: 200px;
		background-color: #002e40;
		background-image: url(../images/logo/transparent_fan.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		margin: 0 0 10px 0;
		display: block;
		font-size: 1.5em;
		line-height: 1em;
	}

ol {
	line-height: 1.5em;
	margin: 1em 0 0 3em;
	padding-left: 0px;
}

#tableLayout {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 1000px;
}
#topnavbar1 {
	background-color: #217D7D;
	text-align: center;
	height: auto;
	padding: 3px;
}

#topnavbar1 ul {
	
/*Changed 3/23/2015 Mary from 130px;  */

	padding-left: 1px;
	margin: 0px;
}
#topnavbar1 li {
	display:block;
	float: left;
	list-style-type: none;
	padding: 0px 10px;
}

#leftnavList {
	width: 200px ;
	margin-left: auto;
	margin-right: auto;
}

#leftnav {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 8px;
}
#leftnav h2 {
	font-size: 16px;
	color: #333333;
	margin: 1.5em auto 1em;
	padding: 0px;
}
#leftnav p{
	margin: 1em auto;
	padding: 0px;
}
#leftnav img {
	border-style: none;
	margin: 10px auto;
}

.sidenav {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
		}
.sidenav a:link {
		font-weight: normal;
		}
.sidenav a:visited {
		font-weight: normal;
		}		

	.hiddenStructure { display: block;  background: transparent;  background-image: none; /* */
	 border: none; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 -1px; width: 1px; position:absolute;}


	
#centercolumn {
	vertical-align: top;
	border-right: 1px solid #E0DFE3;
	border-left: 1px solid #E0DFE3;
	text-align: left;
	padding: 8px 8px 40px;
}
#rightnav {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 8px;
}
#rightnav p {
	margin: 10px auto;
	padding: 0px;
}
#rightnav hr {
	margin: 0px;
	padding: 0px;
}
#topnavbar {
/*	changing color of nav bar 3/24/2015 Mary - matches top */	
	background-color: #00a79d;
	text-align: right;
	height: auto;
	padding: 3px;
}

#topnavbar ul {
	margin: 0px;
	display: block;
	float: right;
}
#topnavbar li {
	display:block;
	float: left;
	list-style-type: none;
	padding: 0 0 3px 3px;
}
.menutxt {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 35px;
}
a.menu:link {
	font-weight: bold;
	color: #FFFFFF;
	border: 1px none #FFFFFF;
}
a.menu:visited {
	font-weight: bold;
	color: #FFFFFF;
	border: 1px none #FFFFFF;
}
a.menu:hover {
	font-weight: bold;
	color: #333366;
	background-color: #E0DFE3;
	border: 1px none #FFFFFF;
}
a.menu:active {
	font-weight: bold;
	color: #333366;
	border: 1px none #FFFFFF;
}

/*these are some styles for an info box in the left column inviting people to click on a link for a pop-up version of a wufoo form */
/* they are only used on the form pages. */

#leftCol div.popupForm {
	width: 80%;
	border: 2px solid #663366;
	padding: 5px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#leftCol div.popupForm p {
	font-size: 1.25em;
	margin: 0;
	padding: 0;
}

#leftCol div.popupForm p.spanish {
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	border-top: 1px gray solid;
	margin-top: 7px;
	padding-top: 7px;
}

/*the styles for the footer starts here */

	#footer { border-top: 1px solid #E0DFE3; line-height: 1.3em;}
	#footer img {display: block; margin-left: auto; margin-right: auto;}
	#footer h1, #footer h1 a:link, #footer h1 a:visited {padding: 5px; font-size: 12px; text-align: center; color: #FFFFFF;}
	#footer h1 a:hover {color: #000000; background-color: #bebebe;}
	#footer ul {list-style-type: none; padding: 0; margin: 10px;} 
	#footer ul li {padding-bottom: 3px;} 
	
	/* Comment out these two lines for the DACA Logo */
	#footer div.lacountyfooter {width: 250px;}
	#footer div.lacountyfooter p {display: inline; padding: 5px; float: left; width: 80px;} 
	
	/* Uncomment these two lines for to add space for the DACA Logo - DJ 7/5/16 */
	/* #footer div.lacountyfooter {width: 390px;} */
	/* #footer div.lacountyfooter p {display: inline; padding:0px 10px; float: left;} */
	
	.footerCol  {float: left; width: 18.4%; padding: 2px .75%; height: 350px; border-right: 1px #CCCCCC dotted;	}
	.footerCol5 { border: none; }

	.footerCol1 h1 {background-color: #002e40;}
	.footerCol2 h1 {background-color: #002e40;}
	.footerCol3 h1 {background-color: #002e40;}
	.footerCol4 h1 {background-color: #002e40;}	
	.footerCol5 h1 {background-color: #002e40;}	
	
	.footerbottom {clear: both; border-top: 1px #CCCCCC solid; padding-left: 15px;}
	
/*the styles for the footer end here */

#centerImage {
	margin: 10px auto 25px;
	display: block;
}
#minifeatures {
	width: 285px;
	margin: 10px auto;
	padding: 5px 0 0 5px;
	border-bottom: 1px solid #E0DFE3;
	border-top: 1px solid #E0DFE3;
}
#minifeatures p {
	margin: 0;
	padding: 0;
	color: red;
}
#minifeatures img {
	padding: 8px 5px 0 0 ;
	margin: 0;
	float: left;
}
#tableLayout #leftnav a.searchbox:link {
	font-size: 12px;
	color: #333366;
	text-decoration: none;
	text-indent: 0px;
	margin: 0px;
	padding: 1px;
	border-style: none;
	background-color: #FFFFFF;
}
#tableLayout #leftnav a.searchbox:visited {
	font-size: 12px;
	color: #333366;
	text-decoration: none;
	text-indent: 0px;
	margin: 0px;
	padding: 1px;
	border-style: none;
	background-color: #FFFFFF;
}
#tableLayout #leftnav a.searchbox:hover {
	font-size: 12px;
	color: #333366;
	text-decoration: underline;
	text-indent: 0px;
	margin: 0px;
	padding: 1px;
	background-color: #FFFFFF;
	border-style: none;
}
#tableLayout #leftnav a.searchbox:active {
	font-size: 12px;
	color: #333366;
	text-decoration: none;
	text-indent: 0px;
	margin: 0px;
	padding: 1px;
	border-style: none;
	background-color: #FFFFFF;
}
#tableLayout #leftnav a:link {
	font-weight: bold;
	color: #333366;
	font-size: 14px;
	border: 1px solid #cccccc;
	display: block;
	padding: 7px;
	margin: 0px;
	background-color: #E0DFE3;
}
#tableLayout #leftnav a:visited {
	font-weight: bold;
	color: #333366;
	font-size: 14px;
	border: 1px solid #cccccc;
	display: block;
	padding: 7px;
	margin: 0px;
	background-color: #E0DFE3;
}
#tableLayout #leftnav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #333366;
	display: block;
	padding: 7px;
	margin: 0px;
	background-color: #8cc640;
}
#tableLayout #leftnav a:active {
	font-weight: bold;
	color: #333366;
	font-size: 14px;
	border: 1px solid #cccccc;
	display: block;
	padding: 7px;
	margin: 0px;
	background-color: #E0DFE3;
}
#searchtable {
	border: 2px solid #00a79d;
	padding: 4px;
}
.smtxt {
	font-size: 10px;
}
.tocpage {
	font-size: 16px;
}
.faq {
	line-height: 18px;
	padding: 5px;
	font-size: 12px;
}

/* books page */
h2.booksbg a:link, h2.booksbg a:visited, h2.booksbg a:hover, h2.booksbg a:active {
	padding: 3px;
	display: block;
	text-align: center;
}
h2.booksbg a:link, h2.booksbg a:visited, h2.booksbg a:active {
	background-color: #B99EBC;
	border: 1px solid #A07DA6;
	color: #444444;
}
h2.booksbg a:hover {
	background-color: #8CC640;
	color: #FFFFFF;
	border: 1px solid #333366;
}
/* end book page */

/* New styles for left column search box and navigation list. Corresponds to any template with new at the end (and library pages template), searchbox_new.inc, librarynav.inc, and any other page nav include. On old pages, styles were alplied to entire left column (class="leftnav"), renamed to "leftCol" and applied styles individually to each object.*/

#leftCol, #rightCol{
	padding: 8px;
	vertical-align: top;
	width: 25%;
}
#searchboxNew {
	border: 2px solid #00A79D;
	padding: 4px;
	margin:0;
	width: 188px;
}

#searchboxNew a:link, #searchboxNew a:visited, #searchboxNew a:hover, #searchboxNew a:active {
	font-weight: bold;
	color: #333366;
	background-color: #FFFFFF;
}

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

#searchboxNew a:hover {
	text-decoration: underline;
}

#searchboxNew p {
	margin:1px;
}

#searchboxNew div.advancedSearch {
	text-align: right;
	margin-top: 15px;
}
#leftnavList dt {
	font-size: 16px;
	font-weight: bold;
	margin: 1.5em 0 .85em;
	padding: 0;
}
#leftnavList dd {
	margin: 0;
	padding: 0;
	max-width: 198px;
}
#leftnavList dt a:link, #leftnavList dt a:visited , #leftnavList dt a:hover, #leftnavList dt a:active {
	color: #333366;
}

#leftnavList dt a:hover {
	background-color:#E0DFE3;
}

#leftnavList dd a:link , #leftnavList dd a:visited , #leftnavList dd a:hover, #leftnavList dd a:active {
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 7px;
	margin: 10px 0;
}
#leftnavList dd a:link, #leftnavList dd a:visited , #leftnavList dd a:active {
	background-color: #E0DFE3;
	color: #333366;
	border: 1px solid #CCCCCC;
}
#leftnavList dd a:hover {
	background-color: #8CC640;
	color: #FFFFFF;
	border: 1px solid #333366; 
}

#leftnavList dd.sub {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	padding: 3px;
	margin: 3px 0;
	width: 33%;
	float: right;
}

#leftnavList dd.sub a:link, #leftnavList dd.sub a:visited , #leftnavList dd.sub a:active {
	background-color: E0DFE3;
	color: #333366;
	border: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 0;
	margin: ;
}
#leftnavList dd.sub a:hover {
	background-color: white;
	color: #8CC640;
	border: none;
}

.aligncenter {
	text-align: center;
}

/* ----------------------------------------------------- */
/*these are all styles for the individual library pages */

#centercolumn div.hours {
	background-color: #eee;
	padding: 10px 10px 19px;
	margin: 0 0 35px;
	border: 1px solid #999;
	float: left;
	color: #313063;
}
#centercolumn div.hours p {
	width: 165px;
}
#centercolumn div.hours dl   {
	margin: 0;
	padding: 16px 0 0;
	border-top: 1px solid #dbded7;
	width: 165px;
}
#centercolumn div.hours dt      {
	margin: 0;
	padding: 0;
	font-weight: bold;
	width: 85px;
	float: left;
}
#centercolumn div.hours dd   {
	margin: 0;
	padding: 0 0 .1em 0;
}

/*used on bookmobile pages instead of hours box */
#centercolumn div.headInfo {
	background-color: #eee;
	padding: 0 10px 19px;
	margin: 0 0 35px;
	border: 1px solid #999;
	float: left;
	color: #313063;
	min-height: 170px;
}
#centercolumn div.libPhoto    {
	width: 231px;
	float: right;
	margin: 0;
}
#centercolumn  div.libPhoto  p   {
	margin: 1px 0 6px;
	border-top: 1px solid #999; 
	text-align: center;
	border-bottom: 1px solid #999; 

	padding: 8px 0;
	width: 226px;
}
#centercolumn div.libPhoto img  {
	border: 1px solid #999;
	padding: 6px 5px;
	margin: 0;
}
#rightCol h2.calendar   {
	font-size: 14px;
	margin: .5em 0 1em;
}
div.socialNetworking {
	width: 90%;
	margin: 45px auto 0;
}
div.socialNetworking h2  {
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #00a79d;
	padding: 0 0 .25em;
	margin: 0;
}
#centercolumn div.socialNetworking  p {
	display: block;
	float: right;
}

#centercolumn div.socialNetworking img {
	vertical-align: middle;
	padding: 0 5px 0 0;

}

#centercolumn .libHeading {
	border-top: 1px solid #999;
	color: #313063;
	font-size: 13px;
	clear: both;
	padding: .25em 0 .5em;
	margin: 25px 0 0;
}
ul.libContent {
	line-height: 1.5em;
	margin: 0 0 0 35px;
	padding: 0;
}
ul.transit {
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 0 20px;
}
ul.libContent    li, ul.transit li    {
	list-style-type: circle;
}
.mapImg {
	border: 1px solid #CCC;
	margin: 0 8px 0 0;
	float: left;
	width: 210 px;
}
#flickrBadge img  {
	padding: 5px;
	border: solid 1px #CCCCCC;
	margin: 8px 0 0;
	text-align: center;
}
#flickrBadge p.text   {
	font-size: 11px;
	text-align: center;
	border: none;
}
div.directions {
	float: right;
	width: 220px;
	padding: 0px 0px 0px 0px;
}

div.directions h2 {
	padding: 0px 0px 0px 0px;
}

div.directions form {
	padding: 0px 0px 0px 0px;
}

div.survey {
	margin: 20px auto 0;
	border: 2px  double #990066;
	width: 90%;
	padding: 5px;
}

div.survey h2 {
	padding-left: 5px;
	text-align: center;
}


div.survey p {
	padding-left: 5px;
}

#centercolumn div.socialMediaBox {
	width: 226px;
	float: right;
	margin: 5px;
	text-align: center;
}

div.libNotice {
	border: #CC0000 1px solid;
	color: #CC0000;
	margin: 10px auto;
	clear: both;
	min-height: 70px;
	width: 85%;
}

div.libNotice p {
	text-align: left;
	line-height: 1em;
	padding: 0px 10px;
	margin: 0;
}

div.libNotice img {
	border: none;
	vertical-align: middle;
	float: left;
	margin: 0;
	padding: 0 8px;
}

/* blah */
.red {
	color: #FF0000;
	border-bottom: none;
}

ul.nodisc {
	line-height: 1;
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: .5em 0 0 0;
}

ul.nodisc li {
	padding-bottom: .30em;
}


/* This is the no disc style that can be used in the third column for a listing. It also has a line inbetween each list item. Currently in use on events in the third column of the bhm page */
ul.nodiscskinny {
	line-height: 1.2;
	list-style-type: none;
	margin: 0 0 0 .5em;
	padding: .5em 0 0 0;
}

ul.nodiscskinny li {
	padding: .5em 0 .5em 0;
	border-bottom: #999999 1px dashed;
}


/* These next four styles are used on /children/index.html */
ul.nodiscKids {
	line-height: 1.5em;
	list-style-type: none;
	margin: 0 0 0 .25em;
	padding: 0;
}

.nodiscKids li {
	padding: 5px 0;
	margin: 0;
}
#minifeaturesKids  /*floating list for the thumbnail icons on /children/index.html */
ul {
	width: auto;
	margin: auto;
}	
#minifeaturesKids   li {
	width: 175px;
	height: 160px;
	list-style: none;
	float: left;
	padding: 10px;
	text-align: center;
}

/*div at bottem of /children/index.html */

.message2parents {
	width: 60%;
	padding: 10px;
	border: #000000 solid 1px;
	margin: auto;
	clear: both;
}


/*use this dl style to have the dt bolded and a bit of space around the dd, and a border above the dt*/

dl.dtbold_w_border dt {
	font-weight: bold;
	border-top: 1px #CCCCCC solid;
	width: 85%;
	margin-top: 8px;
	padding-top: 8px;
}

dl.dtbold_w_border dd {
	padding: 5px 0 5px px;
	margin: 3px 3px 3px 13px;	
}

div.blueBox {
	border: 1px solid #0099CC;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #000000;
	width: 80%;
	padding: 5px 5px 5px 5px;
	text-align: left;
	margin-top: 20px;
	clear: both;
}

.FOLsale {
	padding: 30px 75px;
	margin: auto;
	text-align: center;
	font-size: 120%;
}

/*orange background with white text*/
.bgorange {
	background-color: #FCA905;
	color: #FFFFFF;
	padding: .25em .5em;
}

/*darker blue background with white text - currently in use on the kids storytime page */
.bgdarkerblue {
	background-color: #253E56;
	color: #FFFFFF;
	padding: 4px;
}


.bgdustypurple {
	background-color: #78487F;
	color: #FFFFFF;
	padding: 5px;
}


h2.bgdarkblue {
	color: #FFFFFF;
	background-color: #1A588F;
	padding: .25em .5em;
}

/* These styles are for a divided two columns an a three column format page -- currently in use on the downloads page, and copied from the SRP pages. */

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

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

#centercolumn div.RegTwocolumnRight h2 {
	padding: 5px;
	margin: 5px;
	text-align: center;
}
#centercolumn div.RegTwocolumnLeft h2 {
	padding: 5px;
	margin: 5px;
	text-align: center;
}
div.RegTwocolumnRight p {
}
.bgorange a {
	color: #FFFFFF;
}

.bgorange a:hover {
	color: #1a75bc;
	background-color: #FCA905;
	div.twocolumnLeft p {
}

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

/*styles for the rss feed on the library pages. */

ul.newFeed {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0 0 0;
}

ul.newFeed li {
	padding-bottom: 10px;
}

/*these styles are used on the downloads page to control the definition lists*/

dl#downloads dt {
	font-weight: bold;
	border-top: 1px #CCCCCC solid;
	width: 85%;
	margin: 2em 2em .5em;
}

dl#downloads dd {
	margin: 0 3em;
}

ol.simplelist {
	line-height: 1.5em;
	margin: 1em 0 0 3em;
	padding-left: 0px;
}

ol {
	line-height: 1.5em;
	margin: 1em 0 0 3em;
	padding-left: 0px;
}

#centercolumn ul.nodisc {
	line-height: 1.5em;
	list-style-type: none;
	width: 285px;
	padding: 0;
}

#centercolumn li {
	border-bottom: #cccccc solid 1px;
	padding: 5px 0;
	margin: 0;
 }

#longMiniFeature {
	height: auto;
	padding-top: 10px;
	border-bottom: #000000 dashed 1px;
}

#longMiniFeature p {
	padding-bottom: 2px;
}

#longMiniFeature ul {
	margin: 0 0 0 55px;
	border-bottom: none;
	list-style-type: none;
}
#longMiniFeature li {
	border-bottom: none;
}
 
#centercolumn ul.longListWbottomBorder {
	list-style-type: none;
	margin: 10px;
	padding: 10px;
}

#centercolumn ul.longListWbottomBorder li {
	border-bottom: #000000 dashed 1px;
	padding: 10px;
	clear: both;
}