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

/* start: WORKSHOP style box on home page and elsewhere*/
#right div.workshops  {
 	margin-top:10px;
 height: auto;
 width: 206px;
 background-image:url(../_images/featureboxhome.jpg);
 background-repeat:no-repeat;
 color: #ffffff;
 float: right;

}
#right div.workshops h2{
	font-weight: bold;
	font-size: 1.5em;
	color: #e2d4e9;
	margin: 0px;
	line-height: 1em;
	padding-top: 8px;
	padding-bottom: 4px;
	letter-spacing: .08em;
	text-transform:uppercase;
	text-align:center;
}
#right div.workshops p {
margin: 6px 0;
padding: 0;

}
#right div.workshops ul {
margin: 20px 10px 20px 20px;
padding: 0;
}
#right div.workshops  li{
margin: 0;
padding: 0;

}

#right div.workshops a:link, #right div.workshops a:visited, #right div.workshops a:active {
	color: #fed46e; 
	text-decoration:none;}
#right div.workshops a:hover { 
	color: #fed46e; /**/
	text-decoration: underline;
	}	
/* end: WORKSHOP box on home page*/

/*start: feature boxes on right */ 
#right div.rightbox {
	display:block;
	position: relative;
	padding: 0;
	margin: 0;
	margin-top:10px;
	width:260px;
	height: 169px;
	float: right;
	background-image:url(../_images/rightbox.jpg);
	background-repeat: no-repeat;
	color:#ffffff;
}
#right div.rightbox  h4 {
	margin: 0;
	padding: 0;
	margin-top: 42px;
	margin-bottom: 22px;
	font-size:18px;
	letter-spacing: .05em;
	text-align: center;}	

#right div.rightbox  p {
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-left: 20px;
	width:auto;
	text-align: center;
	font-size: .9em;
	letter-spacing: .025em;
	line-height: 1.1em;
}
#right div.rightbox p.linker {margin-top: 8px;}
#right div.rightbox a:link, #right div.rightbox a:visited, #right div.rightbox a:active{ 
	color:#381f3f; 
	text-decoration: underline;
	}	
#right div.rightbox  a:hover {
	color: #fed46e; 
	text-decoration:none;}
/*end: feature boxes on right */ 

#right div.IPendorsement{
	display:block;
	position: relative;
	padding: 0;
	margin: 0;
	margin-top:10px;
	width:260px;
	height: 169px;
	float: right;
	width:260px;
	height: auto;
background-color: #fed480;
border: 1px solid #93a29b;
padding: 10px;
width: 84%;
}