/* creates the rollover effect for the left nav */

div#left
{
	font-size: 13px;
	z-index: 100;
}

#nav_links a
{
	border-bottom: 1px dashed #98b1cd;
	display: block; 
	padding: 7px 20px 7px 5px;
	text-decoration: none;
	text-align: left;
}

#nav_links a:hover, .nav_active
{
	background: #e4ecf7;
	color: #000; 
}


#icons {
	margin-top:25px;
}

#icons img {
	border:0;
	padding-bottom:3px;
	margin:0;
}

#icons p {
	text-align:center;
	margin:0;
	padding: 10px 5px 20px 5px; /*top,right,bottom,left - icon images can be no wider than 137px  */
}

#icons a {
	border-bottom:none;
	text-decoration: none;
	margin:0;
	padding-top:0;	
}

/* creates the rollover effect for in-the-news.asp */

div#news_links
{
	z-index: 100;
	height:400px; 
	overflow:auto;
}

div#news_links a
{
	border-bottom: 1px dashed #98b1cd;
	display: block; 
	padding: 7px 20px 7px 5px;
	text-align: left;
	text-decoration: none;
}

div#news_links a:hover, .news_active
{
	background: #e4ecf7;
	color: #000; 
}
