/*  Resource center - think Tank */
div#resourceCenter
{
	width:285px;
	height:auto;
	margin: 5px;
	padding:0;
	float:right;
	clear:right;
	border:1px solid #666;
	background-color:#eaf2f2;
}
* html div#resourceCenter
{
	margin: 5px 0;
}
div#resourceCenter ul
{
	list-style-type:none;
	padding-left:0;
	margin:0 ;
}
div#resourceCenter ul li
{
	margin:10px 5px;
}
div#resourceCenter h3
{
	background-color:#c4dcdf;
	color:#b5121b;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:7px solid #666;
	font-size:18px;
	font-weight:normal;
	line-height:30px;
	padding:0 5px;
	margin:0;
}
div#resourceCenter h3 div.tagline
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#000;
	margin:-15px 0 0 0;
	padding:0;
	margin-left:30px;
}
div#resourceCenter ul li h4
{
	margin:0;
	padding:0;
}
div#resourceCenter li h4 a,
div#resourceCenter li h4 a:link
{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
}
div#resourceCenter li h4  a:visited
{
	color:#333;
}
div#resourceCenter ul li h4 a:hover
{
	color:#b5121b;
}
div#resourceCenter ul li div.tags a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003d79;
	font-size:11px;
}
div#resourceCenter ul li div.tags a:hover
{
	color:#b5121b;
}