body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:100.1%; /*Font-size is set in percentage to ensure a better display across different OS such as windows and Mac*/
  color:#000000;
  margin: 0; /* zeroes the margins on the body */
  padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
  border: 0; /* zeroes off any existing border */
  text-align: center; /* Hack to center the wrapper in IE5.x pc */
  min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
  background-color:#FFFFFF;
   }



.header {
width: 970px;/*sets the width for IE5.x's broken box model*/
w\idth: 970px; /* sets the width of the wrapper for compliant browsers*/
margin: 5px auto;/* centers the wrapper. First value - 5px - is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
position: relative; /* important to position it relatively */
text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
}




.wplogo {
width: 412px;
height: 39px;
display: block;
float: left;
}

h3 {

color: #5b2602;

}


h4 {

color: #CC3300;

}


.wplogo img {

border: none;

}


.wplogo a {

text-decoration: none;
}


.wplogo a:hover {


text-decoration: none;
}


.square {

width: 100%;
height: auto;
background-color: #F4EEE9;

}



.more {

display: box;
float: right;
margin-right: 35px;
font-size: 70%;

}


.MyAccount {
	
width: 232px;	
background-color: #F4EEE9;
margin: 2%;	
}

.MyAccount form {
	
	color: #666666; 
	background-color: #F4EEE9;
        margin: 2% 0% 2% 2%;

	}


.MyAccountSubmitBt input {
	display: box;
        height: 2em;
	font-size: 1em;
	width: 220px;
	color: #FFFFFF; 
	background: #CC3300;
	font-weight: bold;
	}



.WFSubmitBt input {
	display: inline;
        height: 2em;
	font-size: 1em;
	width: 50px;
	color: #FFFFFF; 
	background: #CC3300;
	font-weight: bold;
	}


.wf form input.wfSubmit {
	display: inline;
        height: 34px;
	font-size: 70%;
	width: 55px;
	color: #FFFFFF; 
	background: #CC3300;
	font-weight: bold;
        vertical-align: top;
	}



.wf form input.empty {

font-style:italic;
color: #CCCCCC;


}


.wf form input.completed {


font-style:normal;
color:#333333;

}


.wf a {

color: #006699;
text-decoration: none;
float: right;

}

.wf a:hover {

color: #006699;
text-decoration: underline;
background-color: transparent;

}


.wf a:visited {

color: #006699;
text-decoration: none;

}


.Listings, .Covers, .AwardWinners, .ListingBox, .CoverBox a {

color: #0033CC;
text-decoration: none;

}


.Listings, .Covers, .AwardWinners, .ListingBox, .CoversBox a:hover{

text-decoration: underline;

}


.Listings, .Covers, .AwardWinners, .ListingBox, .CoversBox a:visited {

color: #0033CC;
text-decoration: none;

}


.ListingBox, .CoverBox a {

color: #0033CC;
text-decoration: none;

}


img {

border: 0px;

}



.contact_info {

/*width: 603px;*/
height: 39px;
float: right;
/*margin-right: 75px;*/


}


.contact_info p {

font-size: 70%;
text-align: right;
color: #621010;



}


/*
.wpl_schedule {

color: #b36e6e;

}

*/




.top_links {

float: right;
display: block;
width: 85%;
/*border: 1px dotted #003366;*/
background-color: #5b2602;
margin: 0;

clear: both;

}


.top_links ul {

padding: 0;
margin: 0;
display: block;
text-align: right;
}

.top_links li {
	font-size: 80%;
	font-weight: bold;
	display: inline;
	margin: 0 5px;
	

}

.top_links li a{
	color:#ffffff;
	text-decoration: none;

}


.top_links li a:hover{
	color:#FFFFFF;
	text-decoration: none;
	background-color: #006699;
}




.top_clear {

width: 100%;
display: block;
height: 10px;
clear: both;

}







.sidebar {

float: left;
width: 20%;
height: auto;


}

.sidebar img{

padding: 0px;
margin: 0px;
border: 0px;
spacing: 0px;


}





/*=======================================   Web Announcement  ==========================================*/

.announcement {
display: box;
background-image:url(/images/announcement_bg.png);
background-repeat: no-repeat;
width: 670px;
height: 95px;
padding: 25px 1px 2px 1px;
text-align: center;
}

.announcement h3{

margin: 0px;
padding: 0px;
color: #FFFFFF;
}



/*=======================================   Feature box  ==========================================*/



.feature {

float: right;
width: 73%;
height: 100%;

}

.feature a {

text-decoration: none;
color: #0033CC;

}

.feature a:hover {

text-decoration: underline;

}



.feature ul{

margin: 0;
padding: 0;

}




.feature ol a{

text-decoration: none;
color: #0033CC;
}


.feature ol a:hover{

text-decoration: underline;

}

.feature li {

margin: 0 0 10px 0px;
list-style: none;
color: #333333;
font-size: 70%;

}

