/**** Global HTML Tag Styles ****************************************/
/* 
Note on font resizing:
* Body font resize options:12px, 14px & 16px
* All font that will resize is set as a % of the body font-size
* All font that remain static in size is set in px

Note on text and link color
* body text was originally #555555 but Sheila Jackson considered that too gray so graphics suggested it be #414b56 which is the same as #555555.  I recommended #333333 and it was implemented.
* link color was originally #336699 but that was too light and so it was changed to pantone 633C, 007CA4 in hexadecimal and #006699 in web color
* visited link color was originally lighter but that was almost indistinguishable from regular text so it was changed to the standard purple: pantone 513C, hexadecimal 95288F, and web: #993399
*/

/*Section: Default HTML Tag styles ---------------------------------*/
html, body {height:100%;}

body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	background-color:#ffffff;
}

body.resize {
	font-size:12px;
}

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-decoration:none;
	color:#006699;
}

a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-decoration:none;
	color:#993399;
}

a:hover, a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-decoration:underline;
	color:#006699;
}

a h1{
	text-decoration:none;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#666666;
	margin:0.1em 0 0.5em 0;	
	text-decoration:none;
}

.subtitle	{
	font-size:65%;
	font-weight:normal;
	color:#888;
	font-style:italic;
	padding-top:5px;
} 

/* locations has to be serif font or it screws up the programs and events on locations page - the serif font-family was moved to style-locations-branchleaf.css */
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:18px;
	font-weight:bold;
	color:#555555;
	margin:0.75em 0;	
}

h2.list, h2.list-end {
	/* WE TRIED TO REPLACE THE DASHED LINE IMAGE WITH A BORDER IN OCT 2010 BUT IT DIDN'T WORK
	background-image:url(/images/dashedline.jpg); 	
	background-repeat:repeat-x;
	background-position:bottom left;
	border-style:none none dotted none;
	border-width:2px;
	border-color:#cccccc;*/
	margin-bottom:10px;
	padding-bottom:10px;
}

h2.underline	{
	border-bottom:solid black 1px;
	margin-top:15px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:15px;
	font-weight:bold;
	color:#555555;
	margin:1em 0 5px;
}

h3 a:link, h3 a:hover, h3 a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:16px;
	font-weight:bold;
	margin:1em 0 5px;
}

h3.underline	{
	border-bottom:solid black 1px;
	margin-top:15px;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:14px;
	font-weight:bold;
	color:#737373;
	margin:1em 0;	
	margin-bottom:5px;
}

h4.underline	{
	border-bottom:solid black 1px;
}

dl {
	list-style-position:outside;
	/*margin:7px;
	padding-left:1.5em;*/
	line-height:150%;
}

ul {
	/*list-style-position:outside;	THIS IS THE DEFAULT SO WHY SPECIFY IT?*/
	/* ARROW BULLETS DISCONTINUED OCT 2010 SO LEFT MARGIN REMOVED
	margin:7px;*/
	padding-left:2.0em;
	/*padding-left:0px;	PADDING HAS TO BE SET TO 0 FOR FIREFOX AND CHROME OR ELSE PADDING IS ADDED BY DEFAULT */
	line-height:150%;
}

ol {
	list-style-position:outside;
	margin:7px 15px;
	padding-left:1.5em;
	line-height:150%;
}

li {
	margin:0;
	padding:0;	
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
	line-height:140%;
	margin:10px 0 10px 0;
}

blockquote {
  margin-left:40px;
	line-height:130%;
}

td	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

table.bordered {
	border-width:1px;
	border-color:#999999;
}

td.bordered {
	font-size:100%;
	border-width:1px;
	border-color:#999999;
}

img { 
	margin:0;
	padding:0;
}

form {
	margin:0;
	padding:0;
}

/*End Section: Default HTML Tag styles -----------------------------*/

/*Section: utilities styles ----------------------------------------*/
#utilities, #utilties-new {
	font-size:12px;
	margin:0;
	padding:0;
}

/* Used in original search bar style
#utilities a:link, #utilities a:visited, #utilities a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#006699;
} 
*/

#utilities-new-askalibrarian a:link, #utilities-new-askalibrariana:visited, #utilities-new-askalibrarian a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#006699;
}

