/**** FINANCIAL LITERACY 4-10-13 ****/

/***************** Layout *****************/

body{
	margin: 25px 0 0 0;
	padding: 8px 0 0;
	background:  #ffffcc url(../images/bg_body.png) repeat-x left top;
	font-family: Helvetica, Arial, "sans serif";
	color: #000000;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
}

.page {
	margin:0 auto;
	width:971px;
}
.header{
	height: 160px;
}
.main {
	background: transparent url("../images/detail_middle.png") repeat-y left top;
	margin-top:10px;
	width:971px;
}
.homePage .main { background-image: url("../images/home_middle.png"); }
.standard .main { background-image:url("../images/standard_middle.png"); }
.noleft .main { background-image:url("../images/standard_middle.png"); }
.mainTop {
	background: transparent url("../images/detail_top.png") no-repeat left top;
	height: 370px;
}
.homePage .mainTop { background-image: url("../images/home_top.png"); }
.standard .mainTop { background-image: url("../images/standard_top.png"); }
.noleft .mainTop { background-image: url("../images/standard_top.png"); }
.mainBottom {
	clear:both;
	background: transparent url("../images/detail_bottom.png") no-repeat left bottom;
	height: 90px;
}
.homePage .mainBottom { background-image: url("../images/home_bottom.png"); }
.standard .mainBottom { background-image: url("../images/standard_bottom.png"); }
.noleft .mainBottom { background-image: url("../images/standard_bottom.png"); }
.mainInnerWrap {
	position:relative;
	margin:-370px 0 -90px;
	min-height:400px;
}
.leftcol{
	float:left;
	padding-left:5px;
	padding-bottom: 15px;
	width:315px;
}
.rightcol  {
	padding-top:39px;
}
.noleft .leftcol {
	float:none;
	padding:39px 45px 0;
}
.noleft .rightcol {
	float:none;
	padding: 0;
}
.detail .pagecontent {
	float:left;
	padding:0 0 70px 40px;
	width:578px;
}
.noleft .pagecontent{ padding:0 45px 70px; }
.footer {
	margin-bottom:-156px;
	color:#000000;
	font-size:0.813em;
	width:971px;
	padding:8px 0;
}
.footer td:last-child {
	width:70px;
}
.footer .logo img {
	border:1px solid #cccccc;
}
.detail .pagecontent a {
	word-wrap:break-word;
}

.experimentHead {
	font-weight: 600 !important;
	font-size: 17.5px;
	line-height:170%;
}

/**************** Header Search/Login Forms  *****************/

.header #searchform {
	/*position: relative;*/
	float:right;
	margin: -30px 0 0 0;
	background: transparent url("../images/search.png") no-repeat right top;
	height: 121px;
	width: 481px;
}
.header #searchform label { display:none; }
#loginForm #username,
#loginForm #password {
	background-color: transparent;
	font: bold 26px Helvetica, Arial, sans-serif;
	/*margin:12px 0 0 150px;*/
	border: 0 none;
	color: #cccccc;
}
#q {

	margin: 12px 0 0 20px;
	height: 33px;
	width: 399px;
	background-color: transparent;
	color: #ccc;
	font-size: 26px;
	font-weight: bold;
	font-family: sans-serif;
	border: 0 none;
}
.header #searchform .button{
	border:0 none;
	height:40px;
	margin-top:5px;
	margin-left:1px;
	vertical-align:top;
	width:40px;
	cursor: pointer;
	text-align:right;
	font-size:0;
	color:#36629D;
	background:transparent;
}
.header #loginForm {
	position: relative;
	float: right;
	margin: -59px 10px 0 0;
	background: transparent url("../images/login.png") no-repeat right top;
	width: 473px;
}
/*#loginForm .row {
	margin:0 0 0 130px;
}*/
#loginForm .row label {
	position: relative;
	margin: -25px 0 0 0px;
	display: block;
	font-size: 20px;
	color: #336799;
	font-weight: bold;
}
#loginForm span.username,
#loginForm span.password {
	display: block;
	float: left;
	width:201px;
}
/*#loginForm .row.username label {
    margin-left:20px;
}*/
#loginForm #username {
	margin:15px 0 0 12px;
	width:182px;
	border:0;
}
#loginForm #password {
	margin:15px 0 0 6px;
	width:182px;
}
#loginForm .submit #formSubmit {
	float:right;
	border:0 none;
	height:58px;
	margin:0 0 0 -30px;
	width:74px;
	cursor: pointer;
	text-align:right;
	font-size:0;
	color:#36629D;
	background-color: transparent;
}


/***************** All The Rest *****************/

.header_contact_us {
	display:none;
}

#photocol {
	display:none;
}


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

a{
	color: #2b6796;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0;
}

.left{
	float: left;
}

.right{
	float: right;
	margin-top:-33px;
}

.right td {
	padding-left:5px;
}

.searchbar {
	float:right;
	position:relative;

}

* + html .searchbar {
	height:60px;
}

.searchbar .left, .searchbar .mid {
	display:none;
}

.detail .searchbar .mid, .homePage .searchbar .mid {
	display:block;
	float:left;
	position:absolute;
	top:80px;
	/*left:-436px;*/
	color:#336699;
	background-image: url(../images/browseButtons.png);
	background-repeat: no-repeat;
	background-position:0 0;
	width:305px;
	height:33px;
	z-index:1;
	font-size:0px;
}

.detail .searchbar .mid {
	left:-479px;
}

.homePage .searchbar .mid {
	top:23px;
	left:-470px;
}

.public .searchbar .mid {
	top:23px;
	left: auto;
	right: 648px;
}

* + html .homePage .searchbar .mid, * + html .detail .searchbar .mid {
	position:relative;
	top:32px;
	left:24px;
}


.homePage .nav {
	margin-top: 53px;
}

.detail .searchbar .mid a, .homePage .searchbar .mid a {
	/* border:1px solid #FF0000; */
	float:right;
	margin:0 5px 0 0;
}


* + html .homePage .searchbar .mid a, * + html .detail .searchbar .mid a {
	width:145px;
	height:30px;
}

.detail .searchbar .mid a:link, .homePage .searchbar .mid a:link {
	width:145px;
	height:30px;
	padding: 0;
}

.logo1 {
	/*float:left;*/
	margin-left:24px;
	margin-top:15px;
	margin-bottom:30px;
}

.tools {
	float:left;
	margin-top:6px;
	width:70px;
}


.clear{
	clear: both;
	height:0;
	overflow:hidden;
}

form{
	margin: 0;
	padding: 0;
}

.header .tools {
	width: auto;
	margin: 1px 5px 0 0;
}
.header .tools .inner li {
	float:left;
	margin-right:10px;
	/*color: #E0F2FF;*/

}
.header .tools .inner a#\_login { display:none; }
.header .tools .inner a{
	color:#333;
	text-decoration:none;
	font-size:0.88em;
	margin-top:-3px;

}
.header .tools .inner a:hover{
	text-decoration: underline;
}

