body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color:#111111;
  font-size:12px;
  background-image:url(../images/headerBG.jpg);
  background-position:top;
  background-repeat:repeat-x;
  background-color:#FFFFFF;
}

#Wrapper {
margin: 0 auto;
padding: 0;
text-align:center;
width:960px;


}

#Header_Left {
float:left;
height:100px;
}

#Header_Right {
float:Right;
height:100px;
text-align:right;
color:#FFFFFF;
font-size:12px;
}

#Nav {
height:30px;
margin-top:30px;
margin-bottom:10px;
text-align:left;
}

#Nav ul
{
list-style-type:none;
margin:0;
padding:0;
}

#Nav li
{
display:inline;
}

#Nav a
{
text-decoration:none;
border:none;
}

#GalleryAreaOuter {
height:210px;
width:930px;
margin-top:0px;
background-color:#FFFFFF;
padding:10px 10px 10px 10px;
border-style:ridge;
border-width:medium; 
border-color:#DDDDDD;

}
#GalleryAreaInner2 {
height:250px;
width:930px;
display:block;
}

#DirectionsAreaInner2 {
height:340px;
width:930px;
overflow:auto;
display:none;
color:white;
}

#GalleryAreaOuter2 {
height:390px;
width:930px;
margin-top:0px;
background-color:#4d6a79;
padding:10px 10px 10px 10px;
border-style:ridge;
border-width:medium; 
border-color:#DDDDDD;

}
#GalleryAreaInner {
height:210px;
width:930px;
}

#MainContents {
height:auto; width:956px; margin-top:20px;
}

#LeftCol {
width:600px; 
background-image:url(../images/greygradient.jpg); 
background-position:bottom; 
background-repeat:repeat-x; 
height:900px; 
float:left; 
border-right-color:#2c177c; 
padding-left:10px; 
border-right-style:solid; 
border-right-width:medium; 
background-color:#FFFFFF; 
text-align:left;"
 }


#LeftColHome {
width:600px; 
background-image:url(../images/greygradient.jpg); 
background-position:bottom; 
background-repeat:repeat-x; 
height:1200px; 
float:left; 
border-right-color:#2c177c; 
padding-left:10px; 
border-right-style:solid; 
border-right-width:medium; 
background-color:#FFFFFF; 
text-align:left;"
 }

 #LeftColCottages {
width:710px; 
background-image:url(../images/greygradient.jpg); 
background-position:bottom; 
background-repeat:repeat-x; 
height:1200px; 
float:left; 
border-right-color:#2c177c; 
padding-left:10px; 
border-right-style:solid; 
border-right-width:medium; 
background-color:#FFFFFF; 
text-align:left;"
 }


 #TopInnerLHS {
 width:auto; 
 padding-left:5px; 
 padding-right:10px; 
 text-align:justify;
 padding-top: 20px;
 }
 
 #RightCol {
 width:333px; 
 background-image:url(../images/greygradient.jpg); 
 background-position:bottom; 
 background-repeat:repeat-x; 
 height:900px; 
 float:right; 
 margin-left:10px; 
 background-color:#FFFFFF; text-align:left;
 padding-bottom: 100px;
 }
 
 
#RightColHome {
 width:333px; 
 background-image:url(../images/greygradient.jpg); 
 background-position:bottom; 
 background-repeat:repeat-x; 
 height:1200px; 
 float:right; 
 margin-left:10px; 
 background-color:#FFFFFF; text-align:left;
 }
 
#RightColCottages {
 width:223px; 
 background-image:url(../images/greygradient.jpg); 
 background-position:bottom; 
 background-repeat:repeat-x; 
 height:1200px; 
 float:right; 
 margin-left:10px; 
 background-color:#FFFFFF; text-align:left;
 }
 
 #TopInnerRHS {
 width:auto; padding-left:5px; padding-right:10px; text-align:justify;
 }
 
 #Footer {
 color:#FFFFFF;
 height:auto; 
 width:956px; 
 margin-top:10px; 
 padding-top:10px;
 background-image:url(../images/FooterBGBottom.jpg);
 background-position:bottom; 
 background-repeat:repeat-x; 
 
 }
 
  #Footer img {
 height:100px;
 margin-bottom:5px; 
 margin-top:5px;
 margin-left:5px;
 margin-right:5px;
 border-style:none;

 }
 
 #Footer a {
 color:#FFFFFF;
 text-decoration:none;
 }
 #Footer a:hover{
  color:#FFFF33;
 }



 /*Gallery Section*/
 @import url(https://fonts.googleapis.com/css?family=Varela+Round);



.slides {
    padding: 0;
    width: 609px;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
    border: solid black;
}

.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: 609px;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 200px;
    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: green;
}

.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: yellow;
}

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 {
  background: green;
}

input[type="button" i] {
    Height:16px;
    border-radius:10px;
}