#utilities-new-askalibrarian .phone{
	font-size:13px;
}

#utilities-new a:hover {
	text-decoration:underline;
	color:#006699;
} 

#utilities-search-form label { /*style for the Site Search label*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-left:10px;
}

#utilities-search-internet ul {
	/*list-style-image:url(/images/arrows/arrow-bullet.gif);*/
	list-style-type:none;
	line-height:130%;
	font-size:8px;
	margin:0;
}

#utilities-search-internet a:hover, #utilities-search-internete a:active {
	text-decoration:underline;
	color:#006699;
}

#utilities-search-internet a:visited	{
	color:#993399;
}
/*End Section: utilities styles ------------------------------------*/

/*Section: Announcement styles -------------------------------------*/
/* used for announcements inside page header*/
#announcement p{
	color:#444444;
	font-weight:bold;
	font-size:95%;
	margin:0;
	padding:0;	
}

#announcement em {
	font-style:normal;
	font-weight:bold;
	color:#FF0000;
}

/*End Section: Announcement styles ---------------------------------*/

/*Section: Side Menu styles.  SIDEMENU BACKGROUND COLOR SET IN main.css ----------------------*/

.sidemenu  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight:normal;
	color:#333333;	
}

.sidemenu a:link, .sidemenu a:visited, .sidemenu a:hover, .sidemenu a:active {
	text-decoration:none;
	color:#333333;
	line-height:130%;
	margin:0 0 15px 0;
}


.sidemenu a:hover, .sidemenu a:active {
	color:#006699;
	text-decoration:underline;
}

.sidemenu h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#656565;
	padding:10px 0 10px 15px;
	margin:0;
}

.sidemenu-header a:link, .sidemenu-header a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#656565;
}

.sidemenu-header a:hover, .sidemenu-header a:active	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	color:#656565;
}

.sidemenu ul{
	list-style-type:none;
	line-height:120%;
	margin:5px 10px 10px 13px;
	padding:0;
}

.sidemenu li{
	margin:0 0 0.5em 0;
}
/*End Section: Side Menu styles ------------------------------------*/

#fontresize label { /*text style for font size label*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:90%;
	color:#333333;
	line-height:11px;
	position:relative;
	top:-5px;
}

#fontresize img{
	margin:0;
	padding:0;
}

/*Section: Breadcrumb styles ---------------------------------------
WHEN BREADCRUMB STYLES CHANGED TO COLORED FONT AND NO BACKGROUND COLOR, THE STYLE WAS REMOVED FROM THE GLOBAL SECTION BUT THE DOTTED LINE WAS ADDED TO main.css.	
End Section: Breadcrumb styles -----------------------------------*/

/*Section: Sidebar styles ---------------------------------------*/
.sidebar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	margin:0 0 0 10px;
	padding:0 0 5px 0;
	border:none;
} 

.sidebar-header a:link {
	text-decoration:none;
}
.sidebar h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	/*margin:5px 0 0 10px;*/
	padding:0 0 0 10px;
}
.sidebar ul { /*list without > bullets used globally as of sept 2010*/
	line-height:130%;
	margin-left:0px;
	padding-left:0px;
	margin-top:10px;
	/*margin:0 5px 0 10px;*/
	/*padding:0px 5px 0px 5px;*/
	/*list-style-image:url(/images/arrows/arrow-bullet.gif);*/
	list-style-type:none;
}

.sidebar li{
	/*margin:0.5em 0 0 0;*/
	margin-left:10px;
	margin-bottom:10px;
	margin-right:10px;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-decoration:none;
	color:#333333;
}

.sidebar a:hover, .sidebar a:active {
	text-decoration:underline;
	color:#006699;
}

/* enclose the text in this div to give padding around edges */
.sidebartext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	padding:8px;
}

.sidebartext a:link, .sidebartext a:visited, .sidebartext a:active, .sidebartext a:hover   {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-decoration:underline;
	color:#006699;
}

.sidebartext a:active, .sidebartext a:hover {
	text-decoration:underline;
}

.sidebartext a:visited {	
	color:#993399;
}

/* this is to indent a subtopic in the right sidebar with little space around it */
.sidebar-sub	{
	margin-top:-5px;
	margin-bottom:0px;
	margin-left:-7px;
}

