<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*html {
	margin:1em 0;padding:0;
}*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
Edited for TeachingBooks.net April 2011
*/

/* HTML resets */
html{color:#000;background:#fbf8e7;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,ktitle_body,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}body{text-align:left;}

*{padding:0, margin:0}

html {
	margin:0;padding:0;
}

body {
	margin:0;
	padding:0;
	font:15px/1.5 helvetica, arial, verdana, sans-serif;
	text-align:left;
	background-color: #fff;
/*	background-image:url(/images/bg.gif);*/
	background-repeat:repeat;
}

select, input, button, textarea {
	font:15px/1.5 helvetica, arial, verdana, sans-serif;
}

.top_10 {
	margin-top:10px;
}

.top_20 {
	margin-top:20px;
}

.bottom_20 {
	margin-bottom:20px;
}

.pad_20 {
	padding-top:20px;
}

.margin {
	margin:20px 0;
}

/* Need to standardize these */
.text_block {
	margin:10px 0;
}

.text_block.first {
	margin:0 0 10px;
}

.text_block.last {
	margin:0px;
	overflow:hidden;
}

.block {
	margin:10px 0px;
	overflow:hidden;
	clear:both;
	display:block;
}
	
.block.top {
	margin:0px 0 20px;
	overflow:hidden;
	clear:both;
	display:block;
}
	
.block.bottom {
	margin:0px 0 20px;
	overflow:hidden;
	clear:both;
	display:block;
}

.big {
	font-size:1.2em;
}

.small {
	font-size: .8em;
	font-weight:normal;
}



.strong {
	font-weight:bold;
}

.txtrt { text-align:right;}
.txtlt { text-align:left;}
.txtctr {text-align:center;}

em {
	font-style: italic;
}

strong {
	font-weight:bold;
}

p {margin-bottom:20px;}
p.last {margin-bottom:0px;}
p.hang { 
	margin-bottom: 0px;
	padding-left: 20px;
} 
p.hang:first-letter {
	margin-left: -20px;
}

a:link, a:hover { color:#3351c1;}
a:visited {color:#551A8B;}
a:hover {text-decoration:none;}


hr {
	margin:20px 0;
	border:1px dotted #D5C482;
}

ul {
	list-style-position:inside;
	list-style:none;
}

ul li {
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1em;
}

ul.arrow li {
	background: url(/images/arrow_11.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-left: 1em;
	list-style:none;
	padding-left: 2em;
	text-indent: -1em;
	list-style-position:inside;
}

ol li {
	list-style:none;
	margin-left: 0em;
}

ol p {
	font-weight:normal;
}

ol ul li {
	list-style:disc;
	list-style-position:inside;
	font-weight:normal;
}

ul, ol {
	margin-bottom:20px;
}

.backtotop {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 5px;
}

/***** LAYOUT BASICS *********************************/

#wrapper_top {
	background-image:url(/images/bg_top.gif);
	background-repeat:repeat-x;	
}

#wrapper {
	background:#fff;
/*position:relative; */
	padding:0;
}

#wrapper_inner {
	background:#fff;
	padding-top:30px;
	width:980px;
	margin:-44px auto 0px;
	-webkit-box-shadow: 0px 2px 6px 0px #DA4B21;
	-moz-box-shadow: 0px 2px 6px 0px #DA4B21;
	box-shadow: 0px 2px 6px 0px #DA4B21;
}

.content {
	padding:40px 0 20px;
}

#header { 
	background-color:transparent;
	width:985px;
	margin:0 auto; 
}

#logo {
	width:215px;
	height:213px;
	position:relative;
	/*top:7px;*/
	z-index:2;
	margin:-20px 0 0 0px;
	float:left;
}

#logo img {
	border:0px;
}

/* HEADINGS */

h1, h2, h3, h4, h5 {
		font-family:Helvetic Neue, "Helvetica", sans-serif;
}

h1 {
	font-size:30px;
	line-height:30px;
	margin-bottom:15px;
	letter-spacing:-1.2px;
}

h2, h3 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:20px;
	color:#000;
}

h2 {
	line-height:24px;
}


h1 a {
	text-decoration:none;
	color:#000!important;
}
	
h1 a:hover {
	text-decoration:underline;
}

h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:20px;
	color:#2796A5;
}

h5 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:24px;
	color:#000;
}

/************ FLOATS ***************************/

.fltlt, .left {
	float:left;
	margin: 0 20px 0 0;
}

.fltrt, .right {
	float:right;
	margin: 0 0 0 20px;
}

.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

/***********************************************/


/********* signin top menu ****************/

#signintop #pcm{display:none;}
#signintop ul.pureCssMenu ul{display:none}
#signintop ul.pureCssMenu li:hover&gt;ul{display:block}
#signintop ul.pureCssMenu ul{position: absolute;right:-1px;top:100%; z-index:99999;}
#signintop ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
#signintop ul.pureCssMenu,ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px;
	border-color:#AAAAAA;
	border-width:0px;
	border-style:solid;
}

#signintop ul.pureCssMenu table {border-collapse:collapse}

#signintop ul.pureCssMenu {
	display:block;
	zoom:1;
	float: right;
	position:relative;
	z-index:9999;
}

#signintop ul.pureCssMenu ul{
	width:auto;
}

#signintop ul.pureCssMenu li{
	display:block;
	margin:0;
	font-size:14px;
	text-indent:0px;
	background:#fff;
}

#signintop ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
	/* outline-style:none; */
}
#signintop ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:inline;
	text-decoration:underline;
	padding:0px 5px;
	_padding-left:0;
	font:normal 14px Helvetica;
	color: #000;
	cursor:pointer;
	line-height:20px;
}
	
#signintop ul.pureCssMenu span{
	overflow:hidden;
}
   
#signintop ul.pureCssMenu li {
	float:left;
	border-right:1px solid #666;
	padding-left:5px;
}

#signintop ul.pureCssMenu li:last-child {
	border-right:0px solid #666;
}

#signintop ul.pureCssMenu li.last, ul.pureCssMenu ul li.last {
	border:0px solid #666;
}

#signintop ul.pureCssMenu ul li {
	float:none;
	border-right:0px solid #666;
}

#signintop ul.pureCssMenu ul a {
	text-align:left;
	white-space:nowrap;	
}

#signintop ul.pureCssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}

#signintop ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:5;
	height:16;
	display:inline-block;
	background-color:#AAAAAA;	
	background-image:none;}
	
#signintop ul.pureCssMenu ul li.sep span{
	width:80%;
	height:3;
}

#signintop ul.pureCssMenu li:hover {
	position:relative;
}

#signintop ul.pureCssMenu li:hover&gt;a {
	background-color:#ffffff;
	color: #000000;
	text-decoration:none;
}


#signintop ul.pureCssMenu li a:hover {
	position:relative;
	background-color:#fff;
	color: #000000;
	text-decoration:none;
}

#signintop ul.pureCssMenu ul {
	background-color:#fff;
}

#signintop ul.pureCssMenu ul li a {
	background-color:#fff;
	line-height:30px;
	text-decoration:none;
}

#signintop ul.pureCssMenu ul li:hover {
	background-color:#FBAD24;
}

#signintop ul.pureCssMenu ul li:hover a {
	background-color:#FBAD24;
}

#signintop ul.pureCssMenu ul {
	border:2px solid #FBAD24;
}

#signintop ul.pureCssMenu ul li {
	border-bottom:1px solid #ccc;
}

#signintop ul.pureCssMenu li.dis a {
	color: #AAAAAA !important;
}
#signintop ul.pureCssMenu img {border: none;float:left;_float:none;margin-right:4px;width:16px; height:16px; }
#signintop ul.pureCssMenu ul img {width:16px; height:16px; }
#signintop ul.pureCssMenu img.over{display:none}
#signintop ul.pureCssMenu li.dis a:hover img.over{display:none !important}
#signintop ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
#signintop ul.pureCssMenu li:hover &gt; a img.def  {display:none}
#signintop ul.pureCssMenu li:hover &gt; a img.over {display:inline}
#signintop ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over{display:inline}
#signintopul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def{display:none}
#signintop ul.pureCssMenu a:hover ul{display:block}
#signintop ul.pureCssMenu span {
	display:inline;
	background-image:url(/images/arrv_anim_1_rev.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:10px;
   margin-right:10px;
}
#signintop ul.pureCssMenu li:hover&gt;a&gt;span {	background-image:url(/images/arrv_anim_1o.gif); }
#signintop ul.pureCssMenu a:hover span{	_background-image:url(/images/arrv_anim_1o.gif)}
#signintop ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{background-image:url(/images/arr_double_1.gif)}
#signintop ul.pureCssMenu ul li:hover &gt; a span{	background-image:url(/images/arr_double_1o.gif);}
#signintop ul.pureCssMenu table a:hover span{background-image:url(/images/arr_double_1o.gif)}

/*************************************************************/

/********** MAIN NAVIGATION ***************************/

#menu {
	height:40px;
	position:relative;
	width:760px;
	float:right;
	z-index:1000;
}

#menu_request_extended_trial {
	height:40px;
	position:fixed;
	padding-top:149px;
	padding-left:150px;
	z-index:1000;
}

#pcm{display:none;}
ul.pureCssMenu ul{display:none}
ul.pureCssMenu li:hover&gt;ul{display:block}
ul.pureCssMenu ul{position: absolute;right:-1px;top:98%; z-index:99999;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu,ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px;
	border-color:#AAAAAA;
	border-width:0px;
	border-style:solid;
}

ul.pureCssMenu table {border-collapse:collapse}

ul.pureCssMenu {
	display:block;
	zoom:1;
	float: right;
	position:relative;
	z-index:1;
}

ul.pureCssMenu ul{
	width:auto;
}

ul.pureCssMenu li{
	display:block;
	margin:0;
	font-size:0px;
	text-indent:0px;
	background:#ffb400;

}

ul.pureCssMenu li.first, ul.pureCssMenu li.first :hover {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
}

ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
	/* outline-style:none; */
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	text-decoration:none;
	padding:0px 10px;
	_padding-left:0;
	font:normal 14px Helvetica;
	color: #000000;
	text-decoration:none;
	cursor:pointer;
	line-height:40px;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
	border-right:1px solid #666;
}

ul.pureCssMenu li.last, ul.pureCssMenu ul li.last {
	border:0px solid #666;
}

ul.pureCssMenu ul li {
	float:none;
	border-right:0px solid #666;
}

ul.pureCssMenu ul a {
	text-align:right;
	white-space:nowrap;		
}

ul.pureCssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}

ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:5;
	height:16;
	display:inline-block;
	background-color:#AAAAAA;	background-image:none;}
ul.pureCssMenu ul li.sep span{
	width:80%;
	height:3;
}
ul.pureCssMenu li:hover {
	position:relative;
}
ul.pureCssMenu li:hover&gt;a {
	background-color:#ffffff;
	color: #000000;
	text-decoration:none;
}

ul.pureCssMenu li a:hover {
	position:relative;
	background-color:#ff8a00;
	color: #000000;
	text-decoration:none;
}

ul.pureCssMenu ul {
	background-color:#fff;
}

ul.pureCssMenu ul li a {
	background-color:#fff;
	line-height:30px;
}

ul.pureCssMenu ul li a:hover {
	background-color:#FBAD24;
}

ul.pureCssMenu ul {
	border:2px solid #FBAD24;
}

ul.pureCssMenu ul li {
	border-bottom:1px dotted #ccc;
	list-style:none;
}
ul.pureCssMenu li.dis a {
	color: #AAAAAA !important;
}
ul.pureCssMenu img {border: none;float:left;_float:none;margin-right:4px;width:16px; height:16px; }
ul.pureCssMenu ul img {width:16px; height:16px; }
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none !important}
ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu li:hover &gt; a img.def  {display:none}
ul.pureCssMenu li:hover &gt; a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul{display:block}
ul.pureCssMenu span{
	display:block;
	background-image:url(/images/arrv_anim_1_alt.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:11px;}
ul.pureCssMenu li:hover&gt;a&gt;span {	background-image:url(/images/arrv_anim_1o_alt.gif); }
ul.pureCssMenu a:hover span{ _background-image:url(/images/arrv_anim_1o_alt.gif)}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{background-image:url(/images/arr_double_1.gif)}
ul.pureCssMenu ul li:hover &gt; a span{ background-image:url(/images/arr_double_1o.gif);}
ul.pureCssMenu table a:hover span{background-image:url(/images/arr_double_1o.gif)}

/** Header Style Rules Added on 10/15/12 for style mod **/

/** Header Style Rules Added on 10/15/12 for style mod **/

div#menu ul {
	border-bottom:1px solid #e5a10f; 
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	border-left:1px solid #e5a10f;
	border-right:1px solid #efa10f;
}