.logo2 {
	float:right;
	margin-right:19px;
	margin-top:-3px;
	width:173px;
}



.nav{
	margin:18px 0 0 97px;
	list-style-position:outside;
}

.nav li{
	font-size:1.21em;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	height: 68px;
	color:#FFFFFF;
}

.nav li a{
	color:#FFFFFF;
	text-decoration: none;
}
.nav li a:hover{
	text-decoration: none;
}

.nav li a:hover{
	color:#ffffcc;
}

.nav li div{
	position:absolute;
	vertical-align: top;
	margin-left: -6px;
	width:210px;
}

#category_menu_1 div{margin-top:21px;}

.leftnav li.Animals {list-style-image:url("../images/home/One.png");}
.leftnav li.Animals:hover{ list-style-image:url("../images/home/Ones.png"); }
.leftnav li.Animals div{margin-top:21px;}

.leftnav li.Classification {list-style-image:url("../images/home/Two.png");}
.leftnav li.Classification:hover{ list-style-image:url("../images/home/Twos.png"); }
.leftnav li.Classification div{ margin-top:24px; }

.leftnav li.EndangeredandExtinctSpecies {list-style-image:url("../images/home/Three.png");}
.leftnav li.EndangeredandExtinctSpecies:hover{ list-style-image:url("../images/home/Threes.png"); }
.leftnav li.EndangeredandExtinctSpecies div{ margin-top:13px; }

/* Rosen needs to supply a new image*/
.leftnav li.ExperimentsandActivities {list-style-image:url("../images/home/Three.png");}
.leftnav li.ExperimentsandActivities:hover{ list-style-image:url("../images/home/Threes.png"); }
.leftnav li.ExperimentsandActivities div{ margin-top:13px; }

.leftnav li.FoodChainsandFoodWebs {	list-style-image:url("../images/home/Four.png");}
.leftnav li.FoodChainsandFoodWebs:hover{ list-style-image:url("../images/home/Fours.png"); }
.leftnav li.FoodChainsandFoodWebs div{ margin-top:11px; }

.leftnav li.HabitatsandEcosystems {	list-style-image:url("../images/home/Five.png");}
.leftnav li.HabitatsandEcosystems:hover{ list-style-image:url("../images/home/Fives.png"); }
.leftnav li.HabitatsandEcosystems div{ margin-top:13px; }

.leftnav li.HumanBody {	list-style-image:url("../images/home/Six.png");}
.leftnav li.HumanBody:hover{ list-style-image:url("../images/home/Sixs.png"); }
.leftnav li.HumanBody div{ margin-top:24px; }

.leftnav li.LifeCycles { list-style-image:url("../images/home/Seven.png");}
.leftnav li.LifeCycles:hover{ list-style-image:url("../images/home/Sevens.png"); }
.leftnav li.LifeCycles div{ margin-top:24px; }

.leftnav li.GreenLiving { list-style-image:url("../images/home/Eight.png");}
.leftnav li.GreenLiving:hover{ list-style-image:url("../images/home/Eights.png"); }
.leftnav li.GreenLiving div{ margin-top:21px; }

.leftnav li.Plants { list-style-image:url("../images/home/Nine.png");}
.leftnav li.Plants:hover{ list-style-image:url("../images/home/Nines.png"); }
.leftnav li.Plants div{ margin-top:22px; }

.leftnav li.SurvivalandAdaptation {	list-style-image:url("../images/home/Ten.png");}
.leftnav li.SurvivalandAdaptation:hover{ list-style-image:url("../images/home/Tens.png"); }
.leftnav li.SurvivalandAdaptation div{ margin-top:8px; }

/*Don't do what I do, hack for Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#menuOne div{margin-top: -50px;}
	#menuTwo div{margin-top: -50px;}
	#menuThree div{margin-top: -60px;}
	#menuFour div{margin-top: -60px;}
	#menuFive div{margin-top: -60px;}
	#menuSix div{margin-top: -50px;}
	#menuSeven div{margin-top: -50px;}
	#menuEight div{margin-top: -50px;}
	#menuNine div{margin-top: -50px;}
	#menuTen div{margin-top: -60px;}
}

.hotlines,
.menuFoot {
	margin:92px 0 0 14px;
	width:283px;
}
.hotlines img,
.menuFoot img {
	margin-bottom:8px;
	margin-top:3px;
}

.homePage .pagecontent {
	float:left;
	/* height:987px;
Commenting out for now to allow homepage to grow according to the content that is presented */
	margin:-58px 0 0 12px;
	padding-left:20px;
	padding-top:20px;
	width:610px;
}

.homePage .footer{
	clear:both;
}

.topContent{
	background-image: url(../images/takeacloserlook_332.png);
	background-repeat: no-repeat;
	width: 612px;
	height: 330px;
	margin: 0 auto;
	padding:20px;
}
.topSectionTitle {
	color:#ffffff;
	font-family:Helvetica, Arial, "sans serif";;
	font-size:2.38em;
	/*padding-left:22px;
    padding-top:22px;*/
	margin:-15px 0 16px -8px;
	padding:0;
	font-weight:bold;
}
.video {
	/* border:1px solid #FF0000; */
	float: left;
	margin: 0 0 0 -7px; /* top-margin: -3px; */
	width: 384px;
	height: 232px;
	background-color: transparent;
}
.videoDescription {
	float: right;
	height: 262px;
	font-size: 15px;
	line-height: 18px;
	margin-right: 38px;
	margin-top: -18px;
	width: 185px;
	color: #000;
}

.videoDescription h3 {
	color:#003466;
	font-family: Helvetica;
	font-size:1.31em;
	font-weight:bold;
	margin-bottom:7px;

	/*width:150px;*/
}
.videoDescription p {
	margin-top: 5px;

}
.videoDescription .learnMore a {
	display:block;
	width:151px;
	height:18px;
	/*	background: transparent url(../images/readmore.png) no-repeat left top;
*/
}
/*	.videoDescription .learnMore span {
        position:absolute;
        left:-999em;
    }
*/

.closerLookNumbers {
	font-size:0.88em;
	margin-left:-1px;
	margin-top:18px;
}

.s1 a{
	background-color: #FFF;
}

.s1Div{
	width: 85px;
	font-weight: bold;
}

.s1Div .sel{
	color: #666;
}

.s1Div div{
	width: 17px;
	float: left;
	text-align: center;
}
/* making sense of it/check it out CONTENT */
.homePage .mainContent {
	background-image: url("../images/checkItOut.png");
	background-repeat: no-repeat;
	height: 232px;
	margin: -20px 0 0 0;
	width: 612px;
	padding: 20px;
	font-size: 15px;
	line-height: 18px;
}