.feature img {

border: 0px;

}


.feature ol li {
   list-style-image: none;
   background-image: url(/images/bullets/blue_square.png);
   background-repeat: no-repeat;
   background-position: left top;
   padding-left : 15px;
   display: block;
   }



.feature table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	}

.feature th {
	padding: 0 0.5em;
	text-align: center;
	}

.feature tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
        font-weight: bold;
	}

.feature td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}

.feature td:first-child {
	width: 190px;
	}

.feature td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}



.board ol li {
   
   list-style-image: none;
   background-image: url(/images/bullets/pdf.png);
   background-repeat: no-repeat;
   background-position: left top;
   padding-left : 15px;
   display: block;
   }


#twitter_update_list p {

margin: 0 5px 10px 5px;
color: #333333;
font-size: 80%;
text-align: left;
}



#twitter_update_list li {

margin: 0 0 10px 0px;
list-style: none;
color: #333333;
font-size: 80%;

}

#twitter_update_list li a {

color: #CC3300;
text-decoration: none;

}

#twitter_update_list li a:hover {

color: #CC3300;
background-color: transparent;
text-decoration: underline;

}


#twitter_update_list li a:visited {

color: #CC3300;
text-decoration: none;

}



.InternalBullets ul {

padding: 0;
margin: 0;
display: block;
text-align: left;
}

.InternalBullets li {
	font-size: 80%;
	margin: 0 5px;
        list-style: square;
        list-color: #cc3300;
        
	

}








/*=======================================  End content box  ==========================================*/






/**************************************************************/
/*** The following style settings control the event display ***/
/**************************************************************/
/* The examples only show basic manipulation of the data. */
/* Addtional style attributes such as color, background, etc can also be applied */

/*** eventsinfo class - style for events container (could be set to auto scroll ***/
/* tinycal_nav */
/* tinycal_left */
/* tinycal_date */
/* tinycal_right */
/* tinycal */
/* tinycal_weekday */
/* tinycal_day */
/* tinycal_current_day */
/* tinycal_blank */

/* First Calendar Example - Adjusts to container (table or div) size 100% wide */
.eventstinycal
{
	/*overflow:auto;*/
	font-size:xx-small;
	height:100%;
	width:90%;	/* Controls width of calendar - can be set to fixed width or a percentage relative to the container using a table or div as the container. */
	padding:1px;
	margin:0px;
	margin-left:10px;
	border:1px solid #990000;
}
.eventstinycal #tinycal_date
{
	text-align:center;
	font-size:12px;
	color:blue;
}

