/*
/	EdSource Global StyleSheet v0.0.1
/	6-18-08
/	for use at http://www.edsource.org
/	developer Amadeo Donofrio amadeo<at>solutionset.com
/	for SolutionSet http://www.solutionset.com
/
------------------------------------------*/



/*  Layout Styles
------------------------------------------*/
*{
	margin:				0;
	padding:            0;
}

body{
	background:			#0b2c7f url('../i/bg-pg.png') top center repeat-y;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#000;
}

#pg-container{
	width:				960px;
	margin:				0 auto;
}

/*  Header Styles
------------------------------------------*/
#header{
	height:				174px;
	background: 		url('../i/bg-header.png') bottom center no-repeat;			
}

#logo{
	width:				407px; /*325px originally*/
	height:				100px;
	display:			block;
	border:				none;
	background:			url('../i/logo3.png') 0 0 no-repeat;
	position:			relative;
	top:				57px;
	left:				20px;
}

#printlogo {
	display:				none;
}

/*  Utility Nav Styles
------------------------------------------*/
form#utility-nav{
	float:				right;
	margin:				0 0 0 0;
	position:			relative;
	top:				2px;
	_top:				4px;
}

form#utility-nav a#adv-search{
	color:				#fff;
	font-weight:		normal;
	font-size:			11px;
	position:			relative;
	top:				1px;
	_top:				-2px;
	right:				6px;
	text-decoration:	none;	
}


form#utility-nav input,
form#utility-nav select,
form#utility-nav option,
div#sml-filters input,
div#sml-filters select,
div#sml-filters option {
	border:				none;
	color: 				#000;
	font-size:			10px;
}

form#utility-nav input#keywords {
	width:				116px;
	height:				14px;
	_height:                           12px;
	margin:				0 12px 0 0;
	padding:	        2px;
}

* + html form#utility-nav input#keywords { /* IE 7 */
	height:				13px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari  */
form#utility-nav input#keywords  {
height: 13px;
}
}


form#utility-nav input#utility-submit{
	position:			relative;
	top:				6px;
	_top: 				4px;
}

form#utility-nav select#filter-type {
	width:				142px;
	line-height:		20px;
	height:				18px;
	border:				none;
	margin:				0 12px 0 0;
	padding:				1px 0;
}


div#sml-filters select, x:-moz-any-link { /* FireFox 2 */
height: 16px;
} 

form#utility-nav select#filter-type, x:-moz-any-link { /* FireFox 2 */
height: 16px;
} 

form#utility-nav select#filter-type, x:-moz-any-link, x:default { /* FireFox 3 */
height: 18px;
} 

div#sml-filters select {
	width:				142px;
	line-height:		20px;
	height:				20px;
	border:				1px solid #8FC4B9;
	margin:				0 12px 0 0;
	padding:				1px 0;
}

/*  Main Nav Styles
------------------------------------------*/
#main-nav{
	height:				43px;
	width:				auto;
	background:			url('../i/bg-main-nav.png') repeat-x;
	border-bottom:		3px solid #fff;
	list-style-type:	none;
}

#main-nav li{
	display:			inline;
	float:				left;
}

#main-nav li a{

	width:				137px;
	height:				43px;
	margin:				0;
	padding:            0;
	text-indent:        -9999px;
	overflow:			hidden
}	

#main-nav a#about{
	background-image:		url('../i/nav-about-us.gif');
}

#main-nav a#ca-system{
	background-image:		url('../i/nav-californias-system.gif');
}

#main-nav a#issues{
	background-image:		url('../i/nav-issues-research.gif');
}

#main-nav a#charts{
	background-image:		url('../i/nav-charts-data.gif');
}

#main-nav a#publications-products{
	background-image:		url('../i/nav-publications-products.gif');
}

#main-nav a#events{
	background-image:		url('../i/nav-events-presentations.gif');
}

#main-nav a#espanol{
	background-image:		url('../i/nav-en-espanol.gif');
}

#main-nav li a:hover{
	background-position:0 -43px !important;	
}

/*  Content Styles
------------------------------------------*/
#content{
	width:				auto;
	background:			#fff url('../i/bg-content.png') repeat-x;
	min-height:	        500px;
	height:				auto !important;
	height:				500px;
	padding: 	    	12px;
}

h1{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			22px;
	color:			#0060a9;
	display:			block;
	font-weight:		normal;
	margin:			0 0 24px 0;
}

h2{
	padding-bottom: 5px;
	padding-top: 8px;
	font-size: 18px			;
	color:			#0060a9;
	font-weight:		normal;

	display:			block;
	margin-bottom:		8px;  /*BRENT ADDED*/
}	

h3{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			14px;
	color:			#000;
	display:			block;
	fomt-weight:		bold;
	margin:			15px 0 5px 0;
}

h4{
	padding-bottom: 4px;
	padding-top: 6px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			13px;
	color:			#0060a9;
	display:			block;
	fomt-weight:		bold;
	margin:			0 0 5px 0;
}

h5{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:			#0060a9;
	display:			block;
	fomt-weight:		bold;
	margin:			0 0 5px 0;
}

h6{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:			#000;
	display:			block;
	fomt-weight:		bold;
	margin:			0 0 5px 0;
}

