/* general */
*{font-size: 100.01%;}
html{
	font-size: 75%;
	height: 100%;
}

/* background: url(../images/body-bg.gif); */
body{
	margin: 0;
	color: #111;
	font: .833em Verdana,Arial,Helvetica,sans-serif;
}
form, fieldset{
	margin: 0;
	padding: 0;
	border: none;
}
img{border: none;}
a{
	color: #0159a3;
	text-decoration: underline;
	outline: none;
}
a:hover{color: #111;}
#main{
	width: 1006px;
	margin: 0 auto;
	padding: 0 0 3px 0;
}
.container{
	width: 1000px;
	padding: 0 2px 2px;
	border: 1px solid #b9b8b8;
	border-top: none;
	position: relative;
}
/* logo */
.logo{
	margin: 0;
	position: absolute;
	top: 27px;
	left: 25px;
	z-index: 122;
	padding: 0 0 6px;
	border-bottom: 6px solid #5b5757;
}
.about .logo{border-bottom: 6px solid #4a7eab;}
.library .logo{border-bottom: 6px solid #b32017;}
.education .logo{border-bottom: 6px solid #d06221;}
.museum .logo{border-bottom: 6px solid #aaa04e;}
.feature .logo{border-bottom: 6px solid #ccc;}
.logo img{display: block;}
/* header */
#header{
	position: absolute;
	top: 0;
	left: 2px;
	width: 983px;
	height: 130px;
	background: #fff url(../images/header-bg.gif) repeat-x;
	border-bottom: 6px solid #959494;
	padding: 0 17px 0 0;
}
.top-bar{
	width: 100%;
	overflow: hidden;
}
/* search */
.search{
	float: right;
	width: 201px;
	margin: 12px 0 0;
}
.search label{display: none;}
.search .text{
	float: left;
	border: 1px solid #6b6a69;
	padding: 0 4px 0 5px;
	width: 150px;
	color: #575757;
	height: 19px;
	background-color: #fff;
}
.search .text input#sq{
	float: left;
	padding: 4px 0 3px;
	width: 150px;
	font: bold 10px Arial,Helvetica,sans-serif;
	border: 0;
	
        line-height: 1;
	background: url(../images/search-bg.png) no-repeat;
        vertical-align: middle;
}
.search .text input#sq.focused { color: #000; background: none; }

.search .button{
	float: right;
	width: 38px;
	height: 21px;
	background: url(../images/go.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.search .button:hover{background: url(../images/go-hover.gif) no-repeat;}
.search .submit{display: none;}
/* top navigation */
.top-nav{
	float: right;
	margin: 0;
	padding: 12px 22px 0 0;
	list-style: none;
	text-transform: uppercase;
	font: bold 1.1em/21px Helvetica,Arial,sans-serif;
}
.top-nav li{
	float: left;
	padding: 0 0 0 14px;
}
.top-nav li a{
	color: #464444;
	text-decoration: none;
}
.top-nav li a:hover{color: #1964a6;}
.bottom-bar{
	width: 807px;
	margin: 40px 0 0 175px;
	background: url(../images/line.gif) repeat-x 0 21px;
	display: table;
}
.right-nav{
	float: right;
	width: 200px;
}
.right-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 1.1em/21px Helvetica,Arial,sans-serif;
}
.right-nav ul li{
	border-bottom: 1px solid #959393;
	padding: 0 0 0 20px;
	background: url(../images/arrow.gif) no-repeat 0 50%;
	overflow: hidden;
	height: 1%;
	vertical-align: top;
}
.right-nav ul li a:hover{
	color: #111;
	text-decoration: underline;
}
.right-nav ul li p{
	float: left;
	margin: 0;
}
.right-nav ul ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.right-nav ul ul li{
	padding: 0 0 0 11px;
	background: none;
	border: none;
	float: left;
}
.right-nav ul #textchanger{float: right;}
#increase{font: bold 18px/19px Arial,Helvetica,sans-serif;}
#reset{font: bold 13px/21px Arial,Helvetica,sans-serif;}
#decrease{font: bold 9px/23px Arial,Helvetica,sans-serif;}
/* main navigation */
.main-nav{
	margin: 22px 80px 0 0;
	padding: 0;
	float: right;
	list-style: none;
	font: bold 1.5em/35px Helvetica,Arial,sans-serif;
	height: 1%;
	border-left: 1px solid #d6d6d6;
	display: inline;
}
.main-nav:after{
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
}
.main-nav li{
	float: left;
	border-right: 1px solid #d6d6d6;
}
.main-nav li a{
	display: block;
	color: #214b65;
	text-decoration: none;
	padding: 0 12px;
}
.main-nav li:hover a,
.main-nav li.hover a,
.main-nav li.active a{color: #fff;}

body.about .main-nav li a.about-link,
.main-nav li:hover a.about-link,
.main-nav li.hover a.about-link,
.main-nav li.active a.about-link{color: #fff; background-color: #4a7eab;}

body.library .main-nav li a.library-link,
.main-nav li.hover a.library-link,
.main-nav li:hover a.library-link,
.main-nav li.active a.library-link{color: #fff; background-color: #b32017;}

body.education .main-nav li a.education-link,
.main-nav li.hover a.education-link,
.main-nav li:hover a.education-link,
.main-nav li.active a.education-link{color: #fff; background-color: #d06221;}

body.museum .main-nav li a.museum-link,
.main-nav li.hover a.museum-link,
.main-nav li:hover a.museum-link,
.main-nav li.active a.museum-link{color: #fff; background-color: #aaa04e;}

body.feature .main-nav li a.feature-link,
.main-nav li.hover a.feature-link,
.main-nav li:hover a.feature-link,
.main-nav li.active a.feature-link{color: #fff; background-color: #217ec4;}

.main-nav li:hover,
.main-nav li.hover{position: relative;}
.main-nav li:hover ul,
.main-nav li.hover ul{display: block;}
/* drop down menus */
.main-nav ul{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 35px;
	left: -1px;
	width: 137px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	font-size: 0.8em;
	line-height: 1.583em;
}
.main-nav ul.about-drop{background-color: #4a7eab;}
.main-nav ul.library-drop{background-color: #b32017;}
.main-nav ul.education-drop{background-color: #d06221;}
.main-nav ul.museum-drop{background-color: #aaa04e;}
.main-nav ul.feature-drop{background-color: #217ec4;}

.main-nav ul li{
	float: none;
	border: none;
	border-bottom: 1px solid #d6d6d6;
	width: 100%;
	vertical-align: top;
}
.main-nav ul li a{padding: 0 0 0 12px; font-weight: normal;}
.main-nav ul li a:hover{background-color: #535151;}
.wrapper{
	width: 100%;
	padding: 170px 0 0;
}
.content-holder{
	width: 100%;
	background: url(../images/content-holder-bg.gif) repeat-y;
	position: relative;
	padding: 0 0 40px;
	border-bottom: 1px solid #b9b8b8;
	margin: 0 0 2px;
}
.content-holder:after{
	content: "";
	clear: both;
	overflow: hidden;
	display: block;
}
.holder{
	width: 772px;
	float: right;
	overflow: hidden;
	padding: 25px 0 0;
	margin: -25px 0 0;
}
/* content */
#content{
	width: 538px;
	float: left;
}
/* content columns */
.columns-holder{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 0 57px;
	border-bottom: 2px solid #b7b4b4;
	margin: 0 0 48px;
}
.links{
	position: absolute;
	bottom: 0;
	padding: 5px 0 0 11px;
	border-top: 1px solid #b7b4b4;
	width: 249px;
	height: 40px;
}
.links p{
	margin: 0;
	font-size: 1.1em;
	line-height: 16px;
}
.column{
	width: 260px;
	margin: 0 -1px 0 0;
	padding: 0 10px 0 0;
	float: left;
	overflow: hidden;
}
.columns-holder .column.right{
	margin: 0 0 0 -1px;
	padding: 0 0 0 10px !important;
	float: right;
	border-left: none;
}
.column h2{
	margin: 0 0 10px;
        font: bold 1.5em/2.076em Helvetica,Arial,sans-serif;
	color: #fff;
	padding: 1px 0 0 11px;
}
.column h2.library-heading{background-color: #b32017;}
.column h2.education-heading{background-color: #d06221;}
.column h2.museum-heading{background-color: #aaa04e;}
.column h2.feature-heading{background-color: #217ec4;}

.column-content{
	padding: 0 20px 0 10px;
	margin: 0 -10px 0 0;
	border-right: 1px solid #b7b4b4;
	border-left: none;
}
.right .column-content{
	padding: 0 10px 0 20px;
	margin: 0 0 0 -9px;
	border-left: 1px solid #b7b4b4;
	border-right: none;
}
.column-content p{
	margin: 0 0 17px;
	font-size: 1.2em;
	line-height: 1.416em;
}
.column-content p strong{
	font-weight: bold;
	color: #2d2e2e;
}
.column-content img{
	display: block;
	border: 1px solid #cecece;
}
/* exhibits */
.exhibits{
	background-color: #f8f5d6;
	border: 1px solid #cdcbb6;
	padding: 0 11px 7px;
	overflow: hidden;
	height: 1%;
}
.exhibits h2{
	background-color: #928a44;
	margin: -1px -12px 15px;
        font: bold 1.5em/2.066em Helvetica,Arial,sans-serif;
        color: #fff;
	padding: 1px 0 0 11px;
}
.exhibits h2 a{
	color: #fff;
	text-decoration: none;
}
.exhibits h2 a:hover{
	text-decoration: underline;
	color: #111;
}
.affliction{
	padding: 0 0 10px;
	border-bottom: 1px solid #c0bebe;
	margin: 0 0 15px;
}
.affliction h3{
	font-size: 2.6em !important;
	font-weight: bold !important;
	margin: 0 0 10px !important;
	color: #bf3b13 !important;
}
.affliction p{
	margin: 0;
	font-size: 1.2em;
	line-height: 1.416em;
}
.exhibits-column{
	width: 238px;
	float: left;
	padding: 0 19px 0 0;
	border-right: 1px solid #c0bebe;
	overflow: hidden;
}
.exhibits-column.right-exhibits-column{
	padding: 0 0 0 18px;
	margin: 0 0 0 -1px;
	border-left: 1px solid #c0bebe;
	border-right: none;
}
.exhibits-column h4{
	margin: 0 0 3px;
	font-size: 1.2em;
	font-weight: bold;
	color: #bf3b13;
}
.exhibits-column h4 a{
	color: #bf3b13;
	text-decoration: none;
}
.exhibits-column h4 a:hover{
	text-decoration: underline;
	color: #111;
}
.exhibits-column p{
	margin: 0 0 20px;
	font-size: 1.2em;
	word-spacing: -1px;
	line-height: 1.416em;
}
.exhibits-column img{
	display: block;
	border: 1px solid #a1a1a1;
	margin: 0 0 7px;
}
.exhibits-column em{
	display: block;
	font-style: italic;
	color: #a9251f;
}
/* exhibit block */
.exhibit-block{
	padding: 20px 0 5px;
	border-bottom: 1px solid #c0bebe;
}
.exhibit-block.top{padding-top: 0;}
/* exhibits navigation */
.exhibits-nav{
	margin: 0;
	padding: 30px 0 10px 11px;
	list-style: none;
	border-bottom: 2px solid #b7b4b4;
	font-size: 1.1em;
}
/* left column */
#left-column{
	width: 212px;
	float: left;
	padding: 5px 0 0;
}
.education #left-column{padding: 5px 0 200px;}
#left-column img{
	position: absolute;
	left: 0;
	bottom: 200; /* EPH was 0 */
}
/* left-column about content */
#left-column .about{
	padding: 15px 23px 332px;
	background: url(../images/image-10.jpg) no-repeat 0 100%;
}
#left-column .about p{
	font-size: 1.3em;
	color: #724604;
	line-height: 1.384em;
	position: relative;
}
#left-column .about p strong{
	font-weight: bold;
	color: #464444;
}
#left-column .about a{font-size: 1.2em;}
/* right column */
#right-column{
	width: 218px;
	float: right;
}
.block{
	padding: 5px 0 30px;
	border-top: 2px solid #5a5a5a;
}
/* donate block */
.donate{
	margin: 5px 0 0;
	background: url(../images/donate-lines.gif) no-repeat 0 58px;
}
.donate strong{
	display: block;
	margin: 0 auto 3px;
	background: url(../images/sustain-our-development.gif) no-repeat;
	width: 118px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
}
.donate-button{
	margin: 0 auto;
	width: 118px;
	height: 21px;
	background: url(../images/donate-now.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.donate-button:hover{background-position: 0 -21px;}
.block h3{
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #bebdbd;
	font: bold 15px Helvetica,Arial,sans-serif;
	color: #132935;
}
.block h3 a{
	color: #132935;
	text-decoration: none;
}
.block h3 a:hover{
	text-decoration: underline;
	color: #4a7eab;
}
.block.invitation h3{color: #d06221;}
.block.invitation h3 a{color: #d06221;}
.block.invitation h3 a:hover{color: #111;}
.block p{
	margin: 0 0 17px;
	color: #555;
	font-size: 1.1em;
}
.block img{display: block;}
/* follow us block */
.follow h3{
	margin: 0 0 8px;
	padding: 0 0 5px 15px;
	font: bold 11px Helvetica,Arial,sans-serif;
	color: #df6329;
	border-bottom: 1px solid #bebdbd;
}
.follow ul{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.follow ul li{
	float: left;
	padding: 0 15px;
}
.follow ul li a{
	display: block;
	width: 72px;
}
.follow ul li a img{
	display: block;
	margin: 0 0 5px;
}
/* footer */
#footer{
	width: 100%;
	overflow: hidden;
	background-color: #84919c;
	padding: 0 0 15px;
}
.top-footer{
	width: 100%;
	overflow: hidden;
	background-color: #58646f;
	margin: 0 0 15px;
}
.top-footer p{
	margin: 0 0 0 239px;
	float: left;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	color: #fbde87;
	line-height: 2.5em;
}
#footer2014{
	width: 100%;
	overflow: hidden;
	background-color: #58646f;
	#background-color: #84919c;
	padding: 0 0 15px;
}
.top-footer2014{
	width: 100%;
	overflow: hidden;
	background-color: #84919c;
	#background-color: #58646f;
	margin: 0 0 15px;
}
.top-footer2014 p{
	margin: 0 0 0 15px;
	float: left;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	color: #fbde87;
	line-height: 2.5em;
}
.back{
	float: right;
	margin: 0 130px 0 0;
	color: #fff;
	font-size: 1.1em;
	padding: 0 20px 0 0;
	background: url(../images/arrow-2.gif) no-repeat 100% 50%;
	line-height: 2.727em;
	text-decoration: none;
}
.back:hover{
	color: #fbde87;
	background: url(../images/arrow-3.gif) no-repeat 100% 50%;
}
/* copyright */
.copyright{
	width: 180px;
	padding: 0 47px 0 11px;
	float: left;
}
.copyright p{
	color: #fff;
	font-size: 1.1em;
}
.copyright span{
	color: #fff;
	font-size: 1.1em;
	display: block;
	margin: 0 0 15px 13px;
}
.copyright p a{
	color: #fff;
	text-decoration: none;
}
.copyright p a:hover{
	text-decoration: underline;
	color: #111;
}
/* footer  navigations */
.footer-navs{
	width: 543px;
	float: left;
}
.footer-navs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
	font-size: 1.2em;
	line-height: 1.416em;
}
.footer-navs ul li{
	float: left;
	padding: 0 7px;
	/* 2014.....     background: url(../images/separator.gif) no-repeat 0 50%; */
	margin: 0 7px 0 -7px;
	display: inline;
}
.footer-navs ul li a{
	color: #fff;
	text-decoration: none;
}
.footer-navs ul li a:hover,
.footer-navs ul li.active a{color: #111;}
.footer-navs .main-footer-nav{
	font-weight: bold;
	margin: 0 0 15px;
}
.footer-navs .main-footer-nav li{
	padding: 0 7px 0 9px;
	margin: 0 9px 0 -9px;
	/* 2014....   background: url(../images/separator-2.gif) no-repeat 0 50%; */
}
.footer-navs p{
	font-size: 1.2em;
	margin: 17px 0 0;
}
.footer-navs p a{
	color: #fff;
	text-decoration: none;
}
.footer-navs p a:hover{color: #111;}
.funder-info strong{
	display: block;
	font-size: 1.1em;
	color: #fff;
	font-weight: normal;
	margin: 0 0 7px;
}
/* about-shop.html */
#content h1{
	margin: 0 0 15px;
	font: bold 1.5em/2em Helvetica,Arial,sans-serif;
	padding: 1px 0 0 10px;
	color: #fff;
	background-color: #4a7eab;
}
.library #content h1{background-color: #b32017;}
.education #content h1{background-color: #d06221;}
.museum #content h1{background-color: #aaa04e;}
.feature #content h1{background-color: #217ec4;}

/* 2014.... .intro-content{padding: 0 11px;} */
.intro-content{padding: 0px;}
.intro-content h2{
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 3px;
	border-bottom: 1px solid #b7b7b7;
	margin: 0 0 15px;
}
.intro-content h2.about{color: #38658b;}
.intro-content p {
	font-size: 1.2em;
	line-height: 1.6em; /* EPH 1.4165em; */
	margin: 0 0 18px;
}
.intro-content p strong{font-weight: bold;}
.intro-content p em{font-style: italic;}
/* catalog */
.catalog{margin: 5px 0 60px;}
.catalog h3{
	margin: 0;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 12px;
	background-color: #74a5d0;
	line-height: 2.539em;
}
.catalog ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.catalog ul li{
	vertical-align: top;
	border-top: 2px solid #fff;
	padding: 7px 13px 11px;
	overflow: hidden;
	height: 1%;
	background: #e2eaf1 url(../images/line-2.gif) repeat-y 400px 0;
}
.catalog ul li.catalog-heading{padding: 0 13px;}
.catalog ul li.catalog-heading p{
	margin: 0 !important;
	float: left;
	line-height: 2.916em;
}
.catalog ul li.catalog-heading span{
	float: right;
	font-size: 1.2em;
	line-height: 2.916em;
}
.catalog ul li img{
	vertical-align: top;
	float: left;
	margin: 0 13px 0 0;
}
.catalog .description{
	overflow: hidden;
	height: 1%;
}

/* .catalog .description p{margin: 0 0 10px;} */
.catalog .description p{margin: 0 10px 10px 0 !important;}
.catalog ul ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 292px;
}
.catalog ul ul li{
	border: none;
	background: none;
	padding: 0;
}
.catalog ul dl{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
.catalog ul dl dt{
	float: left;
	width: 290px;
	margin: 0 0 10px;
}
.catalog ul dl dt span{font-size: 1.2em;}
.catalog ul dl dd{
	font-size: 1.2em;
	float: right;
	margin: 0 0 10px;
}
.catalog strong{
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin: 0 0 2px;
}
.catalog p strong{font-size:1em;}
.catalog .description h4{
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #38658b;
}
.catalog .description em{
	display: block;
	margin: 0 0 15px;
	font-style: italic;
	font-size: 1.2em;
}
/* left column navigations */
#left-column ul{
	margin: 0;
	padding: 0 0 40px 40px;
	font: 1.4em Helvetica,Arial,sans-serif;
}
#left-column ul li{
	padding: 5px 5px 4px 0;
	border-bottom: 1px solid #aaa;
	vertical-align: top;
}
#left-column ul li a{
	display: block;
	padding: 0 0 0 14px;
	margin: 0 0 0 -14px;
	text-decoration: none;
	color: #111;
}
#left-column ul li a:hover,
#left-column ul li.active a{
	color: #4a7eab;
	background: url(../images/arrow-blue.gif) no-repeat 0 2px;
}
.library #left-column ul li a:hover,
.library #left-column ul li.active a{
	color: #b32017;
	background: url(../images/arrow-red.gif) no-repeat 0 2px;
}

/* ----- begin EPH ----- */
.museum #left-column ul li a:hover,
.museum #left-column ul li.active a{
	color: #aaa04e;
	background: url(../images/arrow-green.gif) no-repeat 0 2px;
}
.museum #left-column ul li{color: #aaa04e;}
.museum #left-column ul li.drop a{color: #aaa04e;}
.museum #left-column ul ul li a:hover,
.museum #left-column ul ul li.active a{color: #aaa04e !important;}

.museum .logo{border-bottom: 6px solid #aaa04e;}
.main-nav li.active a.museum-link{color: #fff; background-color: #aaa04e;}
.main-nav ul.museum-drop{background-color: #aaa04e;}
.column h2.museum-heading{background-color: #aaa04e;}
.museum #content h1{background-color: #aaa04e;}

.museum .button-2{background-color: #aaa04e;}
.museum .type h2{color: #aaa04e;}
.museum .view ul li{color: #aaa04e;}
.museum .results-navigations .display ul li{color: #aaa04e;}
.museum .breadcrumbs li{color: #aaa04e;}

/* ----- end EPH ----- */

/* ----- begin EPH2016 ----- */
.feature #left-column ul li a:hover,
.feature #left-column ul li.active a{
	color: #217ec4;
	background: url(../images/arrow-blue.gif) no-repeat 0 2px;
}
.feature #left-column ul li{color: #217ec4;}
.feature #left-column ul li.drop a{color: #217ec4;}
.feature #left-column ul ul li a:hover,
.feature #left-column ul ul li.active a{color: #217ec4 !important;}

.feature .logo{border-bottom: 6px solid #217ec4;}
.main-nav li.active a.feature-link{color: #fff; background-color: #217ec4;}
.main-nav ul.feature-drop{background-color: #217ec4;}
.column h2.feature-heading{background-color: #217ec4;}
.feature #content h1{background-color: #217ec4;}

.feature .button-2{background-color: #217ec4;}
.feature .type h2{color: #217ec4;}
.feature .view ul li{color: #217ec4;}
.feature .results-navigations .display ul li{color: #217ec4;}
.feature .breadcrumbs li{color: #217ec4;}

/* ----- end EPH2016 ----- */

.doarrow,
.education #left-column ul li a:hover,
.education #left-column ul li.active a{
	color: #d06221;
	background: url(../images/arrow-orange.gif) no-repeat 0 2px;
}
.education #left-column ul li{color: #d06221;}
#left-column ul li.active a{font-weight: bold;}
#left-column ul li.drop a{
	font-weight: bold;
	color: #b32017;
}
.education #left-column ul li.drop a{color: #d06221;}
#left-column ul ul{
	margin: 4px -5px -4px 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}
#left-column ul ul li{
	border-top: 1px solid #aaa;
	border-bottom: none;
	padding: 5px 5px 4px 21px;
}
#left-column ul ul li a{
	padding: 0 0 0 35px;
	margin: 0 0 0 -35px;
	font-weight: normal !important;
	color: #111 !important;
}
#left-column ul ul li a:hover,
#left-column ul ul li.active a{color: #b32017 !important;}
.education #left-column ul ul li a:hover,
.education #left-column ul ul li.active a{color: #d06221 !important;}
#left-column h3{
	margin: 0 0 0 40px;
	font: bold 1.4em Helvetica,Arial,sans-serif;
	border-bottom: 1px solid #aaa;
	padding: 0 0 4px;
}
/* library overview.html */
.collections-block{
	/* margin: 0 -11px 35px; 2015 fix... remove EPH */
	margin: 0 0px 35px; 
	background-color: #e3e9ec;
	border: 1px solid #bdbebe;
	padding: 15px 10px 10px;
}
.collections-block h3{
	margin: 0 0 15px;
	color: #b32017;
	font: bold 1.7em Helvetica,Arial,sans-serif;
}
.collections-form{
	background-color: #9bb4c0;
	padding: 17px 0 13px;
}
.collections-form .boxes-holder{
	width: 100%;
	overflow: hidden;
	background: url(../images/collections-boxes-lines.gif) repeat-y;
	margin: 0 0 17px;
}
.collections-form .box{
	width: 160px;
	float: left;
	padding: 0 0 0 12px;
}

/* .collections-form label{display: none;} */

.collections-form label{
  position:absolute;  
  left:-10000px; 
  top:auto;  
  width:1px;  
  height:1px;
  overflow:hidden; }
  
.collections-form h4{
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
.collections-form select{
	display: block;
	margin: 10px 0 0;
	font: 11px/14px Verdana,Arial,Helvetica,sans-serif;
	width: 146px;
}
.collections-form textarea{
	border: 1px solid #a1a1a1;
	width: 138px;
	height: 74px;
	display: block;
	margin: 10px 0 0;
	padding: 0 0 0 3px;
	font: 11px/14px Verdana,Arial,Helvetica,sans-serif;
	overflow: auto;
}
.collections-form .text{
	border: 1px solid #001740;
	width: 135px;
	display: block;
	margin: 10px 0 0;
	padding: 1px 0 2px 11px;
	font: 11px/14px Verdana,Arial,Helvetica,sans-serif;
}
.buttons-holder{
	margin: 0 12px;
	border-top: 1px solid #c1d7e1;
	padding: 7px 0 0;
	overflow: hidden;
	height: 1%;
}
.button-2{
	float: right;
	margin: 0 0 0 12px;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2em;
	background-color: #b32017;
	padding: 0 7px;
}
.education .button-2{background-color: #d06221;}
.button-2:hover{
	color: #fff;
	background-color: #111;
}
.collections-form .submit {display: none;}
/* tagcloud */
.tagcloud{
	margin: 0;
	padding: 0;
	list-style: none;
}
.tagcloud li{display: inline;}
.tagcloud li.v-popular{font-size: 1em;}
.tagcloud li.vv-popular{font-size: 1.2em;}
.tagcloud li.vvv-popular{font-size: 1.3em;}
.tagcloud li.vvvv-popular{font-size: 1.4em;}
.tagcloud li.vvvvv-popular{font-size: 1.5em;}
.tagcloud li.vvvvvv-popular{font-size: 1.6em;}
.tagcloud li.vvvvvvv-popular{font-size: 1.8em;}
.tagcloud li.vvvvvvvv-popular{font-size: 2em;}
.tagcloud li.vvvvvvvvv-popular{font-size: 2.2em;}
.tagcloud li.vvvvvvvvvv-popular{font-size: 2.3em;}
.tagcloud li a{
	color: #b32017;
	text-decoration: none;
}
.tagcloud li a:hover{color: #111;}
/* browse-collections block */
.browse-collections{margin: 0 0 45px;}
.browse-collections h3{
	margin: 0 0 3px;
	font: bold 1.5em/2.066em Helvetica,Arial,sans-serif;
	color: #fff;
	background-color: #555454;
	padding: 1px 0 0 9px;
}
.browse-collections .collections-form{
	background-color: #dddcdc;
	padding: 0 16px 14px 9px;
	overflow: hidden;
	height: 1%;
}
.browse-collections .collections-form h4{
	padding: 15px 0 5px;
	color: #0e0e0e;
	font-size: 1.1em;
	margin: 0;
}
.browse-collections .collections-form select{
	margin: 5px 0;
	width: 194px;
}
.browse-collections .collections-form .text{
	margin: 0 0 10px;
	width: 180px;
}
.browse-collections .buttons-holder{
	margin: 12px 0 0;
	border-top: 1px solid #a3a0a0;
}
.browse-collections .buttons-holder .button-2{
	float: left;
	margin: 0 12px 0 0;
}
.browse-collections p{
	margin: 5px 0 0;
	font-size: 1.1em;
}
/* library-browse-direc.html */
.content-wrapper{
	overflow: hidden;
	height: 1%;
	margin: 0 0 15px;
}
/* browse block */
.browse{
	overflow: hidden;
	height: 1%;
	margin: 0 11px 35px 0;
	background-color: #e3e9ec;
	border: 1px solid #bdbebe;
	padding: 15px 10px 10px;
}
.browse h2{
	margin: 0 0 5px;
	color: #b32017;
	font: bold 1.7em Helvetica,Arial,sans-serif;
}
.browse .browse-form{
	background-color: #c0d0d9;
	padding: 0 15px 0 13px;
	overflow: hidden;
	height: 1%;
}
.browse-form .left-part{
	float: left;
	width: 300px;
	padding: 15px 32px 0 0;
}
.browse-form .right-part{
	float: left;
	width: 378px;
	padding: 15px 0 0;
}
.browse .browse-form ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.browse .browse-form ul li{
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
	vertical-align: top;
}
.browse-form .left-part label{
	float: left;
	width: 97px;
	font-size: 1.2em;
	line-height: 18px;
}
.browse-form .left-part select{
	font: 11px/14px Verdana,Arial,Helvetica,sans-serif;
	width: 203px;
	float: left;
	height: 18px;
}
.browse-form .left-part em{
	display: block;
	font-size: 1.1em;
	margin: 0 0 0 97px;
	font-style: italic;
}
.browse-form .right-part label,
.browse-form .right-part p{
	float: left;
	width: 86px;
	font-size: 1.2em;
	line-height: 18px;
	margin: 0;
}
.browse-form .right-part label.small{
	width: auto;
	margin: 0 10px;
	display: inline;
	font-style: italic;
}
.browse-form .right-part label.radio-label{
	width: auto;
	margin: 0 25px 0 5px;
}
.radio-1{
	float: left;
	margin: 2px 0 0;
	padding: 0;
	width: 15px;
	height: 16px;
}
input.date-range{
        line-height: 1;
	background: #fff url(../images/date-bg.png) no-repeat;
        vertical-align: middle;
}
input.date-range.focused { color: #000; background: none; background-color: #fff; }
.browse-form .right-part .text{
	border: 1px solid #001740;
	width: 117px;
	float: left;
	margin: 0;
	padding: 1px 0 2px 8px;
	font: 11px/14px Verdana,Arial,Helvetica,sans-serif;
}

.browse-form .right-part .button-2{margin: 40px 0 0 7px;}
/* topics */
.topics{
	width: 900px;
	overflow: hidden;
	padding: 0 0 0 11px;
}
.topics h2{
	font: bold 17px Helvetica,Arial,sans-serif;
	margin: 0;
	border-bottom: 1px solid #b7b7b7;
	color: #b32017;
	padding: 0 0 4px;
	width: 749px;
}
.topics h3{
	margin: 15px 0 0;
	font-weight: bold;
	font-size: 1.2em;
}
.topics ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}
.topics ul li{display: inline;}
.topics ul.list li{display: block;}
.topics-column{
	width: 350px;
	margin: 0 50px 0 0;
	float: left;
}
/* print-button */
.print{
	width: 132px;
	height: 22px;
	background: url(../images/print-button.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.print:hover{background-position: 0 -22px;}
#right-column .print{margin: 0 auto 45px;}
/* library-browse-direc-results-detail.html */
.results{margin: 0 11px;}
/* results-paraneters */
.results-paraneters{
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
}
.type{
	width: 361px;
	float: left;
}
.type h2{
	float: left;
	font: bold 1.7em Helvetica,Arial,sans-serif;
	color: #b32017;
	margin: 0;
}
.education .type h2{color: #d06221;}
.type span{
	float: left;
	font: 1.3em/1.7em Helvetica,Arial,sans-serif;
	margin: 0 0 0 5px;
}
.results-number{float: left;}
.results-number p{
	margin: 0;
	font: 1.3em/1.7em Helvetica,Arial,sans-serif;
}
.view{
	float: right;
}
.view p{
	float: left;
	font: 1.3em/1.7em Helvetica,Arial,sans-serif;
}
.view ul{
	float: left;
	font: 1.3em/1.7em Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
.view ul li{
	float: left;
	padding: 0 7px;
	font-weight: bold;
	color: #b32017;
	margin: 0 2px 0 -2px;
	background: url(../images/separator-1.gif) no-repeat 0 50%;
}
.education .view ul li{color: #d06221;}
.view ul li a{font-weight: normal;}
.results-heading{
	overflow: hidden;
	height: 1%;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.818em;
	border-bottom: 2px solid #8fa3ac;
	border-top: 2px solid #8fa3ac;
}
.name{
	float: left;
	width: 244px;
}
.date{
	float: left;
	width: 133px;
}
.format{
	float: left;
	width: 137px;
}
.image-block{
	float: left;
	width: 135px;
}
.collection{
	float: left;
	width: 101px;
}

/* -------- EPH MOVED TO RESULTS-LIST.CSS ---------- */

.results-list{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #8fa3ac;
	font-size: 1.1em;
}
.results-list li{
	margin: -1px 0 1px;
	padding: 1px 0;
	overflow: hidden;
	height: 1%;
	border-top: 1px solid #8fa3ac;
	vertical-align: top;
}
.results-list li.secondary{
	border: none;
	padding: 0;
}
.results-list li a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #111;
	cursor: pointer;
	overflow: hidden;
}
.results-list li a:hover{background-color: #d4e1e8;}
.results-list li.secondary a:hover{
	background: none;
	position: relative;
}
.results-list li.secondary a:hover span.row-wrapper{background: #d4e1e8;}
.results-list li.secondary a strong span.row-wrapper{
	padding: 6px 0;
	display: block;
	overflow: hidden;
	height: 1%;
}
.results-list li a .name{padding: 7px 0;}
.results-list li a strong{
	width: 506px;
	float: right;
	padding: 7px 0;
	font-weight: normal;
}
.results-list li.secondary a strong{
	border-top: 1px solid #8fa3ac;
	padding: 1px 0;
}
.results-list li a strong.secondary{border-top: 1px solid #8fa3ac;}

/* ----------- EPH END MOVED ----------- */

.results-navigations{
	overflow: hidden;
	height: 1%;
}
.results-navigations .display{
	float: left;
	width: 217px;
}
.results-navigations .display p{
	font-size: 1.1em;
	margin: 0 0 3px;
}
.results-navigations .display ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	overflow: hidden;
	height: 1%;
}
.results-navigations .display ul li{
	float: left;
	color: #b32017;
	padding: 0 7px;
	background: url(../images/separator-3.gif) no-repeat 0 50%;
	margin: 0 7px 0 -7px;
}
.results-navigations .display ul li.active{font-weight: bold;}
.education .results-navigations .display ul li{color: #d06221;}
.results-navigations .pagination{
	width: 374px;
	float: left;
}
.pagination p{
	font-size: 1.1em;
	margin: 0 0 3px;
}
.pagination ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination ul li{
	float: left;
	vertical-align: bottom;
	line-height: 25px;
	color: #b9c5ce;
}
.pagination ul li a{
	display: block;
	width: 18px;
	line-height: 18px;
	border: 1px solid #a1a1a1;
	margin: 0 5px 0 0;
	text-align: center;
	text-decoration: none;
	color: #111;
}
.pagination ul li.active a,
.pagination ul li.active a:hover{
	background-color: #c8d7e4;
	color: #111;
}
.pagination ul li a:hover{
	background-color: #111;
	color: #fff;
}
.pagination ul li a.first{
	background: url(../images/top-arrows.gif) no-repeat;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 8px 0 0;
}
.pagination ul li a.previous{
	background: url(../images/previous-button.gif) no-repeat;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 19px 0 0;
}
.pagination ul li a.next{
	background: url(../images/next-button.gif) no-repeat;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 16px;
}
.pagination ul li a.first:hover,
.pagination ul li a.previous:hover,
.pagination ul li a.next:hover{background-position: 0 -18px;}
.results-navigations .print{
	margin: 15px 0 0;
	float: left;
}
/* gallery-results */
.gallery-results{
	width: 100%;
	overflow: hidden;
	margin: 0 0 45px;
}
.gallery-results ul{
	width: 760px; /* 900px; */
	overflow: hidden;
	margin: 0;
	padding: 18px 0;
	list-style: none;
	border-bottom: 1px solid #c2c2c2;
	font-size: 1.1em;
}
.gallery-results ul li{
	float: left;
	width: 139px;
	margin: 0 13px 0 0;
}
.image-holder{
	border: 1px solid #646262;
	display: block;
	width: 137px;
	height: 137px;
	text-align: center;
	display: table;
	margin: 0 0 7px;
}
* html .image-holder{
	display: block;
	position: relative;
}
* +html .image-holder{
	display: block;
	position: relative;
}
a.image-holder:hover{background-color: #d6e2e9;}
.image-holder span{
	display: table-cell;
	vertical-align: middle;
}
* html .image-holder span{
	position: absolute;
	top: 50%;
}
* +html .image-holder span{
	position: absolute;
	top: 50%;
}
* html .image-holder span img{
	position: relative;
	top: -50%;
	left: -50%;
}
* +html .image-holder span img{
	position: relative;
	top: -50%;
	left: -50%;
}
/* breadcrumbs */
.breadcrumbs{
	margin: -25px 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
	height: 25px;
	font-size: 1.1em;
}
.breadcrumbs li{
	float: left;
	padding: 0 5px 0 13px;
	background: url(../images/arrow-5.gif) no-repeat 0 50%;
	margin: 0 13px 0 -13px;
	display: inline;
	font-weight: bold;
	color: #b32017;
}
.education .breadcrumbs li{color: #d06221;}
.breadcrumbs li a{font-weight: normal;}
/* document */
.document{
	padding: 0 11px;
	overflow: hidden;
	height: 1%;
}
.document h2{
	margin: 0 0 20px;
	font-size: 1.7em;
	font-weight: bold;
}
/* document-description */
.document-description{
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden;
	height: 1%;
	border-top: 1px solid #8fa3ac;
}
.document-description dt{
	float: left;
	width: 98px;
	line-height:1.95em;
	font-size: 1.2em;
	border-bottom: 1px solid #8fa3ac;
	clear: left;
	margin: 0;
}
.document-description dd{
	float: right;
	width: 418px;
	line-height:1.95em;
	font-size: 1.2em;
	border-bottom: 1px solid #8fa3ac;
	margin: 0;
}
.document h3{
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 1.2em;
}
.doc-list{
	margin: 0 0 45px;
	padding: 0;
	list-style: none;
}
.doc-list li{
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
}
.doc-list li span{
	float: left;
	width: 20px;
}
.doc-list li div{
	width: 496px;
	float: right;
	overflow: hidden;
}
.image-left{float: left;}
.image-right{float: right;}
.doc-list li div .image-left{margin: 0 10px 0 0;}
.doc-list li div .image-right{margin: 0 0 0 10px;}
.doc-list li div p{
	margin: 0 0 5px;
	font-size: 1.2em;
	line-height: 1.5em;
}
.document .pagination{margin: 10px 0 0;}
.cite{
	margin: -25px auto 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 133px;
	height: 37px;
	background: url(../images/how-to-cite-this-document.gif) no-repeat;
	display: block;
}
.cite:hover{background-position: 0 -37px;}
/* search-keywords */
.search-keywords{
	margin: 30px 0 0;
	overflow: hidden;
	height: 1%;
}
.search-keywords h2{color: #b32017;}
.show{
	overflow: hidden;
	height: 1%;
	margin: 0 0 20px;
}
.show p{font-size: 1.1em;}
.show .radio-2{
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 9px 0 0;
}
.show label{
	float: left;
	font-size: 1.1em;
	line-height: 1.363em;
	margin: 0 40px 0 0;
}
.alphabet{
	margin: 0 0 18px;
	overflow: hidden;
	height: 1%;
}
.alphabet p{
	font-size: 1.1em;
	margin: 0 0 5px;
}
.alphabet ul{
	margin: 0 !IMPORTANT;
	padding: 0 !IMPORTANT;
	list-style: none !IMPORTANT;
}
.alphabet ul li{
	float: left;
}
.alphabet ul li a{
	display: block;
	width: 18px;
	font-size: 1.1em;
	line-height: 1.636em;
	border: 1px solid #a1a1a1;
	margin: 0 -1px 0 0;
	text-align: center;
	color: #111;
	text-decoration: none;
}
.alphabet ul li.active a,
.alphabet ul li.active a:hover{
	color: #111;
	background-color: #c8d7e4;
}
.alphabet ul li a:hover{
	color: #fff;
	background-color: #111;
}
.keywords{
	width: 100%;
	overflow: hidden;
	border-top: 0px solid #b7b7b7;
}
.keywords h3{
	font-weight: bold;
	margin: 15px 0 5px 35px;
	font-size: 1.2em;
}
.keywords  ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	line-height: 1.5em;
}
.keywords  ul li{
	overflow: hidden;
	height: 1%;
}
.keywords  ul li span{
	float: left;
	margin: 0 9px 0 0;
	text-align: right;
	width: 25px;
}
.keywords-column{
	width: 230px;
	float: left;
	margin: 0 65px 0 0;
}
.keywords-columns-holder{
	width: 900px;
	overflow: hidden;
}
/* feature-block */

/* .feature-block{margin: 40px -11px 0;} EPH remove... 2015 bug fix */

.feature-block h2{
	margin: 0 auto;
	background: url(../images/feature-highlight.gif) no-repeat;
	width: 201px;
	height: 27px;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	border: none;
}
.feature-content{
	background-color: #fbf0ca;
	border: 1px solid #bcbaba;
	padding: 15px 10px 12px;
	overflow: hidden;
	height: 1%;
}
.feature-content h3{
	margin: 0 0 20px !important;
	text-align: center !important;
	font-size: 2.7em !important;
	color: #b32017 !important;
	font-weight: normal !important;
}
.feature-content h3 a{
	color: #b32017;
	text-decoration: none;
}
.feature-content h3 a:hover{
	color: #111;
	text-decoration: underline;
}
.feature-column{
	width: 243px;
	float: left;
	padding: 0 15px 0 0;
	border-right: 1px solid #c0bebe;
	overflow: hidden;
}
.feature-column.right{
	border-right: none;
	padding: 0 0 0 14px;
	border-left: 1px solid #c0bebe;
	margin: 0 0 0 -1px;
	float: right;
}
.feature-column h4{
	margin: 0 0 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #b7541a;
}
.feature-column h4 a{
	color: #b7541a;
	text-decoration: none;
}
.feature-column h4 a:hover{
	color: #111;
	text-decoration: underline;
}
/* results-paraneters */
.lessons-results-heading{
	overflow: hidden;
	height: 1%;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.818em;
	border-bottom: 2px solid #8fa3ac;
	border-top: 2px solid #8fa3ac;
}
.lessons-results-heading .title,
.lessons-results-list .title{
	float: left;
	width: 300px; /* 300 was 310 */
	padding: 0 38px 0 25px; /* 25 was 15 */
}
.lessons-results-heading .date,
.lessons-results-list .date{
	float: left;
	width: 106px;
}
.lessons-results-heading .image-block,
.lessons-results-list .image-block{
	float: left;
	width: 168px;
}
.lessons-results-heading .topics,
.lessons-results-list .topics{
	float: left;
	width: 110px;
	padding: 0 3px 0 0;
}
.lessons-results-list{
	margin: 0 0 45px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #8fa3ac;
	font-size: 1.1em;
}
.lessons-results-list li{
	padding: 1px 0;
	overflow: hidden;
	height: 1%;
	border-bottom: 1px solid #8fa3ac;
	vertical-align: top;
}
.lessons-results-list-li-a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #111;
	cursor: pointer;
	overflow: hidden;
	padding: 11px 0 14px;
}
.lessons-results-list-li-a:hover{background-color: #ebf1f4;}
.lessons-results-list-li-a-strong{
	font-weight: bold;
	display: block;
	margin: 0 0 5px -25px; /* -25 was -15 */
	color: #d06221;
	word-spacing: -1px;
}
.lessons-results-list-li-a-strong span{
	float: left;
	width: 25px;  /* 25 was 15 */
	margin: 0 0 5px;
}
.lessons-results-list-li-a img{
	display: block;
	border: 1px solid #c2c2c2;
}
/* lessons */
.lessons-holder{
	overflow: hidden;
	height: 1%;
	margin: 0 0 30px;
}
.lessons-holder h2{
	margin: 0;
	padding: 0;
	border: none;
	font: bold 1.9em Helvetica,Arial,sans-serif;
}
.lesson-cluster{
	width: 251px;
	float: left;
}
.associated-block{
	width: 265px;
	float: left;
}
.lessons-holder h3{
	margin: 15px 0 5px !important;
	font-size: 1.1em !important;
	line-height: 1.818em !important;
	border-bottom: 2px solid #8fa3ac !important;
	border-top: 2px solid #8fa3ac !important;
	font-weight: bold !important;
}
.lessons-holder ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}
.lessons-components{
	overflow: hidden;
	height: 1%;
	margin: 0 0 15px;
}
.lessons-components h3{
	margin: 0 0 7px;
	text-transform: uppercase;
	font-weight: bold;
}
.lessons-components ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	line-height: 1.5em;
}
.lessons-components ul.steps{
	font-size: 1.3em;
	line-height: 26px;
}
.lessons-components ul.steps li{
	float: left;
}
.lessons-components ul.steps li a{
	display: block;
	text-align: center;
	color: #fff;
	height: 26px;
	text-decoration: none;
	position: relative;
}
.lessons-components ul.steps li a.step-1{
	width: 90px;
	background: url(../images/step-1.gif) no-repeat;
	margin: 0 -9px 0 -1px;
	z-index: 50;
	padding: 0 10px 0 0;
}
.lessons-components ul.steps li a.step-2{
	width: 197px;
	background: url(../images/step-2.gif) no-repeat;
	margin: 0 -9px 0 0;
	z-index: 25;
}
.lessons-components ul.steps li a.step-3{
	width: 238px;
	background: url(../images/step-3.gif) no-repeat;
}
.lessons-components ul.steps li a:hover{background-position: 0 -26px;}
.overview-lessons{
	margin: 0 0 15px;
	width: 100%;
	overflow: hidden;
}
.overview-lessons h2{
	margin: 0 0 20px;
	color: #d06221;
}
.overview-lessons ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	font-size: 1.1em;
}
.overview-lessons ul li{
	float: left;
	width: 163px;
	margin: 0 13px 0 0;
}
.overview-lessons ul li a.image-holder{
	width: 161px;
	height: 137px;
	border: 1px solid #b2b3b3;
	margin: 0 0 9px;
}
.overview-lessons ul li a.image-holder img{border: 1px solid #b7b7b7;}
.questions{
	background-color: #ececec;
	border: 1px solid #acacac;
	padding: 10px 10px 15px;
	margin: 15px -11px 15px;
}
.questions h2{color: #d06221;}
.questions ol{
	margin: 0;
	padding: 0 0 0 20px;
	list-style:outside;
	list-style-type:decimal;
	font-size: 1.2em;
}
* html .questions ol{padding: 0 0 0 24px;}
* +html .questions ol{padding: 0 0 0 24px;}
.questions ol li{margin: 0 0 5px;}
/* annotation-block */
.annotation-block{
	overflow: hidden;
	height: 1%;
}
.annotation-block h2{
	margin: 0 0 35px;
	padding: 0;
	border: none;
	font-size: 1.9em;
}
.annotation-block h2 span{font-weight: normal;}
.rel-info{
	margin: 0 0 7px ;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
.rel-info dt{
	float: left;
	margin: 0;
	width: 144px;
	font-size: 1.1em;
	font-weight: bold;
}
.rel-info dd{
	margin: 0;
	float: left;
	font-size: 1.1em;
	width: 260px;
}
.rel-info dd span{display: block;}
.introduction{margin: 0 0 15px;}
.introduction h3{
	font: bold 1.7em Helvetica,Arial,sans-serif;
	color: #d06221;
	padding: 0 0 4px;
	border-bottom: 1px solid #b7b7b7;
	margin: 0 0 15px;
}
.introduction img{border: 1px solid #bcbbb9;}
.introduction .image-left{margin: 0 10px 0 0;}
.introduction .image-right{margin: 0 0 0 10px;}
.abridged{
	background-color: #e8eff2;
	margin: 0 0 25px;
	padding: 15px 11px 1px;
}
.abridged h3{
	font: bold 1.7em Helvetica,Arial,sans-serif;
	color: #d06221;
	padding: 0 0 4px;
	border-bottom: 1px solid #b7b7b7;
	margin: 0 0 15px;
}
.abridged h3 span{
	font-size: .705em;
	color: #363636;
	font-weight: normal;
}
.abridged img{border: 1px solid #bcbbb9;}
.abridged .image-left{margin: 0 17px 0 0;}
.abridged .image-right{margin: 0 0 0 17px;}
.abridged p{margin: 0 0 20px;}
.abridged p span{
	font-weight: bold;
	color: #bf5313;
	padding: 0 15px 0 0;
}
.abridged p a{
	font-weight: bold;
	text-decoration: none;
}
.annotations{margin: 0 0 70px;}
.annotations h4{
	font: bold 1.3em Helvetica,Arial,sans-serif;
	padding: 0 0 4px;
	border-bottom: 1px solid #b7b7b7;
}
.annotations ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}
.annotations ul li{margin: 20px 0 0;}
.annotations ul li span{
	color: #0267ad;
	font-weight: bold;
	padding: 0 15px 0 0;
}
/*education-evaluate-fa-1012*/
.evaluate-fa #content .education-head{
	background:#d06221;
}
.lesson-plan{
	padding:15px 0 0;
	margin:0 auto 22px;
	width:516px;
	overflow:hidden;
}
.lesson-plan .head{
	padding:0 0 6px;
	width:100%;
	margin:0 0 14px;
	overflow:hidden;
	border-bottom:1px solid #b7b7b7;
}
.lesson-plan .head h2{
	font:bold 1.7em/1.1em Arial,Helvetica,sans-serif;
	margin:0;
	color:#111;
}
.lesson-plan p{
	margin:0;
	color:#111;
	font-size:1.2em;
	line-height:1.4em;
}
/*form*/
.form-lessons-plan{
	width:500px;
	margin:0 auto 15px;
	padding:13px 5px 11px 11px;
	background:#e8eff2;
	overflow:hidden;
}
.form-lessons-plan02{
	padding-top: 20px;
}
.form-lessons-plan .head-hold{
	margin-bottom:14px;
	width:100%;
	overflow:hidden;
}
.form-lessons-plan .head{
	padding:0 0 7px;
	margin:0 6px 0 0;
	display:inline;
	float:right;
	width:388px;
	overflow:hidden;
	border-bottom:1px solid #b7b7b7;
}
.form-lessons-plan h3{
	margin:0;
	font-size:1.4em;
	line-height:1.1em;
	color:#d06221;
	font-weight:bold;
}
.form-lessons-plan .holder{
	margin:0 0 10px;
	width:100%;
	overflow:hidden;
	padding: 0;
	float: none;
}
.form-lessons-plan .holder label,
.form-lessons-plan .holder p{
	float:left;
	text-align:right;
	font-size:1.2em;
	line-height:1.4em;
	color:#111;
	width:100px;
	padding:0 11px 0 0;
	display:table;
	height:30px;
	word-spacing: -1px;
	margin: 0 0 0 -4px;
}
.form-lessons-plan .holder label span{
	display:table-cell;
	vertical-align:middle;
}
.form-lessons-plan .holder input{
	margin:4px 0 0;
	float:left;
	width:381px;
	padding:4px 2px 5px;
	border:1px solid #a1a1a1;
}
.form-lessons-plan .holder select{
	float:left;
	font-size:12px;
	margin:9px 0 0;
	padding:0 0 0 8px;
	width:388px;
}
.form-lessons-plan .holder select option{
	padding:1px 0;
}
.form-lessons-plan .wrapp{
	float:left;
}
.form-lessons-plan .wrapp .city{
	width:120px;
	margin:0 11px 0 0;
}
.form-lessons-plan .wrapp .state{
	width:30px;
	margin:0 11px 0 0;
}
.form-lessons-plan .wrapp .country{
	margin:0;
	width:93px;
}
.form-lessons-plan .wrapp label{
	padding-right:6px;
	float:left;
	height:21px;
	width:auto;
}
.holder-column{
	width: 387px;
	padding: 0 0 0 107px;
	overflow: hidden;
}
.holder-column em.note{
	display: block;
	margin: 30px 0 15px;
	font-size: 1.2em;
	font-style: italic;
}
.holder-column p{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding: 15px 0 0;
	margin: 0 0 15px;
	border-top: 1px solid #b7b7b7;
}
.consult p{
	border:none;
	padding: 0;
}
.holder-column textarea{
	margin: 0;
	display: block;
	width:381px;
	height: 68px;
	padding:4px 2px 5px;
	border:1px solid #a1a1a1;
	font: 11px/14px Verdana,Arial,Helvetica,sans-serif;
	overflow: auto;
}
.holder-column ul{
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
.holder-column ul li{float: left;}
.holder-column ul li label{
	float: left;
	margin: 0 5px 0 0;
	font-size: 1.1em;
}
.radio-3{
	float: left;
	margin: 0 15px 0 0;
	width: 15px;
	height: 15px;
}
.submit-button{
	margin: 15px 0 0 130px;
	display: block;
	font-size: 1.1em;
}
/* customized-printing */
.customized-printing{
	margin: 0 0 40px;
}
.customized-printing h3{
	padding: 1px 0 0 10px;
	margin: 0;
	font: bold 1.5em/2.066em Helvetica,Arial,sans-serif;
	color: #fff;
	background-color: #111;
}
.customized-printing h3 span{
	padding: 0 0 0 22px;
	background: url(../images/print-icon.gif) no-repeat 0 50%;
}
.customized-printing-content{
	padding: 5px 10px 10px;
	background-color: #e3e9ec;
}
.customized-printing-content p{
	font-size: 1.1em;
	margin: 0 0 20px;
}
.customized-printing-content h4{
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #4e7d94;
	padding: 0 0 3px;
	margin: 0 0 5px;
}
.customized-printing-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
.customized-printing-content ul li{
	margin: -1px 0 1px;
	width: 100%;
	overflow: hidden;
	word-spacing: -1px;
	border-top: 1px solid #4e7d94;
	vertical-align: top;
}
.customized-printing-content ul li .checkbox{
	float: left;
	width: 15px;
	height: 15px;
	margin: 6px 4px 0 0;
	padding: 0;
}
.customized-printing-content ul li label{
	font-size: 1.1em;
	line-height: 2.272em;
	float: left;
	width: 179px;
}
.hidden{display: none;}

.slide-image { object-fit: cover; } /* centered-and-cropped */