.eventstinycal #tinycal
{
	/*Defines the display of the event/RR calendar*/
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	background-color:transparent;










	border-collapse:collapse;
	width:100%;
}
.eventstinycal #tinycal_nav
{
	/*Defines the display of the month/increment decrement month navigation*/
	color:#800040;
	background-color:#F0F0F0;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
.eventstinycal #tinycal_weekday
{
	/*Defines the display of day cells*/
	color:#FFFFFF;
	background-color:#000099;
	border:1px solid #000000;
	padding:1px;
	font-weight:bold;
	font-size:10px;
}
.eventstinycal #tinycal_day
{
	/*Defines the display of blank day cells.*/
	color:#000000;
	background-color:#F0F0F0;
	padding:1px;
	vertical-align:top;
	border:1px solid #000000;
}
.eventstinycal #tinycal_current_day
{
	/*Defines the display of blank day cells.*/
	color:#800040;
	background-color:#00FFFF;
	border:1px solid #000000;
	border-color:#000000;
	vertical-align:top;
}
.eventstinycal #tinycal_blank
{
	/*Defines the display of blank day cells.*/
	background-color:black;
	border:1px solid #000000;
}

/* Second Calendar Example - Fixed at 100px wide*/
.eventstinycal2
{
	/*overflow:auto;*/
	font-size:xx-small;
	height:100px;
	width:100px; /* Controls width of callendar - can be set to fixed width or a percentage relative to the container using a table or div as the container. */
	padding:1px;
	margin:0px;
	margin-left:10px;
	border:1px solid black;
}
.eventstinycal2 #tinycal_date
{
	text-align:center;
	font-size:12px;
	color:blue;
}

.eventstinycal2 #tinycal
{
	/*Defines the display of the event/RR calendar*/
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	background-color:transparent;
	border-collapse:collapse;
	width:100%;
}
.eventstinycal2 #tinycal_nav
{
	/*Defines the display of the month/increment decrement month navigation*/
	color:#800040;
	background-color:#F0F0F0;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
.eventstinycal2 #tinycal_weekday
{
	/*Defines the display of day cells*/
	color:#FFFFFF;
	background-color: #990000;
	border:1px solid #000000;
	padding:1px;
	font-weight:bold;
	font-size:10px;
}
.eventstinycal2 #tinycal_day
{
	/*Defines the display of blank day cells.*/
	color:#000000;
	background-color:#F0F0F0;
	padding:1px;
	vertical-align:top;
	border:1px solid #000000;
}
.eventstinycal2 #tinycal_current_day
{
	/*Defines the display of blank day cells.*/
	color:#800040;
	background-color: #FFFFCC;
	border:1px solid #000000;
	border-color:#000000;
	vertical-align:top;
}
.eventstinycal2 #tinycal_blank
{
	/*Defines the display of blank day cells.*/
	background-color:black;
	border:1px solid #000000;
}

























h1 {

font-size: 115%;
color: #000000;

}


p {

font-size: 70%;
color: #000000;
text-align: left;


}




.subheader {
font-weight: bold;

}

.themebar {

width: 100%;
background-color: #FFFFFF;
margin: 5px 0 15px 0;
padding: 0;

}

.themewrapper {

width: 1024px;/*sets the width for IE5.x's broken box model*/
w\idth: 1024px; /* sets the width of the wrapper for compliant browsers*/
margin: 0 auto;/* centers the wrapper. First value - 5px - is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
position: relative; /* important to position it relatively */
text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
display: none;

}

.themewrapper a img {

width: 41px;
height: 40px;
}



.themebar p {

color: #000000;
font-weight: bold;
font-size: 70%;
margin: 0;
padding: 0;
display: inline;

}

.themebar strong {

color:#CC3300;


}


.themebar a {

color: #0033CC;
text-decoration: none;

}


.themebar img {

border: none;

}

.themebar a:hover {

color:#990000;
text-decoration: underline;

}



.wplsearch {

text-align: left;
margin: 5px 0 0 10px;

}

.wplsearch img {

display:none;

}




#wrapper {
width: 970px;/*sets the width for IE5.x's broken box model*/
w\idth: 970px; /* sets the width of the wrapper for compliant browsers*/
margin: 5px auto;/* centers the wrapper. First value - 5px - is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
position: relative; /* important to position it relatively */
text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
}



.encore {

display: inline;

}

.encore p {

color: #508470;
font-weight: bold;

}


.encore input {

border: #508470;

}

.airpac {

display: none;

}



input, textarea{

border: 1px solid #333333;

}


INPUT.empty {

font-style:italic;
color: #333333;


}


INPUT.completed {


font-style:normal;
color:#333333;

}


label {

font-size: 80%;
color: #333333;

}



/*=======================================   Main Structure  ==========================================*/


.quicklinks {

float:left;
width: 548px;
height: 102px;
/*background-image: url(imgs/wpl_logo.gif);*/
background-repeat: no-repeat;

}



/*

.myacct {

width: 198px;
height: 102px;
float: right;
background-image: url(imgs/myacct_bg_blue.gif);
background-repeat: no-repeat;

}

*/

.clear {

width: 95%;
display: block;
height: 25px;
clear: both;

}


.hbar {
display: block;
width: 100%;
height: 100%;
/*border: 1px dotted #003366;
background-color: #E7F4F7;*/
margin: 0 0 15px 0;

clear: both;

}

/*.content {

float: left;
width: 68%;
height: 100%;

}

.sidebar {

float: right;
width: 30%;
height: auto;


}
*/




/*===============Harry Potter night event=============================*/


.hpwrapper {

float: left;
width: 68%;
height: 100%;
margin: 5px;

}



/*===============End Harry Potter night event=============================*/





/*=======================================   Internal QuickLinks boxes  ==========================================*/


.logo {

float: left;
width: 190px;
height: 46px;
background-image: url(imgs/wpl_logo.gif);
background-repeat: no-repeat;

}

.catalog {

float: right;
width: 59%;
height: 50px;
margin-top: 10px;

}

.catalog form {

padding: 0;
margin: 0;

}



.catalog form label {

color: #FFFFFF;
font-weight: bold;

}



.about {

float: left;
width: 95px;
border-right: 1px dotted #FFFFFF;
color: #FFFFFF;
margin-right: 5px;
margin-top: 5px;


}

.contact {


color: #FFFFFF;
margin-top: 5px;

}

.quicklinks a {

color: #FFCC00;
text-decoration: none;

}


.email {

float: right;
width: 85px;
border-left: 1px dotted #FFFFFF;
color: #FFFFFF;
padding-left: 5px;
margin-top: 5px;


}

.sublinks {

font-size: 65%;

}

.sublinks a {

color: #FFFFFF;
text-decoration: none;

}

.sublinks a:hover {

color: #FFFFFF;
text-decoration: underline;

}



.DBs {

float: right;
width: 38%;
border-left: 1px dotted #FFFFFF;
color: #FFFFFF;
/*padding-left: 5px;*/
/*margin-top: 5px;*/
font-size: 75%;
display: none;


}



.AdvSearch {

width: 60%;
color: #FFFFFF;
margin-top: 5px;
font-size: 75%;
}


/*=======================================   Internal My Account items  ==========================================*/


.myacct form {

padding: 0;
margin: 3px 0 5px 25px;

}

.myacct input {

margin: 0 auto;

}



.myacct p {

color: #FFFFFF;
font-weight: bold;
font-size: 70%;
margin: 0;
padding: 0;


}

.myacct a {

display:block;
width: 30%;
background-color:#CCCCCC;
color: #000000;
border: 1px solid #000;
font-size: 90%;
text-decoration: none;
text-align: center;
margin: 0 auto;
padding: 1px 5px;
vertical-align: middle;
display: inline;

}


.myacct a:hover {}



/*=======================================   Internal hbar items  ==========================================*/


.hbar ul {

padding: 0;
margin: 0 auto;
display: block;
text-align: center;
}

.hbar li {
	font-size: 85%;
	font-weight: bold;
	display: inline;
	margin: 0 auto;
	

}

.hbar li a{
	color:#990000;
	text-decoration: none;

}


.hbar li a:hover{
	color:#FFFFFF;
	text-decoration: none;
	background-color: #006699;
}





/*=======================================   Internal content boxes  ==========================================*/


/*.content ul{

margin: 0;
padding: 0;

}


.content ol{

list-style: square;
color: #333333;


}

.content ol a{

text-decoration: none;
color: #0033CC;
}


.content ol a:hover{

text-decoration: underline;

}

.content li {

margin: 0 0 10px 0px;
list-style: square;
color: #333333;
font-size: 70%;

}

.content img {

border: 0px;

}

*/

.blog {

float: left;
width: 48%;
height: auto;

}


.features {

float: right;
width: 50%;
height: auto;
margin: 0 0 10px 0;

}


.taxinfo {

float: right;
width: 50%;
height: auto;
margin: 0;

}


.news {

width: 100%;
height: auto;


}


/*=======================================   Internal Blog Items  ==========================================*/



/*============================================================================

 

 The folowing styles control the  display 

 

 =============================================================================*/

 

 .feeds {

 

 margin: 0;
 padding: 0;

 display:  block;

 /*border: 1px solid #333333;*/

 text-align:left; 

}

.feedTitle {


}


.feedTitle a {

 text-decoration: none;
 font-weight: bold;
 color: #990000;

}


.feedTitle a:hover {

color: #990000;

}

.feeds a {

 text-decoration: none;
 font-weight: bold;
 color: #990000;
 
 }

.feeds a:hover {

 color: #FF9900;
 
 }


.feeds ul {

padding: 0 5px 0 0; 
margin: 0;

}
 

 .feeds  li {





/*list-style-image:url(img/arrow_bullet.png);

list-style-position: outside;*/

text-align: left;
list-style: none;
color: #666666;
padding: 0 5px 0 0; 
margin: 15px;


}

 

.feeds  li a {





font-weight: bold;
color: #006699;
text-decoration: none;

}





.feeds  li a:hover {





font-weight: bold;

text-decoration: none;

color: #FF6600;



}




/*
.feeds  li a:visited {





font-weight: bold;

text-decoration: none;

color: #006699;



}*/





.feeds img {




}





.feeds img a:hover {



text-decoration: none;



}





.date {



color:#666666;

margin: 2% 0 1% 0%;



}



#creditfooter a {


display:none;



}



