/* CSS Document */

/*For General Style Rules - see:  css/wpp-main.css*/
/*For locallistings.html*/
.locallistings {
	margin: 0;
	padding: 4px;
	width:740px;
	}
.locallistings td{
	vertical-align: top;
	}
.locallistings img {
	border:thin #000000 solid;
	margin: 5px 5px 5px 0;
	}	
.locallistings a:link {
	color:#006666;
	text-decoration: underline;
	}
.locallistings a:visited {
	color: #006666;
	text-decoration: underline;
}
.locallistings a:hover {
	color:#006666;
	text-decoration: underline;
	}
	
/*Large Images Page (lastname-largeimages.html) Style*/
#images-all {
	width: 739px;
	max-width: 739px;
}
#images-all img {
	border: solid 1px black;
	margin: 4px;
}	
#images-all th {
	font-size: 150%;
	font-weight: bold;
	text-align:left;
	line-height: 35px;
	}

/*Individual Listings Page (lastname.html) Style*/
#gallery-table {
	width: 739px;
	max-width: 739px;
	font-size: small;
}
#gallery-table th {
	font-size: 150%;
	font-weight: bold;
	text-align:left;
	line-height: 35px;
	}
#gallery-table a:link {
	color:#000c74;
	}
#gallery-table a:visited, #gallery-table a:hover {
	color:#000c74;
	}
#property-details-table {
	margin: 15px 0 5px 0;
	width: 739px;
	font-size: small;
	}
#property-details-table a:link {
	color: #006666;
	text-decoration: underline;
	}
#property-details-table a:visited, #gallery-table a:hover {
	color: #006666;
	text-decoration: underline;
	}	
	
/* Photo Gallery (lastname.html) Style */
#imagegallery {
	list-style: none;
	margin: 0;
	padding:0;
}
#imagegallery img {
	border: black solid 1px;
	margin: 2px;
}
#imagegallery li {
  display: inline;
}
#imagegallery li a img {
	border: black solid 1px;
	margin: 2px;
}

#description{
	min-height: 40px;
	min-width: 250px;
}
/* end Photo Gallery Styling */

#container #content #content2 a {
	color: #006666;
}
#container #content #content2 a:visited {
	color: #006666;
}
#container #content #content2 a:hover {
	color: #006666;
}
.locallistings a.virtual-tour {
	color: #993333;
	text-decoration: underline;
	font-weight:bold;
}
