
body {
	margin: 0px;
	background-image:url(images/bg_fade_down.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #636466;
}
td {
	font-size:10px;
}
th {
	text-align: right;
}
h1 {
	font-size: 18px;
	margin: 0px;
	padding-left: 15px;
}
h2 {
	font-size: 15px;
	margin: 5px 5px 5px 0px;
	color: #95b563;
}
h3 {
	font-size: 13px;
	margin: 5px 5px 5px 0px;
	color: #95b563;
}
a {
	text-decoration: none;
	color: Blue;
}
a:HOVER {
	text-decoration: underline;
	color: Blue;
}

.PagingLink {
	font-size: 11px;
	color: #636466;
	text-decoration: none;
}
.PagingLink:HOVER {
	font-size: 11px;
	color: Blue;
	text-decoration: underline;
}

.FormLabel {
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
}
.FormLabelLight {
	font-size: 13px;
	padding-top: 4px;
	text-align: right;
}

.SearchSectionLabel {
	font-size: 11px;
	font-weight: bold;
}
.SearchLabel1 {
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.SearchLabel2 {
	font-size: 13px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.HighlightCell {
	border: thin;
	border-color: red;
	border-style: dashed;
}

/*********************/
/*accomm details page*/

table.detailsContact td {
	font-size:12px;
}


/*******************************/
/*Home Page - Featured Property*/

#home-showcase {
	padding: 3px 8px;
	background-color:#EDF5E1;
}

#home-showcase h3 {

	padding:6px 0 6px 6px;
	font-size:13px;
}
#home-showcase h4 {
	margin-top:3px;
	margin-bottom:0px;
	padding:0 0 6px 6px;
	font-size:15px;
}
#home-showcase h5 {
	margin-top:3px;
	margin-bottom:0;
	padding:0 0 6px 8px;
	font-size:12px;
}
#home-showcase td.photos {
	padding-left:20px;
}
#home-showcase td.features {
	padding-right:15px;
	text-align:right;
}
#home-showcase p.description {
	padding: 0 17px;
}
#home-showcase a.findOutMore {
	font-weight:bold;
	font-size: 12px;
	margin-left:20px;
}

