/*================================================================



End feeds display



==================================================================*/





/*=======================================   Internal Feature Items  ==========================================*/

.features li a{

text-decoration: none;
color: #006699;


}


.features li a:hover{

text-decoration: none;
color: #FF6600;

}


.features p {

margin: 0 12px 0 18px;


}


.RSS {

display: block;
margin: 0 0 10px 0;

}


.RSSHeader {
display:block;
/*background-image: url(imgs/feeds_top.gif);*/
background-repeat: no-repeat;
width: 259px;
height: 21px;

}


.RSScontent {
display: block;
/*background-image: url(imgs/feeds_vertical_line.gif);*/
background-repeat:repeat-y;

}



.RSScontent ul {

padding: 0; 
margin: 0 0 0 8px;

}

.RSScontent li {

margin: 0 0 0 18px;
list-style: square;
color: #FF7900;

}


.RSSbottom {

/*background-image: url(imgs/feeds_bottom.gif);*/
background-repeat: no-repeat;
width: 259px;
height: 16px;

}




.bloglist {

display: block;
margin: 0 0 10px 0;

}

.bloglistHeader {
display:block;
/*background-image: url(imgs/blog_top.gif);*/
background-repeat: no-repeat;
width: 260px;
height: 24px;

}


.bloglistcontent {

display: block;
/*background-image: url(imgs/feeds_vertical_line.gif);*/
background-repeat:repeat-y;

}

