@charset "utf-8";
/* CSS Document */

/*Common styles for Herons Mead*/

* {
	margin: 0px;
	padding: 0px;
}

body {
    background-color:#dae4eb;
	background-image:url(../caravan-site-images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica;
}


div#herons-mead-holder {
	width:957px;
	height:100%;
	margin:30px auto 5px auto;
	background-color:#ffffff;
}

div#touring-caravan-park-flash {
    float:left;
	width:957px;
	height:325px;
}

div#top-nav {
  float:left;
  width:957px;
  height:42px;
}


/*100% Holder*/
div#main-contents-holder {
 float:left;
 width:957px;
 height:100%;
}


/*Open Left Column DIVS*/
div#left-column {
  float:left;
  width:681px;
  height:100%;
}

div#left-text-box {
  float:left;
  width:636px;
  height:687px;
  background-image:url(../caravan-site-images/left-bg.jpg);
  background-repeat:repeat-y;
  font-size:10pt;
  color:#333333;
  padding-left:30px;
  padding-right:15px;
  padding-top:13px;
}

div#text-box1 {
  float:right;
  width:322px;
  height:181px;
  background-image:url(../caravan-site-images/text-bg.jpg);
  font-size:10pt;
  color:#333333;
  padding-top:35px;
}

div#text-box2 {
  float:left;
  width:651px;
  height:115px;
  background-image:url(../caravan-site-images/inner-bg-left.jpg);
  background-repeat:repeat-y;
  font-size:10pt;
  color:#333333;
  padding-left:15px;
  padding-right:15px;
  padding-top:13px;
}

div#text-box2h {
  float:left;
  width:651px;
  height:215px;
  background-image:url(../caravan-site-images/inner-bg-left.jpg);
  background-repeat:repeat-y;
  font-size:10pt;
  color:#333333;
  padding-left:15px;
  padding-right:15px;
  padding-top:13px;
}

div#text-box3 {
  float:left;
  width:651px;
  height:115px;
  background-image:url(../caravan-site-images/inner-bg-left.jpg);
  background-repeat:repeat-y;
  font-size:10pt;
  color:#333333;
  padding-left:15px;
  padding-right:15px;
  padding-top:13px;
}

div#text-box4 {
  float:left;
  width:651px;
  height:130px;
  background-image:url(../caravan-site-images/inner-bg-left.jpg);
  background-repeat:repeat-y;
  font-size:10pt;
  color:#333333;
  padding-left:15px;
  padding-right:15px;
  padding-top:6px;
}
/*Close Left Column DIVS*/



/*Open Right Column*/
div#right-column {
  float:left;
  width:276px;
  height:100%;
}

div#right-columnh {
  float:left;
  width:276px;
  height:100%;
}

/*Close Right Column*/

/*FOOTER*/
div#footer {
 float:left;
 clear:both;
 width:957px;
 height:27px;
}

div#subtext {
  float:left;
  width:957px;
  height:100px;
  background-color:#dae4eb;
  color:#333333;
  font-size:8pt;
  text-align:center;
  padding-top:10px;
}


/*Nav Styles if Needed*/
div#hotel-nav {
    width:914px;
	height:55px;
	float:left;
}

#main-menu {
    list-style: none;
    float: left;
	padding-left:38px;
	padding-top:25px;
}
 
ul#main-menu li {
    float: left;
    display: inline;
    margin-right: 64px; /*gap between items*/
 }
 
ul#main-menu li a, ul#main-menu li a:visited {
    text-decoration: none; /*get rid of the link underline*/
    font-weight: normal; /*change to "bolder" to bold it*/
    color: #949494; /*change to the colour you want*/
    font-size:14pt;
}

ul#main-menu li a:hover {
   color: #8c0303;
}


/*Text Styles*/
h1 {
	color: #646262;
	font-size: 18pt;
	font-weight:normal;
}

.hmead1 {text-decoration:none; font-weight:bold; font-size:9pt; color:#333333;}
.style1 {
	color: #0033CC;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

.nounderline {text-decoration:none; color:#000000}
.touring-caravans-lincolnshire { color:#333333; font-size:8pt; text-decoration:none; }
.lincolnshire-web-design { color:#333333; font-size:8pt; text-decoration:none; }
.pright { padding-right:7px;}
.pleft { padding-left:7px;}
.style4 {color: #107AC6; font-weight: bold; font-size: 12pt; }
.style8 {font-size: 9pt}
.style11 {color: #999999}