p {
	margin-bottom:      10px;
/* BRENT'S TESTING OF CSS CHANGES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */ 

	line-height: 1.3em;

/* BRENT'S TESTING END XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
}

/* BRENT'S TESTING OF CSS CHANGES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

ul.arrow-down {
	list-style-image: url('../i/arrow-d.gif');
}

ul.arrow-right {
	list-style-image: url('../i/arrow-r.gif');
}	
	

/* BRENT'S TESTING END XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*  Home Template - Column Styles
------------------------------------------*/
#home-l{
	width:				695px;
	border:				3px solid #fff;
	background:			url('../i/bg-home-l.png') repeat-x;
	padding:            11px 0;
	float: 				left;
	display:			inline;
}

#home-r{
	float: 				right;
	display:			inline;
	padding:            0;
	width:				225px;
	margin:				0;
}


/*  Internal Template - Column Styles
------------------------------------------*/
#l-col{
	float: 				left;
	display:			inline;
	padding:            0;
	margin:				0;
	width:				225px;
}

#r-col{
	width:				666px;
	_width:                            643px;
	border:				3px solid #fff;
	background:			url('../i/bg-home-l.png') repeat-x;
	padding:            11px;
	margin:				0 0 0 12px;
	float: 				left;
	display:			inline;
}

#r-col-wide{
	width:				666px;
	border:				3px solid #fff;
	background:			url('../i/bg-home-l.png') repeat-x;
	padding:            11px;
	margin:				0 0 0 12px;
	float: 				left;
	display:			inline;
	width:				880px;
}



/*  Internal Templates - SubNav and Breadcrumb Styles
------------------------------------------*/
#breadcrumbs{
	height:				23px;
	list-style-type:	none;
	width: 				auto;
}

#breadcrumbs li{
	float:				left;
	display:			inline;
	font-size:			11px;
}

#breadcrumbs li a{
	color:				#fff;
	text-transform:		capitalize;
}

#subnav{
	background:			#e6e5db;
	width:				203px;
	min-height:			170px;
	height:				auto !important;
	height:				170px;
	float:				left;
	margin:				0 0 12px 0;
	padding:            11px;
}

#subnav h2{
	margin:				0 0 13px 0;
}

#subnav ul{
	list-style-type:	none;
	margin:				0 0 24px 0;
}

#subnav ul li{
	line-height:		22px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-weight:		bold;
	font-size:			15px;
	
}

#subnav ul li a{
	color:				#0060a9;
	font-size:			13px;
	text-decoration:	none;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
}

#subnav ul li ul{
	margin:				0 0 0 12px;
}

#subnav ul li ul li a{
	font-weight:		normal;
}

#subnav ul li ul li.here{
	margin:				0 0 0 -12px;
}

#subnav ul li ul li.here a{	
	padding:            0 0 0 12px;
	background:			url('../i/arrow-r.gif') left no-repeat;
	color:				#000;
}

#subnav ul li ul li ul{
	margin:				0 0 0 12px;
}

#subnav ul li ul li ul li a{
	font-weight:		normal;
	font-size:			11px;
}

#subnav ul li ul li ul li.here{
	margin:				0;
}

#subnav ul li ul li ul li a{
	margin:				0 ;
	color:				#0060a9 !important;
	background: 		none !important;
}

#subnav ul li ul li ul li.here a{
	color:				#000 !important;
	background:			url('../i/arrow-r.gif') left no-repeat !important;
}

#subnav ul li ul li ul li a:hover{
	color:				#E48617 !important;
}

#l-col a.more{
	height:				25px;
}

/*  Internal Templates - Text-Content Main Body
------------------------------------------*/
#text-content{
	min-height:			500px;
	height:				auto !important;
	height:				500px;
}

/* BRENT'S TESTING OF CSS CHANGES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#text-content ul {
margin-bottom: 1.3em; 
morgin-top: 1.3em;  /*BRENT ADD TO INCREASE SPACE AT TOP OF LIST */
padding-left: 5px; 

}

#text-content ol {
margin-bottom: 1.3em;
margin-top: 5px; /*BRENT ADD TO INCREASE SPACE AT TOP OF LIST*/
padding-left: 5px; 

}

#text-content li {

 line-height: 1.3em;
 margin-bottom: 5px;
 margin-top: 5px; /*BRENT ADD TO INCREASE SPACE AT TOP OF LIST*/
}

/* BRENT'S TESTING END XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#text-content hr{
	boeder:				none;
	border-bottom:		1px solid #E6E5DB;
}

/*  Internal Templates - Login/Subscriber Login Styles
------------------------------------------*/
#text-content.login table{
border: none !important;
font-size: 100%;
}

/*  Internal Templates - Page Utility Styles
------------------------------------------*/
#title{
	min-height:			60px;
	height:				auto !important;
	height:				60px;
	padding:            0;
	margin:				0 0 12px 0;
	display:			block;
	border-bottom:		1px solid #fff;
}

#title h1{
	display:			inline;
}

#print-email{
	float:				right;
	margin-top:			35px;
}

#print-email a{
	display:			block;
	float: 				left;
	height:				20px;
	padding:            2px 1em 0 23px;
}

#print-email a.print{
	background:	url('../i/print-this-page.gif') left top no-repeat;
	

}