.checkItOutContent {
	margin:10px 0 0 -5px;
	color:#000000;
	font-size:15px;
	line-height:18px;
}

.checkItOutTitle {
	color:#fffd77;
	font-family:Helvetica,Arial,Helvetica,"sans serif";
	font-size:24px;
	margin:-3px 0 -5px -8px;
	font-weight:bold;
	/* letter-spacing:1px; */
}

.checkItOutDescription  {
	color:#333333;
	line-height:1.42em;
	margin-top:6px;
}

.pointer{
	cursor: pointer;
}

.learnMore {
	margin-top:8px;
}

.learnMore2 {
	margin-top:4px;
}

/* Games */
.games{
	width:295px;
	height: 250px;
	background-image: url(../images/games.png);
	float: left;
	margin-top: 20px;
}

.gamesTitle {
	color:#FFFFFF;
	font-family:Georgia;
	font-size:1.75em;
	margin-left:19px;
	margin-top:17px;
}

.gamesImage  {
	height:174px;
	margin:-10px auto 0;
	width:264px;
}

/* Brain Teasers */

.brainTeasers{
	width:295px;
	height: 253px;
	background-image: url(../images/brainTeasers.png);
	float: right;
	margin-top: 18px;
}

.brainTeasers div{
	margin-left:13px;
}

.brainTeasers form{
	margin: 0;
	padding: 0;
}

.brainTeasers div div {
	color:#FFFFFF;
	margin-left:0;
	margin-top:1.5px;
}

.brainTeasers a{
	color: #FFF;
	text-decoration: none;
}

.brainTeasersTitle{
	color:#FFFFFF;
	font-family:Georgia;
	font-size:1.75em;
	margin-top:18px;
	padding-left: 6px;
}

.brainTeasersTxt  {
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	margin-top:8px;
	padding-left: 7px;
}

.brainTeasersSurvey{
	margin-top: 8px;
}

.getAnswer {
	margin-left:4px;
	margin-top:7px;
}

.none{
	display: none;
}

/*********************** Standard *********************/

body.noleft .page .main .mainInnerWrap .rightcol .browseresults,
body.noleft .page .main .mainInnerWrap .rightcol .searchresults {
	padding:40px 45px;
}
.standard .breadcrumbs,
.standard2 .breadcrumbs {
	display:none;
	color:#333333;
	font-family:Helvetica;
	font-size:0.88em;
	margin:0;
}


#pagetitle{
	color:#669900;
	font-family: Helvetica, Arial, "sans serif";
	font-size:1.75em;
	font-weight:normal;
	margin-top:12px;
}

.noleft h2#pagetitle {
	border:1px solid #ffffff;
}

.noleft .subnav ul {
	position: relative;
	margin:-1em 0;
}
.noleft .subnav li {
	display: inline;
}
.noleft .subnav a {
	color:#333333;
	font-family:Helvetica;
	font-size:0.88em;
}
.noleft .subnav a:after { content: " В»"; }
.noleft .subnav li:last-child a:after { content: ""; }

#\_content{
	line-height:1.39em;
	padding-top:6px;
}

#\_content > p{
	line-height:1.39em;
	margin-top:-6px;
}

#\_content > .sidebar{
	clear: right;
	float: right;
	width: 16.5em;
	font-size:0.93em;
	margin: 0 0 .5em 1.5em;
	border-top: 3px solid #669900;
	border-bottom: 3px solid #669900;
	background-color: #fff;
	overflow: hidden !important;
}

h2.blue  {
	color:#033D8C;
	font-size:1.31em;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.standard .pagecontent{
	padding:40px 45px;
}

.footer table {
	border-collapse:collapse;
}
.footer td {
}

.footer ul {
	padding-top:2px;
	font-size:12px;
	float:left;
	margin-left:16px;
}

.hidden{
	visibility: hidden;
}

.footer li:first-child {
	background:transparent none;
	padding:0;
	margin:0;
}

.footer li {
	float:left;
	padding:0 0 0 6px;
	margin-left:7px;
	background:transparent url(../images/footBar.png) no-repeat left center;
}

.footerBar{
	margin: 0px 6px;
	/*vertical-align:sub;*/
}

.footer a{
	color: #000000;
}

.copyright {
	float:right;
	clear:right;
	margin:0;
	padding:2px 4px 1px 0;
	font-size:11px;
}

/****************** Results ****************/

h3 {
	font-size:1em;
	margin: 0;
	padding: 0;
}

#\_results{
	line-height:1.41em;
	width:870px;
}

.resultsTxtContainer  {
	border-right:1px solid #CCCCCC;
	float:left;
	line-height:1.47em;
	margin-top:10px;
	width:440px;
}

.resultblock > p{
	margin:0;
	padding:0;
}

.\_resultnumber{
	font-weight:bold;
	color:#333333;
	float:left;
}

.\_resultnumber2{
	vertical-align: top;
	color:#333333;
	font-weight:bold;
}

.\_result{
	font-weight:bold;
}

.highlight{
	background-color:#FEB96B;
	font-weight:bold;
}

.thinBar {
	background-image:url("../images/thinBar.png");
	background-repeat:no-repeat;
	height:1px;
	margin-bottom:7.5px;
	margin-top:11px;
	width:422px;
}

.thickHrzBar {
	background-image:url("../images/thickHrzBar.png");
	background-repeat:no-repeat;
	height:7px;
	margin-top:-7px;
	width:880px;
}

.searchresults > h2{
	margin-bottom:14px;
}

.resultblock{
	width:430px;
}

.resultsImgContainer  {
	float:left;
	margin-left:20px;
	margin-top:10px;
	width:408px;
}

.resultImg{
	vertical-align: top;
	/* height:152px; */
}

.resultImg img{
	/* border:2px solid #6ccaf2; */
	margin-left:4px;
	margin-top:6px;
}

.resultImgDescContainer  {
	vertical-align: bottom;
}

.resultImgDesc {
	font-size:0.88em;
	font-style:italic;
	line-height:1.27em;
	width: 198px;
	margin-top: 3px;
}

.thinBar2 {
	background-image:url("../images/thinBar.png");
	background-repeat:no-repeat;
	height:1px;
	margin-bottom:8px;
	width:422px;
}

.resultsImgContainer .resultblock > h3{
	float:left;
}

.spacer2 {
	height:8px;
}

.resultsPage{
	text-align: center;
	margin-top:7px;
	font-size: 0.88em;
}

/***************** Standard2 *****************/



.leftnav .leftNavTitle {
	background: transparent url(../images/public_home_left_featuring.png) no-repeat left top;
	margin:0 0 0 -5px;
	min-height:66px;
	overflow:hidden;
	padding:37px 0 0 15px;
	position:relative;
	width:330px;
}
.leftnav #pagetitle {
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.05em;
	margin:0 0 0 15px;
	font-family:Helvetica,Arial,Helvetica,"sans serif";
	padding:0 15px 0 0;
}

