@charset "utf-8";

.rightAlign {
	float: right;
}
.leftAlign {
	float: left;
}
.centreAlign {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.photoRight {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: right;
}
.contentMenu {
	background-color: #CCCCCC;
	clear: left;
	width: 100%;
	border: 1px solid #BBBBBB;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #2E3879;
	line-height: 14px;
	padding-top: 4px;
}
.contentMenu a, .contentMenu a:link {
  color: #2e3879;
}
.contentMenu a:hover {
  text-decoration: underline;
}
.menuHighlightText {
	color: #FFFFFF;
}
.propertiesOdd {
	background-color: #eee;
	padding: 10px;
	clear: left;
	float: left;
	width: 910px;
	margin-bottom: 5px;
}
.propertiesEven {
	background-color: #dfdfdf;
	padding: 10px;
	clear: left;
	float: left;
	width: 910px;
	margin-bottom: 5px;
}
.propertyPhotoLeft {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}
.propertyPhotoRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	clear: both;
}
.propertyPrice {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}.contactText {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	padding-left: 40px;
}
.contactIndent {
	width: 300px;
	float: left;
	text-align: left;
	padding: 0px;
}
.contactLeft {
	float: left;
	width: 95px;
}
