/* generic styles */

BODY, .TEXTUNDERSLIDE
{
	font-size: 10pt;	/* this 10 pt is the base for all adjusting sizes */
	font-family: Verdana, Sans-Serif;
	background: #ffffff url(/images/bg_v7.gif) repeat-y center top;
	margin-top: 0; 
	margin-left: 0; 
	margin-height: 0;	/* some browsers do care about this */
	margin-right: 0; 
	margin-bottom: 0; 
}

DIV
{
	font-size: inherit;
	font-family: inherit;
}

FORM
{
	font-size: inherit;
	font-family: inherit;
}

TABLE
{
	font-size: inherit;
	font-family: inherit;
}

TR
{
	font-size: inherit;
	font-family: inherit;
}

TD
{
	font-size: inherit;
	font-family: inherit;
}

P
{
	font-size: inherit;
	font-family: inherit;
}

H1.BODY, .HEADLINE
{
	padding-top: 0;
	margin-top: 0;
	font-size: 180%; /* was 18pt */
	font-weight: bold;
	font-family: inherit;
}

H2.BODY, .SUBHEADLINE
{
	font-size: 120%; /* was 12pt */
	font-weight: bold;
	font-family: inherit;
}

P.BODY /* does not abut paragraphs together */
{
	font-size: 90%; /* was 9pt */
}

TD.BODY
{
	font-size: 90%; /* was 9pt */
}

.small {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #333333; 
}
/* was using #0044bb, then #333399, then #4B4BC3 */
A:link {
	COLOR: #4B4BC3; TEXT-DECORATION: none
}
A:visited {
	COLOR: #4B4BC3; TEXT-DECORATION: none
}
A:hover {
	COLOR: #0066cc; TEXT-DECORATION: underline
}
A:active {
	COLOR: #4B4BC3; TEXT-DECORATION: none
}

TABLE.CENTERED
{
	margin: 0px auto;
}

/* HELP.ASPX styles */

SPAN.HELPSUMMARY
{
	color: #4B4BC3; 
	cursor: pointer;
}

SPAN.HELPSUMMARYOVER
{
	color: #4B4BC3; 
	text-decoration: underline;
	cursor: pointer;
}

SPAN.HELPDETAIL
{
	display: none;
}

SPAN.HELPCLOSE
{
	color: #4B4BC3; 
	cursor: pointer;
}

SPAN.HELPCLOSEOVER
{
	color: #4B4BC3; 
	cursor: pointer;
	text-decoration: underline;
}

/* Top menu items */

DIV.ALL
{
	padding: 0 0 0 0;
	margin: 0px auto; 
	width: 900px; 
/*
	max-width: 875px;
	margin: 0 auto;
	width: expression(document.body.clientWidth > 875?  "875px" : "auto" );
	background: #FFFFFF;  */
/*	margin-left: 20px;
	margin-right: 20px; */
	font-family: inherit;
	font-size: inherit;
} /* took out width 100% */