/*.standard2 .subnav {
	margin:10px 0 0 0;
}
	.standard2 .subnav ul {
		font-weight:bold;
		margin:0;
		padding:0;
		width:283px;
	}
		.standard2 .subnav li {
			line-height:1em;
			margin-bottom:5px;
			padding-bottom:0px;
		}
			.standard2 .subnav li a {
				display:block;
				padding:3px 0 3px 35px;
				color:#67000a;
				text-decoration: none;
				background: transparent url(../images/static2_bullet.gif) no-repeat 16px 5px;
				font-size:1.13em;
				line-height:22px;
			}
			.standard2 .subnav li a:hover {
				background-position:-455px 5px;
				color:#b11719;
			}

*/
.leftnavImgs,
.leftnavImgs2{
	margin: 25px 0 0 11px;
	width:283px;
}

.detail .leftnavImgs2 {
	margin:8px 0 0 6px;
}

.leftnavImgs2 img {
	margin:0;
}

.leftnavImg {
	margin-bottom:8px;
	margin-top:3px;
}

.standard2 .pagecontent {
	float:left;
	padding-left:40px;
	width:578px;
}

.standard2 .footer{
	clear:both;
}

.standard2 #pagetitle{
	margin-top: 11px;
}

.standard2 .pagecontent h2#pagetitle {
	color:#669900;
	margin:35px 0 10px -1px;
	font-size:24px;
	font-weight:bold;
}

.standard2 #\_content {
	line-height:1.39em;
	padding-top:1px;
}

.standard2Banner {
	float:left;
	margin-right:14px;
}

.standard2Text > p{
	margin-top: 10px;
}

.standard2 h2.blue{
	margin-bottom:15px;
	margin-top:18px;
}

.standard2Paragraph{
	line-height: 1.44em;
}

/***************** Detail *****************/

.toolbox {
	overflow: hidden;
	font-size:0.88em;
	font-weight:bold;
	margin-top:25px;
}
.toolbox .print, .toolbox .email {
	display:block;
	float:left;
	color:white;
	padding:0 4px 0 38px;
	margin-left:3px;
	text-decoration:none;
	line-height:2.358em; /*33px*/
}
.toolbox a:hover{
	text-decoration: underline;
}
.toolbox a#\_print {
	background: transparent url(../images/detailPrint.png) no-repeat left top;
}
.toolbox a#\_email {
	background: transparent url(../images/detailEmail.png) no-repeat left top;
}
.toolbox a#\_cite {
	background: transparent url(../images/detailCite.png) no-repeat left top;
	padding: 0 0 0 35px;
}
.toolbox img {
	margin-top:-4px;
	vertical-align:middle;
}

.detail #sections li .spacing{
	padding-top: 17px;
}

.detail .subnav {
	margin-left:9px;
	margin-top:30px;
}

.standard2 .subnav {
	margin-left:9px;
}

.detail .subnav h2, .standard2 .subnav h2 {
	margin: 0px;
	width:270px;
	padding:10px 20px 10px;
	background:#2b6796 url("../images/detailMenuTop.png") no-repeat left top;
	color:#FFFFFF;
	font-size:1.5em;
	line-height:1em;
}

.detail .subnav h2 {
	margin-top:48px;
}

.detail .subnav ul, .standard2 .subnav ul {
	font-weight:bold;
	margin:0;
	padding:0;
	width:303px;
	padding-bottom: 10px;
	background: #5f9927 url("../images/detailMenuFoot.png") no-repeat left bottom;
}
.detail #sections {
	padding:0;
	background-image: none;
}
.detail .subnav li, .standard2 .subnav li {
	font-weight:normal;
	border-left: 3px solid #003464;
	border-right: 3px solid #003464;
	padding-bottom:0px;
}
/*
.detail .subnav .resources li:first-child a {
    padding-top: 20px;
}
*/
.detail .subnav ul a, .standard2 .subnav ul a {
	display:block;
	color:#ffffff;
	font-size:18px;
	line-height:1em;
	text-decoration: none;
	padding:7px 16px;
	border-bottom:1px solid #003464;
}
.detail .subnav ul a:hover,
.detail .subnav ul .on, .standard2 .subnav ul a:hover, .standard2 .subnav ul .on {
	background-color: #296617;
	color: white;
	margin-top:-1px;
	border-top:1px solid #003464;
	border-bottom:1px solid #003464;
}
.detail .subnav #sections li:first-child a:hover, .detail .subnav #sections li:first-child .on {
	border-top:0;
	margin-top:0px;
}
.detail .subnav .resources .last a,
.detail .subnav .resources li:last-child a {
	border:0;
	margin-top:0px;
}


.detail .related {
	margin:20px 0 0 9px;
	background:transparent url("../images/detailInvestigateTop.png") no-repeat left top;
	overflow:hidden;
}
.detail .related .content {
}
.detail .related h3 {
	width:300px;
	color:#ffffff;
	font-size:1.35em;
	margin-top:11px;
	font-weight:normal;
	padding:0 16px 5px;
}
.detail .related ul {
	margin:0;
	padding:0;
	width:303px;
	padding-bottom: 10px;
	background: #5f9927 url("../images/detailMenuFoot.png") no-repeat left bottom;
}
.detail .related li {
	font-weight:normal;
	border-left: 3px solid #003464;
	border-right: 3px solid #003464;
	font-size:18px;
	line-height:1em;
	padding:0;
	border-bottom:1px solid #003464;
}
.detail .related li:first-child {
	padding-top:8px;
}
.detail .related li:last-child {
	padding-bottom:5px;
}
.detail .related li a {
	display:block;
	padding:6px 16px 6px 15px;
	color:#ffffff;
	text-decoration: none;
	/* background: transparent url(../images/resources_bullet.gif) no-repeat 16px 7px; */
}
.detail .related li:last-child, .standard2 .subnav li:last-child a {
	border-bottom:none;
}
.detail .related li a:hover {
	/* background-position:-455px 7px; */
	color:white;
	background-color: #296617;
}

#sections .line {
	background-image:url("../images/detailMenuLine.png");
	float:left;
	height:1px;
	line-height:0;
	margin-left:-20px;
	width:283px;
}

.detail .quicknav {
	font-size:0.88em;
	font-weight:bold;
}
.detail .quicknav table {
	background-color:#92cc4a;
	width:100%;
}
.detail .quicknav td {
}
.detail .quicknav .prev a,
.detail .quicknav .next a {
	display:block;
	padding:0 12px;
}
.detail .quicknav .prev a {
	background: transparent url(../images/quicknav_prev.png) no-repeat left 3px;
}
.detail .quicknav .next a {
	background: transparent url(../images/quicknav_next.png) no-repeat right 3px;
	text-align:right;
}
.detail .quicknav .prev .off,
.detail .quicknav .next .off {
	display:none;
}
.detail .quicknav ._navlink {
	color:#003464;
	margin:2px 0 0 0;
	text-transform:uppercase;
	font-size:12px;
}

