﻿#listingCategoryHeader
{
	position: relative;
	width: 1004px;
	height: 100px;
	top: 0;
	float: left;
}

#listingCategoryHeaderTitle
{
	position: absolute;
	left: 0px;
	top: 15px;
	margin: 0;
	font-family: Calibri, sans-serif;
	font-weight: bold;
	color: #045584;
	font-size:x-large;
}

#listingCategoryBody
{
	width: 1004px;
	height: 100%;
	left: 0px;
	top: 0px;
}

#listingCategoryCol1
{
	position: relative;
	width: 335px;
	/*left: 0px;*/
	height: 100%;
	float: left;
}

#listingCategoryCol2
{
	position: relative;
	width: 334px;
	/*left: 335px;*/
	height: 100%;
	float: left;
}

#listingCategoryCol3
{
	position: relative;
	width: 335px;
	/*left: 669px;*/
	height: 100%;
	float: left;
}

.listingCompanyLink
{
	/*position: absolute;*/
	left: 0;
	/*width: 333px;*/
	text-decoration: none;
	font-size: small;
	font-family: Verdana, Sans-Serif;
	color: #045584;
}

.townPanel
{
	height: 35px;
	width: 100%;
}

