@charset "utf-8";
/* CSS Document */

/* Styles for insidePages */
#content{
	padding-top: 25px;
	}
.bold {
	font-weight: bold;
	}
.smalltype{
	font-size: .8em;
	}
.largetype{
	font-size: 1.6em;
	}
.largetypeTreb{
	font-size: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
/*~~staff tables and text~~*/
	table.staff, table.staff2{
		border: 0;
		width: 660px;
		font-size: .9em;
	}
	table.staff2{
		width: 860px;
	}
	#content table.staff p, #content table.staff2 p{
		padding-left: 10px;
		line-height: 1.2em;
		}
	table.staff img, table.staff2 img{
		-moz-box-shadow: 1px 1px 2px #CCCCCC;
		}
/*~~staffBios~~*/
	.staffInfoWrap, .staffFooter{
		min-height: 147px;
		width: 660px;
		position: relative;
		padding: 8px;
		font-size: .9em;
		line-height: 1.2em;
		margin-bottom: 4px;
		}
	.staffFooter{
		min-height: 1px;
		border-bottom: 0px;
		}
	.staffInfoWrap img{
	position: absolute;
	top: 13px;
	left:6px;
	-moz-box-shadow: 1px 1px 2px #CCCCCC;
		}
	.staffInfo{
		width: 225px;
		float: left;
		margin: 0 0 0 128px;
		padding-top: 3px;
		}
	.staffInfo h1{
		font-size: 1.3em;
		color: #075988;
		font-weight:bold;
		padding:0;
		margin:0;
	}
	.staffInfo span{
		font-size: .9em;
		color:#666;
	}
	div.staffBio{
		min-height: 147px;
		width: 290px;
		float: left;
		padding: 3px 0 0 15px;
		border-left: 1px solid #CCC;
		}
	img.bioPic{
		padding: 5px;
		border: 1px solid #98989A;
	}
/*~~purple staff menu~~*/
	div#rightStaffMenu{
		float: right;
		width: 220px;
		font-size: .85em;
		line-height: 1.8em;
		border: 1px solid #CCC;
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
		box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	}
	div#staffMenuLinks{
		padding:0px 10px 10px 17px;
	}
	div#staffMenuLinks a{
		background:url(../images/moreArrow.gif) no-repeat scroll 0% 50%;
		padding-left: 13px;
		font-size:.9em;
		text-decoration:none;
	}
/*~~blackborder tables~~*/
	.blackborder, .blackborderCenter{
		border-collapse: collapse;
		text-align:left;
		margin-bottom: 10px;
		width: 100%;
		line-height: 1.3em;
	}
	.blackborder td, .blackborder th{
		text-align:left;
	}
	.blackborderCenter{
		text-align:center;
	}
	table.blackborder p, table.blackborderCenter p{
		padding:0;
		margin:0;
	}
	tr.black td, tr.black th{
		padding: 4px 7px;
		border: 1px solid #CCC;
	}
	tr.blackTop td, tr.blackTop th{
		vertical-align:top;
	}
	tr.black th{
		background-color:#D7E4EA;
	}
	th.leftTH, td.leftTD{
		text-align:left;
	}
	th.rightTH, td.rightTD{
		text-align:right;
	}
	tr.black th.grayTH, tr.black td.grayTD, tr.grayTR td{
		background-color:#EDEDED;
	}	
/*~~no border tables~~*/
	.noborderTBL{
		border-collapse: collapse;
		text-align:left;
		line-height: 1.6em;
		font: Arial, Helvetica, sans-serif;
		width: 100%;
	}
	.noborderTBL td, .noborderTBL th{
		text-align:left;
		padding: 1px 0 1px 7px;
	}
	table.noborderTBL p, table.noborderTBLCenter p{
		padding:0;
		margin:0;
	}
	.ASPtext{
		font: .9em Arial, Helvetica, sans-serif;
		color: #333;
		border: 0;
		border-bottom: 1px solid #EEE;
		padding: 4px;
		overflow:hidden;
		background-color: #FFF;
		}