/*End Section: Sidebar styles -----------------------------------*/


/*Section: Page content styles -------------------------------------*/
.pglist ul { /*list with> bullets used for lists of links*/
	/*list-style-image:url(/images/arrows/arrow-bullet.gif); BULLETS DISCONTINUED OCT 2010*/
	list-style-type:none;
	line-height:120%;
	margin:0 0 1em 0px;
	padding-left:0px;
	padding-right:25px;
}

.pglist li { 
	/*list-style-image:url(/images/arrows/arrow-bullet.gif);*/
	list-style-type:none;
	margin-bottom:5px;
}

.pglist a:link, .pglist a:visited, .pglist a:hover, .pglist a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-decoration:none;
	color:#333333;
}

.pglist a:hover, .pglist a:active {
	text-decoration:underline;
	color:#006699;
}

.pglist-large ul { /*list with > bullets used for lists of links*/
	/*list-style-image:url(/images/arrows/arrow-bullet.gif);*/
	list-style-type:none;
	line-height:120%;
	margin:0 0 0.1em 0.2em;
	padding-right:5px;
}

.pglist-large li { 
	/*list-style-image:url(/images/arrows/arrow-bullet.gif);*/
	list-style-type:none;
	margin:0.2em 0 0.3em 0;
}

.pglist-large a:link, .pglist-large a:visited, .pglist-large a:hover, .pglist-large a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	text-decoration:none;
	color:#333333;
}

.pglist-large a:hover, .pglist-large a:active {
	text-decoration:underline;
	color:#006699;
}

.pglist-small ul { /*list with > bullets used for lists of links*/
	list-style-image:url(/images/arrows/arrow-bullet-small.gif);
	margin:0 0 0 0;
	font-size:90%;
	padding-right:5px;
}

.pglist-small li { 
	list-style-image:url(/images/arrows/arrow-bullet-small.gif);
	margin:0.3em 0 0.1em 0.6em;
	line-height:1em;
}

.pglist-small a:link, .pglist-small a:visited, .pglist-small a:hover, pglist-small a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	text-decoration:none;
	color:#333333;
}

.pglist-small a:hover, pglist-small a:active {
	text-decoration:underline;
	color:#006699;
}

/*LIST USED FOR NONANNOTATED LISTS OF LINKS THAT ARE BLUE*/
.pglist-blue ul, ul.pglist { 
	/*list-style-image:url(/images/arrows/arrow-bullet.gif); DISCONTINUED 0CT/2010*/
	list-style-type:none;
	line-height:150%;
	margin:0 0 1em 0;
	padding-left:0px;
	padding-right:25px;
}

.pglist-blue a:link, .pglist-blue a:visited, .pglist-blue a:hover, pglist-blue a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-decoration:none;
	color:#006699;
}

.pglist-blue a:hover, pglist-blue a:active {
	text-decoration:underline;
	color:#006699;
}

.pglist-blue a:visited	{
	color:#993399;
}

.pgsmall { /*for blurbs requiring smaller text*/
	font-size:90%;
}

.pglist img{
	vertical-align:top;
}

a.pglist:link, a.pglist:visited, a.pglist:hover, a.pglist:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-decoration:none;
	color:#333333;
}

a.pglist:hover, a.pglist:active {
	text-decoration:underline;
	color:#006699;
}

a.pglist:visited	{
	color:#993399;
}

a.pglist-blue:link, a.pglist-blue:visited, a.pglist-blue:hover, a.pglist-blue:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-decoration:none;
	color:#006699;
}

a.pglist-blue:hover, a.pglist-blue:active {
	text-decoration:underline;
	color:#006699;
}

a.pglist-blue:visited	{
	color:#993399;
}