.bloglistcontent ul {

padding: 0; 
margin: 0 0 0 8px;

}

.bloglistcontent li {

margin: 0 0 0 18px;
list-style: square;
color: #990000;

}


.bloglistcontent img {


margin: 0 0 0 18px;
list-style: square;
color: #990000;

}


.bloglistbottom {

/*background-image: url(imgs/feeds_bottom.gif);*/
background-repeat: no-repeat;
width: 259px;
height: 16px;

}


.podcast {

display: block;
margin: 0 0 5px 0;

}


.podcastHeader {
display:block;
/*background-image: url(imgs/library_podcasts.gif);*/
background-repeat: no-repeat;
width: 260px;
height: 21px;

}


.podcastcontent {
display: block;
/*background-image: url(imgs/feeds_vertical_line.gif);*/
background-repeat:repeat-y;

}



.podcastcontent ul {

padding: 0; 
margin: 0 0 0 8px;

}

.podcastcontent li {

margin: 0 0 0 18px;
list-style: square;
color: #FF7900;
}



.podcastbottom {

/*background-image: url(imgs/feeds_bottom.gif);*/
background-repeat: no-repeat;
width: 259px;
height: 16px;

}


/*=================================================Adult Services Section Headers========================================================*/


.BookCornerHeader {
display:block;
/*background-image: url(imgs/book_corner_top.gif);*/
background-repeat: no-repeat;
width: 259px;
height: 21px;

}

.BusinessHeader {
display:block;
/*background-image: url(imgs/business_top.gif);*/
background-repeat: no-repeat;
width: 260px;
height: 21px;

}


.ResearchHeader {
display:block;
/*background-image: url(imgs/research_top.gif);*/
background-repeat: no-repeat;
width: 260px;
height: 21px;

}



.tech_center_header {

display: block;
/*background-image: url(imgs/tech_center_top.gif);*/
background-repeat: no-repeat;
width: 260px;
height: 21px;


}




/*=================================================Board Members Section Headers========================================================*/


.BoarMeetingsHeader {
display:block;
/*background-image: url(imgs/board_meetings_header.gif);*/
background-repeat: no-repeat;
width: 259px;
height: 21px;

}

.BoardMembersHeader {
display:block;
/*background-image: url(imgs/board_members_header.gif);*/
background-repeat: no-repeat;
width: 260px;
height: 21px;

}


.librarycommitteesHeader {
display:block;
/*background-image: url(imgs/library_committees_header.gif);*/
background-repeat: no-repeat;
width: 260px;
height: 21px;

}




/*=================================================Foundation Section Headers========================================================*/


.FoundationMembersHeader {
display:block;
/*background-image: url(imgs/foundation_members_header.gif);*/
background-repeat: no-repeat;
width: 259px;
height: 21px;

}

.FoundationSupportHeader {
display:block;
/*background-image: url(imgs/support_foundation_header.gif);*/
background-repeat: no-repeat;
width: 260px;
height: 21px;

}


.FoundationFeedbackHeader {
display:block;
/*background-image: url(imgs/feedback_header.gif);*/
background-repeat: no-repeat;
width: 260px;
height: 21px;

}







/*=================================================Internal news items========================================================*/


.whats-hot { 

display: block;
margin: 0 0 5px 0;
}

.whats-hot_header {

display: block;
/*background-image: url(imgs/news_header.gif);*/
background-repeat: no-repeat;
width: 526px;
height: 32px;


}

.whats-hot_content {
	display: block;
	/*background-image: url(imgs/new_v_line.gif);*/
	background-repeat:repeat-y;
	width: 526px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}






.whats-hot_content h1 {

padding: 0; 
margin: 0 10px 0 18px;
font-size: 90%;
color: #006699;
font-weight: bold;
}


.whats-hot_content h1 a{

color: #006699;
text-decoration: none;
}


.whats-hot_content h1 a:hover{

color: #006699;
text-decoration: underline;
}

.whats-hot_content p {

padding: 0; 
margin: 0 10px 15px 25px;
font-size: 70%;
color: #333333;
}



.whats-hot_content a {

color: #006699;
text-decoration: none;
}


.whats-hot_content a:hover {

color: #006699;
text-decoration: underline;
}

.whats-hot_bottom {

/*background-image: url(imgs/whatshot_bottom.gif);*/
background-repeat: no-repeat;
width: 526px;
height: 20px;
}


/*End*/




/*=================================================Side Bar items========================================================*/


.sidenav {

padding: 0;
spacing: 0;


}



.sidenav img {

border: 0;

}

.sidenav table {

border: 0px;


}


.sidenav a {

text-decoration:none;

}



.sidenav a:visited {

text-decoration:none;

}




.sidebar ul {

padding: 0; 
margin: 0 0 0 8px;
text-align: left;

}

.sidebar li {

margin: 0 0 0 18px;
list-style-type: none;
font-size: 75%;
}