div#menu ul {
	border-bottom:1px solid #e5a10f; 
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	border-left:1px solid #e5a10f;
	border-right:1px solid #efa10f;
}

div#menu ul li {
	background:#ffb400;
	border-right:none;
	border-left:1px dashed #999;
}

div#menu ul.pureCssMenu li a {
	background-image:none; 
  	color:#323996;
 	margin:0;padding:0 10px 0 10px;
 	font-weight:bold;
	font-size:12.5px;
}

div#menu li.pureCssMenui a.pureCssMenui span {
	background:none;
	padding:0 ;
}

div#menu ul li ul a {
	text-align:left; 
}

div#menu ul li ul {
	padding-top:0px;
	margin-right:-2px;
	border:2px solid #ffb400;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

div#menu ul li ul li {
	border-left:none; 
}

div#menu ul.pureCssMenu.pureCssMenum ul.pureCssMenum li {
	background-color:#fff; 
}

div#menu li.pureCssMenui.first {
	border-left:none; 
}

div#menu ul li ul li a.subdesc{
	padding:.6em .8em;
	line-height:1.3;
}

div#menu ul li ul li a.subdesc span {
 display:block;
 line-height:1;
  font-size:80%;
}

/*************************************************************/

/* Start of main content rules */

#directions {
//background:#eff;
//border-top:1px solid #ddd;
//border-bottom:1px solid #ddd;
padding:0 30px 30px 30px;
margin-top:32px;
}

ol#how-to {
position:relative;
list-style-type:none;
margin:0;padding:0;
}

ol#how-to li {
float:left;
width:185px;
height:185px;
font-size:16px;
border:6px solid #336699;
-moz-border-radius:8px;
border-radius:8px;
margin:0 5px;padding:12px 6px 0 10px;
line-height:1;
}

ol#how-to li:hover {
border:6px solid orange;
}

.step a {
color:#fff;font-weight:bold;
text-decoration:none;
margin:0;padding:0;
text-shadow:3px 3px 1px #000;
}

ol#how-to a:hover {
color:orange;
}

.huge {
font-size:48px;display:block;float:left;
margin-left:0px;padding-left:0;
margin-bottom:114px;margin-right:8px;margin-top:-2px;
}


/* Navigation Page */

#gradeselect {
	margin:0;padding:1em;
	font-size:.75em;
	background-color:#eee;text-align:center;
}

#gradeselect h2 {
	margin:0em .5em 0 0;
	font-size:1em;
	font-weight:normal;
	display:inline;
}

#gradeselect ul {
	margin:0;padding:0;
	display:inline;
}

#gradeselect li {
	margin: 0 .2em;
	display:inline;
}

#gradeselect li a {
	margin:0; padding:5px 8px 4px 8px;
	text-decoration:none;
	font-weight:bold;
	color: #555;
	border:2px solid #eee;
}

#gradeselect li a:hover, #gradeselect .selected {
	background:#f06529;
	color:#fff;
	border:2px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}

#facetselect {
	margin:0;padding:0;
	font-size:.75em;
	background-color:#eee;
}


.facetpart {
	margin:0;padding:0;
	float:left;
	width:200px;background-color:#eee;
}

#facetselect h2 {
	margin:0;padding:0;
	font-size:1em;
	font-weight:bold;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
}

#facetselect ul {
	margin:0;padding:0;
	list-style:none;
}

#facetselect li {
}

#facetselect li a {
	padding:5px 8px 4px 0px;
	width:199px;
	color:#555;
	text-decoration:none;
}

#facetselect li a:hover, #facetselect .selected {
	color:#fff;width:199px;
	background:#f06529;
}




/****** SEARCH BOX ********************************/
#searchbox {
	width:730px;
	margin:25px 20px 15px;
	padding:0;
	float:right;
	position:absolute;
	z-index:9999;
}


#alt_searchbox {
	width:680px;
	margin:80px auto 0;
	padding:0;
	
}

#aasl #alt_searchbox {
	width:680px;
	margin:20px auto 0;
	padding:0;
	
}

#main_search, #alt_search {
	margin:0;
	padding:15px 0 13px 40px;
	float:left;
	background:#fff url("/images/find.png") no-repeat 10px 14px;
	
	width:510px;
	/*height:24px;	*/
	font-size:15px;
	
	/* color:#666; */
	color: #000;
	font-style:italic;
	border:5px solid #375c78;
}

#submit_button {
	margin:0 0 0 2px;
	padding:5px 4px 2px 4px;
	float:left;
	color:#fff;
	font-style:normal;
	height:55px;
	background:#375c78;
/*	background-image:url(/images/search-tab-bg.png);
	background-repeat:repeat-x;*/
	border-top:5px solid #375c78;
	border-right:5px solid #375c78;
	border-bottom:5px solid #375c78;
	border-left:5px solid #375c78;
	font-size:15px;
	border-top-right-radius:5px;
	-moz-border-radus-topright:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
}

#submit_button:hover {
	background:#4bb1bd;
	color:#fff;
	cursor:pointer;
}

#searchbox #book, #searchbox #author, #searchbox #subject, #searchbox #booklists {
	display:none;
}
#alt_searchbox #book, #alt_searchbox #author, #alt_searchbox #subject, #alt_searchbox #booklists {
	display:none;
}

#advanced {
	margin:20px 0px 0 0px;
	padding:0;
	color:#fff;
	display:inline;
	float:left;
	font-size:14px;
	font-weight:bold;
}

#alt_searchbox #advanced {
	color:#375C78;
}

#advanced:hover {
	text-decoration:none;
}

#searchbox #searchselector, #alt_searchbox #searchselector {
	margin:0;
	padding:0;
	float:left;
	width:600px;
	height:54px;
	position:relative;
}

.search_tab {
	background-color:#FEFBF4;
	float:left;	
	margin:5px 1px 0 0 ;
	color:#000;	
	padding:14px 15px 14px 15px;
	font-size:14px;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
}

.searchlabel:hover {
	cursor:pointer;
}

.search_tab:hover {
	background-color:#375c78;
	cursor:pointer;
	color:#fff;
}

.search_tab.selected { 
	background-color:#375c78;
	color:#fff;
	border:0px solid #f9dca8;
	top: -10px;
	position: relative;
	line-height: 30px;
	padding-top: 18px;
}

#searchbox label, #alt_searchbox label {
	/*margin:5px 1px 0px 0;
	padding:14px 15px 14px 15px;
	float:left;
	color:#000;
	font-size:14px;*/
}

#searchbox label:hover, #alt_searchbox label:hover {
	background-image:url(/images/search-tab-bg.png);
	background-repeat:repeat-x;
	
}

#searchbox p, #alt_searchbox p {
	margin:5px 0 0 10px;padding:0;
	font-size:.8em;	
	display:none;
}

#alt_searchbox .search_tab {
	border:1px solid #375c78;
}


/*
#search #searchbox, #search #alt_searchbox {
	width: 660px;
	margin: 15px 0px 25px;
	padding: 0;
	float: right;
}
*/

#searchbox_hint, #alt_searchbox_hint {
	border: 1px solid #FFB400; 
	background: #fff;
	width: 560px; 
	max-height: 480px;
	margin:0; 
	padding: 10px;
	z-index: 3000;

	position: absolute; 
	/* left: 0px; top: 0px;  */
	top: 110px;
	left:0px;
	display: none;
	overflow: auto;
}

/* The are-you-looking-for suggestion box beneath the header search box */
.aylf_item {
	min-height:25px;
	/*max-height:80px;*/
	width: 540px;
	border-top:1px dotted #FFB400;
	padding: 5px;
	float: left;
	margin 0 5px 10px 0;
}
.aylf_item:hover { 
	background-color: #E5F4FF; 
}

.aylf_item img {
	/*min-height:25px;
	max-height:80px;*/
	width:65px;
}

.aylf_cover_image {
	margin-right:20px;
	float:left;
	width:65px;
	min-height:40px;
}

.aylf_title {
	width:400px;
	float:left;
}

.aylf_headshot_image {
	margin-right:20px;
	float:left;
}

.aylf_author {
	width:400px;
	float:left;
}


/*************************************************************/

/** Advanced Search Controls **/


.advsrch_box {
	border-top:1px dotted #D5C482; 
	padding:12px 0;
	overflow:hidden;
}




h2.advsearchhead {
	display:inline
}


h2.advsearchhead {
	font-size:1em;margin:0;color:purple;
}

.searchbutton {
	float:left;
	margin:0;padding:0;
	font-size:12px;
}

#primary_advanced_search_box h3.advsearchhead {
	font-size:1em;margin:0 0 6px 0;padding:0;max-width:300px;
}

#primary_advanced_search_box {
	margin:2em 0 0 0;padding:15px 12px 18px 12px;
	color:#555;
	border:1px solid #999;
	background: #cbdcec;
	border-radius:8px;
	-moz-border-radius:8px;
}

#primary_advanced_search_box img {
	width:18px;vertical-align:bottom;
	padding:0 2px 2px 4px;
}

#primary_advanced_search_box a {
	text-decoration:none;
	font-weight:bold;
	vertical-align:bottom;
	padding-bottom:1px;
}

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

#primary_advanced_search_box select {

}

#primary_advanced_search_box input {
	margin:0 2px 2px 0;
}

select.boolean_selector {
	margin-left:5px;
	width:90px;
}

#keywords1 {
	margin:.8em 0 0em 0;
}

#keywords2 {
	margin:1em 0 .5em 0;
}

#grade_level,#curricular_area,#genre,#resource,#lexile_range {
	width:25em;
	margin:0 0 0 15px;
}

table#furthernarrow {
	color:#555;
	margin-top:18px;
	margin-bottom:10px;
	padding-right:15px;
}

table#furthernarrow h3 {
	margin:0;padding:0;
}

table#furthernarrow td {
	padding-left:8px;
}

#collections {
	color:#555;
	background-color: #eeffff;
	padding:18px 10px;
	margin:1em 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#collections h3 {
	margin-bottom:6px;
}

#collections input {
	margin-left:0;padding:0;
}


#format {
	padding:22px 0 16px 0;
	margin:0 9px;
	border-bottom:1px solid #eee;
}

#format label {
	margin-right:20px;
}

#format img {
	vertical-align:middle;
	margin:0 0px 0 2px;
	padding:0;
	height:18px;
}

#format h3 {
	display:inline;
}


/******* FOOTER *********/


.footer_column {
	width:220px;
	display:inline;
	float:left;
	margin-left:0px;
	margin-right:20px;
	margin-top:10px;
}

.footer_column_support {
	width:150px;
	display:inline;
	float:left;
	margin-left:0px;
	margin-right:20px;
	margin-top:10px;
}

.footer_column_last {
	width:200px;
	display:inline;
	float:left;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
}


#footer {
	font-size:14px;
	text-align:left;
	overflow:hidden;
	color:#000;
	background:transparent;
	width:960px;
	margin:0 auto;
}

#footer-menu {
	padding:30px 0 0 15px;
	width:940px;
	margin:0 auto;
		
}

#footer-menu h2 { 
	font-size: 14px;
	font-weight:bold;
	margin-bottom:5px;
	color:#000;
}

#footer-menu ul li {
	list-style: none;
	text-indent: 0em;
	padding-left:0;
	margin-left:0;
	font-size: 14px;
}

#footer-menu a:link, #newfooter a:visited {
	color:#000;
}

#copyright {
	font-size:12px;
	text-align:center;
	padding-bottom: 20px;
	width:960px;
	margin:20px auto 40px;
}



#account-status_wrap {
	
	background:#fff;
	height:140px;
}

#account-status {
	
	float:left;
	/*width:670px;*/
	
	padding:20px 20px;
	border-top:1px dotted #da4b21;
	
	font-size:16px;
	
	
}

.division_branch_logo { 
	padding: 5px;
	float: left;
}



.column {
	padding-right:5px;
}

.column-first {
	padding:0 10px;
}


/********** FORM LABELS EX: SIGNIN.CGI **********/


table.signin-form td {
	padding:5px;
	vertical-align:top;
}

.smalltextbutton { 
   background-color: #79659C;
   color: #000000;
   font-weight: normal;
   font-size: 10pt;
   padding-top: 4px;
   padding-bottom: 2px;
   padding-left: 10px;
   padding-right: 10px;
   -moz-border-radius: 6px;
   border: 1px solid black;
   text-align: center;
}
.smalltextbutton A { 
   color: #000000;
   text-decoration: none;
}

.mylabeltitle { 
   font-size: 12pt;
   font-weight: bold;
   text-align: right;
}
.mylabelnote { 
   font-size: 10pt;
   font-weight: normal;
}
.mylabelsmallnote {
   font-size: 8pt;
   font-weight: normal;
   font-style: italic;
}