#print-email a.email{
	background:	url('../i/email-this-page.gif') left top no-repeat;
}

/* Internal Templates - Advanced Search Styles
------------------------------------------*/
form#form1 input#advSerKeyword {
border:1px solid #8FC4B9;
	width:				116px;
	height:				14px;
	_height:                           12px;
	margin:				0 12px 0 0;
	padding:	        2px;
font-size: 11px !important;
}

form#form1 select#advSerType {
border:1px solid #8FC4B9;
height:20px;
line-height:20px;
margin:0 12px 0 0;
padding:1px 0;
width:142px;
font-size: 11px !important;
}

/*  Internal Templates - Results List Styles
------------------------------------------*/
#sml-filters{
	border-bottom:		2px solid #8FC4B9;
	padding:            10px 0 0 0;
	_padding:			14px 0 0 0;
	height:				30px;
}

#sml-filters form{
	float:				right;
}


.result{
	padding:            12px 0 !important;
	border-bottom:		1px solid #E6E5DB !important;
	margin:             0;
}

#chart{

}

#chart .result{
	width:				660px !important;
	padding:           12px 0 !important;
	margin:            0 0 !important;
	border-bottom:		1px solid #E6E5DB !important;
}

#chart .result .detail-wide{
	float:				left !important;
	width:				460px !important;
	padding-left:		185px !important;
	margin: 			0 !important;
}

.result .detail{
	float:				left;
	width:				300px;
	padding:            0 0 0 165px !important;
}

.result .chart{
	float:				left;
	width:				300px;
	padding:            0 !important;
}

.result .detail-wide{
	float:				left;
	width:				660px;
	margin-left:		165px !important;
}

.result .detail-wide-related{
	float:				left;
	width:				500px;
	margin-left:		165px !important;
	_width:				300px;
	_margin-left:		0 !important;
}

.result .detail-related{
	float:				left;
	width:				300px;
	margin-left:		165px !important;
	_margin-left:		81px !important;
}

.result .detail-related a img{
	display:			block;
	visibility:			visible;
	position:			relative;
	z-index:			500; 
	
}


.result .chart{
	float:				left;
	width:				660px;
	margin-left:		0 !important;
}



.result .detail p{
	padding:            0 !important;
	margin-left:		0 !important;
	display:			block !important;
}

.result .detail .date{
	margin-left:		0 !important;
	padding:            0 !important;
	display:			block !important;
}


.result a.tmb,
.result img.tmb{
	float:				left;
	margin:				0 0 0 -165px !important;
}

.result .detail-wide a.tmb{
	float:				left;
	margin:				0 0 0 -185px !important;

}


.result .chart .tmb{
	display:			none;
}


.result a.tmb img{
	border:				1px solid #fff ;
}

.result img.tmb{
	border:				1px solid #ccc ;
	padding: 	        2px;
}

.result a.tmb:hover img{
	border:				1px solid #E48617;
}

.result .detail span{
	display:			block;
	font-style:			italic;
	color:				#E48617;
}

.result .detail p,
.result .detail ul{
	margin:				0 !important;
	padding:            0 !important;
}


#pages{
	padding:            12px 0;
}

#pages p{
	float:				left;
}

#pages ul{
	display:			block;
	list-style-type:	none;
	float:				right;
}


#pages ul li{
	display:			block;
	width:				15px;
	float: 				left;
}


#pages ul li a{
	display:			block;
	text-align:			center;
	_height:			1%;
	font-weight:		bold;
}

#pages ul li a:hover{
	background:			#85B6AC;
	color:				#fff !important;
}

/*  Internal Templates - Text-Content - Glossary
------------------------------------------*/
b#alpha-list {
display: block;
margin-bottom: 25px;
}

b#alpha-list a {
margin: 0 5px;
}

b#alpha-list a.first {
margin-left: 0;
}

b#alpha-list a.last {
margin-right: 0;
}

div.glossaryterm {
margin-bottom: 0.3em;
}


/*  Internal Templates - Text-Content - Meta Desc
------------------------------------------*/
#meta-desc{
	padding:            12px 0;
	border-bottom:		1px solid #E6E5DB;
	height:				100px;	
	margin:             0 0 20px 0;
}

#meta-desc .pub{
	width:				450px;
	float:				left;
}

#meta-desc .pub h2{
	color:				#000;
	font-size:			14px;
	font-weight:		bold;
}

#meta-desc .pub span{
	display:			block;
	clear: 				right;
}

.price{
	float:				right;
	font-size:			10px;
	position:			relative;
}

.price span.label{
	margin-right:		90px;
	display:			block;
	clear:				both;
	text-align:			right;
	font-size:			11px;
	color:				#777;
	line-height:		20px;
}

.price span.purchase-price{

	display:			block;
	clear:				both;
	text-align:			right;
	margin:				0 90px 0 0;
	line-height:		20px;
}

.price span.purchase-price input{
	width:				20px;
	border:				1px solid #777;
	line-height:		10px;
	color:				#777;
	height:				14px;
}


.price a{
	display:			block;
	width:				83px;
	height:				20px;
	text-indent:        -9999px;


	position:			absolute;
	right:				0;
	margin:				-21px 0 0 0;

}

