/* Right hand panels */

#bestPracticeHome, #eLearningHome, #resourcesHome, #coffeeBreakHome {
	background: url(../../../images/rhSidebar/home/boxBottomShad.jpg) left bottom no-repeat transparent; 
	float:right;
	width:271px;
	padding-bottom:10px;
	clear:both;
}

#bestPracticeHome a, #eLearningHome a, #resourcesHome a, #coffeeBreakHome a {
	line-height:1.2em; 
	font-weight:bold;
}

#bestPracticeHome h2, #eLearningHome h2, #resourcesHome h2, #coffeeBreakHome h2 {
	color:#fff; 
	font-size: .7em; 
	padding: 9px 0 8px 13px; 
	line-height:1em
}

#bestPracticeHome p, #eLearningHome p, #resourcesHome p, #coffeeBreakHome p {
	font-size:.7em; 
	border: 1px solid #c2c2c2;
	border-top:0; 
	padding:9px; 
	background:url(../../../images/rhSidebar/home/paragraphTopShad.jpg) top left no-repeat #fff; 
	padding: 12px 10px 18px 13px; 
	line-height:1.2em;
}

#bestPracticeHome h2 {background:url(../../../images/rhSidebar/home/bestPracticeHeadingBG.jpg) top left no-repeat #666;}

#bestPracticeHome a:link {color:#666666;}
#bestPracticeHome a:active {color:#666666;}
#bestPracticeHome a:visited {color:#666666;}
#bestPracticeHome a:hover {color:#fff; background: none #666666;}

#eLearningHome h2 {background:url(../../../images/rhSidebar/home/eLearningHeadingBG.jpg) top left no-repeat #ff6600;}
#eLearningHome a:link {color:#ff6600;}
#eLearningHome a:active {color:#ff6600;}
#eLearningHome a:visited {color:#ff6600;}
#eLearningHome a:hover {color:#fff; background: none #ff6600;}

#resourcesHome h2 {background:url(../../../images/rhSidebar/home/resourcesHeadingBG.jpg) top left no-repeat #993400;}
#resourcesHome a:link {color:#993300;}
#resourcesHome a:active {color:#993300;}
#resourcesHome a:visited {color:#993300;}
#resourcesHome a:hover {color:#fff; background: none #993300;}

#coffeeBreakHome h2 {background:url(../../../images/rhSidebar/home/coffeeBreakHeadingBG.jpg) top left no-repeat #339933;}
#coffeeBreakHome a:link {color:#339933;}
#coffeeBreakHome a:active {color:#339933;}
#coffeeBreakHome a:visited {color:#339933;}
#coffeeBreakHome a:hover {color:#fff; background: none #339933;}