/*~~links with arrows~~*/
	a.more {
		background:url(../images/moreArrow.gif) no-repeat scroll 100% 60%;
		padding-right: 12px;
		font-size:.9em;
		font-weight: bold;
		text-decoration:none;
		}
	a.back{
		background:url(../images/backArrow.gif) no-repeat scroll 0% 67%;
		padding-left: 12px;
		font-size:.9em;
		font-weight: bold;
		text-decoration:none;
	}
	a.top {
		background:url(../images/topArrow.gif) no-repeat scroll 100% 57%;
		padding-right: 12px;
		font-size:.9em;
		font-weight: bold;
		text-decoration:none;
	}
/*~~gray announcement box with large white type~~*/
	div.announcement{
		color: #FFF;
		background-color:#6D6E70;
		font-size: 1.2em;
		padding: 20px 20px 10px;
		margin-bottom: 10px;
		}
	div.announcement h1{
		font-size: 1.7em;
	}
	div.announcement a{
		color:#B4CEDC;
	}
/*~~photos and captions~~*/
	div.photo{
		background-color:#CCC;
		margin: 0;
		padding: 1px;
		margin: 5px 5px;
	}
	div.photo.right{
		float: right;
		margin-left: 15px;
	}
	div.photo.left{
		float: left;
		margin-right: 15px;
	}
	.photoCaption {
		text-align:left;
		font-size:.75em;
		font-family:Arial, Helvetica, sans-serif;
		color: #333;
		padding: 3px 10px 7px;
	}
	.photoCap {
		font-size: .75em;
		font-weight:bold;
	}
	.img_right {
		background-position: right center;
		text-align: justify;
		padding: 10px;
		float: right;
		margin-bottom: 10px;
	}
	.img_left {
		background-position: left center;
		text-align: justify;
		padding-right: 10px;
		float: left;
	}
/*~~News page~~*/
	#content .newsWrap p{
		padding: 0; 
		margin: 0 0 10px 0;
	}
	.newsWrap{
		border-bottom: 1px dotted #CCC;
		padding: 14px 0 4px;
	}
	div.newsWrap:last-of-type{
		border-bottom: none;
		}
	.newsWrap span{
		color: #075988;
		font-weight:bold;
		font-size: 1.3em;
	}
	.newsDate{
		float: left;
		width: 80px;
		height:85px;
		margin-top: 3px;
		text-align:center;
		font-weight: bold;
		background:url(../News/images/newsDate_bkgrnd.jpg);
	}
	.newsMonth{
		margin-top: 4px;
		color: #fff;
		font-family:Tahoma, Geneva, sans-serif;
		font-size: 9px!important;
		text-transform:uppercase;
		}
	.newsDay, .newsYear{
		margin-top: 2px;
		font-size: 2em;
		}
	.newsYear{
		margin-top: -3px;
		font-size: .9em;
		color: #666;
		}
	.newsContent{
		margin-left: 95px;
		width: 800px;
		min-height: 90px;
	}
	
/*~~miscellaneous~~*/
	.footnote {
		font-size: .85em;
		margin-left: 15px;
		text-indent: -5px;
		line-height:1.2em;
	}
	p.hangingIndent {
		margin-left: 25px;
		text-indent: -25px;
	}
	.release {
		color: #996600;
		font-weight:bold;
	}
	.greenText{
		color:#060;
	}
	.blueText{
		color: #075988;
	}
	.redText{
		color: #B51F24;
	}
	.bold{
		font-weight: bold;
	}
	#statesMenu, #statesMenu2{
	position:absolute;
	top: 25px;
	right: 270px;
	font-size: 0.8em;
	text-align: right;
	line-height:20px;
	background-color:#CCC;
	padding: 3px 5px;
	}
	#statesMenu2{
		right: 35px;
		}
	div#statesMenu span, div#statesMenu2 span{
		padding-right: 5px;
		font-weight: bold;
		color: #075988;
	}
	div#statesMenu select, div#statesMenu2 select{ 
		border: 1px solid #5D5D5D;
	}
	.noBorder{
		border:0;
	}
	a.orderNow{
		padding: 0 6px 1px;
	}
	.callout{
		padding: 10px 10px;
		margin: 8px 8px 0px 10px;
		background-color: #E1E1E1;
		width: 230px;
		float: right;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	}
	.callout h3{
		color: #075988;
	}
	
