body {
margin:0;
padding:0;
font-family:  Verdana, Arial, Helvetica, sans-serif;
text-align:left;
line-height: 1.5em;
background:#45695a; 
color: #333333;
font-size: medium;
}

html {
font-size: 100%;
}

#wrap {
width: 760px;
margin: 0 auto;
text-align: left;
border: 10px solid #fff;
background: #45695a;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
     }

			/* HEADER */ 
#header {
height: 310px;
border: 1px solid #fff;
border-width: 0 0 1px 0;
background: #45695a url(images/262rh_lgo.jpg) no-repeat;
color: #333;
}


#header h2 { 
margin : 0;
padding : 50px 150px;
letter-spacing : 3px;
font-size : 2em;
background : transparent;
color : #000;
} 


			/*TOP NAVIGATION */ 
			
			
			




			/* CONTENT CONTAINER left */ 
#content {
position: relative;
align: left;
width: 760px;
padding: 0;
background: #FFFFFF;
color: #333;
}

#cont ul {
}

#cont li {
	 
     list-style-position: inside;
     }

.rental {
	 list-style-type: circle ;
     list-style-position: inside;
     
 margin: 1.3em;
 padding: 10px;

     }



			/* LEFT CONTENT */ 
#l-col {
float: left;
margin-top: 0;
width: 145px;
text-align: left;
background: transparent;
color: #333;
}

#vine{
	text-align: center;
}


			/* MAIN CONTENT right*/ 						
#cont { 
width: 525px;
margin-top: 0;
border: 1px solid #eee;
border-width: 1px 1px 0 1px;	
text-align: left;
padding: 10px;
}


#location {
	text-align: center;
}

#location2 {
	text-align: center;
}


#gen {
	text-align: center;
}

#gen2 {
	text-align: center;
}

#gen3 {
	text-align: center;
}

#gen4 {
	text-align: center;
}
#gen5 {
	text-align: center;
}
#mission {
	line-height: 1.9em;
	font-size: 130%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444444;
	border: 1px dashed white;
	background-color: #a7cece;
	padding: 25px;
	padding-left: 80px;
	margin: auto;

	
   }
 
 
#wedpic {
	font-size: 80%;
	font-style: italic;
	
	color: #808080;
   text-align: center;
}
   
.gallery {
	text-align: center;
	line-height: 1.9em;
	font-size: 100%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
   
   .gallery2 {
	text-align: center;
	line-height: 1.9em;
	font-size: 100%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
   
   /*2019 slideshow */
.container {
    position:relative;
}
.container img {
    position:absolute;
    width:500px;
    height:300px
}
@-webkit-keyframes xfade {
    0% {
        opacity: 1;
    }
    12.5% {
        opacity:1;
    }
    16.5% {
        opacity:0;
    }
    96% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@keyframes xfade {
    0% {
        opacity: 1;
    }
    12.5% {
        opacity:1;
    }
    16.5% {
        opacity:0;
    }
    96% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
    
    
}
.container img:nth-child(8) {
    -webkit-animation: xfade 40s 0s infinite;
    animation: xfade 40s 0s infinite;
}
.container img:nth-child(7) {
    -webkit-animation: xfade 40s 5s infinite;
    animation: xfade 40s 5s infinite;
}
.container img:nth-child(6) {
    -webkit-animation: xfade 40s 10s infinite;
    animation: xfade 40s 10s infinite;
}
.container img:nth-child(5) {
    -webkit-animation: xfade 40s 15s infinite;
    animation: xfade 40s 15s infinite;
}
.container img:nth-child(4) {
    -webkit-animation: xfade 40s 20s infinite;
    animation: xfade 40s 20s infinite;
}
.container img:nth-child(3) {
    -webkit-animation: xfade 40s 25s infinite;
    animation: xfade 40s 25s infinite;
}
.container img:nth-child(2) {
    -webkit-animation: xfade 40s 30s infinite;
    animation: xfade 40s 30s infinite;
}
.container img:nth-child(1) {
    -webkit-animation: xfade 40s 35s infinite;
    animation: xfade 40s 35s infinite;
}



<style>
.container {
 position:relative;
}
.container img {
 position:absolute;
}
</style>
   /*end 2019 slideshow https://www.experts-exchange.com/articles/14861/Build-a-Pure-CSS3-Slideshow-no-javascript-here.html*/
   
/*Photo Slider CSS */
   @import url(https://fonts.googleapis.com/css?family=Varela+Round);

html, body { background: #45695a url("https://codepen.io/images/classy_fabric.png"); }

.slides {
    padding: 0;
    width: 525px;
    height: 350px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 525px;
    height: 350px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}


.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 20px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6, 
input#img-7:checked ~ .nav-dots label#img-dot-7, 
input#img-8:checked ~ .nav-dots label#img-dot-8,
input#img-9:checked ~ .nav-dots label#img-dot-9,
input#img-10:checked ~ .nav-dots label#img-dot-10, 
input#img-11:checked ~ .nav-dots label#img-dot-11, 
input#img-12:checked ~ .nav-dots label#img-dot-12 
{
	background: rgba(0, 0, 0, 0.8);
}
   

   
  
   
   
   
   
			/* FOOTER */ 			
#footer {
	width:760px;
	text-align:center;
		margin: 10px 0px;
		font-size: 90%;
}

#footer ul {
}

#footer li {
	display:inline;
	float:none;
	text-align:center;
}

#footer a {
color: #435563;
}
#footer a:hover {
color: #34ACAF;
}

#fadd {
	font-size: 90%;
	color: #435563;
	text-align: center;
	line-height: 1.4em;
}

			/* LINKS*/			
a:link, a:visited {
color: #9D538E;
text-decoration: none;
}

a:hover {
text-decoration: none;
color: #34acaf;
}

			/*LEFT MENU */ 						
.sidenav { 
margin : 10px 10px;
padding : 0;
list-style-type : none;
background : inherit;
color : #435563;
font-size: 100%;
} 

.sidenav a { 
letter-spacing : 1px;
border-bottom : 1px solid #aaa;
margin-bottom : 5px;
padding-left : 20px;
display : block;
text-decoration : none;
background : url(images/arrow.gif) no-repeat left center;
color : #435563;
} 

.sidenav a#current, .sidenav a:hover { 
text-decoration : none;
background : url(images/arrow3.gif) no-repeat left center;
color : #34ACAF;
} 

ul { 
list-style : none;
margin : 0;
padding : 0;
} 



		






			/* TYPOGRAPHY */ 			
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}


h3 {
margin: 0 0 0 10px;
padding: 10px 0;
letter-spacing: 3px;
font-size: 1.2em;
background: inherit;
color: #008080;
text-align: center;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
		text-align: center;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
margin: 0 0 0 10px;
padding: 10px 0;
letter-spacing: 3px;
font-size: 1em;
background: inherit;
color: #008080;
text-align: center;
}



#centerlist li {
	text-align: center;
}		

.street {
	text-align: center;
	font-weight: bold;
}

.directions {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}	

						/* FORM */ 	
						
table {
	border: thin dotted #7e7e7e;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

th {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 2px;
}

td {
	vertical-align: top;
	padding-bottom: 15px;
}