.sidebar h1 a {

color: #006699;
text-decoration: none;
}


.sidebar h1 a:hover {

color: #006699;
text-decoration: underline;
}




.sidebar li a {

color: #006699;
text-decoration: none;
}


.sidebar li a:hover {

color: #006699;
text-decoration: underline;
}


.sidebar table {

border: 0px;

}




.ages {

display: block;
float: right;
padding: 0;
}




.top {

display: block;
/*background-image: url(imgs/sidebar_top.gif);*/
width: 199px;
height: 21px;

}

.vline {

/*background-image: url(imgs/sidebar_vline.gif);*/
background-repeat: repeat-y;
width: 199px;

}


.botttom {

display: block;
/*background-image: url(imgs/sidebar_bottom.gif);*/
background-repeat: no-repeat;
width: 199px;
height: 12px;
margin: 0 0 15px 0;

}


.ages h1{

font-size: 125%;
color: #006699;
font-weight: bold;
padding: 5px;
margin: 0 0 0 8px;

} 

.ages p {

font-size: 70%;
color: #333333;
margin: 0 0 0 8px;

}


.ages img {

margin: 0 auto;
text-align: center;
}




/*=================================== Know it now ===============================================================*/

.kin {

display: block;
margin: 0 0 0 15px;

}

.kin img{

margin: 0 0 0 5px;
text-align: right;

}




/*=================================== End Know it now ===============================================================*/






/*====================================Research Pro===============================================================*/

.researchpro {

display: block;
margin: 0 0 0 15px;

}

.researchpro form {

padding: 0 0 10px 2px;



}

.researchpro form input{

border: 1px solid #333333;


}



.researchpro p {

font-size: 70%;
color:#333333;
text-align:left;

}



/*
==========================Databases sorted by subject===================================================================*/



.db_ls {}


.db_ls p {

margin: 2px 15px 25px 15px;

}


.db_ls a {

text-decoration: none;

}

.db_ls a:hover {

text-decoration: underline;
color:#990000;

}







/*
==========================End Databases sorted by subject===================================================================*/






/*
========================== Suggest a Purchase styles ===================================================================*/





#theform {
	/*background-color: #fbeae4;*/
	width: 40em;
	}
#theform fieldset {
	height: 20em;
	width: 11em;
	border: 0;
	margin: 0;
        margin-bottom: 55px;
	padding: 1em;
	float: left;
	/*background-color: #fbeae4;*/
	}
#theform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CD3300;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 4em;
	font-size: 1em;
	}
#theform fieldset div.help {
	color: #FFFF99;
	font-size: 0.7em;
	font-weight: bold;
	height: 5em;
	}
#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 1.2em;
	}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #FFCC33;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 38em;
	height: 5em;
	border: 10px solid #5B2602;
	border-width: 10px 0;
	padding: 1em;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 22em;
	float: left;
	font-size: 0.7em;
	}
#theform #pt4 input {
	height: 5em;
	font-size: 1em;
	width: 18em;
	color: #FFFFFF; 
	background: #CD3300;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	}

#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #9F9F00;
	font-style: italic;
	}




/*
========================== End Suggest a Purchase styles ===================================================================*/









/*
========================== / Encore Search Form Section ===================================================================*/



.wf {

display: block;
width: 95%;
height: 75px;
float: left;
margin-top: 20px;
/*border: #CC3300 dotted 1px;*/
/*background-image:url(/images/form_shape_bg.png);*/
/*background-repeat: none;*/
}



.wf form {
	font-family: Verdana, Arial, Sans-Serif;
	/*padding: 10px;*/
	
        height: 1%;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	margin-left: 7px;
        font-size: 18px;
	/*background-image: #A54000;*/
       
}



.wf_caption {
	
	color: #5B2602;
        font-size: 75%;
	font-weight: bold;
}



.wf input[type=text] {
	/*width: 170px;*/
	height: 28px;
	border: 2px solid #CC3300;
	font-size: 24px;
}







/*
========================== / End Encore Search Form Section ===================================================================*/







/*
========================== / Book Listings Section (New Releases, Upcoming releases and recently returned) =========================================================*/



.BookListings {

display: block;
float: left;
width: 30%;
height: auto;
border:#999999 solid 1px;

}



.RecentlyReturned img {

margin: 5% auto;
text-align: center;

}





.clear {

clear: both;
height: 10px;
padding: 1%;

}


.NewReleases {

display: block;
width: 85%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}



.CommingSoon {

display: block;
width: 85%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}



.RecentlyReturned {

display: block;
width: 85%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}


/*
========================== / End Book Listings Section (New Releases, Upcoming releases and recently returned) =========================================================*/







/*
========================== / Book Covers (Fiction, Non-Fiction, etc) =========================================================*/



.BookCovers {

display: block;
float: right;
width: 68%;
height: 437px;
border:#999999 solid 1px;

}


