/*!
 * Just for this site */
 html{
	font-family: open-sans;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-style: normal;
	font-weight: 400;
}
.container-fluid {
	background-image:url(../images17/dyrham_lodge_tiled_bg_200.png);
	background-repeat:repeat;

}
.contactcell {
	background-color: #F5F6F1;
	color: #000;
	font-size: 100%;
	padding: 15px;
	margin: 20px;
	border-radius: 15px 15px 15px 15px;
	-webkit-box-shadow: 12;
	box-shadow: 5px 5px 5px #B9B7B7;
}


.footercell {
	background-color: #F5F6F1;
	color: #000;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	height: 45px;
}
.headercell {
	font-size: 150%;
	color: #000;
/*	height: 70px;
	background-color: #575656;
	padding-top: 10px;

*/
}
.headercellsmall {
	font-size: 150%;
	color: #000;
	
	/*
	height: 50px;
		background-color: #E9E9E9;
		padding-top: 10px;
*/
}

.headtag {
	font-size: 70%;
	color: #BBB;
}
/*
.menuadjustleft {
	padding-left: -25px;
}
.image_with_caption_landscape {
width: 97.5%;
display: block;
margin-right:auto;
margin-left:auto;
margin-bottom: 35px;
}
.image_with_caption_portrait {
width: 44.5%;
display: block;
margin-right:auto;
margin-left:auto;
margin-bottom: 35px;
}
*/
.image_with_caption {
width: 98%;
display: block;
margin-right:auto;
margin-left:auto;
margin-bottom: 25px;
box-shadow: 5px 5px 5px #B9B7B7;

}
.image_credits {
	font-size: 9px;
	font-style: italic;
}
.pageheadgrey {
	background-color: #F5F6F1;
	font-weight: 700;
	padding-top: 5px;
	margin-bottom: 15px;
	box-shadow: 5px 5px 5px #B9B7B7;
	font-family: open-sans;
	font-style: normal;
}
.index_image {
	margin-bottom: 25px;
}


/* Sets the style for unvisited links. */
a,  a:link {
  color: #046994;
  font-weight: 700;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #046994;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #046994;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #046994;
}