.labeltitle {
width: 280px;
text-align: right;
float: left;
font-size: 12pt;
font-weight: bold;
margin:0 10px;
}


.subdivlist {
float: left;
width: 390px;
text-align: left;
margin:0 10px;
}



/************ BUTTONS **************/

#button {
	width:auto;
	}
 
/* taken from site.css */
.letter {
    color: black;
    display: block;
    font-weight: bold;
    margin-top: 14px;
    text-decoration: none;
}

a.button {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	
	}



.button.fltlt {
margin-right: 10px;
}

.button.fltrt {
margin-left: 10px;
}



	
a.button_250 {
	width:250px;
	font-size:18px;
	text-align:center;
	color:#fff;
	text-decoration:none;

	background-color:#ffa84c;
	padding:5px 10px;
	cursor:pointer;
	
	margin:10px 0;
	display:inline-block;
	border:1px solid #d86d03;
	
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;

background: #d85122; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */



background: -moz-linear-gradient(top,  #d85122 0%, #d54c1e 2%, #d6491c 5%, #d44b1d 10%, #d85625 18%, #d55b2a 24%, #d55a2e 26%, #d5572e 40%, #d4552a 44%, #d4552c 45%, #ce4c2c 50%, #d04a2d 69%, #cb4426 81%, #c1371a 95%, #c2381b 97%, #be3417 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85122), color-stop(2%,#d54c1e), color-stop(5%,#d6491c), color-stop(10%,#d44b1d), color-stop(18%,#d85625), color-stop(24%,#d55b2a), color-stop(26%,#d55a2e), color-stop(40%,#d5572e), color-stop(44%,#d4552a), color-stop(45%,#d4552c), color-stop(50%,#ce4c2c), color-stop(69%,#d04a2d), color-stop(81%,#cb4426), color-stop(95%,#c1371a), color-stop(97%,#c2381b), color-stop(100%,#be3417)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* IE10+ */

background: linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85122', endColorstr='#be3417',GradientType=0 ); /* IE6-8 */


	}
	

a.button.download {

	font-size:13px;
	text-align:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-color:#d85122;
	padding:5px 10px 5px 30px;
	cursor:pointer;
	
	margin:10px 0;
	display:inline-block;
	border:1px solid #d86d03;
	
	background-image:url(/images/download_white.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;



/* IE9 SVG, needs conditional override of 'filter' to 'none' */


background: -moz-linear-gradient(top,  #d85122 0%, #d54c1e 2%, #d6491c 5%, #d44b1d 10%, #d85625 18%, #d55b2a 24%, #d55a2e 26%, #d5572e 40%, #d4552a 44%, #d4552c 45%, #ce4c2c 50%, #d04a2d 69%, #cb4426 81%, #c1371a 95%, #c2381b 97%, #be3417 100%); /* FF3.6+ */



background: -o-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* IE10+ */

background: linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85122', endColorstr='#be3417',GradientType=0 ); /* IE6-8 */



}


a.button.print {

	font-size:13px;
	text-align:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-color:#d85122;
	padding:5px 10px 5px 10px;
	cursor:pointer;
	
	
	display:inline-block;
	border:1px solid #d86d03;
	
	/*background-image:url(/images/button_icon_print.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;*/
	
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;



/* IE9 SVG, needs conditional override of 'filter' to 'none' */


background: -moz-linear-gradient(top,  #d85122 0%, #d54c1e 2%, #d6491c 5%, #d44b1d 10%, #d85625 18%, #d55b2a 24%, #d55a2e 26%, #d5572e 40%, #d4552a 44%, #d4552c 45%, #ce4c2c 50%, #d04a2d 69%, #cb4426 81%, #c1371a 95%, #c2381b 97%, #be3417 100%); /* FF3.6+ */



background: -o-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* IE10+ */

background: linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85122', endColorstr='#be3417',GradientType=0 ); /* IE6-8 */

}

a.button.print_icon {

	font-size:13px;
	text-align:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-color:#2196d3;
	padding:5px 10px 5px 40px;
	cursor:pointer;

	display:inline-block;
	border:1px solid #2196d3;
	
	background-image:url(/images/print_icon.gif);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  #d85122 0%, #d54c1e 2%, #d6491c 5%, #d44b1d 10%, #d85625 18%, #d55b2a 24%, #d55a2e 26%, #d5572e 40%, #d4552a 44%, #d4552c 45%, #ce4c2c 50%, #d04a2d 69%, #cb4426 81%, #c1371a 95%, #c2381b 97%, #be3417 100%); /* FF3.6+ */

background: -o-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* IE10+ */

background: linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85122', endColorstr='#be3417',GradientType=0 ); /* IE6-8 */

}


.button {
	

	text-align:center;
	color:#fff;
	
	display:inline-block;
	background-color:#ffa84c;
	padding:5px 10px;
	cursor:pointer;
	
	margin:0 0 10px 0;
	
	border:1px solid #d86d03;
	
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;


zoom: 1;
	*display:inline;
	
	line-height:1.5;
	
	
background: #d85122; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */



background: -moz-linear-gradient(top,  #d85122 0%, #d54c1e 2%, #d6491c 5%, #d44b1d 10%, #d85625 18%, #d55b2a 24%, #d55a2e 26%, #d5572e 40%, #d4552a 44%, #d4552c 45%, #ce4c2c 50%, #d04a2d 69%, #cb4426 81%, #c1371a 95%, #c2381b 97%, #be3417 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85122), color-stop(2%,#d54c1e), color-stop(5%,#d6491c), color-stop(10%,#d44b1d), color-stop(18%,#d85625), color-stop(24%,#d55b2a), color-stop(26%,#d55a2e), color-stop(40%,#d5572e), color-stop(44%,#d4552a), color-stop(45%,#d4552c), color-stop(50%,#ce4c2c), color-stop(69%,#d04a2d), color-stop(81%,#cb4426), color-stop(95%,#c1371a), color-stop(97%,#c2381b), color-stop(100%,#be3417)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* IE10+ */

background: linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85122', endColorstr='#be3417',GradientType=0 ); /* IE6-8 */



}

.button_alt a {
	font-size:20px;
	
	color:#fff;
	text-decoration:none;
	}

.button_alt {
	text-align:center;
	vertical-align:middle;
	
	display:block;
	background-color:#ffa84c;
	padding:22px 10px;
	cursor:pointer;
	
	margin:0 0 10px 0;
	
	border:1px solid #d86d03;
	
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;


zoom: 1;
	*display:inline;
	
	line-height:1.5;
	
	
background: #d85122; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */



background: -moz-linear-gradient(top,  #d85122 0%, #d54c1e 2%, #d6491c 5%, #d44b1d 10%, #d85625 18%, #d55b2a 24%, #d55a2e 26%, #d5572e 40%, #d4552a 44%, #d4552c 45%, #ce4c2c 50%, #d04a2d 69%, #cb4426 81%, #c1371a 95%, #c2381b 97%, #be3417 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85122), color-stop(2%,#d54c1e), color-stop(5%,#d6491c), color-stop(10%,#d44b1d), color-stop(18%,#d85625), color-stop(24%,#d55b2a), color-stop(26%,#d55a2e), color-stop(40%,#d5572e), color-stop(44%,#d4552a), color-stop(45%,#d4552c), color-stop(50%,#ce4c2c), color-stop(69%,#d04a2d), color-stop(81%,#cb4426), color-stop(95%,#c1371a), color-stop(97%,#c2381b), color-stop(100%,#be3417)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* IE10+ */

background: linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85122', endColorstr='#be3417',GradientType=0 ); /* IE6-8 */



}






.button.home {
	width:270px;
	font-size:18px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#ffa84c;
	padding:5px 10px;
	cursor:pointer;
	margin:10px;

	display:table;
	border:1px solid #d86d03;
	
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;

background: #d85122; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */


background: -moz-linear-gradient(top,  #d85122 0%, #d54c1e 2%, #d6491c 5%, #d44b1d 10%, #d85625 18%, #d55b2a 24%, #d55a2e 26%, #d5572e 40%, #d4552a 44%, #d4552c 45%, #ce4c2c 50%, #d04a2d 69%, #cb4426 81%, #c1371a 95%, #c2381b 97%, #be3417 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85122), color-stop(2%,#d54c1e), color-stop(5%,#d6491c), color-stop(10%,#d44b1d), color-stop(18%,#d85625), color-stop(24%,#d55b2a), color-stop(26%,#d55a2e), color-stop(40%,#d5572e), color-stop(44%,#d4552a), color-stop(45%,#d4552c), color-stop(50%,#ce4c2c), color-stop(69%,#d04a2d), color-stop(81%,#cb4426), color-stop(95%,#c1371a), color-stop(97%,#c2381b), color-stop(100%,#be3417)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* IE10+ */

background: linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85122', endColorstr='#be3417',GradientType=0 ); /* IE6-8 */



}

.button span {
	font-size:.7em;
	text-transform:none;
	font-weight:normal;
}

.buttonwide.home {
	width:340px;
	font-size:18px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#ffa84c;
	padding:5px 10px;
	cursor:pointer;
	margin:10px;

	display:table;
	border:1px solid #d86d03;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: #d85122; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: #d85122; /* Old browsers */

background: -moz-linear-gradient(top,  #d85122 0%, #d54c1e 2%, #d6491c 5%, #d44b1d 10%, #d85625 18%, #d55b2a 24%, #d55a2e 26%, #d5572e 40%, #d4552a 44%, #d4552c 45%, #ce4c2c 50%, #d04a2d 69%, #cb4426 81%, #c1371a 95%, #c2381b 97%, #be3417 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85122), color-stop(2%,#d54c1e), color-stop(5%,#d6491c), color-stop(10%,#d44b1d), color-stop(18%,#d85625), color-stop(24%,#d55b2a), color-stop(26%,#d55a2e), color-stop(40%,#d5572e), color-stop(44%,#d4552a), color-stop(45%,#d4552c), color-stop(50%,#ce4c2c), color-stop(69%,#d04a2d), color-stop(81%,#cb4426), color-stop(95%,#c1371a), color-stop(97%,#c2381b), color-stop(100%,#be3417)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* IE10+ */

background: linear-gradient(top,  #d85122 0%,#d54c1e 2%,#d6491c 5%,#d44b1d 10%,#d85625 18%,#d55b2a 24%,#d55a2e 26%,#d5572e 40%,#d4552a 44%,#d4552c 45%,#ce4c2c 50%,#d04a2d 69%,#cb4426 81%,#c1371a 95%,#c2381b 97%,#be3417 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85122', endColorstr='#be3417',GradientType=0 ); /* IE6-8 */

}

.buttonwide span {
	font-size:.7em;
	text-transform:none;
	font-weight:normal;
}

/*********** Search Stuff ***********/

.srchtable td {
	padding:2px 5px;
}

.many {
	font-size:14px;
	font-family:Helvetica, sans-serif!important;
	text-shadow: black 0.00em 0.00em 0.0em;
	font-weight:normal;
}

table.resource_table tr {
	border-bottom:1px dotted #D5C482;
}


table.resource_table .results_label {
	background-color:#444;
	border-bottom:0px;
	color:#ccc;
}

table.resource_table .results_label a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}


table.resource_table .results_label a:hover {
	
	text-decoration:none;
}



#srch-terms {
	float: right;
	padding: 0;
}

#srch-toc tr td li, .srchshortcuttable tr td li { 
	list-style:disc;
}


#srch_old_style .section span.many a {
	font-weight: normal;
	color:#fff;
	}
	
#srch_old_style .section h2 {
	margin-bottom:0px;
	}
	
#srch_old_style table.resource_table th, #srch_old_style table.resource_table td, #srch_old_style .section p {
	padding:3px 5px;
	}



a.source_url {
	text-decoration:none;
	color:#000;
	}

.nextprev a {
	text-decoration:none;
	}



/******************************************************/







/**** Default Book Cover Images ***********************/

.default_cover {
    font-family: Helvetica,Arial,Sans-Serif;
    color:white;
    text-align:center;
    margin:0 auto 10px;
    padding: 0;
    width:160px;
    height:179px;
    background-image:url("/images/default_cover_160.jpg");
    float:left;
}
.default_cover_small {
    font-family: Helvetica,Arial,Sans-Serif;
    color:white;
    text-align:center;
    margin:0;
    padding: 0;
    width:112px;
    height:125px;
    background-image:url("/images/default_cover_112.jpg");
}

.default_cover .title {
    width: 143px;
    margin-left: 10px;
    padding-top: 20px;
}

.default_cover .author {
    width: 143px;
    margin-left: 10px;    padding-bottom: 10px;
}

.default_cover_small .title {
    width: 95px;
    margin-left: 10px;
    padding-top: 10px;
}
.default_cover_small .author {
    width: 95px;
    margin-left: 10px;
    padding-bottom: 10px;
}
.default_cover .by {
    padding: 10px 0px 5px 0px;
}
.default_cover_small .by {
    padding: 10px 0px 5px 0px;
}
.size0 { font-size: 12px; }
.size1 { font-size: 14px; }
.size2 { font-size: 16px; }
.size3 { font-size: 18px;}
.size4 { font-size: 20px; }
.size5 { font-size: 22px; }
.size6 { font-size: 24px; }
.size7 { font-size: 26px;}
.size8 { font-size: 28px; }


.size0, .size1, .size2, .size3, .size4, .size5, .size6, .size7, .size8 {
	line-height:1.2em;
	}




/****** HIDE******************/

#resource_heading,.resource_heading {

	display:none;
	
}


/***********  FROM PREVIOUS TITLE_AUTHOR_PAGE.CSS FILE **************/


#hd:after,#title_body:after,#ft:after,.content_nav_layout:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
#hd,#title_body,#ft,.content_nav_layout{zoom:1;}



.section { 

margin-bottom:10px;






background:#fefbf4;
border:1px solid #e9e6c3;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

}






.meta, .inner {
	padding:10px;
}


.support .section { 

margin-bottom:20px;
overflow:hidden;
background:transparent;
border:0px solid #e9e6c3;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

}

.support .section h2, .support h2, .crc h2 {
		
	
	background:#5FB4C0;
	padding:3px 0 3px 5px;
	border:1px solid #ccc;
	margin-bottom:20px;
	color:black;
	
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.support h3 {
	margin-bottom:20px
	}
	
.support h2 a:link, .support h2 a:visited {
	color:#000;
	text-decoration:none;
}

.support h2 a:hover {
	color:#000;
	text-decoration:underline;
}


#supportform label {
display: block;
margin-bottom: 5px;

clear: both;
	}
	
	
#supportform span {
display: block;
float: left;
padding-right: 6px;
width: 220px;
text-align: right;
font-weight: bold;
	}

#supportform input-text {
	
	width: 230px;
padding-left: 7px;

}



