/* CSS Document */
#footer { padding: 0px 0px; color:#FF9900; } 

#tb {
	padding: 0px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000;
}

.copyright { float:left; width:50%; }
.copyright p {
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px;
	color: #660000;
	padding: 5px 5px;
}

/* #footer #tb  */
.stat { float:left; width:50%; }
.stat p {
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	padding: 0px 5px;
	margin: 0px 0px;
	color:	#660000;
	padding: 5px 5px;
}

#footer #credit { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px 5px;
	text-align:right;
}

#credit a { color: #666666; text-decoration: none; }
#credit a:visited { color: #666666; }
#credit a:hover { color: #666666; text-decoration: underline; }

/* banners alligned to the left edge */

#footer .banners-left {
	float: left;
	margin: 5px 5px 5px 5px;
	width:120px;
	position:relative;
}

/* banners alligned to the right edge */

#footer .banners-right {
	float: right;
	margin: 5px 5px 5px 5px;
	width:250px;
	position:relative;
}

#info-panel { text-align:left; padding:0px 0px; margin:0px 0px; background-color:#FFF; margin-bottom:10px; }
#info-panel div.third { margin:0; padding:0; width:273px !important; float:left; display:block; margin:0px !important; padding:0px !important; }
#info-panel div.third a, #info-panel div.third a:visited { display:inline-block; padding:.2em 1em; margin-left:5px; 
  background:url(../images/icons/square_bullet.gif) left no-repeat; 
  font:1em Verdana, Geneva, sans-serif;
}
#info-panel div.third ul { margin:0; padding:0px 15px 5px 15px; list-style:none; }
#info-panel div.third h3 { color:#666; margin:5px 15px; padding:0; font-size:12px; border-bottom:1px solid #666; }
