/* CSS Document */

/* describes the common attributes among all elements of a property listing */
.property {
	font-family:Tunga;
	border-bottom: solid 1px #999999;
	padding-top: 10px;
}
.last_property {
	font-family:Tunga;
	border-bottom: none;
	margin-top: 10px;
}

.property a {
	color:#ff6600;
	text-decoration:none;
}

.property a:hover {
	color:#40c5e9;
	text-decoration:none;
	font-weight:normal;
}

.property_header {
	padding-bottom:20px;
}

.property_links {
	margin-left:20px;
	padding-bottom:10px;
	padding-top:10px;
}

/* describes the title of the property listing */
.property_title {
	font-size:30px;
	color:#FF6600;
	padding-bottom:20px;
	padding-top:10px;
	font-weight:300;
}

/* Describes the "we have sold...." text at top of property listing */
.property_sold_text {
	font-size:16px;
	color:#FF6600;
	padding-bottom:20px;
}

/* Describes all the rest of the text used in the property listing */
.property_text {
	font-size:14px;
}

/* Describes the image of the property */
.property_image {
	margin:0px;
	border:0px solid;
	padding-top:5px;
	padding-bottom:5px;
}

.page_nav {
	font-family: Trunga;
	font-weight:bold;
	padding:5px;
	border:1px solid #40C5E9;
	width:100%;
}

.current_page {
	font-size:125%;
	color: #40C5E9;
}

.info_description {
	width:50%;
}
.info_content {
	text-align:center;
}