.section p {
	margin:8px  0 8px 0 ;
}



.head {
	
	background:#fff;
	border:0px;
}

/* Title and Author page specific style starts here */



.head.titleid {
	
	position:relative;
}

.head.titleid .ugl {
	position:absolute;
	bottom:0;
	display:inline-block;
	font-size:14px;
	
}

.special.ugl span img {vertical-align:top;margin-right:10px;}
.special.ugl a img {vertical-align:top;margin-right:10px;}
.special.ugl img.share {border: 4px solid #ffb400;}


.ugl span.pseudo_link {
	font-weight:normal;
}



.titleid h1 {
	font-size: 24px;
line-height: 24px;
}


.section h2, h2.section	 {
	background: #da4b21;
	color: #fff;
	padding:3px 10px;
	font-size:20px;
	text-shadow: black 0.05em 0.05em 0.1em;
	-moz-box-shadow: inset 0 0 5px 3px #da4b21;
	-webkit-box-shadow: inset 0 0 5px 3px  #da4b21;
	box-shadow: inset 0 0 5px 3px #da4b21;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;


	background: rgb(201,57,45); /* Old browsers */
	
	background: -moz-linear-gradient(top,  rgba(201,57,45,1) 0%, rgba(218,75,33,1) 50%, rgba(201,58,45,1) 88%, rgba(97,21,12,1) 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,57,45,1)), color-stop(50%,rgba(218,75,33,1)), color-stop(88%,rgba(201,58,45,1)), color-stop(100%,rgba(97,21,12,1))); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  rgba(201,57,45,1) 0%,rgba(218,75,33,1) 50%,rgba(201,58,45,1) 88%,rgba(97,21,12,1) 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  rgba(201,57,45,1) 0%,rgba(218,75,33,1) 50%,rgba(201,58,45,1) 88%,rgba(97,21,12,1) 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  rgba(201,57,45,1) 0%,rgba(218,75,33,1) 50%,rgba(201,58,45,1) 88%,rgba(97,21,12,1) 100%); /* IE10+ */
	
	background: linear-gradient(top,  rgba(201,57,45,1) 0%,rgba(218,75,33,1) 50%,rgba(201,58,45,1) 88%,rgba(97,21,12,1) 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9392d', endColorstr='#61150c',GradientType=0 ); /* IE6-9 */





}

.section h2 span {
	font-size:16px;
	margin-left:5px;
	vertical-align:8%;
}

.sidebar h2 {
	background: #2b719e;
	*display:inline-block;
	color: #fff;
	padding:5px 10px;
	margin-bottom:0px;
	line-height:18px;
	font-size:16px;
	
	text-shadow: black 0.05em 0.05em 0.1em;
	
	-moz-box-shadow: inset 0 0 5px 3px #2b719e;
	-webkit-box-shadow: inset 0 0 5px 3px  #2b719e;
	box-shadow: inset 0 0 5px 3px #2b719e;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	background: #154066; /* Old browsers */
	
	background: -moz-linear-gradient(top,  #154066 0%, #26679b 82%, #133f5c 98%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#154066), color-stop(82%,#26679b), color-stop(98%,#133f5c)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #154066 0%,#26679b 82%,#133f5c 98%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #154066 0%,#26679b 82%,#133f5c 98%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #154066 0%,#26679b 82%,#133f5c 98%); /* IE10+ */
	
	background: linear-gradient(top,  #154066 0%,#26679b 82%,#133f5c 98%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154066', endColorstr='#133f5c',GradientType=0 ); /* IE6-9 */

}

/*
.resources ul {
	margin-left: 10px;
	margin-right: 10px;
	
}*/

.section.resources ul {
	padding:10px;
	margin:0;
	list-style-position:outside;
	}
	
.section.resources ul li{
	padding:10px 0;
	margin:0;
	text-indent:0;
	}	

.resources ul li { 
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left:0;
	text-indent:0;
	border-bottom: 1px dotted #d5c482;
	list-style:none;
	margin-left:0;
}

/*
.resources img {
		padding-bottom:10px;
}*/

/*.resources ul li:last-child, .resources ul:last-child {
border:0;
}*/


.resources .poster {
	margin:10px 0 10px 0;
}

/*.titleid img, .head img {
	float:left;
	margin:0 20px 10px 0;
	height:165px;
	
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
}*/



.entry_rate_share img {
	width:90px;
	height:15px;
}


.headshot_credit {
	font-size:.6em; 
	width:110px;
	color:#7A7A7A;
	}


.pseudo_link {
	color:#3351C1;

	text-decoration:underline;
	
	
}


/******************* SIDEBAR STYLES **************************/

.pseudo_link:hover {
	cursor: pointer;
	text-decoration:none;
}

.sidebar .pseudo_link {
	color:#3351C1;
	font-weight:bold;
	text-decoration:underline;
	font-size: 14px;
	
}

.sidebar h3 {
		
		color:#000;
		font-weight:bold;
		font-size:14px;
		line-height:14px;
}

.sidebar h3 span {

	font-weight:normal;
	font-size:14px;
 
}

/*.sidebar h3 a {
	text-decoration:none;
	color:#000!important;
}
	
h3 a:hover {
	text-decoration:underline;
}*/

.sidebar {
	
	
	background:#f0f9fe;
	border:1px solid #d6eaf5;
	margin-bottom:10px;
	
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;




font-size:14px!important;
}


.sidebar_lead {
	padding:0 7px 0 10px;
	margin-bottom:15px;
	}



.sidebar ul {
	margin-bottom:15px;
	margin-top:0px;
/*	padding-left:10px;
	padding-right:7px;*/
	list-style-position:outside!important;
	list-style:none;
	padding-left:0;
	margin-left:0;
	text-indent:0;
}

.sidebar ul ul {
	padding-left:0px;
}

.sidebar ul li {

	/*padding-left:10px;*/
	line-height:16px;
	margin:6px 0;
	
	padding-left:1em;
	text-indent:-1em;
	
}

.sidebar.about_the_book  ul li, .sidebar.booklist  ul li, .sidebar.narrow  ul li {

	/*padding-left:10px;*/
	line-height:16px;
	margin:6px 0;
	
	padding-left:2em;
	text-indent:-1em;
	
}






/*.sidebar ul ul li {
	padding-left:20px;
}*/



.sidebar ul li img {
float:none;
width:35px;
}

.meta span {
	font-weight:bold;

	
}


.more { 
   text-decoration: none;
}

ul.narrow_option {
	padding-left:0px;
	}
	
/*.sidebar.webpage_contents ul {
	padding-left:5px;
	}
	
.sidebar.webpage_contents ul li {
	text-indent:0;
	padding-left:0;
}*/
	
	

/******** LIST ID AND MEET THE AUTHOR *********/


.list_title_item {
	min-height: 350px;
	width: 200px;
	border: 1px solid #e9e6c3;
	padding: 10px;	
	margin: 0 5px 10px;
	float: left;
	background:#fff;
}
.list_title_item.last {
	clear:left;
}
.list_title_item_image { 
	text-align:center;
	overflow: hidden;
	margin-bottom:10px;
}

.list_title_item_image img { 
	max-width:150px;	
}

.list_title_item .cover_image img { 
	width: 150px;
}

.list_title_item_image img:hover { 
	-webkit-box-shadow: 0px 2px 6px 6px #666;
	-moz-box-shadow: 0px 2px 6px 6px #666;
	box-shadow: 0px 2px 6px 6px #666;
	border:3px solid #666;
}

.list_title_item_title { 
	text-align:center;
	font-weight:bold;
	font-style: italic;
	margin-bottom:10px;
	line-height:18px;
}

.list_title_item_author { 
	margin-bottom:10px;
}

.list_title_item li { 
	text-indent: -10px;
	padding-left: 10px;
	line-height:20px;
}

.list_author_item {
	min-height: 250px;
	width: 200px;
	border: 1px solid #e9e6c3;
	padding: 10px;	
	margin: 0 5px 10px;
	float: left;
	background:#fff;
}

.list_author_item.last {
	clear:left;
}

.list_author_item_image { 
	text-align:center;
	overflow: hidden;
	margin-bottom:10px;
}
.list_title_item_image img { 
	max-width:150px;	
}
.list_author_item_image img { 
	max-width:150px;	
	width:150px;	
}

.list_author_item_image img:hover { 
	-webkit-box-shadow: 0px 2px 6px 6px #666;
	-moz-box-shadow: 0px 2px 6px 6px #666;
	box-shadow: 0px 2px 6px 6px #666;
	border:3px solid #666;
}

.list_author_item_image .headshot_credit { 
	width: 100%;
}

.mta .list_title_item {
	min-height: 350px;
	width: 207px;
	border: 1px solid #e9e6c3;
	padding: 10px;	
	margin: 0 5px 10px;
	float: left;
	background:#fff;
}


.mta_collection_item { 
	min-height: 315px;
	width: 285px;
	border: 1px solid #e9e6c3;
	padding: 10px;
	margin: 0 5px 10px;
	float: left;
	background: #fff;
}
.mta_collection_item_image { 
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}

form#mtar_form {
	margin-bottom:5px;
	}

/***** TESTING NEW MTA STYLES. OLD STYLES SHOULD BE REMOVED IF WORKS ACROSS BROWSERS ******/

.mta .list_title_item {
	min-height: 350px;
	width: 207px;
	border: 1px solid #e9e6c3;
	padding: 10px;	
	margin: 0 5px 10px;
	float: left;
	background:#fff;
}

.mta_3 .section {
padding:.75em 0em .75em .5em;
  max-width:689px;
}

.mta_collection_item { 
	min-height: 245px;
	width: 194px;
	border: 1px solid #e9e6c3;
	padding: 10px;
	margin: 0 5px 10px;
	float: left;
	background: #fff;
}
.mta_collection_item_image { 
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}

.mta_collection_item ul {
  margin-bottom:0;
}
.mta_collection_item_image img {
 width:180px;
}

form#mtar_form {
	margin-bottom:5px;
	}

.sidebar .narrow {
 border:0px solid #fff;; 
}

.mta_3_book .pagination p {
 margin:0
}

.mta_3_book .section {
  padding-top:.3em;
max-width: 698px;
}
/**** END OF TEST MTA STYLES *******/


/***** HOME PAGE SPECIALS ***************************************************/

	
#find, #bottom, #top {
	padding:40px 0;
	overflow:hidden;
}

#find {
background-color: #333;
}


#what-to-do h1, #find h1, #bottom h1, #top h1, #homepage_highlights h1 {
	font-weight:bold;
	margin-bottom:40px;
}

#top h1 {
	font-weight:bold;
	margin-bottom:20px;
}


#top {
	background:#fff;
	background-image:url('/images/top_bottom_border.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:40px;
}


