﻿/* EDUCATIONAL RESOURCES */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#centrecol_blockright h1 
{
	margin-top:0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#centrecol_blockright a.arrowLink 
{
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#centrecol_blockright div 
{
	border-left: 1px solid #d7d6d6;
	padding-left:5px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#centrecol_blockright div {
	margin-top:20px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#centrecol_blockright li {
	list-style:none;
	margin : 2px 0px -20px -35px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#centrecol_blockright div ul li a, #centrecol_blockright div ul li a:link, #centrecol_blockright div ul li a:visited {
	display: block;
	color: #444444;
	height: auto;
	min-height:50px;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.2em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#centrecol_blockright div ul li a:hover{
	background: #fafafa ;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.educResource  span.shortBlurb
{ 
	background:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#centrecol_blockright a span.shortBlurb img 
{
	padding:5px 4px 5px 6px;
	background: url(../../images/resources-shadow-bg.png) left top no-repeat;
	margin: 4px 8px 5px 6px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.educResource  span.shortBlurb span
{ 
	display:block;
	background:none;
	padding:5px 0px 5px 0px;
	margin: 0px 0px 0px 80px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.educResource
{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none;
}

/* IE6 HACK */
* html .a.educResource
{
	display:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.blurbs:hover
{
	z-index:25; 
}
/* IE6 HACK */
* html .a.educResource
{
	display:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
span.blurbs 
{
	display: none
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.educResource:hover span.blurbs 
{ 
    display:block;
    position:absolute;
    top:-45px; left:-215px; width:220px;
    text-align: center;
	background: url(../../images/resourceblurb-top.png) left top no-repeat;
	z-index: 4000;
}
/* IE6 HACK */
* html a.educResource:hover span.blurbs 
{
	display:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
span.blurbs  strong
{ 
	font-size: 0.94em;
	padding: 10px 20px 30px 10px;
	margin: -6px 0px 0px 0px;
	vertical-align: middle;
	display: block;
}
/* IE6 HACK */
* html span.blurbs  strong
{
	display:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
span.blurbs span
{ 
    display:block;
	padding: 10px 20px 30px 10px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-size: 0.94em;
    text-align: left;
	border: 0px;
	background: url(../../images/resourceblurb-bottom.png) left bottom no-repeat;
}
/* IE6 HACK */
* html span.blurbs span{
	display:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
span.educResourceTitle
{
	text-align:left;
	display:block;
	position:relative;
	left:5px;
	top:-76px;
}

