/* 

	CSS file for "Featured Listings" section	
	Changelog:
		v1.0
*/


/************************************************
*	Hyperlinks									*
************************************************/


a,a:visited,#content h1 a:hover,#footer a,#footer a:visited {
	color:#AC850D;
	text-decoration:none
}

a:hover,#footer a:hover {
	color:#AC850D;
	text-decoration:underline
}
	


/************************************************
*	Content 					     		    * 
************************************************/

#contentlistings {
	color: #000;
	background: #fff;
	width: 780px;
	margin: 0px auto 20px;
	padding: 20px 0px 0px 0px;
	min-height: 300px;
	overflow: hidden;
	}

#contentlistings p {
	color: #000;
	background: #fff;
	padding: 10px 30px 30px 30px;
	text-align:center;
}

#contentlistings h1 {
	background: #f1ecde;
	border-top: 1px solid #9f7f1d;
	border-bottom: 1px solid #9f7f1d;
	color: #1a1a1a;
	padding: 7px 0 10px;
	margin: 5px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	}

.listing {
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	}

.listinglist {
	font-size: 14pt;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}
	
.mortgagecalc {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

#intro p {
	padding: 0px 30px 10px 30px;
	}		
	

/************************************************
*	Individual Listings							*
************************************************/

#individuallistings {
	color: #000;
	background: #fff;
	width: 765px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	min-height: 300px;
	}

#individuallistings p {
	color: #000;
	background: #fff;
	padding: 10px 30px 30px 30px;
	text-align:center;
}

#individuallistings h1 {
	color: #AC850D;
	font-size: 22px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	}

#address {
	float: left;
	width: 300px;
	margin: 0px 0px 10px 80px;
	}

#price {
	float: right;
	width: 300px;
	margin: 0px 80px 10px 0px;
	text-align: right;
	}
	
#mainimage {
	clear: both;
	width: 780px;
	margin: 30px auto 20px;
	text-align: center;
	}

#mainimage img {
	background: #A3A3A3;
	border: 2px solid #000;
	padding: 15px;
	}	

#listinginfo {
	padding: 0px 80px 0px 80px;
	text-align: center;
	}

#listinginfo p {
	margin-bottom: 10px;
	padding: 0px;
	}
	
#podcasttour {
	width: 765px;
	margin: 0px auto 20px;
	text-align: center;
	}

#podcasttour a img {
	border: none !important;
	padding: 0px 20px 0px 20px;
	}

#listingfeatures {
	width: 765px;
	padding-left: 100px;
	}

#listingfeatures ul {
	list-style: square;
	}
	
#photogallery {
	float: left;
	width: 765px;
	text-align: center;
	margin: 10px 0px 0px 30px;
		}