#top ul li {
	background: url(/images/arrow_11.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-left: 1em;
	list-style:none;
	padding-left: 2em;
	text-indent: -1em;
	list-style-position:inside;
}

#arrow {
	background-image:url(/images/double_arrow.png);
	background-repeat:no-repeat;
	position: relative;
	width: 114px;
	height: 100px;
	margin-top: -72px;
}

#what-to-do {
	background:#80cdcf;
	background-image:url('/images/to_do_bg.jpg');
	background-repeat:repeat-x;
	height:645px;
	padding-top:0px;
	z-index:-1;
}

#what-to-do h1 {
	color:#fff;
}

#find h1 {
	color:#fff;
	}

#homepage_highlights h1 {
	color:#c84123;
}

#find ul li {
	background: url(/images/arrow_11.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-left: 0em;
	list-style:none;
	padding-left: 1em;
	text-indent: 0em;
}
#find ul {
	list-style-position:outside;
}

#bottom {
	background:#375c78;
	
}

#bottom, #bottom h1 {
	color:#fff;
}


#bottom h2 {
	font-size:24px;
	color:#FFB400;
	margin-bottom:10px;
}

#what-to-do h2 {
	font-size:18px;
}



#bottom a {
	color:#fff;
}


#bottom .social {
	/*border-bottom:2px dotted #fff;*/
	overflow:hidden;
	padding-bottom:10px;
}


/*  BLOG POST ON HOME PAGE */

#blog-post {
	color:#fff;
	/*border-bottom:2px dotted #fff;*/
	padding:0px 0 40px;
}

#blog-post p {
	margin-bottom:0;
	}

#blog-post .thumb {
	float:left;
	margin-right:20px;
	width:100px;
}

#blog-post .entry {
	float:left:
	width:600px;
}

#blog-post .entry h3 {
	color:#fff;
	font-weight:bold;
	font-size:15px;
}

#blog-post .entry .blog_img {
	float: left;
}
#blog-post .entry .blog_excerpt {
	float: left;
	width: 460px;
	margin-left: 10px;
}

.follow {
	margin-top:20px;
	}

.follow_buttons span {
	float:left;
	margin-right:10px;
	}

.newsletter-signup {
	margin-bottom:40px;
	}



/*.description ul li {
	list-style:disc;
	list-style-position:inside;
}*/

/*#search .arrow, #resources .arrow, #connect .arrow {
	width:34px;
	height:34px;
	background:transparent url(http://static.flowplayer.org/tools/img/tooltip/yellow.png) repeat scroll 0 -68px;
	margin-top:-48px;
	margin-left:75px;
	font-size:1px;
	position:relative;
	float:left;
	
}*/


/****** CAROUSEL ON HOMEPAGE ******/


.slider {
background: white;
padding-bottom: 40px;
}


/* container for slides */
.images {
/*	background:#fff url(/img/global/gradient/h300.png) repeat-x;
	border:1px solid #ccc;*/
	position:relative;	
	height:400px;
	
	width:840px;
	float:left;	
	margin:40px 0 20px;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;*/	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0px;		
	/*margin:10px 10px 10px 60px;
	padding:10px;*/
	height:440px;
	font-size:15px;
	padding: 0 40px;

}

/* single slide */
.images div div.show {
	display:block;
	position: relative;
padding: 0px;
	

}





.images div div.books img {
	height:200px;
}



.images div div.books {
	display:block;
	
	
	padding: 0px;
	float: left;
	margin-right: 40px;
	position: relative;
	left: 0;
	height:275px;
	width:200px;
	
	
}


.images div div.mta img {
	height:200px;
}



.images div div.mta {
	display:block;
	
	
	
	float: left;
	margin-right: 20px;
	position: relative;
	left: 0;
	height:275px;
	
	
}




.images div #slide-images {
	margin:0 auto;
	width:300px;
	}

.images div div.awards {
	display:block;
	
	background: #fff;
	padding: 0px;
	float: left;
	margin-right: 40px;
	position: relative;
	left: 0;
	height:240px;
}

.images div div.awards img {
	height:160px;
}





.images div div.books p, .images div div.mta p, .images div div.awards p {
	margin:10px 0 0;
	text-align:left;
	
}


/* header */
.images h2 {
	
		font-size:24px;
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
	
	color:#143249;
	
	width: 780px;
}

.images h3 {
	
		font-size:18px;
	font-weight:normal;
	
	text-align:left;
	margin:0 0 20px 0;
	color:#000;
}



/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:420px;
	position:relative;
}

/* single tab */
.slidetabs a {
	width:16px;
	height:16px;
	float:left;
	margin:3px;
	background:url(/images/slidetabs.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -16px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -32px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:200px;
	background:#fff url(/images/hori_large.png) no-repeat;
	display:block;
	width:40px;
	height:40px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

.backward {
margin-left: 20px;
}


/* next */
.forward 				{ background-position: 0 -40px; clear:right; margin-right: 20px; }
.forward:hover 		{ background-position:-40px -40px; }
.forward:active 	 	{ background-position:-80px -40px; } 


/* prev */
.backward:hover  		{ background-position:-40px 0; }
.backward:active  	{ background-position:-80px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

/******************************************************/

div.wrap {
		width:960px;
		margin:40px 0;
	}
	
	.wrap .pane  {	
		background:#fff;
		display:none;		
		padding:20px;
		height:360px;
		
		font-size:15px;	 
		
		color:#000;	
		
		margin-top:1px;
		
		_background-image:none;
	
	
	
}
	
/*.wrap .pane ul li {
		font-size:15px;
		color:#000;
		margin-bottom:5px;
		
		padding-left: 1em;
		text-indent: -1em;


}*/


.wrap .pane ul li {
font-size:15px;
		color:#000;
		margin-bottom:5px;

background: url(/images/arrow_11.gif);
	background-repeat: no-repeat;
background-position: 0 .5em;

	margin-left: 0em;
	list-style:none;
	padding-left: 1em;
	text-indent: 0em;
	
	/*margin-left: 1em;
	list-style:none;
	padding-left: 2em;
	text-indent: -1em;
	*/
	
	list-style-position:inside;
	
	}
	
	
.wrap .pane p {
		font-size:15px;	
		margin:-10px 0 -20px 0;	
		text-align:right;
		color:#578;
}

.wrap .pane h2 {
	
	
	margin-bottom:10px;
}


.pane #searchbox {
	margin:40px auto 0;
	float:none;
	
	
	
}





/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
		
	height:80px;
	position:relative;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	list-style:none!important;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	color:#c43c1e;
	font-size:24px;
	
	height:60px;	
	background-color:#c0e3e8;
	
	font-weight:600;
	
	display:block;
 
	line-height:30px;
	width: 299px;
	text-align:left;	
	text-decoration:none;
	padding:10px;
	
	margin:0 1px 0 0;	
	position:relative;
	top:1px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	
}

ul.tabs a.search-tab, ul.tabs a.resources-tab, ul.tabs a.search-tab.current, ul.tabs a.resources-tab.current, ul.tabs a:hover.search-tab, ul.tabs a:hover.resources-tab {
	background-image:url(/images/tab-arrow.png)!important;
	background-position:95% 10px!important;
	background-repeat:no-repeat!important;
}

ul.tabs a span {
	font-size:14px;
	color:#000;
	line-height:20px;
	font-weight:normal;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	/*background-position: -420px -31px;*/	
	color:#000;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	/*background-position: -420px -62px;	*/	
	cursor:default !important; 
	color:#c43c1e !important;
	background:#fff;
}

/* Different widths for tabs: use a class name: s, l, xl */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -247px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -247px -31px; }
ul.tabs a.l.current  { background-position: -247px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}


/******** HOME PAGE SINGLE VIDEO POP UP FOR TOUR VIDEO *********/

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:99999;
	
	/* styling */
	background-color:#333;
	
	width:auto;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/overlay_close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index:1;
}




/************** CONNECT INNER TABS **************/

/* root element for tabs  */
ul.tabs.connect { 
	list-style:none!important; 
	margin:0 !important; 
	padding:0;	
		
	height:30px;
	
	
	
	width:250px;
	float:left;
	
	
}

/* single tab */
ul.tabs.connect li { 
	float:left;	 
	text-indent:0;
	padding:0 0 0 5px;
	margin:0 !important;
	background:none;
	
	display:block;
	width: 245px;
		line-height:30px;
		color:#c43c1e;
			top:1px;
	
}

/* link inside the tab. uses a background image */
ul.tabs.connect a { 
	color:#c43c1e;
	font-size:15px;
	
	height:30px;	
	background-color:#fff;
	
	
	display:block;
 
	line-height:30px;
	width: 240px;
	text-align:left;	
	text-decoration:none;
	
	padding:0 0 0 5px;
	margin:0px;	
	position:relative;

	
	
	
}


ul.tabs .connect a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs.connect a:hover {
	/*background-position: -420px -31px;*/	
	color:#000;	
	
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. 

I got rid of this in favor of using the li to style things, which fixed the ff issue

ul.tabs.connect a.current, ul.tabs.connect a.current:hover, ul.tabs.connect li.current a {
	
	cursor:default !important; 
	color:#000 !important;
	background:#ffd166;
	padding:0 0 0 5px;

	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	
	
}*/


ul.tabs.connect li.current, ul.tabs.connect li.current:hover, ul.tabs.connect li.current {
	/*background-position: -420px -62px;	*/	
	cursor:default !important; 
	color:#000 !important;
	background:#ffd166;
	padding:0 0 0 5px;

	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	
	
	
	
}




.wrap .pane.connect  {	
		background:#FEFBF4;
		display:none;		
		padding:10px;
		height:280px;
		width:362px;
		font-size:14px;	 
		float:right;
		color:#000;	
		
		_background-image:none;
		border:4px solid #ffd166;
		
	}



/********************** 
*
* CURRICULAR USE PAGES
*
***********************/

.commonuses p {
	margin-bottom:10px;
}

.commonuses ul li, .support ul li, .crc ul li, .key_articles ul li, .td_gifts ul li, .collection_development ul li {
list-style:none;
	background: url(/images/arrow_11.gif);
	background-repeat: no-repeat;
background-position: 0 .5em;

margin-left: 1em;
	list-style:none;
	padding-left: 2em;
	text-indent: -1em;
	list-style-position:inside;
	

}

.commonuses .booklist_source {
	font-size:80%;
}

.spring2012roadmap ol li {
	list-style:decimal;
	list-style-position:inside;
}

.spring2012roadmap ul li {
	margin-left: 1em;
	list-style-type:circle;
	padding-left: 2em;
	padding-right: 2em;
	text-indent: -1.5em;
	list-style-position:inside;
}

.support ol li, .publishers ol li {
	list-style:decimal;
	list-style-position:inside;
}

.collection_development ol li {
	list-style:decimal;
	list-style-position:inside;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.participate ul li {
margin-left: 1em;

	padding-left: 2em;
	text-indent: -1em;

	
	}
	
	
	.participate p {


	margin-left: 1em;
	

	
	}






.commonuses h3 {

background:#5FB4C0;
	padding:3px 0 3px 5px;
	border:1px solid #ccc;
	margin-bottom:10px;
	color:#000;
	
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	}



.edu-comm ul li {
	list-style:none;
	background:none;
	margin-left:0;
	margin-bottom:10px;
	padding-left:0;
	padding-bottom:10px;
	text-indent:0;
	border-bottom:1px dotted #000;
	
}

.edu-comm ul li:last-child {
	border-bottom:0px;
}

.edu-comm-author {
	float:right;
	font-weight:bold;
}
	

#breadcrumbs {float: none; display: inline-block; font-size: 80%; margin-bottom: 19px; margin-top:-5px;}
#breadcrumbs a {display: inline; margin: 0px; padding: 0px;}


.preview {
	border:1px solid #666;
	}

.printable {
	display: none;
}



/***  AUTHOR ID, TITLEID, LISTID, BOOK READING TOP SECTIONS ****/

.page_subheading {
	
	font-size:30px;
	margin-top:-10px;
	margin-bottom:20px;
	letter-spacing:-1.2px;
	text-indent: 20px;
}

.disambiguation {
	font-size:20px;
}


.authorid .cover_image, .seriesid .cover_image {
	margin-right:20px;
	float:left;

}
	
.authorid .cover_image img {
	max-width:150px;
	max-height:150px;
} 

.seriesid .cover_image img {
	max-width:150px;
	max-height:200px;
}
	
.bookreadings .cover_image {
	margin-right:20px;
	float:left;
}

.bookreadings .cover_image img {
	max-width:250px;
}
	
.booktrailer .cover_image {
	margin-right:20px;
	float:left;
	max-width:250px;
	
}

.booktrailer .cover_image img {
	max-width:250px;
	float:left;
}
	
.titleid .cover_image {
	margin-right:20px;
	float:left;
}
	
.titleid .cover_image img {
	max-width:250px;
}


.listid .cover_image {
	margin-right:20px;
	width:150px;
	float:left;
}
	
.listid .cover_image img {
	max-width:150px;
	max-height:225px;
}

.author_interview .cover_image {
	margin-right:20px;
	float:left;
	max-width:250px;
	
}

.author_interview .cover_image img {
	max-width:250px;
	float:left;
}
	

.details {
	margin-left:170px;
	}
	
	
.authorid .details, .titleid .details, .bookreadings .details, .seriesid .details, .booktrailer .details {
	margin-left:0;
	}

	
/****** RESOURCES *******/	
	
.record .cover_image {
	margin-right:20px;
	width:112px;
	float:left;
}
	
	
.record .cover_image img {
	width:112px;
}
	

.record_details{
 	width:540px;
 	float:left;	
}

.list .record_details{
 	width:500px;
 	float:left;	
}


.list .cover_image img {
	width:150px;
	}

.list .cover_image {
	margin-right:20px;
	width:150px;
	float:left;
}


	
a.default {
	text-decoration:none;
	color:#fff;
	}


/* COMMON CORE */

.list-section ul li {
	list-style:none;
	margin-left:0;
}

.conf_num {
	margin-left: 20px;
	position:relative;
	top:10px;
	
display: inline!important;
float:none!important;
padding-right: 0px;
width: auto;
text-align: left;
font-weight: normal;
}


	}



/********* SIGN IN ************/

#ssignbox.home {

width:320px;
float:right;
margin-left:20px;


}

