﻿.resources{
	padding:15px 15px 5px 15px;
	color:#fff;
	/* following line ("Holly Hack") for IE "peekaboo" bug e.g., TD428*/
	height: 1%;
}

.key_resources{
	background:#4D687E;
}

.rel_resources{
	background:#83909A;
}

.resources h3{
	color:#fff;
	font-size:2em;
	margin:0 0 12px 0;
}

.resources h4
{
	font: bold 1.4em verdana;
	margin-top: 20px;
	margin-bottom: 8px;
}
.resources ul 
{
   list-style-type: none;
   list-style-image: none;
   list-style-position: outside;
   margin-left: 0pt;
   padding-left: 0pt;
   margin-bottom: 10px;
}
.resources li
{
	font-size:1.1em;
	padding: 0px 0pt 0px 5px;
}

.resources li p 
{
   margin-bottom: 0;
}

.resources div.sep {
	clear:left;
	border-top:1px solid #A5ADB3;
	margin: 5px 0px 5px -5px;
}

.resources li.on a {
	color:#fff;
	font-weight:bold;
}
.resources li a  {
   padding-left: 0px;
}

.resources a {
	color:#fff;
}

.resources .sm 
{
   font-size: 0.8em;
   font-weight: normal;
}
.resources a:hover,.rel_resources li.on a:hover, .resources a.sel{
	color:#DCD087;
}

.rel_resources_wrapper {
	background-color:#83909A;	
}

@media print
{
   .resources, .adviser_tools, .rel_resources_wrapper
   {
      display: none;
   }
}
