/* CSS Document */
html{
font-family: sans-serif;
font-size:95%;
}
body {
    background-color:rgb(255,255,204);
    }
div#heading, div#headingF{
position:relative;
top:0;
padding:0;
margin-top:0;
margin-bottom:-1px;
border:0;
height:90px;
width:700px;
background-position:top left;
}
div#heading{
background:url(images/ChurchonHillCropText.jpg) no-repeat;
 }
div#headingF{
background:url(images/ChurchonHillCropFrenchText.jpg) no-repeat;
}
div#flags{
  position:absolute;
  top:0;
  right:0;
  margin:5px;
}
 div#heading img, div#headingF img {
   border:none;
 }
 div#logo{
  position:absolute;
  top:25px;
  left:0px;
  margin:10px;
  width:50px;
 }

div#container{

padding:0;
border:1px solid rgb(50,205,50);
width:700px;
}
#content{
margin:10px 10px 10px 10px;
}
#content p{
margin:10px;
}
div#heading,div#container,div#footer{
left: 0;
padding:0;
margin:0 auto;
}
.text-box{
/*display:block; */
margin-left:10px;
margin:10px;
border: 1px solid rgb(50,205,50);
padding:10px;
float:right;
}

div#footer{
position:relative;
clear:both;
border-top:3px double rgb(50,205,50);
margin:0;
padding:0;
width:700px;

}
div#footer img{
margin-left:10px;
margin-top:10px;
border-style:none;
}
div#footer a{
  border-style: none;
  color:rgb(50,205,50);
}
div#MancheL{
  position:absolute;
  top:20px;
  right:25px;
}
div#ClevLink{
  
}

/*  Navigation section ====================================================== */
#nav{
margin:0;
padding:0;
list-style-type:none;
float:left;
}
#nav li{
margin:0;
padding:0;
float:left;
}
#nav a {
color:rgb(255,255,255);
float:left;
text-align:center;
text-decoration:none;
width:139px;
line-height:2.0;
background-color:rgb(50,205,50);
border-right:1px solid rgb(255,255,255);
border-top:0;
border-bottom:1px solid rgb(255,255,255);
}
#nav_tourism a{
border-right:none;
width:140px;
}
#nav a:hover{
background-color:rgb(0,255,0);
}
#body_home #nav_home a, #body_room #nav_room a, #body_directions #nav_direct a,#body_rates #nav_rates a, #body_local #nav_tourism a {background-color:rgb(176,196,222);}
/* End of Navigation */




/* Embedded Photograph Formats=============================================== */
.captioned_photo_l, .captioned_photo_r{
padding:5px;
margin:5px;
border-style:solid;
border-color:rgb(50,205,50);
border-width:1px;
}
.captioned_photo_r{
float:right;
}
.captioned_photo_l{
float:left;
}

.captioned_photo_l p, .captioned_photo_r p{
text-align:center;
font-weight:bold;
margin:0;
padding:5px;
font-size:80%;
}
.captioned_photo_l img, .captioned_photo_r img{
padding:0;
margin:0;
display:block;
}
/* Directions */
#SatNav{float:right;
width:200px;}
#map p{
width:50px;
height:50px;
overflow:hidden;
}
/* Tourism      */
.box{
	clear:both;
    margin:10px 0 10px 0;
    padding:0;
}
.box p{
	padding-top:10px;
    margin-top:10px
    }
span{
font-style:italic;
font-weight:bold;
}