.pg-dashedline { /*dashed horizontal rule*/
	clear:both;
	background-image:url(/images/dashedline.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	width:100%;
	height:20px;
}

/*End Section: Page content styles ---------------------------------*/

/*Section: Extra styles --------------------------------------------*/
.dashedline { /*dashed line horizontal rule. THE IMAGE WAS REPLACED WITH A BORDER IN OCT 2010*/
	/*background-image:url(/images/dashedline.gif);
	background-repeat:repeat-x;*/
	border-style:dotted none none none;
	border-width:2px;
	border-color:#cccccc;
	margin:0;
	clear:both;
}

.bold {
	font-weight: bold;
}

a.pdf {
	background:transparent url(/images/pdf-icon.jpg) no-repeat scroll left bottom;
	padding-left:25px;
	padding-top:5px;
}

div.spacer {
	clear:both;
	height:2em;
	width:100%;
}

div.spacer hr{
	color:#cccccc;
}

/*End Section: Extra styles ----------------------------------------*/

/*Section: footer styles -------------------------------------------*/
hr.footer { /* horizontal rule between main content and footer*/
	clear:both;
	color:#cccccc;
	width:100%;
}

.footer p {
	margin:8px 0 0 0;
}

.footer h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	margin:0 0 3px 0;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#333333;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333333;
}

.footer a:hover, .footer a:active {
	text-decoration:underline;
	color:#006699;
}
/*End Section: footer styles ---------------------------------------*/

/*Section: Misc styles ---------------------------------------------*/
.librarycard label { /*used for library card account login form labels*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-style:italic;
	color:#333333;
	line-height:25px;
}

ul.arrow {
	list-style-image:url(/images/arrows/arrow-bullet.gif);
	line-height:150%;
	margin:0 0 15px 0;
}
	
li.no-bullet { /* list style with no bullet*/
	list-style-image:none;
	list-style-type:none;
}

b a:link { /*boldens link texts inside a <b></b> tag*/
	font-weight:bold;
}
/*End Section: Misc styles -----------------------------------------*/

/*Section: How Do I Styles -----------------------------------------*/
/* 
  ------------------------------------
  Adapted from PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/

/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
howdoi_menubar is the root UL and howdoi_menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#howdoi_menubar {
	padding: 0;
	margin: 0 ;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index:1;
	background-color:#ffffff;
}

#howdoi_menubar ul {
	padding:0 0 15px 0;
	margin:0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #999;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box.
Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#howdoi_menubar a {
	display: block;
	text-decoration:none;
	text-align:right;
	padding:0;	
	font-size: 11px;
	color: #565656;
}

#howdoi_menubar a:hover {
	text-decoration:none;
}

/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#howdoi_menubar li {
	float: right;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#howdoi_menubar li ul, howdoi_menubar ul li  {
	width:175px;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#howdoi_menubar ul li a  {
	padding:3px 15px;
	text-align:right;
	text-decoration:none;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#howdoi_menubar li ul {
	position: absolute;
	display: none;
	background-color:#ffffff;
	z-index:1;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#howdoi_menubar li:hover a, #howdoi_menubar a:focus,
#howdoi_menubar a:active, #howdoi_menubar li.howdoi_hvr a {
	color: #565656;
	text-decoration:none;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#howdoi_menubar li:hover ul, #howdoi_menubar li.howdoi_hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #howdoi_menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#howdoi_menubar li:hover ul a, #howdoi_menubar li.howdoi_hvr ul a {
	color: #565656;
	background-color: transparent;
	text-decoration:none;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#howdoi_menubar ul a:hover {
	background-color: #859CA2!important;
	color: #FFFFFF!important;
	text-decoration:none;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#howdoi_menubar li {
	width: 175px;
	background-color:transparent;

}

/* style for the How Do I header*/
a.howdoi-header {
	font-weight:bold;
	color:#71858A;
	margin:2px 12px 0 60px;
	text-decoration:none;
}
/*End Section: How Do I Styles -------------------------------------------*/

/*Section: Hover Box -----------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 20px;
	left: -215px;
	z-index: 1;
}

.hoverbox div
{
	background: #fff;
	vertical-align: top;
	width: 67px;
}

.hoverbox .preview div
{
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	top:25px;
}

.hoverbox li
{
	background: #eee;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	border-color: #eee;
	width: 279px;
}
/*End Section: Hover Box -----------------------------------------*/

/* red text for alerts */

.red	{
	color:#CC0000;
	}
	
/* makes text bold and red */
.boldred	{
	color:#CC0000;
	font-weight:bold;
	}
	
/* makes links bold and red */
.boldred a:link, .boldred a:visited, .boldred a:hover, .boldred a:active	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: red;
	font-weight:bold;
	}
	
.blue {
	color: #006699;
}