.listen {
	color:#333333;
	font-size:0.88em;
}

.listenContainer{
	margin:8px 0;
	padding-bottom:12px;
}

#readspeaker_button1 {
	float:right;
	margin:-62px 0 0 0;
}

.GoogleDriveWrapper + .listenContainer > #readspeaker_button1 {
	float: right;
	margin:-62px -62px 0 0;
}

.listenContainer img.middle {
	margin-top:-5px;
}

.article-text {
	font-size:15px;
	line-height:23px;
	margin-bottom:17px;
	margin-top:-30px;
}

.detailTxt1{
	margin-bottom: 1px;
}

.detailTopDescription  {
	color:#666666;
	float:right;
	font-size:0.62em;
	margin-bottom:-4px;
	margin-right:8px;
	margin-top:6px;
}

.detailCenterTxt {
	float:left;
	line-height:1.41em;
	margin-top:21px;
	width:570px;
}

.detailPrint {
	color:#498C02;
	float:left;
	font-size:0.67em;
	margin-left:11px;
}

.detailView {
	color:#498C02;
	float:right;
	font-size:0.67em;
	margin-right:16px;
	margin-top:0;
}

.detailView img  {
	margin-left:4px;
	margin-top:7px;
}

.detailCaption {
	color:#000000;
	float:left;
	font-size:0.79em;
	font-style:italic;
	font-weight:normal;
	margin-left:10px;
	margin-top:-10px;

}

.detailGreenBodyTop{
	margin-top: -30px;
}

.detailGreenContainer  {
	float:right;
	margin:6px 0 6px 12px;
	width: 284px;
}
.detailGreenTop{
	background-image: url(../images/detailGreenTop.png);
	height: 9px;
}
.detailGreenBody{
	background-image: url(../images/detailGreenBody.png);
	line-height:18px;
	padding:20px;
}
.detailGreenContainer h3 {
	position:relative;
	color:#5f9927;
	font-family:Helvetica, Arial, "sans serif";
	font-size:13px;
	font-weight:bold;
	margin: -5px 0 .25em;
}
.detailGreenTxt {
	position:relative;
	margin-bottom:-5px;
}
.detailGreenFoot {
	background-image:url("../images/detailGreenFoot.png");
	height:9px;
}

.detailVideo {
	color:#666666;
	font-size:0.62em;
	margin-top:10px;
	text-align:right;
	width:394px;
}

.detailVideo img  {
	margin-top:-4px;
}

.detailCaption2 {
	color:#000000;
	float:left;
	font-size:0.79em;
	font-style:italic;
	font-weight:normal;
	line-height:17px;
	margin: 5px 0px 15px 10px;
}

.citation {
	background:transparent url("../images/citation_bottom.png") no-repeat left bottom;
	font-size:0.88em;
	min-height:80px;
	margin-top:22px;
	width:571px;
}
.citation .content {
	background:transparent url("../images/citation_top.png") no-repeat left top;
	padding:10px 15px 5px;
}

.citation a{
	color: #333;
}


.citation .content > h4 {
	color:#666666;
	font-weight:bold;
	margin-bottom:0;
	padding:0;
	margin:0;
}

.refcite{
	color:#333333;
	margin: 5px 0px;
}


.detail #pagetitle {
	color:#2b6796;
	font-family:Helvetica, Arial, "sans serif";
	font-size:19px;
	font-weight:normal;
	margin:35px 0 10px 0;
}

.middle {
	vertical-align:middle;
}

.detail .footer{
	clear:both;
	float: right;
}

.top{
	vertical-align:top;
}

.inlineGlossaryItem {
	font-weight:bold;
	cursor:pointer;
	color:#cc0066;
}
#detailPopup {
	position:absolute;
	display:none;
	width:250px;
	padding:8px;
	color:#296617;
	border: 3px solid #003464;
	background-color:#ffffff;
}

/********************* Top Buttons **********************/
.topButtons{margin-left: 20px;}
.topButtons li{float: left;}
.topButtons a{
	display: block;
	width: 83px;
	height: 26px;
	text-indent: -999em;
	background: url("../images/top-buttons.png") top left no-repeat;
}
.topButtons .life a{margin-right: 10px;}
.topButtons .earchSpace a{
	width:140px;
	background-position: bottom left;
}

/* Overrides */
.header{
	height: auto;
	padding-top: 6px;
	background-position: 0 52px;
}


/*************** Visual Browse Page ***************/

.pagecontent.visual-browse {padding-top: 40px;}

.visual-browse .left, .visual-browse .middle, .visual-browse .right {
	background: url(../images/visual-browse/bkgd-lowerCorner.png) transparent bottom left no-repeat;
	float: left;
	width: 293px;
	margin-top: 15px;
	padding: 0 0 5px 0;
}