.Fiction {

display: block;
width: 95%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}

.NonFiction {

display: block;
width: 95%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}



.Readalikes {

display: block;
width: 95%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}





/*
========================== / End Book Covers (Fiction, Non-Fiction, etc) =========================================================*/



.StaffPicks {

display: block;
width: 100%;
margin: auto;
border:#999999 solid 0px;

}



.AwardWinners {

display: block;
width: 100%;
margin: auto;
border:#999999 solid 0px;

}

.AwardWinners a {

color: #0033CC;
text-decoration: none;

}


.ListingBox a {

color: #0033CC;
text-decoration: none;

}




/*
========================== / Listings Section (New Releases, Upcoming releases, recently returned, etc)  =========================================================*/



.Listings {

display: block;
float: left;
width: 30%;
height: auto;
border:#999999 solid 0px;

}


.ListingBox {

display: block;
width: 85%;
margin: 0 auto 5%;
border:#999999 solid 0px;

}





.clear {

clear: both;
height: 10px;
padding: 1%;

}


.NewReleases {

display: block;
width: 85%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}



.CommingSoon {

display: block;
width: 85%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}



.RecentlyReturned {

display: block;
width: 85%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}


.RecentlyReturned img {

margin: 5% auto;
text-align: center;

}



/*
========================== / End Listings Section (New Releases, Upcoming releases, recently returned, etc) =========================================================*/




/*
========================== / Covers (Fiction, Non-Fiction, etc) =========================================================*/



.Covers {

display: block;
float: right;
width: 68%;
height: auto;
border:#999999 solid 0px;

}


.CoverBox {

display: block;
width: 95%;
margin: 0 auto 5%;
border:#999999 solid 0px;

}


.CoverBox img {

margin: 0 3px 0 3px;


}



.Fiction {

display: block;
width: 95%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}

.NonFiction {

display: block;
width: 95%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}


.MediaStaffPicks {

display: block;
width: 95%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}



.Readalikes {

display: block;
width: 95%;
margin: 0 auto 5%;
border:#999999 solid 1px;

}


.CoverDisplay {

display: inline;
width: auto;
margin: auto 2%;
padding: auto;

}

.CoverDisplay img {

margin: auto 0.5%;

}


.slideshow {

display: block;
width: 92%;
margin: 0 auto ;

}



/*
========================== / End Book Covers (Fiction, Non-Fiction, etc) =========================================================*/







/*
========================== Site Footer ===================================================================*/


.footer {

display: block;
width: 100%;
clear:both;
}

.footer p{

margin: 0 auto;
text-align: center;
color: #333333;

}

.footer h6{

margin: 0 auto;
text-align: center;
color: #993300;

}



/*
========================== Site Footer ===================================================================*/



/*
========================== Tri-box Section ===================================================================*/


.tri-box {

display: block;
width: 100%;
height: auto;
margin: 5px;
clear:both;

}

.tri-box p{

margin: 0 auto;
text-align: center;
color: #333333;

}


.l_box_subheader {
padding: 2px;
margin: 0px;
font-size: 90%;
font-weight: bold;
color: #993300;

}

.tri-box h6{
margin-bottom: 0px;
margin-bottom: 3px;
padding; 0;
text-align: left;
color: #993300;
font-size: 14px;
text-indent: 5px;

}


.l_box_top_corner {

float: left;
border: 0px;
display: inline;

}


.r_box_top_corner {

float: right;
border: 0px;
display: inline;

}



.l_box_bottom_corner {

float: left;

}


.r_box_bottom_corner {

float: right;

}





/*
== Left side box ==*/


.l_box {

display: block;
float: left;
width: 240px;
height: auto;


}


.l_box_header {

display: block;
width: 240px;
height: 24px;
background-color: #5b2602;
}


.l_box_header h2 {

color: #FFFFFF;
margin: 0px;
padding: 0px;
font-size: 87%;
text-align: center;
}


.l_box_body {

display: block;
width: auto;
background-color: #e6ddd8;
border-left: solid #5b2602 1px;
border-right: solid #5b2602 1px;

}


.l_box_body ul {


padding: 8px;
margin: 0px;

}



.l_box_body li {

list-style: none;
padding: 2px;
margin: 0px;
font-size: 80%;

}


.l_box img {

border: 0px;

}


.l_box_body a {


color: #CC3300;
text-decoration: none;

}


.l_box_body a:hover {

color: #CC3300;
background-color: transparent;
text-decoration: underline;

}


.l_box_body a:visited {

color: #CC3300;
text-decoration: none;

}


.l_box li a {

color: #CC3300;
text-decoration: none;

}

.l_box li a:hover {

color: #CC3300;
background-color: transparent;
text-decoration: underline;

}


.l_box li a:visited {

color: #CC3300;
text-decoration: none;

}