.boldblue {
	color: #006699;
	font-weight:bold;
}

/* ----------------------------- MENULIST SECTION ------------------------------ */
/* annotated list that needs a larger bottom margin and bolded links */
/*list with > bullets used for submenus of subfolders*/

/* this makes the bullet an arrow, puts in more line-height so that the smaller text of the annotation is easy to read, puts a 15 pixel margin for the bottom and none for the others*/
.menulist ul { 
	/*list-style-image:url(/images/arrows/arrow-bullet.gif); DISCONTINUED OCT 2010*/
	list-style-type:none;
	line-height:130%;
	margin:0 0 15px 0;
	padding-left:0px;
}

/* to put a margin between the blurb of one link and the link of the next */
.menulist li {
	margin-bottom:12px;
	}

/* this makes the links and visited links in the menu pages bold and blue */
.menulist a:link, .menulist a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#006699;
}

/* this underlines the links when hovered over or clicked */
.menulist a:hover, .menulist a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	color:#006699;
}


/* SECTION ANNOLIST ---------------------------------------------------- */
/* annotated list that needs a larger bottom margin */
/*list with> bullets used for lists of links*/
.annolist ul { 
	/*list-style-image:url(/images/arrows/arrow-bullet.gif); DISCONTINUED 0CT 2010*/
	list-style-type:none;
	line-height:130%;
	margin:0 0 15px 0;
	padding-left:0px;
}

/* to put a margin between the blurb of one link and the link of the next */
.annolist li {
	margin-bottom: 12px;
	}

.annolist dl { 
	line-height:130%;
	margin:0 0 12px 0;
}

/* to put a margin between the blurb of one link and the link of the next */
.annolist dt {
	margin-bottom: 12px;
	}
	
.annolistbold ul { 
	list-style-type:none;
	line-height:130%;
	margin:0 0 15px 0;
	padding-left:0px;
}

/* to put a margin between the blurb of one link and the link of the next */
.annolistbold li {
	margin-bottom: 12px;
	}
	
/* this makes the links and visited links in the menu pages bold */
.annolistbold a:link, .annolistbold a:visited {
	font-weight:bold;
	text-decoration:none;
}

/* this underlines the bold links when hovered over or clicked */
.annolistbold a:hover, .annolistbold a:active {
	font-weight:bold;
	text-decoration:underline;
}
/* this is to allow for no margin bottom on interior lists ul within an annolist item but to give a bit more line height.*/
.list li {
	margin-bottom:0px;
	/*line-height:140%;*/
	margin-left:15px;	/*OTHERWISE THERE IS NO INDENTATION*/
	}
	
/* this is just to put 1.5 spaces between list items, esp without bullets */
.list	{
	/*line-height:110%;*/
	}

/* END SECTION ANNOLIST ---------------------------------------------------- */

/* makes the rows of the table light gray to set it off from the page; toptablebar is set in each section's style */

.tablebar	{
	background-color:#eeeeee;
	line-height:150%;
	}
	
/* section for the book list */

.booklist-book { /*container class for each resource item on a topics page*/
	clear:both;
}

.booklist-book ul { 
	list-style-type:none;
	line-height:120%;
	margin:0;
	padding:0;
	/*margin:0 0 20px 0;*/
}

.booklist-book li { 
	margin-bottom:5px;
}

.booklist-book-img { /*container class for images of selected resources, 4/1/2011 removed left padding */
	float:left;
	/*width:100px;*/
	padding: 5px 20px 20px 0;
	font-size:90%;
}

/*PUTS A BLACK BORDER AROUND THE BOOKLIST IMAGE BUT IT IS USED IN TOO MANY PLACES
.booklist-book-img img	{
	border:solid black 1px;
}
*/
.booklist-book-txt { /*container class for images of selected resources*/
	line-height:140%;
}


/* dashed gray line that separates each book */
.booklist-dashedline {
	clear:both;
	border-bottom: dotted 2px #ccc;
	width:100%;
	padding-bottom:5px;
	margin-bottom:10px;	
}
/* end section for booklists */

/* this is the return to top text with the up arrow */
.arrowtext	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-style:italic;
	color:#666;
	font-weight:normal;
}

.arrowtext a:link, .arrowtext a:visited, .arrowtext a:hover, .arrowtext a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-style:italic;
	font-weight:normal;
	color:#666;
}