.categories {
	color: #630;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.categories a {color: #3e6f94;}
.categories a.current {color: #98cc00;}
.visual-browse h3 {
	background: url(../images/visual-browse/bkgd-topCorner.png) transparent left 14px no-repeat;
	color: #3e6f94;
	font-family: Helvetica, Arial, "sans serif";
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 0 13px;
	margin: 0 !important;
}
.visual-browse .middle h3, .visual-browse .right h3 {color: #3e6f94;}

.main .rightcol .visual-browse ul.list {
	border-left: 2px solid #98cc00;
	margin: 0;
	overflow: auto;
}

.visual-browse ul.list li {
	clear: both;
	float: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
}

.visual-browse ul.list a img {
	position:absolute;
	left:10px;
	margin:-21px 0 0;
	top:50%;
	/*border: 1px solid #096931;*/
}
.visual-browse ul.list a {
	display:block;
	position:relative;
	overflow:hidden;
	padding:7px 0;
}
.visual-browse ul.list a:hover { text-decoration: none; }
.visual-browse ul.list a.active,
.visual-browse ul.list a.active:hover {
	background: url(../images/visual-browse/bkgd-onState_arrow.png) no-repeat right center transparent;
}

.visual-browse ul.list a:hover .mid {
	color:#ffffff;
}

.visual-browse ul.list .mid, .visual-browse ul.list a.active .mid {
	color: #3e6f94;
	display: block;
	font-size: 16px;
	font-weight: bold;
	min-height: 42px;
	width: 206px;
	margin:0;
	padding: 0 20px 0 59px;
}
.visual-browse ul.list a:hover .mid {
	background: url(../images/visual-browse/bkgd-hover_mid.png) repeat-y left top transparent;
}
.visual-browse ul.list a.active .mid,
.visual-browse ul.list a.active:hover .mid {
	background: url(../images/visual-browse/bkgd-onState_mid.png) repeat-y left top transparent;
}
.visual-browse ul.list .top {
	position:absolute;
	left:0;
	top:0;
	height:10px;
	width:274px;
}
.visual-browse ul.list .bot {
	position:absolute;
	left:0;
	bottom:0;
	height:10px;
	width:274px;
}
.visual-browse ul.list a:hover .top {
	background: url(../images/visual-browse/bkgd-hover_top.png) no-repeat left top transparent;
}
.visual-browse ul.list a:hover .bot {
	background: url(../images/visual-browse/bkgd-hover_bot.png) no-repeat left bottom transparent;
}
.visual-browse ul.list a.active .top,
.visual-browse ul.list a.active:hover .top {
	background: url(../images/visual-browse/bkgd-onState_top.png) no-repeat left top transparent;
}
.visual-browse ul.list a.active .bot,
.visual-browse ul.list a.active:hover .bot {
	background: url(../images/visual-browse/bkgd-onState_bot.png) no-repeat left bottom transparent;
}



/*************** Structural Popup Styles ***************/

.popupWindow {
	background:transparent none;
	color:black;
	padding:10px;
}
.popupWindow .page {
	width:auto;
}
.popupWindow .header {
	height: auto;
}
@media print {
	.popupWindow {
		padding:0;
	}
}



/*************** PUBLIC HOMEPAGE WIDGETS ***************/

.boxWidget {
	position: relative;
	margin: 0 auto 20px;
	width: 612px;
	background: url(../images/boxwidget1_mid.png) repeat-y left top transparent;
}
.boxWidget .top {
	height:50px;
	background: url(../images/boxwidget1_top.png) no-repeat left top transparent;
}
.boxWidget .bottom {
	clear:both;
	height:10px;
	margin:-15px 0 0 0;
	background: url(../images/boxwidget1_bot.png) no-repeat left bottom transparent;
}
.purpleBorder { background-image: url(../images/boxwidget2_mid.png); }
.purpleBorder .top { background-image: url(../images/boxwidget2_top.png); }
.purpleBorder .bottom { background-image: url(../images/boxwidget2_bot.png); }
.yellowBorder { background-image: url(../images/boxwidget3_mid.png); }
.yellowBorder .top { background-image: url(../images/boxwidget3_top.png); }
.yellowBorder .bottom { background-image: url(../images/boxwidget3_bot.png); }
.boxWidget .content {
	position:relative;
	margin:-20px 0 0 0;
	padding:25px 22px;
	overflow:hidden;
}
.boxWidget h2,
.boxWidget .topSectionTitle {
	margin: 0 0 20px 0;
	padding:0;
	color:#003464;
	font-family:Helvetica, Arial, "sans serif";
	font-size:32px;
	font-weight:bold;
}
.boxWidget h3 {
	margin: 0 0 12px 0;
	font-size: 1.3em;
	color: #003464;
	font-weight: bold;
}
.boxWidget p {
	margin: 0 0 1em;
	font-size:18px;
	line-height:22px;
}
.boxWidget h2 + h3,
.boxWidget .topSectionTitle + h3,
.boxWidget h2 + p,
.boxWidget .topSectionTitle + p {
	position: relative;
	margin-top: -8px;
}
.boxWidget h3 + p {
	position: relative;
	margin-top: -8px;
}
.boxWidget .learnMore {
	overflow: hidden;
	margin:0 0 6px;
}
.boxWidget .learnMore:last-child {
	margin: 0;
}
.boxWidget .learnMore a {
	clear: both;
	display:block;
	float: left;
	font: bold 18px Helvetica, Arial, sans-serif;
	padding:0 36px 0 0;
	min-height:32px;
	background: transparent url(../images/green_arrow.png) no-repeat right center;
}
.boxWidget .halfWidth a {
	width: 205px;
}
.boxWidget .learnMore a:hover {
	text-decoration: none;
}
.boxWidget .leftContent {
	float: left;
	width: 250px;
}
.boxWidget .rightImg {
	position:relative;
	width: 303px;
	position:relative;
	float:right;
	margin:-22px -19px -22px 0;
}
.boxWidget .leftImg img,
.boxWidget .rightImg img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.boxWidget blockquote {
	background: url(../images/blockquote.png) no-repeat left top transparent;
	margin: 35px;
	padding:25px 75px 0 70px;
}
.boxWidget blockquote p {
	margin: 0;
}
.boxWidget cite {
	display: block;
	font-size: .8em;
	font-style: normal;
	font-weight: bold;
	color: #003464;
}

/****** Home Page Quiz ******/
#quiz {
	color: #003466;
	width: 296px;
}

#quiz h2 {
	margin:-37px 0 0 0;
	font-family:Helvetica, Arial, "sans serif";
	font-weight:bold;
	color:#ffffff;
	float:left;
}
#quiz h3 {
	margin: 0 0 -25px 0;
	font-weight: normal;
}
#quiz .top {
	background: url(../images/bkgd_quizTop.png) transparent top left no-repeat;
	height: 43px;
}
#quiz .bottom {
	background: url(../images/bkgd_quizBottom.png) transparent bottom left no-repeat;
	height:11px;
}

#quiz .content {
	padding-top:10px;
}

#quiz .quizContent {
	background: url(../images/bkgd_quiz.png) transparent top left no-repeat;
	min-height: 200px;
	padding: 10px 20px;
}

#pollQuizSubmit {
	background: url(../images/bkgd_quizButton.png) transparent top left no-repeat;
	border: 0;
	cursor: pointer;
	height: 31px;
	/*text-indent: -222em;*/
	width: 98px;
	margin:0 0 0 32px;
}

#textToSpeechBlock .caption a.larger {
	color:#93cdfb;
	font-style:normal;
	font-weight:bold;

	/*background-image:url("../images/magnifyingGLASS.png");
	background-repeat:no-repeat;
	background-position:0px 0px; */
}

.fancytable p {
	border-bottom:1px solid #000000;
	margin:0 -10px 0 -10px;
	padding:0 10px 0 10px;
}

.fancytable td {
	padding:0 40px 0 0;
}

.glossary ul li {
	padding:0 0 10px 0;
}

/************** calculator ***************/

#autoLoan {
	width:415px;
}

#budgeting {
	width:340px;
}

#collegeCost {
	width:410px;
}

#houseAfford {
	width:553px;
	margin-right:20px;
}

#repayStudentLoans {
	width:553px;
	margin-right:20px;
}

#savingsGoals {
	width:390px;
}




#autoLoan_page1, #collegeCost_page1, #houseAfford_page1, #repayStudentLoans_page1, #savingsGoals_page1, #budgeting_page1 {
	display:inline;
}

#autoLoan_page2, #collegeCost_page2, #houseAfford_page2, #repayStudentLoans_page2, #savingsGoals_page2, #budgeting_page2, #budgeting_page3 {
	display:none;
}

/* */

