@charset "utf-8";
#bodyContainer {
	display: block;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
body {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
#resultTable th {
	color: #6D6D6D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
#resultTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}

#titleContainer {
	position: relative;
	width: 980px;
	display: block;
	height: 30px;
	margin-bottom: 10px;
}
#titleText {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#featuredListings {
	display: block;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}



a:link {
	text-decoration: none;
	}
.inContract {
	font-size: 9px;
	color: #F00;
}


a:visited {
	text-decoration: none;
	}

a:hover {
	color: #cc0033;
	text-decoration: none;
	}

a:active { 
	color: #cc6666;
	}
.red {
	color: #ED1C24;
}

#titleMenu {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#titleMenu a:link {
	text-decoration: none;
	color: #666;
}
#titleMenu a:visited {
	text-decoration: none;
	color: #666;
}
#titleMenu a:hover {
	color: #ED1C24;
	text-decoration: none;
}
#titleMenu a:active {
	color: #ED1C24;
}
#contactContainer {
	display: block;
	position: relative;
	margin-bottom: 15px;
	height: 700px;
}
#requestApptContainer {
	display: block;
	position: relative;
	margin-bottom: 15px;
	height: 775px;
}

#contactImage {
	height: 400px;
	margin-bottom: 20px;
}

#contactForm {
	width: 470px;
	position: absolute;
	left: 0px;
	display: block;
}
#contactDetails {
	display: block;
	width: 470px;
	position: absolute;
	right: 0px;
	height: 250px;
}

#contactTable {
	width: 100%;
}
#contactTable td {
	padding-bottom: 3px;
	padding-top: 3px;
}

#contactTable input {
	border: 1px solid #C1C1C1;
	font-size: 10px;
	width: 100%;
	color: #666;
	margin: 0px;
}
#contactTable select {
	border: 1px solid #C1C1C1;
	font-size: 10px;
	width: 100%;
	color: #666;
	margin: 0px;
	letter-spacing: 1px;
}
#contactTable textarea {
	border: 1px solid #C1C1C1;
	font-size: 10px;
	width: 100%;
	color: #666;
	margin: 0px;
	letter-spacing: 1px;
}

.datepicker {
	background-color: #FFF;
}
#featuredPdf {
	margin-top: 6px;
	display: block;
}
.contestText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #999;
	padding-right: 200px;
	padding-bottom: 20px;
	padding-left: 200px;
}
#rightFloat
{
	float: right;
	width: 470px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: lighter;
	color: #666;

}

