html {
	position: relative;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100.2%;
}

body {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url('../images/bkg-header.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #4e6f22;
	padding: 2px 0 2px 25px;
	background-image: url('../images/icon-big-bullet.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

a {
	color: #4e6f22;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 10px 0;
}

#wrapper {
	position: relative;
	height: auto;
	overflow: auto;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 165px;
	margin: 0;
	padding: 0;
}

#top-menu {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 900px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0px;
	background-color: transparent;
	background-image: url('../images/bkg-menu-up.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	z-index: 8;
}

#top-menu .top-menu-link {
	position: relative;
	display: block;
	float: left;
	height: 28px;
	width: auto;
	margin: 0;
	line-height: 28px;
	padding: 0px 18px 0px 18px;
	text-align: middle;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	border: 0;
	background-color: transparent;
	background-image: url('../images/bkg-menu-up.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

#top-menu .top-menu-link:hover{
	background-image: url('../images/bkg-menu-over.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

#logo {
	position: absolute;
	top: 0px;
	left: 293px;
	height: 165px;
	width: 272px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

#logo #logo-link {
	border: 0;
	text-decoration: none;
}

#search {
	position: absolute;
	top: 37px;
	left: 680px;
	height: auto;
	width: 220px;
	margin: 0px;
	padding: 0px;
	z-index: 9;
}

#search #form-table {
	position: relative;
}

#search label {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

#search .date-input {
	padding: 1px 1px 2px 20px;
	margin: 0px 0px 1px 0px;
	border: 1px solid #4e6f22;
	background-image: url('../images/icon-calendar.jpg');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 67px;
	cursor: pointer;
}

#bottom-menu {
	position: relative;
	float: left;
	width: 890px;
	height: 33px;
	margin: 0;
	padding: 5px 0 0 10px;
	border: 0px;
	background-color: transparent;
	background-image: url('../images/bkg-footer.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	color: #ffffff;
	line-height: 28px;
}

#bottom-menu .bottom-menu-link {
	position: relative;
	margin: 0 10px;
	padding: 0;
	line-height: 28px;
	color: #ffffff;
}

#bottom-menu .bottom-menu-link:hover{
	text-decoration: underline;
}

#footer {
	position: relative;
	float: left;
	margin: 10px 0;
	width: 100%;
	color: #4e6f22;
	font-size: 11px;
	text-align: center;
}

#footer .footer-link {
	text-decoration: underline;
}

#content {
	position: relative;
	float: left;
	height: auto;
	overflow: auto;
	width: 100%;
	margin: 10px 0;
}

.module {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 10px 0;
}

.module td {
	vertical-align: top;
}

.module td.module-right-column {
	padding: 0 0 0 15px;
}

.module td.module-left-column {
	padding: 0;
	width: 5%;
}

.listing-link {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 0 10px;
	margin: 0 0 10px 0;
}

.listing-link:hover {
	background-color: #eeeeee;
}

.listing-address {
	position: relative;
	display: block;
	padding: 0 10px 10px 10px;
	line-height: 20px;
	font-size: 10px;
	margin: 3px 0;
}

.listing-link .listing-address {
	padding:  0;
}

#map {
	border:1px solid #4e6f22;
	height: 370px;
	width: 898px;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

ul li {
	position: relative;
	padding: 2px 0 2px 18px;
	background-image: url('../images/icon-small-bullet.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

.check-price-link {
	 float: right;
	 margin: 7px 5px 0 0;
}

.ui-datepicker {
	z-index: 11;
}