.calculator h1.calcTitle {
	background-image:url('../images/calcImgs2/dollar.png');
	background-repeat:no-repeat;
	background-position:0px -2px;
	margin:-5px 0 0 -5px;
	padding:8px 0 12px 35px;
	color:#b1dd09;
	font-size:21px;
	font-style:oblique;
	font-family:georgia;
	font-weight:bold;
}

.calculator h2 {
	color:#b1dd09;
	font-size:16px;
	font-family:georgia;
	font-weight:bold;
	margin:20px 0 5px 0;
}

#savingsGoals.calculator .table1, #budgeting.calculator .table1 {
	display:block;
	width:360px;
	min-height:45px;
	margin:0;
}

#savingsGoals.calculator .table2, #budgeting.calculator .table2 {
	display:block;
	width:360px;
	min-height:20px;
	margin:10px 0 10px 0;
}

#budgeting.calculator .table2 {
	width:315px;
}

#savingsGoals.calculator .tableHead1, .calculator .tableHead2 {
	float:right;
	min-height:45px;
}

#savingsGoals.calculator .tableHead1 {
	margin:0 120px 0 0;
}

#savingsGoals.calculator .tableHead2 {
	padding:0 65px 0 0;
}

#savingsGoals.calculator .tableCol1, #budgeting.calculator .tableCol1, .calculator .tableCol2 {
	float:right;
	margin:0 20px 0 0;
}

#savingsGoals.calculator .tableCol1, #budgeting.calculator .tableCol1 {
	margin:0 35px 0 12px;
	float:left;
}

#savingsGoals.calculator .tableCol1_2, #budgeting.calculator .tableCol1_2 {
	float:left;
	margin:4px 0 0 5px;
	font-size:12px;
}

#savingsGoals.calculator .tableCol2_2, #budgeting.calculator .tableCol2_2 {
	float:right;
	margin:4px 20px 0 0;
	font-size:12px;
}

#savingsGoals.calculator .tableHead2 {
	margin:0 20px 0 0;
}

.calculator .hr1 {
	background-image:url('../images/calcImgs2/hr1.png');
	width:98%;
	height:3px;
	margin:0;
	padding:0;
}

.calculator .hr2 {
	background-image:url('../images/calcImgs2/hr2.png');
	width:98%;
	height:1px;
	margin:20px 0 5px 0;
	padding:0;
}

.calculator .rightButton {
	float:right;
}

.calculator .leftButton {
	float:left;
	margin:0 0 0 -5px;
}

.calculator .button {
	background-image:url('../images/calcImgs2/button.png');
	background-repeat:no-repeat;
	background-position:0 2px;
	background-color:#004f86;
	border:0;
	width:189px;
	height:65px;
	margin:15px 5px 0 0;
	padding:2px 0 0 0;
	color:#003366;
	font-size:21px;
	font-style:oblique;
	font-family:georgia;
	letter-spacing:1px;
}

.calculator .lineItem {
	width:100%;
	text-align:right;
	font-family:tahoma;
	font-size:14px;
	letter-spacing:1px;
	/* color:#5d5c5a; */
	color:#eeeeee;
	display:block;
}

.calculator .label {
	margin:0 20px 0 0;
}

.calculator .helpLabel {
	margin:0 20px 0 0;
	padding:3px 0 3px 25px;
	background-image:url('../images/calcImgs2/help.png');
	background-repeat:no-repeat;
	background-position:0 2px;
}

.calculator a.helpLink, .calculator a.helpLink:active, .calculator a.helpLink:visited {
	border:0;
	text-decoration:none;
	color:#eeeeee;
}

.calculator .dollar {
	color:#eeeeee;
	font-size:36px;
	margin-left:3px;
}

#savingsGoals.calculator .dollar {
	color:#eeeeee;
	font-size:18px;
	margin-left:3px;
}

.calculator .smallDollar {
	margin-left:-15px;
}

.calculator .percent {
	margin:0 0 0 -15px;
}

#repayStudentLoans.calculator .percent {
	margin:0 14px 0 -29px;
}

.calculator .months {
	margin:0 0 0 -29px;
}

.calculator .calcInput {
	font-size:18px;
	text-align:right;
	margin:5px 20px 5px 5px;
	color:#6d6c6a;
	width:100px;
}

#collegeCost.calculator .calcInput {
	width:175px;
}

#houseAfford.calculator .calcInput {
	width:100px;
}

#autoLoan.calculator .calcInput {
	width:100px;
}

#repayStudentLoans.calculator .calcInput {
	width:100px;
	margin-right:34px;
}

#savingsGoals.calculator .table2 .calcInput {
	margin:-3px 0 0 5px;
	width:100px;
}

#savingsGoals.calculator .table2 .calcInput2 {
	font-size:18px;
	text-align:left;
	margin:-3px 0px 5px 0;
	color:#6d6c6a;
	width:135px;
}




#retirementTarget.calculator .calcInput {
	width:100px;
}

.calculator select.calcInput  {
	font-size:12px;
}

.calculator .clear {
	padding:15px;
	clear:none;
}

.calculator p {
	font-family:georgia;
	font-size:16px;
	line-height:18px;
	color:#eeeeee;
	margin:20px 20px 20px 0px;
}

.calculator p + p {
	margin:0;
}

.calculator em {
	font-style:normal;
	font-weight:bold;
	color:4d4c4a;
}

.calculator .totalLabel {
	text-align:right;
	font-family:tahoma;
	font-size:18px;
	color:#eeeeee;
	margin:30px 15px -7px 0;
}

.calculator .total {
	font-family:tahoma;
	font-size:36px;
	color:#b1dd09;
	text-align:right;
	padding:10px 0 0 0;
	margin:0 15px 60px 0;
	line-height:36px;
}

#repayStudentLoans.calculator .total {
	font-size:18px;
	color:#eeeeee;
}

#repayStudentLoans.calculator .total #repayStudentLoans_monthlyPayment, #repayStudentLoans.calculator .total #repayStudentLoans_percentOfIncome {
	font-size:36px;
	color:#b1dd09;
}

#savingsGoals.calculator .total {
	font-size:18px;
	color:#eeeeee;
	line-height:24px;
}

/* */



.calculator {
	/* border:1px dashed #999999; */
	background-image:url('../images/calcImgs2/top.png');
	background-repeat:repeat-x;
	/* background-color:#f6f4df; */
	background-color:#004f86;
	min-height:150px;
	margin:5px 5px 5px 15px;
	line-height:14px;
	position:relative;
}

.calculator .top {
	/* border:1px dashed #00cc00; */

	height:10px;
}

.calculator .top .topRight {
	background-image:url('../images/calcImgs2/topRight.png');
	width:10px;
	height:147px;
	/* border:1px dashed #0000cc; */
	float:right;
}

.calculator .top .topLeft {
	background-image:url('../images/calcImgs2/topLeft.png');
	width:10px;
	height:147px;
	float:left;
	/* border:1px dashed #0000cc; */
}