#ssignbox.home .sign-in-form h2 {
	font-size:18px;
	border-bottom:1px dotted #375c78;
	margin-bottom:10px;
	}

#ssignbox.home .box {
	margin-bottom:0;
	background:#e5f4ff;
	border:1px solid #b6cfe3;
	width:320px;
	float:right;
	margin-left:20px;
	}
	

	

#ssignbox.home form {
	margin-bottom:0
	
	}
	
#ssignbox.home label {

	font-size:12px;
	
	
	}
	

#ssignbox .blue h2 {
	font-size:18px;
	border-bottom:1px dotted #375c78;
	margin-bottom:10px;
	}

#ssignbox .blue .box {
	margin-bottom:0;
	background:#e5f4ff;
	border:1px solid #b6cfe3;
	margin-left:20px;
	}
	

	

#ssignbox .blue form {
	margin-bottom:0
	
	}
	
#ssignbox .blue label {

	font-size:12px;
	
	
	}
	
	
#ssignbox .blue form input {
	font: 12px helvetica, arial, verdana, sans-serif;
	color:#333;
	margin:3px 5px 3px 0;
	
}
	
#ssignbox.home form input {
	font: 12px helvetica, arial, verdana, sans-serif;
	color:#333;
	margin:3px 5px 3px 0;
	
}





#ssignbox .blue h2 {
	font-size:18px;
	border-bottom:1px dotted #375c78;
	margin-bottom:10px;
	}

#ssignbox .blue .box {
	margin-bottom:0;
	background:#e5f4ff;
	border:1px solid #b6cfe3;
	margin-left:20px;
	}
	

	

#ssignbox .blue form {
	margin-bottom:0
	
	}
	
#ssignbox .blue label {

	font-size:12px;
	
	
	}
	
	
#ssignbox .blue form input {
	font: 12px helvetica, arial, verdana, sans-serif;
	color:#333;
	margin:3px 5px 3px 0;
	
}


#signintop {
	width:985px;
	 margin:0 auto;
	text-align:right;
	padding:3px 0;
	height:28px;
	position:relative;
	z-index:99999;
}

form input {
	font: 14px helvetica, arial, verdana, sans-serif;
	color:#333;
	margin:5px 5px 5px 0;
	
}

form {
	margin-bottom:10px;
}

.error, .error_strong, #register .required {
color: #C00;
font-weight:bold;
}


.box {
	padding:10px;
	background:#fefbf4;
border:1px solid #e9e6c3;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-bottom:20px;

}

.box.blue {
		padding:10px;


-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-bottom:20px;


	background:#e5f4ff;
	border:1px solid #b6cfe3;
	}
	

	

.sign-in-form table td {
	padding:5px 0;
}

.sign-in-form label {
	font-weight:bold;
	margin-right:10px;
}

.sign-in-form span {
	font-size:.8em;
}

#sign-in-error {
	margin-left: 12px;
	color: #c00;
	font-weight: bold;
	font-size:90%;
	text-align: left;
}


/********* FOLLETT SIGN IN ************/

#follett_ssignbox.home {
width:550px;
float:left;
}

#follett_ssignbox.home .sign-in-form h2 {
	font-size:18px;
	border-bottom:1px dotted #375c78;
	margin-bottom:10px;
	}

#follett_ssignbox.home .box {
	margin-bottom:0;
	background:#e5f4ff;
	border:1px solid #b6cfe3;
	width:550px;
	float:left;
	margin-left:65px;
	}
	
#follett_ssignbox.home form {
	margin-bottom:0
	}
	
#follett_ssignbox.home label {
	font-size:12px;
	}
	

#follett_ssignbox .blue h2 {
	font-size:18px;
	border-bottom:1px dotted #375c78;
	margin-bottom:10px;
	}

#follett_ssignbox .blue .box {
	margin-bottom:0;
	background:#e5f4ff;
	border:1px solid #b6cfe3;
	margin-left:20px;
	}
	
#follett_ssignbox .blue form {
	margin-bottom:0
	}
	
#follett_ssignbox .blue label {
	font-size:12px;
	}
	
	
#follett_ssignbox .blue form input {
	font: 12px helvetica, arial, verdana, sans-serif;
	color:#333;
	margin:3px 5px 3px 0;	
	}
	
#follett_ssignbox.home form input {
	font: 12px helvetica, arial, verdana, sans-serif;
	color:#333;
	margin:3px 5px 3px 0;
	}

#follett_ssignbox .blue h2 {
	font-size:18px;
	border-bottom:1px dotted #375c78;
	margin-bottom:10px;
	}

#follett_ssignbox .blue .box {
	margin-bottom:0;
	background:#e5f4ff;
	border:1px solid #b6cfe3;
	margin-left:20px;
	}

#follett_ssignbox .blue form {
	margin-bottom:0	
	}
	
#follett_ssignbox .blue label {
	font-size:12px;
	}
	
	
#ssignbox .blue form input {
	font: 12px helvetica, arial, verdana, sans-serif;
	color:#333;
	margin:3px 5px 3px 0;	
	}

#follett_signintop {
	width:960px;
	margin:0 auto;
	text-align:right;
	padding:3px 0;
	height:20px;
	position:relative;
	z-index:99999;
}

form input {
	font: 14px helvetica, arial, verdana, sans-serif;
	color:#333;
	margin:5px 5px 5px 0;
}

form {
	margin-bottom:10px;
}

.error, .error_strong, #register .required {
color: #C00;
font-weight:bold;
}


.box {
	padding:10px;
	background:#fefbf4;
border:1px solid #e9e6c3;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-bottom:20px;

}

.box.blue {
		padding:10px;


-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-bottom:20px;


	background:#e5f4ff;
	border:1px solid #b6cfe3;
	}
	
	
.sign-in-form table td {
	padding:5px 0;
}

.sign-in-form label {
	font-weight:bold;
	margin-right:10px;
}

.sign-in-form span {
	font-size:.8em;
}

#sign-in-error {
	margin-left: 12px;
	color: #c00;
	font-weight: bold;
	font-size:90%;
	text-align: left;
}

/**********/

/* For subdivision detail check */

.fakelink:hover {
	color: blue;
	cursor: pointer;
}

a.fakelink {
	color: black;
	text-decoration: none;
}

a.fakelink:hover {
	color: blue;
	cursor: pointer;
}


.labelnote {
	font-size: 10pt;
	font-weight: normal;
	width: 250px;
	text-align: right;
	float: left;
}

.labelsmallnote {
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}



#emailbox {
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}

#emailnote {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 170px;
	
   border: 1px solid black;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	-moz-border-radius: 8px;
}


.dynamiclist {
	height: 100px;
	width: 400px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: auto;
	display: none;
	border: 1px solid #D0D0D0;
}

.completelist {
	height: 400px;
	width: 580px;
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: auto;
	border: 1px solid #D0D0D0;
	display: none;
}

.clul {
	text-indent: 0px;
	margin-left: 1.1em;
	padding-left: 0px;
}

ul.clul li {
	list-style:none;
}

.clul a {
	text-decoration:none;
	color:#000;
}

.clul a:hover {
	color:#3351C1;
	}


/*********** Twitter Feed ***********/

#twitter .twitter_post {
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #fff;
	clear: both;
}
#twitter .twitter_post a {
	text-decoration: none;
}
#twitter .twitter_post a:hover {
	cursor: pointer;
}

#twitter .twitter_text {
}
#twitter .twitter_time {
	margin-left: 10px;
}


/*********** OLD Twitter Feed ***********/


#twitter_update_list li {
background:transparent; 

margin-top:0px;
margin-bottom:10px;
padding-bottom:5px;

border-bottom:1px dotted #fff;


}


#twitter_update_list li:last-child {

border-bottom:0px dotted #fff;

}


#twitter_update_list span {
color: #fff;
font-size: 15px;
font-weight: normal;
}

#twitter_update_list span a {
display: inline;
font-size: 0px;
width: 16px;
height: 16px;
/*background: url(/images/bn-rr.gif) no-repeat;*/
}

#twitter_update_list span a:hover {
text-decoration: none;
}



/********* VIDEO PLAYER RELATED ********/

.video_player_poster {
	
	float:right;
}

.video_player_poster img {
	margin-bottom:0px;
}

.video_player_poster .caption {
	font-size:24px;
	text-align:center;
}


img.video:hover {
	cursor:pointer;
	}



#video_wrapper {

margin-bottom:12px;
}

#video_wrapper .frame {
	margin:0 auto 2px;

	}
	
#video_wrapper .caption {
	font-size:13px;
	text-align:center;
	}


/********** CONTENT TYPE HOME ********/

.content_home {

	color:#fff;
	padding:60px 20px 20px;
	margin-left:-10px!important;
	margin-top:-70px!important;
	margin-bottom:20px;
	overflow:hidden;

	width: 940px;


	background: #154066; /* Old browsers */
	
	background: -moz-linear-gradient(top,  #154066 0%, #26679b 82%, #133f5c 98%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#154066), color-stop(82%,#26679b), color-stop(98%,#133f5c)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #154066 0%,#26679b 82%,#133f5c 98%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #154066 0%,#26679b 82%,#133f5c 98%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #154066 0%,#26679b 82%,#133f5c 98%); /* IE10+ */
	
	background: linear-gradient(top,  #154066 0%,#26679b 82%,#133f5c 98%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154066', endColorstr='#133f5c',GradientType=0 ); /* IE6-9 */
	
}

.content_home h2 {
	color:#fff;
}

.content_home h1 {
	color:#FFB400;
}
.content_home h1 .home_count { 
	font-size: 22px;
	font-weight: normal;
}

.content_home a {
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}


.content_home .figure img {
	height:175px;
	padding-right:20px;
}



.content_home .figure {
	display:block;
	
	
	padding: 0px;
	float: left;
	margin-right: 10px;
	position: relative;
	left: 0;
	height:275px;
	
	
}

.content_home .figure.last {
	margin-right:0;
}


.content_home .figure p {
	margin:5px 0 0;
	text-align:left;
	line-height:18px;
	font-weight:bold;
	
}

.content_home ul li {

background: url(/images/arrow_white.gif);
	background-repeat: no-repeat;
background-position: 0 .5em;

	margin-left: 0em;
	list-style:none;
	padding-left: 2em;
	text-indent: -1em;

}


/******* MEET THE AUTHOR BOOK READINGS ******/

#results_hdr {
	height:55px;
	background: #da4b21;
	color: #fff;
	padding:3px 10px;
	font-size:16px;
	font-weight:bold;
	text-shadow: black 0.05em 0.05em 0.1em;
	-moz-box-shadow: inset 0 0 5px 3px #da4b21;
	-webkit-box-shadow: inset 0 0 5px 3px  #da4b21;
	box-shadow: inset 0 0 5px 3px #da4b21;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;


	background: rgb(201,57,45); /* Old browsers */
	
	background: -moz-linear-gradient(top,  rgba(201,57,45,1) 0%, rgba(218,75,33,1) 50%, rgba(201,58,45,1) 88%, rgba(97,21,12,1) 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,57,45,1)), color-stop(50%,rgba(218,75,33,1)), color-stop(88%,rgba(201,58,45,1)), color-stop(100%,rgba(97,21,12,1))); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  rgba(201,57,45,1) 0%,rgba(218,75,33,1) 50%,rgba(201,58,45,1) 88%,rgba(97,21,12,1) 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  rgba(201,57,45,1) 0%,rgba(218,75,33,1) 50%,rgba(201,58,45,1) 88%,rgba(97,21,12,1) 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  rgba(201,57,45,1) 0%,rgba(218,75,33,1) 50%,rgba(201,58,45,1) 88%,rgba(97,21,12,1) 100%); /* IE10+ */
	
	background: linear-gradient(top,  rgba(201,57,45,1) 0%,rgba(218,75,33,1) 50%,rgba(201,58,45,1) 88%,rgba(97,21,12,1) 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9392d', endColorstr='#61150c',GradientType=0 ); /* IE6-9 */

}

