@charset "UTF-8";
/* CSS Document */

a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #0099FF;
}

h1 {
	font-size: 130%;
	font-style: italic;
	color: #C9C8AB;
	text-transform: uppercase;
}
h2 {
	font-size: 120%;
	color: #C9C8AB;
}
h3 {
	font-size: 110%;
	color: #C9C8AB;
}

.footer a:link {
	color: #000000;
}
.footer a:visited {
	color: #000000;
}
.footer a:hover {
	color: #706850;
}

.remaxblue {color: #000066}
.remaxred {color: #FF0033}

/* STYLES FOR PHOTOS ON FEATURED LISTING PAGE */

img.featuredAvailable {
	margin: 0 4px 2px 0;
	padding: 1px 1px 1px 32px;
	border: 1px solid #333333;
	background-color: #fff;
	background-image: url(images/tab_available.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
img.featuredSold {
	margin: 0 4px 2px 0;
	padding: 1px 1px 1px 32px;
	border: 1px solid #333333;
	background-color: #fff;
	background-image: url(images/tab_sold.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
img.featuredUnderContract {
	margin: 0 4px 2px 0;
	padding: 1px 1px 1px 32px;
	border: 1px solid #333333;
	background-color: #fff;
	background-image: url(images/tab_under_contract.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
img.featuredOpenHouse {
	margin: 0 4px 2px 0;
	padding: 1px 1px 1px 32px;
	border: 1px solid #333333;
	background-color: #fff;
	background-image: url(images/tab_open_house.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

/* STYLES FOR PHOTOS ON FEATURED LISTING DETAIL PAGES */

img.featuredDetailAvailable {
	margin: 0;
	padding: 32px 1px 1px 1px;
	border: 1px solid #333333;
	background-color: #fff;
	background-image: url(images/tab_horiz_avail.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
img.featuredDetailUnderContract {
	margin: 0;
	padding: 32px 1px 1px 1px;
	border: 1px solid #333333;
	background-color: #fff;
	background-image: url(images/tab_horiz_under_contr.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
img.featuredDetailSold {
	margin: 0;
	padding: 32px 1px 1px 1px;
	border: 1px solid #333333;
	background-color: #fff;
	background-image: url(images/tab_horiz_sold.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
img.featuredDetailOpenHouse {
	margin: 0;
	padding: 32px 1px 1px 1px;
	border: 1px solid #333333;
	background-color: #fff;
	background-image: url(images/tab_horiz_openhouse.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.imageRight {
	float: right;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}

table#featured {
	margin-top: 20px;
}
table#featured td {
	padding: 0 15px 25px 0;
}
table#featured td h2 {
	margin-top: 0;
}
table#featured td h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 120%;
}
table#propertyPhotos {
	background: #ddd;
	border: 1px solid #bbb;
}
table#propertyPhotos td {
	margin: 0;
	padding: 7px;
}
table#propertyPhotos td img {
	border: 1px solid #fff;
}

.testimonial {
	font-style: italic;
}
.testimonialAuthor {
	font-weight: bold;
	text-align: left;
	margin-left: 40px;
}

#mainContent table tr td.disclaimer {
	padding: 6px;
}
#mainContent table tr td.disclaimer p {
	margin: 0;
	padding: 0;
}
#mainContent table tr td.disclaimer p strong {
	color: #000;
}