/* JQUERY sortable tables */
	table.tablesorter {
		font-family:arial;
		background-color: #CDCDCD;
		margin:10px 0pt 15px;
		font-size: 1em;
		width: 100%;
		text-align: left;
	}
	table.tablesorter thead tr th, table.tablesorter tfoot tr th {
		background-color: #7CA9C0;
		border: 1px solid #FFF;
		font-size: 1em;
		padding: 4px;
	}
	table.tablesorter thead tr .header {
		background-image: url(../images/bg.gif);
		background-repeat: no-repeat;
		background-position: center right;
		cursor: pointer;
	}
	table.tablesorter tbody td {
		color: #3D3D3D;
		padding: 4px;
		background-color: #FFF;
		vertical-align: top;
	}
	table.tablesorter tbody tr.odd td {
		background-color:#EEE;
	}
	table.tablesorter thead tr .headerSortUp {
		background-image: url(../images/asc.gif);
	}
	table.tablesorter thead tr .headerSortDown {
		background-image: url(../images/desc.gif);
	}
	table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
		background-color: #ABC8D6;
	}
	p.tip em {
		background-color: #AB3A25;
		color: #FFFFFF;
		padding: 2px 4px 2px 2px;
	}
/*~~~~JQUERY accordion on state pages~~~~~*/
	.accordion{
		width: 730px;
		float: left;
		padding: 0 8px 10px 0;
	}
	#content .accordion ul{
		padding: 0;
	}
	#content .accordion ul li ul{
		padding: 0 0 10px 85px;
		list-style:square;
	}
	#acc {
		list-style: none; 
		margin:0;
		}
	#acc h3 {
		border:1px solid #CCC; 
		padding:3px 6px 4px; 
		color: #5D5D5D;
		margin:0;
		margin-top:2px; 
		cursor:pointer; 
		background:url(../images/acc1.gif);
	}
	#acc h3:hover, #acc h3.active {
		background:url(../images/acc2.gif); 
		color:#333;
	}
	#acc h3	span {
		background: url(../images/acc_closed.png) no-repeat scroll 2px 50%;
		padding-left: 16px;
	}
	#acc h3.active span {
		background: url(../images/acc_open.png) no-repeat scroll 0 50%;
		padding-left: 16px;
	}	
	#acc .acc-section {
		overflow:hidden; 
		background:#fff;
	}
	#acc .acc-content {
		padding:15px 10px 5px; 
		border:1px solid #CCC; 
		border-top:none;
	}
	#acc p.answer{
		padding-left: 35px;
	}
	#leftColumnStates{
		float: right;
		width: 178px;
	}
	#leftColumnStates .helpText{
		padding: 0 10px 10px;
	}
	#leftColumnStates #stateMap{
		padding-bottom: 8px;
	}
/*text columns for PD workshops*/
	.column1{
		width: 440px;
		float: left;
		margin: 0 35px 10px 0;
		position:relative;
		}
	.column2{
		width: 440px;
		float: left;	
		position: relative;
		margin-bottom: 10px;
	}
	.divider{
		border-bottom: 1px dotted #CCC;
		margin-bottom: 10px;
		}
	a.learnMore {
		margin-top: 19px;
		position: absolute;
		right: 8px;
		line-height: 1.7em;
		font-size: .85em;
		color: #666;
		text-decoration:none;
		font-weight: bold;
		padding-right: 12px;
		background:url(../images/moreArrowGray.gif) no-repeat scroll 100% 60%;
		}
	#content p.subText{
		font-style:italic;
		line-height: 1.2em; 
		font-size:.9em;
		}
	#graySidebar{ /*gray sidebar*/
		float: left;
		background-color:#e9e9e9;
		width: 248px;
		padding: 15px 20px;
		margin-bottom: 10px;
		font-size: .9em;
		}
	#graySidebar p{
		line-height: 1.4em;
		}
	#graySidebar h1{
		font-size: 1.55em;
		}
	#graySidebar h2{
		color: #333;
		}
	#graySidebar h3{
		color: #075988
		}
	#content #graySidebar ul, #content #graySidebar ol{
		padding:0 0 10px 20px;
		line-height: 1.4em;
		}
	#PDoverview{ /*PD overview text*/
		float:left; 
		width: 600px; 
		margin: 10px 25px 0 0;
		}
	.PDhappening { /*Where is WIDA PD Happening on PD overview page*/
		float: left;
		width: 270px;
		margin-top: 10px;
	}
	.PDhappening h1{
		background:url(../images/news_line.gif) repeat-x scroll left bottom transparent;
		padding-bottom:8px;
		text-transform:uppercase;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 1.05em;	
	}
	.PDhappening h2{
		text-transform:uppercase;
		font-size: 1em;	
	}
	