TABLE.TOPMENU
{
	width: 100%;
	height: 24px;
	background-color: #1f58a9;
	background-image: url(/images/menubar.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
}
	
TD.TOPMENUITEM
{
	height: 24px;
	border-right: #0f2c54 1px solid;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 10pt; 
	color: white; 
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
}

TD.TOPMENUITEMOVER
{
	height: 24px;
	border-right: #0f2c54 1px solid;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	/* background-image: url(/images/menubar0.gif);  /*images/menubar.gif 
	background-repeat: repeat-x; */
	/*background-color: #1f58a9;*/
	color: white;
	cursor: pointer;
	text-decoration: underline;
}

TD.TOPMENUITEMCURRENT
{
	height: 24px;
	border-right: #0f2c54 1px solid;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	/* background-image: url(/images/menubar0.gif);  /*images/menubar.gif 
	background-repeat: repeat-x; */
	background-color: #cccccc;
	color: black;
	cursor: pointer;
	/*text-decoration: underline;*/
}

TD.TOPMENUITEMCURRENTOVER
{
	height: 24px;
	border-right: #0f2c54 1px solid;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	/* background-image: url(/images/menubar0.gif);  /*images/menubar.gif 
	background-repeat: repeat-x; */
	background-color: #cccccc;
	color: black;
	cursor: pointer;
	text-decoration: underline;
}

TD.BANNERMESSAGE
{
	vertical-align: top;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

/* the main one- or two- column styles */

TD.ONECOLUMN, DIV.ONECOLUMN
{
	vertical-align: top;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 15px;
}

TD.LEFTCOLUMN
{
	vertical-align: top;
	padding-top: 8px;
	padding-left: 10px;
	width: 170px;
}

TD.RIGHTCOLUMN
{
	vertical-align: top;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 15px;
}

/* generic round box corners */

.roundbox_tr
{
  background:url(/images/tr.gif) no-repeat top right;  
}

.roundbox_bl
{
  background:url(/images/bl.gif) no-repeat bottom left;  
}
  
.roundbox_br 
{
  background: url(/images/br.gif) no-repeat bottom right; 
}

/* zip code box styles */

.searchboxbg 
{
  width:170px;
  background:#e8e8e8 url(/images/searchbg.gif) repeat-x top left;
  padding:0;
  margin: 0 0 0 0; 
}
  
.thesearchbox 
{
  margin: 0 0 0 7px;
  padding: 7px 3px 5px 7px; 
}

/* footer styles */

TABLE.FOOTER
{
	padding-left: 10px;
	padding-right: 10px;
}

TD.FOOTER 
{
	font-size: 80%;
}

SPAN.FOOTERSMALLER
{
	font-size: 80%;
	color: #4B4BC3;
	cursor: pointer;
}

SPAN.FOOTERSMALLEROVER
{
	font-size: 80%;
	color: #4B4BC3;
	text-decoration: underline;
	cursor: pointer;
}

SPAN.FOOTERLARGER
{
	font-size: 120%;
	color: #4B4BC3;
	cursor: pointer;
}

SPAN.FOOTERLARGEROVER
{
	font-size: 120%;
	color: #4B4BC3;
	text-decoration: underline;
	cursor: pointer;
}

/* index.aspx */

P.INDEXCHECK
{
	font-size: 110%;
	color: #A20E0E;
	font-weight: bold;
	padding-left: 2em;
	text-indent: -2em;
	margin-top: 4px;
	margin-bottom: 4px;
}

DIV.quickfactsbox
{
  background:#e8e8e8 url(/images/searchbglong.gif) repeat-x top left;
}

/* nu.aspx */
/* 
SPAN.NUCATEGORYINACTIVE
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: gray;
}

SPAN.NUCATEGORYACTIVE
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;	
	font-weight: bold;
}

SPAN.NUCATEGORYACTIVEOVER
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;	
	font-weight: bold;
}

SPAN.NUCATEGORYACTIVEINDENT
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;	
	margin-left: 15px;
}

SPAN.NUCATEGORYACTIVEINDENTOVER
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;	
	margin-left: 15px;
} */

TABLE.NULIBRARYBANNER
{
	height: 30px;
	background-image: url(/images/nubannerbackground.gif);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-color: #D82815;
	text-align: center;
}

TD.NULIBRARYNAME
{
	color: White;
	font-family: Verdana, sans-serif;
	font-size: 18pt;	
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px; /* was 10 pt */
	padding-bottom: 5px;
}

A.NULIBRARYURL
{
	color: White;
}

TD.NUDATE
{
	color: White;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	padding-top: 12px;
	padding-right: 10pt;
}

P.NUOTHERISSUES
{
	font-size: 90%; /* was 9pt */
	margin-top: 0px;
	margin-bottom: 0px;
}

B.NUTITLE
{
	font-size: 140%; /* was 120%, earlier was 12pt */
	margin-right: 20px;
}

A.NUBUTTON
{
	font-size: 80%;
	border: 1px solid gray; 
	padding: 1px;
}

A.NUREVIEW
{
}

A.NUEITEM
{
	color: blue; 
	font-style: italic; 
	font-weight: bold;
}

DIV.NUGBUTTON
{
	padding-top: 10px;
	display: none;
	text-align: right;
	font-size: 10px;
	font: Verdana, sans-serif;
}

IMG.NUGBUTTON
{
	padding-left: 0px;
	border-width: 0;
}

DIV.NUINSTRUCTIONS
{
	padding-top: 10px;
	float: right;
	font-size: 70%;
	color: #BD2D18;
	text-align: right;
	width: 35%;
}

TD.NUINTERITEM
{
	padding-bottom: 10px; 
}

DIV.NUINTERITEM
{
	background-color: #FFF968;
	color: #A20E0E;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}

/* new category list */

TABLE.NUCAT
{
	font-family: Verdana, sans-serif;
	font-size: 11px !important;
	color: gray;
	width: 170px;
	background-color: #e8e8e8;
}

TR.NUCATBB
{
	font-size: 1pt;
}

TR.NUCATBW
{
	font-size: 1pt;
	background-color: #FFFFFF;
}

TR.NUCATBM
{
	color: white; 
	background-color: #808080;
}

TD.NUCATBS
{
	font-size: 1px;
	height: 1px;
    line-height: 1px;
}

TD.NUCATBACT
{
	color: white; 
	background-color: #808080;
	font-size: 11px !important;
	width: 100%;
}

TD.NUCATBACTOVER
{
	color: white; 
	background-color: #808080;
	font-size: 11px !important;
	width: 100%;
}

A.NUCATBACTA
{
	color: white;
}


TD.NUCATACTIND
{
	padding-left: 20px;
	text-indent: -10px;
}

TD.NUCATACTINDOVER
{
	padding-left: 20px;
	text-indent: -10px;
}

A.NUCATACTINDA
{
}

TD.NUCATACT
{
	color: white; 
	background-color: #808080;
}

TD.NUCATACTOVER
{
	color: white; 
	background-color: #808080;
}

A.NUCATACTA
{
	color: white;
}

TD.NUCATINACT
{
	color: white; 
	background-color: #808080;
}

TD.NUCATTL
{
	background-image: url(/images/rctl.png); 
	background-repeat: no-repeat; 
	background-position: left top;
	background-color: #808080; 
	height: 8px;
	width: 8px;
}

TD.NUCATTR
{
	background-image: url(/images/rctr.png); 
	background-repeat: no-repeat; 
	background-color: #808080; 
	background-position: right top;
	height: 8px;
	width: 8px;
}

TD.NUCATBL
{
	background-image: url(/images/rcbl.png); 
	background-repeat: no-repeat; 
	background-position: left bottom;
	background-color: #808080; 
	height: 8px;
	width: 8px;
}

TD.NUCATBR
{
	background-image: url(/images/rcbr.png); 
	background-repeat: no-repeat; 
	background-position: right bottom;
	background-color: #808080; 
	height: 8px;
	width: 8px;
}

/* SIGNUP */

TD.SIGNUPROWLEFT
{
	padding-bottom: 10px;
	text-align: right;
	vertical-align: top;
	width: 48%;
}
TD.SIGNUPROWRIGHT
{
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}

A.RSSBUTTON
{
	padding: 1px 0 5px 19px;
	background:transparent url(/images/feed_icon_16x16.gif) no-repeat top left;
}

/* STATS */

TABLE.STATS
{
	/* width: 100%; */
}

TD.STATS
{
	text-align: right;
	vertical-align: top;
}

TD.STATSHEADER
{
	text-align: right;
	vertical-align: top;
	background-color: #E0E0E0;
}

/* SPONSORREVIEWSNEWS */

A.SPONSORNAVIGATE
{
	text-decoration: underline;
	color: black;
	font-size: 120%;
	font-family: Verdana, Sans-Serif;
}

INPUT.SPONSORSUBMITSMALL
{
	font-size: 80%;
	height: 1.8em;
	width: 13em;
}

DIV.SPONSORDIALOG
{
	position: absolute;
	background-color: #C0C0C0;
	border: solid 3px #303030;
	padding: 4px;
}

.NEW_HEADLINE
{
    /*text-align: center;
    font-family: 'Droid Serif', Palatino, Serif;
    font-size: 36pt;
    font-weight: bold;
    font-style: italic;
    color: #ff6600;
    line-height: 1.5;
    margin: 0;
    padding: 0;*/
    padding-top: 0;
	margin-top: 0;
	font-size: 180%; /* was 18pt */
	font-weight: bold;
	font-family: inherit;
	color: black;

}

.NEW_SUBHEADLINE
{
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-size: 24pt;
    color: black;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.SUBSUBHEADLINE
{
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-size: 14pt;
    color: #0066cc;
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 0;
}

.TEXTUNDERSLIDE
{
    padding-left: 0px;
    padding-right: 0px;
}

P.QUOTE
{
    padding: 15px;
    margin-bottom: 30px;
    background-color: #F2F2F2;
    color: black;
    text-align: center;
}

UL.FEATURELIST
{
    font-size: 90%;
    list-style-type: square;
    margin-left: 5px;    
}

LI.FEATUREITEM {
    margin-left: 5px;
}

LI + LI.FEATUREITEM {
    margin-top: 1em;
    margin-left: 5px;
}

LI.FEATUREITEMTIGHT {
    margin-left: 5px;
}

LI + LI.FEATUREITEMTIGHT {
    margin-left: 5px;
}

UL.BIGUL
{
    font-size: 120%;
    list-style-type: square;
    margin-left: 40px;    
}

LI.BIGLI {
}

LI + LI.BIGLI {
    margin-top: 1em;
    }

.OUTERSLIDE
{
    position: relative;
    width: 800px;
    height: 350px;
    overflow: hidden;
    border: none;
}

.INNERSLIDE1
{
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
}

.INNERSLIDE2 
{
    position: absolute;
    top: 0px;
    left: +800px;
    border: none;
}

.SLIDEARROW
{
    position: relative;
    top: 200px;
    border: 0;
}

TD.SUBMENUITEM
{
	height: 24px;
	border-right: #ffffff 1px solid;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 10pt; 
	color: black;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	background-color: #999999;
	background-image: url(/images/submenubar.gif);
	background-repeat: repeat-x;
}

TD.SUBMENUITEMOVER
{
	height: 24px;
	border-right: #ffffff 1px solid;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: black;
	cursor: pointer;
	text-decoration: underline;
	background-color: #999999;
	background-image: url(/images/submenubar.gif);
	background-repeat: repeat-x;
}

TD.SUBMENUITEMCURRENT
{
	height: 24px;
	border-right: #ffffff 1px solid;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	background-color: #cccccc;
	color: black;
	cursor: pointer;
}

TD.SUBMENUITEMCURRENTOVER
{
	height: 24px;
	border-right: #ffffff 1px solid;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	background-color: #cccccc;
	color: black;
	cursor: pointer;
	text-decoration: underline;
}

TD.SUBMENUSHADOW
{
	background-color: black;
	opacity: 0.07;
	filter:alpha(opacity=7); /* For IE8 and earlier */
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid white;
	display: inline-table;
	vertical-align: middle;
}
	
#LEFTCOLUMN,#LEFTCOLUMNCONTAINER {
	position: relative;
}	

#LEFTCOLUMNCONTAINER {
	transform: translateZ(0);
	margin-bottom: 15px;
    overflow: hidden;
}