/* generates rounded corners */
/*background color is defined by containing div*/

/*
.rounded * {
	padding-left: 16px;
	padding-right: 16px;
}

.rounded {
	margin: 1em;
	padding: 0;
}

.rounded:before {
  background: transparent url(/images/rounded-top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 20px;
  display: block;
  border: none;
  content: url(/images/rounded-top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(/images/rounded-bottom-left.png);
  margin: 0 0 -1px 0;
  height: 20px;
  background: white;
  background: transparent url(/images/rounded-bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}


*/

/* the background is set when you call the class with a style statement */ 
.rounded, .rounded2 {
  position : relative;
  padding : 0;
  padding:7px;
	margin-top:10px;
	margin-bottom:10px;
}

.rounded-tl, .rounded-tr, .rounded-bl, .rounded-br {
  position : absolute;
  width : 19px;
  height : 19px;  /* corner images are 20px X 20px */
  display : block;
  margin-bottom : 0px;  /* this is for IE */
}

.rounded-tl {
  background : transparent url(/images/rounded-top-left.png) no-repeat;
  top : 0;
  left : 0;
}
.rounded-tr {
  background : transparent url(/images/rounded-top-right.png) no-repeat;
  top : 0;
  right : 0;
}

.rounded-bl {
  background : transparent url(/images/rounded-bottom-left.png) no-repeat;
  bottom : 0;
  left : 0;
}

.rounded-br {
  background : transparent url(/images/rounded-bottom-right.png) no-repeat;
  right : 0;
  bottom : 0;
}
/* end section: generate rounded corners*/

/* THESE STYLES GO WITHIN THE ABOVE ROUNDED BOX STYLES FOR THE VIDEO LINKS IN THE BOS */
.video {
	padding:5px;
}

.video-icon	{
	float:left;
	margin-left:7px;
	margin-top:7px;
	margin-bottom:7px;
}

.video-text	{
	margin-left:65px;
	padding-top:7px;	/* margin-top doesn't work with firefox */
	margin-bottom:10px;
	margin-right:7px;
	font-size:90%;
}

/* END VIDEO STYLES */


/* FOR SMALL ANNOTATIONS THAT REQUIRE SMALL TEXT AND BLACK UNDERLINED LINKS*/
.annosmall { 
	font-size:90%;
}

/* THIS IS FOR BLACK LINKS THAT ARE UNDERLINED 
.annosmall a:link, .annosmall a:visited	{
	text-decoration:underline;
	color:#333333;
	}
*/

/* THESE ARE FOR BLUE LINKS AND PURPLE VISITED LINKS.  THEY ARE NOT UNDERLINED */
.annosmall a:link		{
	color:#006699;
}
.annosmall a:visited	{
	color:#993399;
}
	
.annosmall a:hover, .annosmall a:active	{
	text-decoration:underline;
	color:red;
	}
	
/* END ANNOLIST SECTION */

/* THESE ARE FOR TWO EQUAL COLUMNS WITHIN AN AREA */
.two-equal-columns	{
	padding: 5px;
	width: 100%;
	}
.two-equal-columns-left	{
	width: 50%;
	float:left;
}
.two-equal-columns-right	{
	width: 50%;
	float:left;
}

/* These are the two columns separated by a vertical dashed line in the health topics section.  The vertical line is centered*/
#topics-columns {
	float:left;
	margin-left:10px;
	padding:0;
	width:95%;
	background-image:url(/research/images/topics-dashedline-vert.jpg);
	background-position:center;
	background-repeat:repeat-y;	
} 
  
#topics-leftcolumn { 
	float:left;
	width:45%;
}

#topics-rightcolumn {
	float:right;
	width:45%;
}

/* STAR RATING ----------------------*/
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:25px;height:17px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/star_rating/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/star_rating/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

/*DATABASE LIST NEW STYLES FOR SEPTEMBER 2012 REMAKE WITH COLLAPSIBLE SUBTOPICS */
h2.database	{
	text-transform:uppercase;
	font-size:180%;
	color:#8D9935;
}
h3.database 	{
	/*text-transform:uppercase;*/
	color:#069;
}