.price a.cart-dl{
	background:			url('../i/but-add-to-cart-dl.png') 0 0 no-repeat;
}

.price a.download-dl{
	background:			url('../i/but-download.png') 0 0 no-repeat;
}

.price a.cart-print{
	background:			url('../i/but-add-to-cart-print.png') 0 0 no-repeat;
}

/*  XCART Templates - Shopping cart process
------------------------------------------*/
/* originally from snippet */
#shoppingCartTop { 
	position:absolute;
	z-index: 999;
	top:39px;
	right:0px;
	height: 115px;
	width: 246px;
	background:transparent url(/assets/templates/edsource/i/shopping-cart.png);
	z-index: 1;
}

*html #shoppingCartTop {
	position: absolute;
	top:39px;
	right:0px;
	height: 115px;
	width: 246px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/edsource/i/shopping-cart.png', sizingMethod='scale');
	z-index: 1;
}

#shoppingCartTop #scfirst {
	padding: 41px 0 0 21px;
	font-weight:bold;
	font-size:12px;
}

#scsecond {
	display:block;
	position:absolute;
	z-index: 999;
	top:109px;
	right:65px;
	width: 160px;
	height: 21px;
	z-index: 1;
}

/* end from snippet */

div.cart-buttons-parent {

	float:right;
	position:			relative;
}

a.contShop {
	display:			block;
	width:				121px;
	height:				20px;
	text-indent:        -9999px;
	position:			absolute;
	right:				0;
	margin:				-21px 85px 0 0;
	background:			url('../i/but-cont-shopping.png') 0 0 no-repeat;
}

a.checkout
 {
	display:			block;
	width:				74px;
	height:				20px;
	text-indent:        -9999px;
	position:			absolute;
	right:				0;
	margin:				-21px 0 0 0;
	background:			url('../i/but-checkout.png') 0 0 no-repeat;
}

#cart-header {
	float:right;
	margin-top:50px;
	position:			relative;
	
}

.shopping-cart {
	margin: 20px 0 0 0;
	padding: 0;
}

.shopping-cart .title {
	border-bottom:2px solid #8FC4B9;	
}

.shopping-cart .hr-separator {
	border-bottom:2px solid #8FC4B9;
	padding-bottom: 10px;	
}

.shopping-cart .title h1 {
	margin: 0;
}

.shopping-cart .body {
	margin: 10px 0;
	text-align:left;
}

.shopping-cart .options {
	margin-bottom: 10px;
}

.shopping-cart .options td {
	font-weight: bold;
}

.shopping-cart .separator {
	border-bottom:1px solid #CCCCCC;
	margin: 10px 0;
}

.shopping-cart .GoImageYellow {
	VERTICAL-ALIGN: middle;

	BORDER: 0px;
}

.shopping-cart .SimpleButtonRight {
}


span.shopping-loc a {
	color:#FFFFFF;
	text-transform:capitalize;
	font-size: 11px;
	font-weight:normal;
}

span.shopping-loc {
	color:#000000;
	text-transform:capitalize;
	font-size: 11px;
	font-weight:normal;
}


/*  Internal Templates - Text-Content - Related Issues
------------------------------------------*/
#related-issues{
	border-top:			2px solid #8fc4b9;
	margin:				12px 0 0 0;
	padding:            24px 0;
}

#related-issues h2{
	padding:            0 0 12px 0;
}

/*  BRENT ADDED TO FIX BULLET LIST */

#related-issues li{
	padding:            0 0 6px 0;
	margin-left: 24px;
}
/*  BRENT ADDED TO FIX BULLET LIST */


/*  Internal Templates - Overview Styles
------------------------------------------*/
#overview{
	border-bottom:		2px solid #8fc4b9;
	padding-bottom:     24px;
}

#toc{
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 20px;
}

#toc ul{
	list-style-type:	none;
	display:			block;
	width:				200px;  
	float:				left;
	margin:				0;
}

#toc ul li{
	margin:				0 0 3px 0 !important;
/*	list-style-image: url('../i/arrow-r.gif');   SUGGESTED CODE TO REPLACE BACKGROUND IMAGE */
	
}

#toc ul li a{
	background:			url('../i/arrow-r.gif') left no-repeat;  	           			                                          
	padding:            0 15px 0 15px;
}



#featured{
	clear:				both;
	display:			block;


	padding:			24px 0 0 0;
	_padding:			12px 0 0 0;
}

#featured img{
	float: 				left;
	margin:				0 12px 0 0;
}

a.more{
	float: 				right;
}



/*  Internal Templates - Related Items Styles
------------------------------------------*/
#related-items{

}

#pub-list{
	display:			block;
	float: 				left;
	padding:            12px 0 0 0;
}

.pub-list-short{
	width:				375px;
}

#chart-list{
	width:				254px;
	float: 				right;
	background: 		#e6e5db;
	padding:            12px;
	margin:				12px 0 0 0;
	border-top:			1px solid #f2f1ec;
}

#chart-list .item{
	width:				auto;
	float: 				none;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
}

#chart-list .item a{
	display:			block;
	font-size:			12px;
	font-weight:		bold;
}

#chart-list .item p{
	display:			inline;

}