.l_box_footer {

display: block;
background-color: #e6ddd8;
width: 240px;
height: 23px;
background-image:url(/images/l_box_bottom.png);
background-repeat: no-repeat;
background-position:top;
}



/*
== / Left side box ==*/







/*
== Center box ==*/




.c_box {

display: block;
float: inherit;
width: 425px;
border: 1px;
margin: 0 5px 0 270px;

}



.c_box_header {

display: block;
width: 425px;
height: 24px;
background-color: #5b2602;
}


.c_box_header h2 {

color: #FFFFFF;
margin: 0px;
padding: 0px;
font-size: 87%;
text-align: center;
background-color: #5b2602;
}

.c_box_body {

display: block;
width: auto;
background-color: #e6ddd8;
border-left: solid #5b2602 1px;
border-right: solid #5b2602 1px;

}




.c_box a {

text-decoration:none;

}

.c_box a:visited {

text-decoration:none;

}




.c_box_asset {

margin: 0 5px 0 5px;
border: 0px;

}


.c_box_asset img {

border: 0px;

}

.c_box_asset img a {

text-decoration:none;

}

.c_box_asset img a:hover {

text-decoration:none;

}



.c_box_footer {

display: block;
background-color: #e6ddd8;
width: 425px;
height: 23px;
background-image:url(/images/c_box_bottom.png);
background-repeat: no-repeat;
background-position:top;
}




/*
== / Center box ==*/






/*
== Right side box ====*/





.r_box {

display: block;
float: right;
width: 240px;
border: 1px;

}


.r_box_header {

display: block;
width: 240px;
height: 24px;
background-color: #5b2602;


}



.r_box_header h2 {

color: #FFFFFF;
margin: 0px;
padding: 0px;
font-size: 87%;
text-align: center;
}


.r_box a {

color: CC3300;
text-decoration: none;

}

.r_box a:hover {

color: CC3300;
text-decoration: underline;

}

.r_box a:visited {

color: CC3300;
text-decoration: none;

}


/*
== / Right side box ==*/









/*
========================== / Tri-box Section ===================================================================*/




/*
========================== Local History Sub-forms ===================================================================*/


.lh_subform {

display: box;
background-color: #F4EEE9;
width: 100%;
height: 25px;
padding: 2%;

}










/*
==========================  / Local History Sub-forms ===================================================================*/



/*
========================== Site Footer ===================================================================*/


.footer {
	display: block;
	width: 100%;
	height: 40px;
	clear: both;
	vertical-align: middle;
	background-image:url(/images/GetInvolved.png);
        background-repeat: no-repeat;
	
}

.footer p {

margin: 4px auto;
text-align: center;
color: #333333;
vertical-align: middle;

}


.footer a {

color: #006699;
text-decoration: none;
text-align: center;
vertical-align: middle;

}



.footer h6{

margin: 0 auto;
text-align: center;
color: #993300;

}







/*
========================== End Site Footer ===================================================================*/

/* Tab Navigation Style Guides */


.bar {
margin-top: 20px;
display: block;
width:100%;
height: auto;
border-top: solid 4px #a84a0c;
border-left: solid 1px #a84a0c;
border-right: solid 1px #a84a0c;
border-bottom: solid 1px #a84a0c;
}


.innerbar {

margin-top: 20px;
padding: 5px;
display: block;
width:100%;
height: auto;
border-top: solid 4px #a84a0c;
border-left: solid 1px #a84a0c;
border-right: solid 1px #a84a0c;
border-bottom: solid 1px #a84a0c;
}


#navigation
{
display: block;
color: #FFFFFF;
font-weight: bold;
display: inline;
/*width: 132px;
height: 20px;*/
}


#navigation ul
{
list-style: none;
padding: 0;
margin: 0;

}


#navigation li
{ 
font-family: "Trebuchet MS", Verdana, Palatino;
font-size:11px;
font-weight: bold;
display: block;
list-style: none;
float: left;
margin: 0 1px 0 0;
line-height: 22px;

}



#navigation li a
{
display:block;
color: #FFFFFF;
width: 99px;
height: 20px;
background-image: url(/images/tab_off_s.png);
background-repeat: no-repeat;
background-position: 100% 0;
text-decoration: none;
text-align: center;
padding: 0; 
margin:0 1px 0 0;
}



#navigation a:hover
{
display:block;
color: #FFFFFF;
width: 99px;
height: 20px;
background-image: url(http://beta.westervillelibrary.org/redesign/tabs/images/tab_off_s.png);
background-repeat: no-repeat;
background-position: 100% 0;
text-decoration: none;
text-align: center;
padding: 0; 
margin:0 1px 0 0;
}

.tab_selected {

{
width: 132px;
height: 20px;
background-image: url(http://beta.westervillelibrary.org/redesign/tabs/images/tabs_on.png);

}



/* End Tab Navigation Style Guides */