#results_hdr a {
	color:#fff;
	}




/***** BROWSE THE COLLECTION *****/


	
#browse .section h2 {
	font-size:18px;
	}
	


#browse_carousel {
	padding:10px 0 40px;
	margin-left:-10px;
	margin-right:-10px;
	}
	
#browse_carousel .images {
	width:860px;
	height:380px;
	}
	
#browse_carousel .backward {
	margin-left:10px;
	}
	
#browse_carousel .forward {
	margin-right:0px;
	}

#browse_carousel ul li {
background: url(/images/arrow_11.gif);
	background-repeat: no-repeat;
background-position: 0 .5em;

margin-left: 1em!important;
	list-style:none!important;
	padding-left: 1em!important;
	text-indent: 0em!important;
}

#browse ul.grade li {
	display:inline;

	padding-right:1em;

	}
	
#browse ul li {
	list-style:none;
	margin-left:0;
	text-indent:0;
	padding-left:0;
	list-style-position:outside;

	}
	


/***** ICONS ******/





.icon-tb, .icon-video, .icon-audio, .icon-www, .icon-pdf, .icon-doc, .icon-app {
	background:url(/images/tb-icons.gif);
	background-repeat:no-repeat;
	float:left;
	display:block;
	margin:0 3px;
}

.icon-app {
	background-position: -240px 0;
	width:40px;
	height:46px;
}

.icon-tb {
	background-position: -186px 0;
	width:53px;
	height:46px;
}

.icon-video {
	background-position: -40px 0;
	width:40px;
	height:46px;
}

.icon-audio {
	background-position: 0 0;
	width:40px;
	height:46px;
}

.icon-www {
	background-position: -80px 0;
	width:40px;
	height:46px;
}

.icon-pdf {
	background-position: -150px 0;
	width:34px;
	height:46px;
}

.icon-doc {
	background-position: -120px 0;
	width:34px;
	height:46px;
}

/******* Overlay Banners ********/
.banner_overlay {

	color:#fff;
	margin-left:-10px!important;
	margin-top:-70px!important; 
	margin-bottom:20px;
	overflow:hidden;

	height:180px;
	width: 980px;

	position: relative;
}
.banner_overlay img {
	margin: 0;
	padding: 0;
}

.banner_overlay span { 
	color: white;
	font-size: 24px;
	font-weight:bold;
	position: absolute;
	bottom:50px;
	width:980px;
	text-align:center;
}

#sticky_banner {
	width:980px;
	height:180px;
	margin: -70px 0 20px -10px;
	
	background-image:url(/images/sticky_banner_bg.jpg);
	background-repeat:repeat-x;
	position:relative;
	z-index:1;
}

#sticky_banner h1 {
	width:980px;
	color:#fff;
	padding:90px 0 0 40px;
	font-family:'helvetica neue', helvetica;
	font-weight: 600;
	font-size:42px;
}


	
	


/******* Conference Webpages ********/

.conf_signin_box {
	padding: 12px 10px 0px 8px;
	background:#fefbf4;
	border:1px solid #e9e6c3;
	font-size:.85em;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom:20px;
}

.conf_signin_box ol li {
	list-style-type: decimal;
	list-style-position:inside;
	font-weight:normal;
}



/****** SUPPORT CONTACT *******/

#supportcontact .comment-area {
	display: block;
	/*width: 300px;
	float: right;*/
}
#supportcontact .form-textareas {float: left; width:360px;height: 200px;}

#supportcontact .form-textareas p {
width: 360px;


overflow: hidden; display: block;margin: 0;line-height: 1.2em; color: #25408F; font-style: oblique; border: 2px solid #939598; border-bottom: 0;}
#supportcontact .form-textareas p span {display: block; padding: 0.5em; padding-bottom: 0; }
#supportcontact .form-textareas textarea {
  display: block;
	border: 0;
	outline: 0;
	margin: -1px 0 0 0;
	
	border: 2px solid #939598;
	overflow: hidden;
}
#supportcontact .form-textareas textarea {
color:black;
voice-family:"\"}\"";
voice-family:inherit;
color:black;\
color:black;
/*width:354px!important;*/
[color:black;
color:black;]
}
/*end*/
/*\*/
#supportcontact .form-textareas textarea {
width:360px;[color:black;
color:black;width:360px!important;
]
}/*end*/
.dummyend[id]{clear:both;}
#supportcontact .form-textareas p {
color:#25408F;
voice-family:"\"}\"";
voice-family:inherit;
color:#25408F;\
color:#25408F;
[color:#25408F;
color:#25408F;]
}
/*end*/
/*\*/
#supportcontact .form-textareas p {


color:#25408F;


/*width:360px;*/
}/*end*/
.dummyend[id]{clear:both;}

#supportcontact .form-radios {float: left; width: 300px; padding-left: 20px;}
#supportcontact .form-radios label {_padding: 0.2em 0px; line-height: 2em; clear: both; display: block;}
#supportcontact .form-radios label input {margin: 0px; padding: 0px;}
#supportcontact .form-extras {display: display; padding: 1em 0;margin: 0;}
#supportcontact .form-extras .text-wrapper {
	/*float: left;*/
	margin: 0.5em 0;
	display: inline-block;
	/*width: 370px !important;*/
	clear: both;
	display: block;
	/*float: right;*/
}
#supportcontact .form-extras .text-wrapper span {margin: 0 !important; width: 140px !important; text-align: right; display: block; float: left; line-height: 1.2em;}
#supportcontact .form-extras .text-wrapper input {margin: 0 0 0 10px !important; width: 208px !important; line-height: 1.2em;}
#supportcontact .form-extras div.checkbox-wrapper {margin: 0;clear: both; padding-left: 150px; position: relative;}
#supportcontact .form-extras span.checkbox-note {text-align: left; width: 200px;}
#supportcontact .form-extras div.warning {position: absolute; left: 380px; _left: 235px; top: -11px; background: url(../images/arrow_red_left_small.gif) no-repeat left 15px; width: 300px; text-align: left; display: none;}
#supportcontact .form-extras div.warning-inner {padding-left: 25px;}



/****** SUPPORT PRICING *******/

#list-options {width: 270px; float: left; position: relative;}
#list-options li a {text-decoration: underline; font-weight: normal;  line-height: 20px;}
#list-options ul {margin-left: 0px; }
#list-options li {padding: 1px 0px 1px 11px; margin-left: 0px; list-style:none; text-indent:0;}

#list-options li.active {padding: 0px 0px 0px 10px; background: #ffd166; border: 1px solid #58595B; border-right: 0px;}
#list-options li.active a {text-decoration: none; color: #000000;}
/*#list-options li.active {width: 100%; background: url(../images/list-selected.png) no-repeat right center;}*/
#list-container {width: 380px; padding-right: 10px; padding-bottom: 20px;}
#list-container .section-title {margin: 0.5em 0; color: #000;}
#list-container ul {margin: 0px;}

#list-container td {
	padding:3px;
	}
	

a.toggle { cursor: pointer; font-weight: bold;}
a.toggle:hover {text-decoration:underline;}
.hidden {display: none;}

.pricing-list {width: 300px; float: left;}
.pricing-list a.active {color: #d60000; background: url(../images/arrow_purple.gif) no-repeat right center; padding-right: 15px;}

.purplebox, 
.purplebox .purplebox-body, 
.purplebox .purplebox-top, 
.purplebox .purplebox-top .purplebox-top-right { 
/*	background: #ffffff url(../images/purple-container.gif) no-repeat bottom right;*/
	background: #FEFBF4; 
	
	
	display: block; 
	text-decoration: none;
	color: #000;
	font-style: normal;
	
	}
	
	.purplebox {	border: 4px solid #FFD166;
	
	}
.purplebox {
	/*width: 278px !important;
	width: 293px;*/
	padding-right: 15px;
	margin: 10px auto;}
.purplebox .purplebox-top { 
	background-position: top right; 
	margin-right: -15px;
	padding-right: 40px;}
.purplebox .purplebox-top .purplebox-top-right { 
	background-position: top left;
	margin: 0;
	border: 0;
	padding: 1px 0 6px 40px;
	height: auto !important;
	height: 1%;
	_height: auto;}
.purplebox .purplebox-body {
	background-position: bottom left; 
	padding: 0px 0px 6px 15px;
	float: left;
	}


/***** SHARE BAR TWEAKS ******/

/* This overides the shadowbox.css duplicate close button */

#sb-info, #sb-info-inner {
display:none;
}






/****** tbfeatured.cgi pulled in from front_alt.css *****/


#tb_interview {
background: transparent url(http://teachingbooks.net/images/interview_with2.gif) no-repeat center 0;
/*font-size:22px;*/
font-weight:bold;
height: 100px;
/**height: 180px;*/
padding-bottom:0;
padding-top: 70px;
text-align:center;
	width: 280px;
	margin: 0 auto;
}

#tb_fblog {
background: transparent url(http://teachingbooks.net/images/blog_back.png) no-repeat scroll center 0;
font-size: 20px;
font-weight: bold;
height: 129px;
/**height: 180px;*/
text-align:center;
	width: 230px;
	margin: auto;
	padding: 40px 25px 0;
	font-style: italic;
	color: #cd4733;
}

#tb_fblog .regular {

font-size: 12px;
font-weight: bold;
	font-style: normal;
	color: #000 !important;
	margin-top: 10px;
}

#tbreading img {
	height: 130px;
	margin-right: 40px;
	margin-top: 10px;
}

#tb_anpg {
background: transparent url(http://teachingbooks.net/images/hello_my_name_is2.gif) no-repeat scroll center 0;
font-size:22px;
font-weight:bold;
height: 111px;
/**height: 180px;*/

padding-bottom:0;
padding-top: 70px;
text-align:center;
	width: 240px;
	margin: auto;
}

#anpg_name {
	width: 190px;
}

/***** Audio Player as in on the crc csk page ****/


.audio_player {
	display:inline;
	margin:0 10px;

}


/**** support licenses ****/

ul.checkbox li{
	list-style-image: url('../images/checkbox_small.gif');
	background:none;
	
	margin-left: 2em;

padding-left: .5em;
text-indent: 0em;
list-style-position: outside;


	
	}

ul.checkbox {
	list-style-position: outside;
	}
	
	
/*** TRANSCRIPT PAGE ****/

.interview ul li, .transcript ul li {
	background: url(/images/arrow_11.gif);
	background-repeat: no-repeat;
background-position: 0 .5em;

	margin-left: 1em;
	list-style:none;
	padding-left: 2em;
	text-indent: -1em;
	list-style-position:inside;
}
	
	
/**** TBFEATURED TEMPLATE ****/


.tbfeatured h2, .tbfeatured h3 {
	text-align:center;
}

.tbfeatured h5 {
	text-align:center;
	margin:5px 0;
}

.button.tbfeatured {
	width:75px;
	margin:0 auto 20px;
	display:block;
	
	
	}


/**** Homepage Highlights ****/

a.see-all {
	float:right;
}

.see-all {
	position:absolute;
	bottom:10px;
	right:10px;
	font-weight:bold;
}




/* LEFT COLUMN" */

#homepage_highlights {
	padding-top: 40px;
	font-size: 13px;
	background-color:#f1f1f1;
	border-bottom:1px solid #6BBBC4;
}

#homepage_highlights h2 {
	color: #C84123;
	font-size:18px;
}

#homepage_highlights #curricular_uses, #homepage_highlights #whats_new, #homepage_highlights #news_from_tb {
	margin-bottom:20px;
}

#homepage_highlights #curricular_uses .hh_box, #homepage_highlights #whats_new .hh_box, #homepage_highlights #news_from_tb .hh_box {
background: #fff;
border: 1px solid #ff9c00;


}

#homepage_highlights .hh_box {
	position:relative;
}




