﻿/*footer ======================================================================*/

#footerPanel
{
	/*position: relative;*/
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	background: url(../media/footer-bg.png) repeat-x;
	width: 100%;
}

#footer
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	color: White;
	position: relative;
	width: 1004px;
	margin: 0 auto;
	height: 219px;
}

#directory
{
	position: absolute;
	font-family: arial, helvetica, clean, sans-serif;
	left: 0;
	top: 50px;
	height: 100px;
	border-bottom: dotted 1px White;
	width: 1004px;
}

#directory-title
{
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	font-size: large;
}

#browse-business
{
	position: absolute;
	text-decoration: none;
	color: White;
	font-weight: bold;
	top: 25px;
	left: 0;
}

#browse-business-numeric
{
	position: absolute;
	text-decoration: none;
	color: White;
	font-weight: bold;
	top: 25px;
	left: 180px;
}

#browse-business:hover, #browse-business-numeric:hover
{
	text-decoration: underline;
}

#browse-category
{
	position: absolute;
	text-decoration: none;
	color: White;
	font-weight: bold;
	top: 45px;
}

#browse-location
{
	position: absolute;
	text-decoration: none;
	color: White;
	font-weight: bold;
	top: 65px;
}

#browse-location:hover
{
	text-decoration: underline;
}

.browse-business-letter
{
	position: absolute;
	text-decoration: none;
	color: White;
	top: 25px;
	
}

.browse-town-letter
{
	position: absolute;
	text-decoration: none;
	color: White;
	top: 65px;
	
}

.browse-business-letter:hover, .browse-category-letter:hover, .browse-town-letter:hover
{
	text-decoration: underline;
}

.browse-category-letter
{
	position: absolute;
	text-decoration: none;
	color: White;
	top: 45px;
	
}

#copyright
{
	color: White;
	text-decoration: none;
	position:absolute;
	top: 200px;
	left: 20px;
}

#privacy
{
	color: White;
	text-decoration: none;
	position:absolute;
	top: 185px;
	left: 730px;
}

#terms
{
	color: White;
	text-decoration: none;
	position:absolute;
	top: 185px;
	left: 851px;
}

#webmaster
{
	color: White;
	text-decoration: none;
	position:absolute;
	top: 200px;
	left: 759px;
}

#freeDirectoryLink
{
	color: White;
	text-decoration: none;
}
/*=============================================================================*/