#chart-list .item span{
	white-space:		nowrap;
	color:				#e48617;
}

#pub-list h2{
	margin-bottom:		24px;
	line-height:		22px;
}


#pub-list .pub{
	border-bottom:		1px solid #e6e5db;
	margin:				0 0 12px 0;
	padding:			0 0 12px 165px;
	_width:				190px !important;
}


#pub-list .pub a.tmb{
	display:			inline;
	float:				left;
	padding:            0 0 0 -165px !important;
}



#pub-list .last{
	border-bottom:		none;
}

#pub-list a.more,
#chart-list a.more{
	float: 				right;
	margin:				12px 0 0 0;
}



/*  Home Template - Promo Box Styles
------------------------------------------*/
#promo{
	border-bottom:		2px solid #8fc4b9;
	padding:            0 0 25px 12px;
	position:			relative;
}

#promo .content {
	float: left;
	display: inline;
	width: 310px;
	margin: 12px 0 0 20px;
}

#promo h1{
	color:				#0060a9;
	font-size:			22px;
	line-height:		22px;
	font-weight:		normal;
	/* float: 				left; */
	/* width:				310px; */
	/* margin:				12px 0 0 20px; */
	margin-bottom: 12px
}

#promo p{

}

#promo img.promo{
	width:				340px;
	height:				185px;
	display:			inline;
	float: 				left;
}

#promo ul#page{
	position:			absolute;
	bottom:				20px;
	right:				70px;
	_right:				10px;
	list-style-type:	none;	
}

#promo ul#page li{
	display:			block;
	float: 				left;
	width:				20px;
	height:				20px;
	line-height:		20px;
	text-align:			center;
}

#promo ul#page li.link{
	margin:				0 0 0 115px;
}

#promo ul#page li a:link,
#promo ul#page li a:visited{
	text-decoration:	none;
	display:			block;	
	_height:				1%;
	color:				#838383;
	font-weight:		bold;
}

#promo ul#page li a:hover{
	background:			#E48617;
	color:				#fff !important;
}

#promo ul#page li.here a{
	background:			#85b6ac;
	color:				#fff !important;
}




/*  Home Template - Featured Pubications Styles
------------------------------------------*/
#feat-pubs{
	width:				460px;
	margin:				25px 0 0 0;
	float:				left;
}

#feat-pubs h2{
	margin-bottom:		11px;
}


#feat-pubs .first{
	border-bottom:		2px solid #e7e1d2;
	padding-bottom:     12px;
}

#feat-pubs .pub {
	display:			block;
	clear:				both;
	margin-bottom:		12px;
	padding:            0 0 12px 165px !important;
}

.pub a.tmb,
.pub img.tmb {
	float: left;
	margin: 0 5px 0 0;
}

.pub a.tmb img {
    border: 1px solid #fff;
    max-width:			147px;
	width: expression(this.width > 147 ? 147: true);
	max-height:			80px;
	height: expression(this.height > 80 ? 80: true);      
}

#feat-pubs .first a.tmb img {
    border: 1px solid #fff;
    max-width:			231px;
	width: expression(this.width > 231 ? 231: true);
	max-height:			136px;
	height: expression(this.height > 136 ? 136: true);      
}

.pub a.tmb:hover img {
border: 1px solid #E48617;
}

.pub img{
/* 	float: 				left;
	display: 				inline;
	margin-right: 			13px;
	border: 				1px solid #ccc;
	padding: 				2px;
	text-align:				center;
	vertical-align:			middle; */
}

.pub .b {
	font-weight:		bold;
	font-size:			13px;
	display:			block;
}

.pub p{
	margin-bottom:		5px;
}

.pub .date{
	font-style:			italic;
	color:				#e48617;
}


/*  Home Template - EdSource in the News Styles

------------------------------------------*/
#news{
	background:			#e6e5db;
	width:				200px;
	min-height:			470px;
	height:				auto !important;
	height:				470px;
	float:				left;
	margin:				12px 0 0 12px;
	padding:            11px;
}

#news h2{
	margin:				0 0 13px 0;
}

.news{
	display:			block;
	margin:				0 0 12px 0;
	color:				#000;
	padding:            0 0 5px 0;
	border-bottom:		1px solid #fff;
}

.news h3{
	margin:				0 0 5px 0;
	font-weight:		bold;
	color:				#0060a9;
	font-size:			13px;
}

.news .date{
	font-weight:		normal;
	font-style:			italics;
	color:				#e48617;
}

#news a.more{
	float:				right;
	font-weight:		normal !important;
}


/*  Home Template - Also of Interest Styles
------------------------------------------*/
#also{
	clear: 			both;
	margin:			12px 0 0 0;
	*margin:			9px 0 0 0;
	border-top:		2px solid #8fc4b9;
	padding:                  24px 0 0 12px;
min-height: 260px;
height: auto !important;
height: 260px;
}

.item{
	width:			218px;
	float:			left;
	padding:        12px 0 0 0;
	font-family:	Georgia, "Times New Roman", Times, serif;
}

.item-wide{
	width:		328px; /*318px*/
	float:		left; 
	padding:        12px 10px 0 0; /*12 9 0 0*/
	font-family:	Georgia, "Times New Roman", Times, serif;
}

