/*****		RESOURCES		*****/

/*		LOCAL SERVICES DIRECTORY DIV
-----------------------------------------*/

#localServicesDir
{
	
}

#resources a
{
	display:block;
}

#resources iframe
{
	width:100%;
	height:30em;
}

	div.bar
	{
		opacity:0.8;
		max-width:800px;
 		margin:10px;
 		margin-bottom:0px;
 		

		
		font-weight:normal;
		font-size:0.9em;
		background-color:#9798c2;
		background-color:Transparent;
		background-image:url(../images/bar_l.gif);
		background-position:left center;
		background-repeat:no-repeat;
	}
		div.bar:hover
		{
			opacity:1.0;
			color:#f2f2f8;
			background-image:url(../images/bar_l.gif);
		}
		div.bar:hover a
		{
			color:#f2f2f8;
			background-image:url(../images/bar_r.gif);
		}

		div.bar a
		{
			text-decoration:none;
			color:#fff;

			height:16px;
			margin-left:10px;
			background-image:url(../images/bar_r.gif);
			background-position:right center;
			background-repeat:no-repeat;
		}
		div.bar a:link, div.bar a:link:visited
		{
			color:#fff;
			text-decoration:none;
		}
