@import url(base.css);
@import url(head.css);
@import url(menu.css);
@import url(content.css);


.even {
         clear: both;

        }
#footer
{
	clear: both;
	font: 11px/17px Arial;
	color: #999999;
	margin: 10px;
	height: 50px;
}
#navibar {
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px dotted silver;
}
#navibar a {
font-size: 11px;
}

	#copyright
	{
		float: left;
		width: 220px;
		text-align: right;
	}
	
	#design
	{
		float: left;
		width: 160px;
		margin-left: 20px;
	}
	
	#design a
	{
		color: #999999;
	}
	
	#bot-nav
	{
		float: right;
		margin: 0;
		padding: 0;
	}
		#bot-nav li
		{
			list-style: none;
			float: left;
			margin-left: 38px;
		}

   a.tooltip span {display:none; padding:2px 3px; margin-top: 25px; margin-left:-300px; width:500px; text-align: left;}
a.tooltip:hover span{display:inline; position:absolute; border:5px solid #cccccc; font-size: 11px; background:#ffffff; color: #333; z-index: 1;

opacity:0.9;
-moz-opacity:0.9;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;

 }