.item h3,
.item-wide h3{
	color:			#0060a9;
	display:		block;
	margin:			12px 0 0 0;
}

.item p,
.item-wide p{
	margin:			5px 0;
}

.item .date,
.item-wide .date{
	font-style:			italic;
	color:				#e48617;
}


/*  Home Template - School Finance Styles
------------------------------------------*/
#home-school-finance{
	background:			#8fc4b9 url('../i/bg-rcol-green.png') bottom left no-repeat;
	width:				201px;
/*	min-height: 		512px; */
	height: 			auto !important;
	height: 			512px;
	padding: 	    	12px;
	margin:				0 0 12px 0;
}

#home-school-finance h2{
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			24px;
	color:				#fff;
	font-weight:		normal;
	margin:				0 0 7px 0;
}

.fin{
	display:			block;
	margin-bottom:		12px;
	color:				#000;
}

#home-school-finance a:link,
#home-school-finance a:visited{
	margin-bottom:		5px;
	display: 			block;
	font-weight:		bold;
	color:				#0b2c7f;
}

.fin .date{
	font-size:			12px;
	font-weight:		bold;
	font-style:			normal;
	color:				#000;
}


#home-school-finance a.more{
	float:				right;
	font-weight:		normal !important;
}


/*  Home Template - Secondary & Beyond
------------------------------------------*/
#home-secondary-beyond{
    /*background:            #effffc url('../i/bg-rcol-green_sb.png') top left no-repeat; */
    background:            #8fc4b9 /*url('../i/bg-rcol-green_sb.png') top left no-repeat */;
    background:            #8fc4b9 url('../i/bg-rcol-green_sb2a.gif') top left no-repeat;    
    border-style:        solid;
    border-width:        1px;
    border-color:        #8fc4b9;
    width:                199px;
/*    min-height:         512px; */
    min-height:         212px;    
    height:             auto !important;
    height:             512px;
    padding:             12px;
    margin:                0 0 12px 0;
}

#home-secondary-beyond h2{
    font-family:        Georgia, "Times New Roman", Times, serif;
    font-size:            24px;
    /*color:                #0060a9; */
    color:                #fff;
    font-weight:        normal;
    margin:                0 0 7px 0;
}

.fin{
    display:            block;
    margin-bottom:        12px;
    color:                #000;
}

#home-secondary-beyond a:link,
#home-secondary-beyond a:visited{
    margin-bottom:        5px;
    display:             block;
    font-weight:        bold;
    color:                #0b2c7f;
}

.fin .date{
    font-size:            12px;
    font-weight:        bold;
    font-style:            normal;
    color:                #000;
}


#home-secondary-beyond a.more{
    float:                right;
    font-weight:        normal !important;
}


/*  Home Template - STEM
------------------------------------------*/
#home-stem{
	/*background:			#ADCFF8 /*url('../i/bg-rcol-green_sb.png') top left no-repeat */ ; 
	background:			#8fc4b9 url('../i/bg-rcol-green_stem7.gif') top left no-repeat;
	border-style:		solid;
	border-width:		1px;
/*	border-color:		#0A185C; */
	border-color:		#8fc4b9;
	width:				199px;
/*	min-height: 		512px; */
	min-height: 		212px;	
	height: 			auto !important;
	height: 			512px;
	padding: 	    	12px;
	margin:				0 0 12px 0;
}

#home-stem h2{
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			24px;
	color:				#FFFFFF;
/*	color:				#0060a9; */
	font-weight:		normal;
	margin:				0 0 0 0;
}

.fin{
	display:			block;
	margin-bottom:		12px;
	color:				#000;
}

#home-stem a:link,
#home-stem a:visited{
	margin-bottom:		5px;
	display: 			block;
	font-weight:		bold;
	color:				#0b2c7f;
}

.fin .date{
	font-size:			12px;
	font-weight:		bold;
	font-style:			normal;
	color:				#000;
}


#home-stem a.more{
	float:				right;
	font-weight:		normal !important;
}




/*  Home Template - Newsletter Sign Up Styles
------------------------------------------*/
#newsletter-signup{
	margin:				12px 0 0 0;
	padding:	        12px;
	background:			#E6E5DB;
	clear: 				both;
}

#newsletter-signup h3{
	font-size:			13px;
	margin-bottom:		12px;
	color:				#000;
}

#newsletter-signup form{
	clear:				both;
}

form.comment-on-this #ea{
	display: inline;
	float: left;
	margin:				0pt 12px 0pt 0pt;
	border:				none;
	padding:	    	2px;
       font-size: 11px;
	height:				14px;
	width:				116px;
}

form.comment-on-this #add {
display: inline;
float: left;
border: none;
height: 19px;
width: 24px;
}


/*  Internal Templates - Add Comment Styles
------------------------------------------*/
#comment{
	border-top:			2px solid #8fc4b9;
	margin:				24px 0 0 0;
	padding:            24px 0;
}

#comment h2{
	padding:            0 0 12px 0;
}


/*  user Survey Styles 
------------------------------------------*/
#surveychunk{
	position:			absolute;
	top:				16px;
	width:				100%;	
	z-index:			1000000000;	
	display:			none;
}