/*~~projects page~~*/
	.project-container{
		margin-top: 68px;
	}
	.first-project{
		margin-top: 20px;
	}
	#content .project-container p{
		line-height: 1.4em;
	}
	#content ul.project-nav {
		background-color: #e9e7e7;
		float: left;
		margin: 0;
		width: 860px;
		padding: 8px 25px;
	}
	ul.project-nav li{
		list-style:none;
		text-transform: uppercase;
		font-weight: bold;
		float: left;
		padding: 0 25px 0 35px;
		font-size: .85em;
	}
	.project-nav a{
		color: #939598;
	}
	.project-nav a:hover{
		color: #b51f24;
	}
	li.video{
		background: url(../images/project-icons.png) no-repeat scroll 0px 3px;
		}
	li.test{
		background: url(../images/project-icons.png) no-repeat scroll 0px -71px;
		}
	ul.project-nav li.screenshot{
		background: url(../images/project-icons.png) no-repeat scroll 0px -35px;
		padding-right: 20px;
		}
	ul.project-nav li.report{
		background: url(../images/project-icons.png) no-repeat scroll 0px -107px;
		padding-right: 20px;
		}
	li.tutorial{
		background: url(../images/project-icons.png) no-repeat scroll 0px -142px;
		}
	li.presentations{
		background: url(../images/project-icons.png) no-repeat scroll 0px -176px;
		}
	li.papers{
		background: url(../images/project-icons.png) no-repeat scroll 0px -213px;
		}
	li.about{
		background: url(../images/project-icons.png) no-repeat scroll 0px -246px;
		}
	.project-description{
		float: right;
		width: 600px;
		}
	.project-description h1{
		font-size: 1.2em;
		}
	.project-image{
		float: left;
		margin-bottom: 8px;
		}
/*~~research page~~*/
#docs{
	width: 600px;
	float: right;
}
#doc-nav{
	font-size: .8em;
	width: 230px;
	float: left;
	background-color:#CCC;
	padding: 15px 0 15px 15px;
}
#content #doc-nav ul{
	padding: 10px 10px 0 10px;
	margin: 0;
	list-style:none;
}
#content #doc-nav ul li{
	background: url(../images/rightArrow.gif)no-repeat scroll 0 8px transparent;
	padding-left: 13px;
	margin-bottom: 5px;
	line-height: 1.4em;
}
#doc-nav h1{
	font-size: 1.1em;
	margin: 5px 0 5px 15px;
}
.f-nav{
	 z-index: 9999; 
	 position: fixed;  
	 top: 20px; 
	 width: 100%;
}
.research-item{
	width: 280px;
	margin-top: 20px;
	float: left;
	text-align:center;
	text-transform:uppercase;
	line-height: 1.3em;
	}
.research-item a{
	text-decoration: none;
	}
/*~~people page~~*/
	.bio-buttons{
		float: right;
		width: 300px;
		text-align:right;
	}
	.bio-buttons a{
		color: #4d4d4d;
		text-decoration:none;
		display: block;
		padding: 0 8px;
	}
	.bio-buttons a:hover{
		color: #b51f24;
	}
	.bio-buttons ul li{
		display: inline-block;
		list-style: none;
		margin: 0 3px;
		background-color: #e9e7e7;
	}