﻿/* homepage ===================================================================*/

#mainBodyBox
{
	position: relative;
	width: 1004px;
	margin: 0 auto;
	height: 2100px;
}

#mainBanner-box
{
	width: 1004px;
	margin: 0 auto;
	height: 290px;
	/*border: solid 1px #ccc;*/
}

#mainBanner-packages
{
	position: absolute;
	left: 0;
	top: 20px;
	width: 700px;
	height: 238px;
}

#google-box
{
	position: absolute;
	left: 704px;
	top: 20px;
	height: 300px;
	width: 300px;
}

#mainListings-box
{
	position: relative;
	width: 1004px;
	font-family: Calibri, sans-serif;
	margin: 0 auto;
	top: 30px;
}

#mainListing-box-left
{
	float: left;
	width: 490px;
	height: 100%;
}

#mainListing-box-right
{
	float: right;
	width: 490px;
	height: 100%;
}

#mainListings-box-title
{
	position: absolute;
	font-family: Calibri, sans-serif;
	font-size: 120%;
	width:1004px;
	height: 30px;
}

#main-category-box
{
	position: relative;
	margin: 0 auto;
	width: 1004px;
	height: 350px;
	top: 30px;
}

#new-Listings-title
{
	color: Black;
	font-weight: bold;
}

#new-Listings-line
{
	background: url(../media/dot.png) repeat-x;
	width: 230px;
	top: 2px;
	height: 21px;
	left: 215px;
}

#table1-body
{
	position: absolute;
	top: 0px;
	left: 700px;
	width: 300px;
	height: 100%;
}

.listing-link
{
	position: absolute;
	left: 0px;
	/*width: 580px;*/
	text-decoration: none;
	font-size: 120%;
	color: #0f6a9e;
	font-weight: bold;
}

.listing-description-label
{
	position: absolute;
	overflow: hidden;
	color: #555;
	top: 20px;
	left: 0px;
	height: 40px;
	width: 100%;
}

.cat-loc-link
{
	position: absolute;
	font-style: italic;
	text-decoration: none;
	color: #ff962a;
	top: 60px;
	left: 0px;
}

 a.cat-loc-link:hover
{
	color: Black;
}

.listing-box
{
	position: relative;
	width: 100%;
	height: 85px;
	border-bottom: solid 1px #dedede;
	overflow: hidden;
}

.table-cell
{
	position: relative;
	width: 100%;
	height: 60px;
	border-bottom: solid 1px #dedede;
}

.table-text-name
{
	position: absolute;
	font-size: 72%;
	color: #0f6a9e;
	font-weight: bold;
}

.table-text-loc
{
	position: absolute;
	top: 30px;
	font-size: 70%;
	color: #555;
}

/*=============================================================================*/