#survey{
	border:				10px solid #fff;
	background:			#e6e5db;
	margin:				0 auto;
	width:				924px;
}

div.gains{
	border:				10px solid #e6e5db !important;
	background:			#fff !important;
	margin:				0 auto;
	width:				862px !important;
	padding: 	        0 20px !important;
}

#survey div.vr {
	display: inline;
	float: left;
	background: url(../i/hr-vert-blue.gif) no-repeat 50% 50%;
	width: 2px;
	position: relative;
	top: 22px;
	height: 670px;
	_height: 570px;
}

#survey div.vr, x:-moz-any-link { /* FireFox 2 */
height: 630px;
} 

* + html  #survey div.vr { /* IE 7 */
height: 650px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari  */
#survey div.vr {
height: 540px;
}
}

#survey #l-col {
font-family: Georgia, "Times New Roman", Times, serif;
width: 320px;
}

#survey #l-col #logo {
background: url(../i/logo-user-survey.jpg) no-repeat 0 0;
top: 20px;
height: 115px;
width: 252px;
}

#survey #logo-g {
position: relative;
background: url(../i/logo-user-survey-gains.jpg) no-repeat 0 0;
top: 25px;
height: 78px;
left: 630px;
width: 250px;
}

#survey #l-col h1 {
padding: 0 24px;
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: 0;
}

.gains h1{
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: 7px;
}

.gains h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 17px;
}

.gains p span.num{
	display:block;
	float:left;
	height:36px;
	margin-right:12px;
	position:relative;
	top:-7px;
	width:36px;
	height: 36px;
	text-indent: -999999px;
}

.gains p#hear span.num{
	background: url(../i/num-1.gif) no-repeat 0 0;
}

.gains p#interestedin span.num{
	background: url(../i/num-2.gif) no-repeat 0 0;
}

.gains p#state span.num{
	background: url(../i/num-3.gif) no-repeat 0 0;
}

.gains p#role span.num{
	background: url(../i/num-4.gif) no-repeat 0 0;
}

.gains p#who span.num{
	background: url(../i/num-5.gif) no-repeat 0 0;
}

.gains p#email span.num{
	background: url(../i/num-6.gif) no-repeat 0 0;
}


#survey #l-col p {
padding: 0 24px;
font-size: 15px;
margin-bottom: 1em;
}

.gains p {
display: block;
font-size: 15px;
margin-bottom: 1em;
clear: both;
}

#survey #r-col {
background: url(../i/bg-user-survey2.jpg) no-repeat 100% 100%;
margin: 8px 0 0 0;
border: none;
padding-left: 0;
width: 590px;
}

#survey #r-col form {
margin-left: 25px;
}

#survey #r-col form .hr{
background: url(../i/hr-horiz-grad.gif) no-repeat center top;
margin: 1em 0 2em 0;
height: 2px;
width: 560px;
}


.gains form .hr{
background: url(../i/hr-horiz-grad.gif) repeat-x center top;
margin: 1em 0 2em 0;
height: 2px;
width: 862px;
}

#survey #r-col p {
margin-bottom: 1em;
}

#survey #r-col .thank {
font-weight: bold;
color: #e48617;
}

#survey #r-col table {
width: 100%;
}

.gains table{
	border: none !important;
}

#survey #r-col table td {
width: 49%;
margin-bottom: 3px;
}

.gains table td span.lab{
font-weight: bold;
padding: 0 0 5px 0;
}

.gains table td.radRow{
height: 20px;
width: 250px;
}

.gains table.thirds td{
	width: 275px;
}

#survey #r-col #submit {
position: relative;
top: 6px;
margin: 0 5px 0 0;
}

#survey #r-col a#skip-link {
background: url(../i/link-arrow-sm-blue.gif) no-repeat right center;
padding-right: 15px;
}

.gains table th{
font-weight: bold;
padding-bottom: 7px;
text-align:left;
}

.gains table td input{
	border: 1px solid #acaaa2;
}

.gains table td label{
	position: relative;
	top: -3px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	display: none;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }


#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ 
	display: 		none;
	/*background-image: url('../i/overlay.png');*/
	position:		absolute;
	top: 			0;
	left: 			0;
	width:			100%;
	height:			100%;
	z-index:		100000;
	/*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/edsource/i/overlay.png', sizingMethod='scale');
	_background-image:none;*/
	background-color:black;
	opacity: .75;
	filter: alpha(opacity=75);
}

/*  Footer Styles
------------------------------------------*/
#footer{
	height:				12px;
	background:			#E6E5DB;
	padding:            12px;
	margin:				0 0 40px 0;
}

#footer p{
	float:				right;
}

#footer ul{
	float:				left;
	list-style-type:	none;
	margin:				0;
	padding:            0;
}

#footer ul li{
	display:			inline;
	border-right:		1px solid #000;
	padding:            0 6px 0 6px;
	margin: 			0;
	line-height:		12px;
}

#footer ul li.last{
	border:				none;
}

#footer ul li a{
	margin:				0;
	padding:            0;	
}


/*  Link Styles
------------------------------------------*/
a:link,
a:visited{

	color:				#0060a9;
	outline:			none;
}

a:hover{
	color:				#e48617 !important;
	outline:			none;
}


/*  Utility Styles
------------------------------------------*/
.clear {
clear: both;
}