.calculator .mid {
	/* border:1px dashed #cc0000; */
	background-image:url('../images/calcImgs2/left.png');
	background-repeat:repeat-y;
	width:100%;
	min-height:137px;
}

/* .calculator .mid .midRight {
	background-image:url('calcImgs/right.png');
	background-repeat:repeat-y;
	width:10px;

	float:right;
} */

.calculator .mid .midLeft {

	background-image:url('../images/calcImgs2/right.png');
	background-repeat:repeat-y;
	background-position:right top;
	margin:0 0 0 0;
	padding:10px 10px 10px 20px;
}

/* .calculator .mid .midMid {
	width:90%;
} */

.calculator .bot {
	/* border:1px dashed #00cc00; */
	background-image:url('../images/calcImgs2/bot.png');
	height:10px;
	overflow:hidden;
}

.calculator .bot .botRight {
	background-image:url('../images/calcImgs2/botRight.png');
	width:10px;
	height:10px;
	/* border:1px dashed #0000cc; */
	float:right;
}

.calculator .bot .botLeft {
	background-image:url('../images/calcImgs2/botLeft.png');
	width:10px;
	height:10px;
	float:left;
	/* border:1px dashed #0000cc; */
}

.calculator .helpIcon {
	background-image:url('../images/calcImgs2/help.png');
	width:20px;
	height:20px;
	float:left;
}

.calculator a.helpIcon, .calculator a.helpIcon:link, .calculator a.helpIcon:visited, .calculator a.helpIcon active {
	border:0;
	text-decoration:none;

}

.calculator .help {
	background-color:#666666;
	position:absolute;
	width:90%;
	top:60px;
	left:15px;
	padding:10px;
}

.calculator .helpText {
	padding:0;
}

.calculator .budgetingMinus {
	padding:0;
}

.calculator .red {
	color:#ff3309;
}

.calculator .green {
	color:#b1dd09;
}



/************ end calculator *************/

.rosenScript {
	float:right;
	margin-top:5px;
}
/*.GoogTrAddThisWrapper {
	margin: -20px 0 0;
	padding: 0 0 20px;
	overflow: hidden;
}
.GoogTrAddThisWrapper .addthis {
	float: right;
	margin: 5px 0 0 10px;
}
.GoogTrAddThisWrapper .addthis.addthis_translate {
	float: left;
}*/
.GoogTrAddThisWrapper .google_translate {
	float: right;
}
/*
.GoogTrAddThisWrapper .skiptranslate {
	color: white;
	font-size: 0;
}
.GoogTrAddThisWrapper .skiptranslate > span {
	display: none !important;
}
*/

.boxWidget ul {
	list-style-type:disc;
}

.boxWidget li {
	margin:0 0 0 20px;
}

html.translated-ltr #readspeaker_button1,
html.translated-rtl #readspeaker_button1 {
	visibility: hidden;
}

.sample .nonBold li {
	font-weight:normal;
	color:#000000;
}

h2.vote {
	color:#669900;
}

/* Homepage Text Link Styles */
.homePage .videoDescription a, .homePage .mainContent a { font-weight: bold; font-size: 16px; white-space: nowrap;}

#rs_voice_selector {
	font-size: 13px;
	margin-left: 70px;
	position: absolute;
	top: 180px;
	left: 490px;
}

.rs_voice {
	padding: 5px;
	cursor: pointer;
}

#rs_voice_selector .selected {
	font-weight: bolder;
}

.instant-login {
  float: right;
  position: relative;
  margin: 10px 10px 0;
}

.instant-login__button {
  font-size: 13px;
  display: inline-block;
  padding: 4px 12px;
  line-height: 1.5;
  cursor: pointer;
  color: white;
  border-radius: 2px;
  background:#74c044;
}

.instant-login__button,
.instant-login__button:hover {
    text-decoration: none;
}

.instant_login_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  padding-top: 3px;
  margin-left: 2px;
  display: inline-block;
  border-color: #ffffff transparent transparent transparent;
}

.instant_login_login_page {
  position: absolute;
  margin-left: 56px;
  margin-top: 70px;
}

.instant-login-link {
  color: white;
}

.instant-login__menu {
  display: none;
  position: absolute;
  right: 0;
  min-width: 240px;
  margin-top: 4px;
  padding: 18px 12px;
  z-index: 2;
  background: #fff;
  border: 1px solid #f3f9fd;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.instant-login__links {
  padding: 0 15px;
}

.instant-login__separator {
  height: 1px;
  width: 100%;
  margin: 8px 0;
  background: #d9f1fb;
}

.instant-login__edlink {
  display: grid;
  grid-template: auto / repeat(2, 190px);
  gap: 24px 16px;
  padding: 2px 15px;
}

.instant-login__link {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-self: flex-start;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #424242;
  cursor: pointer;
}

.instant-login__link-icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.instant-login__link:hover {
  text-decoration: underline;
  color: #424242;
}

.hide {
	display: none;
}

.google-error {
	color: rgb(231, 76, 60);
	font-family: Roboto, Verdana, sans-serif;
	font-size: 14px;
	display: block;
}

.pagecontent #customBtn {
	background: #4285F4;
	display: inline-block;
	color: white;
	width: 190px;
	white-space: nowrap;
	border-radius: 4px;
}

#gSignInWrapper {

}

.pagecontent span.buttonText .glogo {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
}

.pagecontent span.buttonText {
	font-size: 15px;
}

.pagecontent #gSignInWrapper {
	margin: -23px 0 0 66px;
}

.goog-te-banner-frame.skiptranslate {
	display: none !important;
}

body {
	top: 0px !important;
}

#textToSpeechBlockHidden {
    position: absolute;
    opacity: 0;
    font-size: 0;
    pointer-events:none;
    top: 0;
}

#textToSpeechBlockHidden img, #textToSpeechBlockHidden video, #textToSpeechBlockHidden canvas {
    display: none !important;
}

.goog-tooltip {display: none !important;}
.goog-tooltip:hover {display: none !important;}
.goog-text-highlight {background-color: transparent !important; border: none !important; box-shadow: none !important;}

.hideRsPopup .rspopup {display: none !important;}

.article-text ul {
    padding-left: 1.5em;
    list-style: disc outside;
}

.ui-timepicker-standard {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #454545;
	border: none;
	box-shadow: 0px 4px 4px rgba(0,0,0,.25);
	border-radius: 4px
}

.ui-timepicker {
	padding: 8px 0
}

.ui-timepicker-standard .ui-state-hover {
	background-color: #dadada;
	border: none;
	font-weight: 400;
	color: #454545
}

.ui-timepicker-standard a {
	border: none;
	color: #454545;
	display: block;
	padding: .25em .5em;
	cursor: pointer
}

.ui-timepicker-standard a,.ui-timepicker-standard a:hover {
	text-decoration: none
}