.database-list	{
	width:96%;
	border:#8D9935 solid 1px;
	padding:10px;
	margin-top:10px;
	}
	
.database-item	{
	width:100%;
	padding-bottom:10px;
	border:none;
	margin-bottom:10px;
	}
	
.database-title	{
	float:left;
	width:45%;
	padding-bottom:3px;
	margin-right:5%;
	font-weight:normal;
	}
	
.database-title-wide	{
	float:left;
	width:100%;
	padding-bottom:3px;
	font-weight:normal;
	}
	
.database-title a:link,
.database-title a:visited,
.database-title a:active,
.database-title a:hover {
	font-weight:bold;
	}
	
.database-title-wide a:link,
.database-title-wide a:visited,
.database-title-wide a:active,
.database-title-wide a:hover {
	font-weight:bold;
	}
	
/*	THIS IS NO LONGER USED 9/21/2012
.database-freeaccess	{
	float:left;
	width:49%;
	} */
	
/*	THIS IS NO LONGER USED 9/21/2012
.database-libraryaccess	{
	float:left;
	width:24%;
	}*/
	
.database-remoteaccess	{
	float:left;
	width:49%;
	}

.database-remoteaccess a:link,
.database-remoteaccess a:visited,
.database-remoteaccess a:active,
.database-remoteaccess a:hover {
	font-weight:bold;
	}

.database-description	{
	clear:both;
	width:100%;
	padding-top:0;
	line-height:130%;
	}
	
.database-mobileapp	{
}

.database-mobileapp a:link,
.database-mobileapp a:visited	{
}

.database-mobileapp a:active,
.database-mobileapp a:hover {

}
/*	// END DATABASE LAYOUT*/

/*TABLE LAYOUT FOR CONTACT FORM*/

td.contact-table	{
	line-height:150%;
	}
/*END TABLE LAYOUT FOR CONTACT FORM*/


/*Section: INDENTED BULLET LIST -------------------------------------*/
.indented-bullet ul { /*list with> bullets used for lists of links*/
	/*list-style-image:url(/images/arrows/arrow-bullet.gif); BULLETS DISCONTINUED OCT 2010*/
	list-style-type:disc;
	/*line-height:110%;*/
	margin:15px 0 15px 15px;
	/*padding-left:10px;*/
}

.indented-bullet li { 
	margin-bottom:5px;
	margin-left:10px;
	list-style-type:disc;
}

.indented-bullet a:link, .indented-bullet a:visited, {
	text-decoration:none;
}

.indented-bullet a:hover, .indented-bullet a:active {
	text-decoration:underline;
	color:#006699;
}

/* made this a class as well as an id so it can be used multiple times in a page */
.twocolumns { /* THIS IS NECESSARY FOR FIREFOX TO UNDERSTAND THAT THERE ARE TWO COLUMNS */
	float:left;
	padding:0;
	width:100%;
} 
.leftlinklist { /*left column of links in two-column-links template*/
	width:200px;
	/*width:50%;*/
   float:left;
}

.rightlinklist { /*right column of links in two-column-links template*/
	width:200px;
	/*width:50%;*/
   float:right;
}

.boldedlink	a:link, .boldedlink a:visited, .boldedlink a:hover, .boldedlink a:active {
	font-weight:bold;
}

/*THIS IS FOR PUTTING A BLACK BOX AROUND TEXT TO DRAW ATTENTION TO IT*/
.alertbox	{
	border: solid black 1px;
	padding:10px;
	line-height:140%;
}

.alertbox a:link	{
	font-weight:bold;
}

/*THIS IS FOR THE LAST MODIFIED DATE AT THE BOTTOM OF A WEB PAGE*/
.lastmodified	{
	font-size:80%;
	font-style:italic;
	color:gray;
}

.smallcaption	{
	font-size:80%;
	font-style:italic;
	color:gray;
}


/* SECTION  realarrow LIST ---------------------------------------------------- */
/* annotated list with a larger bottom margin */
/*list with --> bullets used for events*/
.realarrow ul { 
	list-style-image: url(/images/arrows/real_arrow.png);
	line-height:130%;
	margin:0 0 15px 25px;
	padding-left:0px;
}

/* to put a margin between the blurb of one link and the link of the next */
.realarrow li {
	margin-bottom: 12px;
	}
	