.center {
text-align: center;
}

.hide {
display: none;
}

.red {
color: #c00;
}

div#text-content p,
div#text-content ul, {
margin-bottom: 10px;
}

/*BRENT ADDED STYLE FOR <OL> TO CORRECT ISSUE FOUND IN IE*/

div#text-content ol {
margin-left: 1.0em;
margin-top: 10px;
}
/*END BRENT ADDITION*/

div#text-content li,
div#overview li {
margin-left: 1.5em;
_margin-left: 1.7em;
}

table {	
	padding-left: 0px;	
	padding-bottom: 0;	
	padding-right: 0;	
	padding-top: 0;	
	margin: 0 0 1em 0;
	border: 1px solid black; 
	border-collapse: collapse;
	border-spacing: 0px 0px;
	outline: 0;
	font-size: 90%;
	vertical-align: baseline;
}

table#q1,
table#q2,
table#q3 {
border: none;
}

ul#main-nav table {
border: none;
}

img {
border: none;
}

input.checkbox,
input.radio {
	_height: 13px;

	_width: 13px;
       margin-right: 0.5em;
}

input[disabled="disabled"] {
cursor: default;
}

input.disabled {
cursor: default;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;

    line-height: 0;
    height: 0;
}


.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* TINY MCE Styles
------------------------------------------------*/
a .img-link{
	border:			1px solid #838383;
}

a:hover .img-link{
	border:			1px solid #E48617;
}

a.back-to-top,
a:hover .back-to-top {
background: url(../i/link-back2top.gif) no-repeat left center;
padding-left: 15px;
float: right;

}

/*BRENT ADDED*/

a.link-next,
a:hover .link-next {
background: url(../i/link-next.jpg) no-repeat right center;
padding-right: 15px;
float: right;

}
/*END BRENT ADDED*/

.caption {
	font-size:		11px;
	font-weight:	normal;
}

.block-caption {
	font-size: 		13px;
	font-weight:	bold;
	color: 			#0060a9;
	float: right;
	width:	200px;
	margin: 0 0 20px 20px;
}

.date {
	font-size: 		12px;
	font-weight:	normal;
	font-style:		italic;
	color: 			#e48617;
}

.green {
	font-size:		11px;
	font-weight:	bold;
	color:			#8fc4b9;
}

a.r-arrow {
	display:		inline;
	_display:		inline-block;
	background:		url('../i/arrow-r.gif') no-repeat right;
	padding:        0 15px 0 0;
}

.hr-green{
	border:			none !important;
	display:		block;
	border-top:		2px solid #8fc4b9 !important;
	margin:			5px 0;
	padding:	    0;
}

.hr-grey{
	border:			none !important;
	display:		block;
	border-top:		1px solid #e7e1d2 !important;
	margin:			5px 0;
	padding:	    0;
}


/* Lead In Page Styles
-------------------------------------------------*/
.leadInLarge{
	font-family:	Georgia, "Times New Roman", Times, serif !important;
	font-size:		20px !important;
	font-weight:	normal !important;
}

.leadInSmall{
	font-family:	Georgia, "Times New Roman", Times, serif !important;
	font-size:		16px !important;
	line-height: 	1.3em;
}



/* Call Out Styles
-------------------------------------------------*/
.callout{
	float:			right !important;
	display:		block;
	width:			215px;
	border-left:	1px solid #787878;
	padding:        0 0 10px 15px; 
	margin:         0 0 10px 15px; 
	color:			#6291c8 !important;
	font-family:	Georgia, "Times New Roman", Times, serif !important;
}

/*BRENT ADDED TO CREATE ALTERNATIVE CALLOUT/FEATURE RIGHT SIDE BOX*/

.callout2{
	float:			right !important;
	display:		block;
	width:			235px;
	border-left:	1px solid #787878;
	padding:        0 0 10px 15px;
	margin:         0 0 10px 15px;
/*	color:			#6291c8 !important; */
	font-family:	Georgia, "Times New Roman", Times, serif !important; 
	
}

/*END*/

.callout span.calloutHeader{
	display:		block;
	font-size:		18px !important;
/*	font-weight:	bold !important; ORIGINAL*/
	font-weight:	normal !important; 	
/*	color:			#6291c8 !important; */
	color:			#136CAF !important;
	margin:			0 0 2px 0; /*  0 0 7px 0;  */
	padding: 		0 0 2px 0; /*BRENT ADDED*/
}
 

.callout ul{
	margin:			5px 0; /* 10 px 0*/
	color:			#6291c8 !important;	
	display:		inline;
}

.callout li{
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.callout p{
	margin:			 0 0 10px 0; 
}


blockquote{
	padding:	0 35px;
	display:	block;
}

/* BRENT ADD 2-COLUMN STYLE 
-------------------------------------------------*/
.column-left{
	float: left ! important; 
	display: block; 
	width: 260px; 
	padding: 0px 15px 15px 15px; 
	margin: 15px 15px 15px 15px; 
}
 
/* Login page
-------------------------------------------------*/
td.FLCDialogCell {
	height:225px;
	text-align:center;
	vertical-align:top;
	width:50%;

	padding: 0 20px;
}

.Star {
	color:#FF0000;
}

