/* CSS Document */

	body{
	
		background:url("/images/wood100.jpg");
		}

	.site-navigation-bar{
		background-image: url(/_borders/backgrnd.gif);
		width: 15%;
		height: auto;
		border-style: solid;
		border-width: .01%;
		margin-top: 2px;
		align-content:left;
		position: sticky;
		float: left;
		top:10;
		}

		
	.listing-gallery{
			display: grid;
			grid-template-columns: 1fr;
			padding:10px;
			gap:10px;
		}
		
	.listing{
			border-style: solid;
			border-width:1px;
			
		}
		
	.listing h1{
			text-align: center;
			
		}
	.listing h2{
			text-align: center;
		}
	.listing img{
			width:40%;
			padding: 1%;
			
		}
	.listing p{
		width: 50%;
		float:right;
		margin-right: 5%;
	}

	.link-section{
		border-style: solid;
		border-width: 1px;
		}
	
	.link-section p{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		
		}
	
	
	.main-window{
		background-image:url("/_borders/backgrnd.gif");
		margin-top:10px;
		border-width: .01%;
		border-style: solid;
		border-color: black;
		height: auto;		
		width:75%;
		float:right;
		margin-right: 4%
		
		}
	
	.main-window p{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.property-group{
		position: relative;
		align-content: top;
		
		}
	
	.property-description{
		
		
		
		}
	
	.property-description h1{
		text-align: center;
		}
	.property-description h2{
		text-align: center;
		}
	
	.property-description p{
		margin: 15px;
		text-align: justify;
		
		
		}
	
	.property-image-main img{
		
		margin-left:5%;
		margin-top:5%;
		display: block;
		width:90%;
		align-content: center;
		border-width: .01%;
		border-style: solid;
		
		
		
		}
	.short-gallery{
		display: table;
		table-layout: fixed;
		border-spacing: 10px;
		width: 100%;
		}
	.short-gallery-image {
		display: table-cell;
		width:33.3333%;
		
		}
	.short-gallery-image img{
		border-width: .01%;
		border-style: solid;
		border-color: black;
		width:100%;
		
		}
	.gallery-link p{
		text-align: center;
		}
	
	.top-bar{
		display: flex;
		background-color:#FFFFCC ;
		height:150px;
		border-style: solid;
		border-width: .01%;
		width:95.6%;
		
		overflow: hidden;
		}
	
	
	
	.top-logo{
		display: inline-block;
		border-style: solid;
		border-width: 1px;
		object-fit: cover;
		height:150px;
		width:200px;
		}
	
	.top-logo img{
		max-width: 100%;
		}
	
	.top-title{
		display:flex;
		flex: 1;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		text-align: center;
		width:auto;
		height: 150px;
		float:right;
		}
	.top-title h1{
		margin-bottom: 3px;
		color: #003300;
		}
	.top-title h2{
		margin-top: 3px;
		margin-bottom: 3px;
		color: #003300;
		}
	.top-title p{
		margin-top:3px;
		color: #003300;
		
		}