#homepage_highlights #curricular_uses ul li, #homepage_highlights #news_from_tb .hh_box ul li {
	color:#000;
	margin-bottom:0px;
	background: url(/images/arrow_11.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-left: 0em;
	list-style:none;
	padding-left: 1em;
	text-indent: 0em;
}



#homepage_highlights #curricular_uses img {
	width:100px;
	float:left;
}






#homepage_highlights .hh_box { 
	border: 1px solid #555;
	padding: 10px;
}


/* RIGHT COLUMN */



#homepage_highlights #features ul li, #homepage_highlights #new_original ul li, #homepage_highlights #lists_and_awards ul li {

	text-indent:0em;
	margin-bottom:10px;
	margin-left:0;
	padding-left:0;

}


#homepage_highlights #features, #homepage_highlights #new_original, #homepage_highlights #lists_and_awards {
	
	margin-bottom:20px;	
}



/* TABS */

ul.hh_tabs, ul.click_tabs {
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:52px;
	position:relative;
}
ul.hh_tabs a span, ul.click_tabs a span {
	font-size:14px;
	color:#000;
	line-height:20px;
	font-weight:normal;
}
ul.hh_tabs a:active, ul_click_tabs a:active {
	outline:none;		
}
ul.tabs a:hover {
	color:#000;	
}

ul.hh_tabs a.current, ul.hh_tabs li.current a, ul.click_tabs a.current, ul.click_tabs li.current a {
	cursor:default !important; 
	color:#000 !important;
	/*background:#ffb400;*/
	border-left: 1px solid #ff9c00;
	border-right: 1px solid #ff9c00;
	border-top: 1px solid #ff9c00;
	
	border-bottom: 0px solid #ffb400;
	
	height:30px;
	
	font-size:15px;
	
	background: #ffb400; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb400 0%, #ffb31c 29%, #ff9900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb400), color-stop(29%,#ffb31c), color-stop(100%,#ff9900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffb400 0%,#ffb31c 29%,#ff9900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffb400 0%,#ffb31c 29%,#ff9900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffb400 0%,#ffb31c 29%,#ff9900 100%); /* IE10+ */
background: linear-gradient(top,  #ffb400 0%,#ffb31c 29%,#ff9900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ff9900',GradientType=0 ); /* IE6-9 */





	

}
ul.hh_tabs li, ul.click_tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	list-style:none!important;
	background: none;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	
}

ul.hh_tabs a, ul.click_tabs a { 
	color:#000;
	cursor:pointer;
	height:29px;	
	/*background-color:#f1f1f1;*/
	font-weight:600;
	font-size:15px;
	display:block;
	line-height:16px;
	width: 191px;
	text-align:center;	
	text-decoration:none;
	padding:10px;
	margin:0;	
	position:relative;
	top:1px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	
	
	border-left: 1px solid #6BBBC4;
	border-right: 1px solid #6BBBC4;
	border-top: 1px solid #6BBBC4;
	border-bottom: 1px solid #ff9c00;
	
	
	background: #cdebeb; /* Old browsers */
background: -moz-linear-gradient(top,  #cdebeb 0%, #a9d8dd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdebeb), color-stop(100%,#a9d8dd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cdebeb 0%,#a9d8dd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cdebeb 0%,#a9d8dd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cdebeb 0%,#a9d8dd 100%); /* IE10+ */
background: linear-gradient(top,  #cdebeb 0%,#a9d8dd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdebeb', endColorstr='#a9d8dd',GradientType=0 ); /* IE6-9 */




	
}

/* PANES */

.hh_lists_wrap .pane { 
	padding: 10px;
	border-left: 1px solid #ff9c00;
	border-right: 1px solid #ff9c00;
	border-bottom: 1px solid #ff9c00;
	height:180px;
	background:#fff;
	position:relative;
}


.hh_tab_wrap .pane { 
	padding: 10px;
	border-left: 1px solid #ff9c00;
	border-right: 1px solid #ff9c00;
	border-bottom: 1px solid #ff9c00;
	height:210px;
	background: #fff;
	
	position:relative;
}

.hh_readings_wrap .pane { 
	padding: 10px;
	border-left: 1px solid #ff9c00;
	border-right: 1px solid #ff9c00;
	border-bottom: 1px solid #ff9c00;
	height:175px;	
	background: #fff;
	
	position:relative;
}






/* IMAGES WITHIN PANES */

#hh_cc_image, #hh_staffpick_image {
float:left;
width:100px;
}

#hh_readings img {
	max-width:100px;
}
	
#hh_statelist_image {
	max-width:160px;
}
	
#hh_thematiclist_image {
	max-width:160px;
}

#hh_awardlist_image {
	width:120px;
}

#hh_interview_image {
	max-width:115px;
}

/* Hide the state booklists, until state is selected */
#use_state_booklist { 
	display: none;
}


/***** PUBLISHERS ******/


.hideable {
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.showhide {
	text-decoration: none;
}

/* Style Rules for Mobile Bookmark Bubble */

div#iOSNote {
  border:15px solid #375C78;
  border-radius:15px;
  background-color:#fefefe;
  box-shadow:10px 10px 12px #000;
  font-weight:bold;
  position:fixed;
  z-index:10000;
  line-height:1.2;
  color: #375C78;
  width:60%;
}

div#iOSNote div {
  font-size:1.5em;
  line-height:1;
  float:left;
  margin-left: .5em;
  margin:0;
  padding:15px 10px 4px 4px;
  z-index:5;
  background:#fefefe;
  vertical-align:bottom;
}

div#iOSNote img.logo {
  float:left;
  width:72px; 
  margin-right:12px;
  background-color:#fefefe;
  margin-left:.4em;
  margin-bottom:.4em;
}

div#iOSNote div img {
 vertical-align:middle;
  width:1.8em;
}

img.pointer {
  position:absolute;
  z-index:-29;
}

div#iOSNote .close:hover {
cursor:pointer;
}

div#iOSNote .close img {
display:inline;
  position:absolute;
  top:-57px;
  width:55px;
  right:-56px;
  padding:20px;
}

/* *** Items for floating sidebar *** */
#floating_sidebar { 

	width: 100px;
	padding: 0 5px 0 5px;
	background-color: #ffb400;
	border: 1px solid #da4b21;
	
	position: fixed;

	color: #000;
	font-size: .8em;
	z-index:100;
/*	left: 980px;
	top: 250px;*/
	margin-left:980px;
	top:215px;
	

	
}
.floating_sidebar_item {
	width: 100%;
	float: left;
	
	padding: 2px 0px 0px 0px;
	margin:0;
	border-bottom:1px solid #DA4B21;
	text-align:left;
}

.floating_sidebar_item.last {
	
	border-bottom:0px solid #DA4B21;

}



.floating_sidebar_item:hover {
	background:#ff8a00;
}

.floating_sidebar_item img {
	margin:4px 4px 0 4px; 
	width:20px;
	height:20px;
}
.floating_sidebar_item a { 
	text-decoration: none;
}

.floating_sidebar_item a span {
	margin-left:0px;
	font-weight: normal;
	color: black;
}

/* Add-to-UGL widget */
#addToUGL { 
	display: none;
	position: absolute;
	top: 100px;
	left: 100px;
	border: 4px solid #ffb400;
	padding: 5px;
	width: 500px;
	height: auto;
	background-color: #fff;
	color: #000;
	z-index: 999999;
}

#addToUGLClose {

position:absolute;
right:-10px;
top:-10px;
cursor:pointer;


}


#addToUGLInner {
	clear: both;
	margin: 10px;
}
#addToUGLLayer { 
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index:99999;
}

#addToUGL h2 {
background:#c6dddc;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
border: 1px solid #2E878A;
padding: 10px 15px;
text-align:center;
margin-bottom:20px;
font-size:20px;
}


#addToUGL .button2 {
	display: block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none!important;
	font-size:18px;
	line-height:1.3em!important;
	padding: .4em 1em .4em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;

}

#addToUGL input.button2 {
	display: inline-block;
	padding: .2em 1em .2em;

}




#addToUGL .button2:hover {
	text-decoration: none;
}
#addToUGL .button2:active {
	position: relative;
	top: 1px;
}

#addToUGL .button2 a {color:#fff!important;}

#addToUGL .button2 span {font-size:.7em;}

#addToUGL .blueButton {
	color: #fff!important;
	border: solid 1px #199694;
	background: #24a5a3;
	background: -webkit-gradient(linear, left top, left bottom, from(#24a5a3), to(#199694));
	background: -moz-linear-gradient(top,  #24a5a3,  #199694);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#24a5a3', endColorstr='#199694');
}

#addToUGL .blueButton:hover {
	background: #34bab7;
	background: -webkit-gradient(linear, left top, left bottom, from(#34bab7), to(#34bab7));
	background: -moz-linear-gradient(top,  #34bab7,  #34bab7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#34bab7', endColorstr='#34bab7');
}

#addToUGL .blueButton:focus {
	background: #34bab7;
	background: -webkit-gradient(linear, left top, left bottom, from(#34bab7), to(#34bab7));
	background: -moz-linear-gradient(top,  #34bab7,  #34bab7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#34bab7', endColorstr='#34bab7');
}

img.icon {margin-right:10px;}

.pointer {cursor:pointer;}

span.rotate {
	-webkit-transform:  rotate(270deg);
	-moz-transform:  rotate(270deg);
	-o-transform:  rotate(270deg);
	writing-mode: lr-tb;
	display:block;
	white-space: nowrap;
	margin-top: 30px;
	font-weight:bold;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}



/* Title Annotation Pop-up/Widget */
#annotationDisplay { 
	display: none;
	position: absolute;
	top: 100px;
	left: 100px;
	border: 4px solid #ffb400;
	padding: 5px;
	width: 500px;
	height: auto;
	background-color: #fff;
	color: #000;
	z-index: 999999;
}

#annotationDisplay /* close button */ .closeAnnotation {
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
}
#annotationDisplayInner {
	clear: both;
	margin: 10px;
}
#annotationDisplayLayer { 
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index:99999;
}
.annotationDisplayText { 
	max-height: 400px;
	overflow: auto;
	padding-right: 10px;
	margin-top: 10px;
}

#annotation_snippet { 
	margin-top: 20px;
	font-size: 12px;
	line-height:13px;
}



/* TEXT COMPLEXITY */


h2.blue_3 {
	background: #2b719e;
	*display:inline-block;
	color: #fff;
	padding:5px 10px;
	margin-bottom:0px;
	line-height:18px;
	font-size:16px;
	
	text-shadow: black 0.05em 0.05em 0.1em;
	-moz-box-shadow: inset 0 0 5px 3px #2b719e;
	-webkit-box-shadow: inset 0 0 5px 3px  #2b719e;
	box-shadow: inset 0 0 5px 3px #2b719e;
		-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	background: #154066; /* Old browsers */
	
	background: -moz-linear-gradient(top,  #154066 0%, #26679b 82%, #133f5c 98%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#154066), color-stop(82%,#26679b), color-stop(98%,#133f5c)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #154066 0%,#26679b 82%,#133f5c 98%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #154066 0%,#26679b 82%,#133f5c 98%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #154066 0%,#26679b 82%,#133f5c 98%); /* IE10+ */
	
	background: linear-gradient(top,  #154066 0%,#26679b 82%,#133f5c 98%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154066', endColorstr='#133f5c',GradientType=0 ); /* IE6-9 */

}

a.item_award_link { text-decoration: none; color: #000; }
a.item_award_link:hover { text-decoration: underline; }


/* CRL Student Expiration widget */
#crlStudentExpirationWarning { 
	display: none;
	position: absolute;
	top: 100px;
	left: 100px;
	border: 4px solid #ffb400;
	padding: 5px;
	width: 500px;
	height: auto;
	background-color: #fff;
	color: #000;
	z-index: 999999;
}

#crlStudentExpirationWarningInner {
	clear: both;
	margin: 10px;
}

#crlStudentExpirationWarningLayer { 
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index:99999;
}

#pageTags { 
	text-align: left;
	border: 1px solid #2796a5;
	padding: 10px;
	margin-bottom: 10px;
}
.pageTag { 
	background-color: #ffb400;
	color: #3351c1;
	font-weight: bold;
	font-size: 8pt;
	padding: 5px;
	float: left;
	margin-right: 5px;
}
.pageTag:hover { 
	cursor: pointer;
	background-color: #FBAD24;
}

/* For jquery-autocomplete */

.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0,0,0,.1);

	/* core styles should not be changed */
	position: absolute;
	display: none;
	z-index: 9999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

.autocomplete-suggestion { 
	position: relative;
	/* padding: 0 .6em; */
	padding: 4px;
	margin-bottom: 4px;
	line-height: 23px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.02em;
	color: #333;

}
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

&lt;style&gt;
.skipnav { text-align: left; }
  .skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
  .skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }
&lt;/style&gt;
</pre></body></html>