/* Longmeadows Holiday Park website CSS file.  Built by Bluestorm New Media 2007 */

/* @group Reset */
* {
	padding:0; 
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin: 1em 0; 
}

li, dd { 
	margin-left:1em; 
	padding-bottom:.3em;
}

fieldset {
	padding: .5em;
}

img {	
	border: none;	
	margin: 0;	
	padding: 0;
}
/* @end */

/* @group HTML elements */
body {
	font: small/140% "trebuchet ms", Verdana, Helvetica, Arial, sans-serif; 
	color: #444;
	margin: 0; 
	padding: 0;	
	background: #D6E2EC url(../images/long_bg.jpg) top left repeat-x;
}
	
p {
	margin-top: 0; 
	color: #666666;
	
}


#maincontent.withsubnav p.callout {
	margin: 2em 0 0.8em 0;
}
		
p.topper {
	font-size: 85%; 
	padding-top: 0; 
	margin-bottom: 1.5em;
	position: relative;
	top: -0.5em;
}		

.clear {
	clear: both;
}

*html a.smallemail {
	font-size: 95%;
	font-family: Helvetica, Arial, sans-serif;
}

/*
p.first:first-line {
	text-transform: uppercase; 
	font-weight: bold; font-size: 85%;
	font-family: georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}
*/

/* @group Links */
a {
	text-decoration: none;
}
a:link {	
	color: #3D678A; 
	font-weight: bold;
}
a:visited {
	color: #3D678A; 
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

a.notbold {	
	font-weight: normal;
}

/* @group Lists */
ul {
	list-style: none;
}

#maincontent li {
	line-height: 1.4em;
	 font-size: 100%;
}

#maincontent ul li {
	margin-left: 2px; 
	padding-left: 24px; 
	background: url(../images/bullet_leafy.gif) top left no-repeat;
}
#maincontent li a {	
	color: #3D678A; 
	font-weight: normal;
}
ul li a.current {
	color: #3D678A;
}	

ul, ol {
	clear: both; 
	color: #3D678A;
	font-weight: bold;
}

ol li {
	margin-left: 30px;
}

 #maincontent p a#map {
	border: 5px solid #E2EAF1; 
	width: 219px;
	height: 109px;
	float: right;
	margin: 0 0 0 20px;
	background: url(../images/viewmap.gif) #fff no-repeat;
	}
	
/* @end */

/* @group Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: georgia, "Times New Roman", Times, serif;
}

h1 {
	text-indent: -5000px;
	height: 1px;
}

h2 {
	color: #3D678A; 
	font-size: 180%; 
	padding-top: 0.6em; 
	padding-bottom: 0.4em; 
	padding-left: 38px; 
	font-weight: normal; 
	letter-spacing: -0.03em; 
	margin-bottom: 0.5em; 
	background: url(../images/bullet_big_leafy.gif) left -5px no-repeat; 
	position: relative; 
	left: -3px; 
	border-bottom: 1px dashed #666666;
}

h3 {
	color: #005955; 
	font-size: 100%; 
	padding-top: 0.15em; 
	padding-bottom: 0.15em; 
	margin-bottom: 0.8em; 
	padding-left: 5px; 
	float: left; 
	width: 512px;
}

#maincontent h3 {
	color: #3D678A; 
	font-size: 150%; 
	padding-top: 0.6em; 
	padding-bottom: 0.4em; 
	padding-left: 38px; 
	font-weight: normal; 
	letter-spacing: -0.03em; 
	margin-bottom: 0.5em; 
	background: url(../images/bullet_big_leafy.gif) left -5px no-repeat; 
	position: relative; 
	left: -3px; 
	border-bottom: 1px dashed #666666;
	margin-top: 10px;
	width: 475px;
}
/* updated heading styles following H2 update.....*/
h3 {
	margin-top: 0;
}

h4 {
	margin-bottom: 0.1em; 
	margin-top: 0.5em; 
	color: #8CA125; 
	font-size: 130%;
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h5 {
	margin-bottom: 0.5em; 
	margin-top: 1em; 
	color: #444; 
	font-size: 85%;
}

/* @end */

/* @group Layout */

#wrapper {
	text-align: left;	
	position: relative;
	margin: 0 auto; 
	width: 760px; 
	margin-top: 10px;
	padding: 0;	
	background: url(../images/content_bg.gif)  repeat-y;
}
body#vt #wrapper {
	text-align: left;	
	position: relative;
	margin: 0 auto; 
	width: 800px; 
	margin-top: 10px;
	padding: 0;	
	background: url(../images/content_bg2.gif)  repeat-y;
}
#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
} 

* html #wrapper {
	height:1%;
}

#titlebanner {
	width: 222px; 
	height: 83px; 
	margin-left: 13px; 
	float: left;
	display: inline;
	background: #fff url(../images/logo_top.gif) no-repeat; 
	border-bottom: #3D678A solid 3px; 
	border-left: #3D678A solid 3px;	
	border-right: #3D678A solid 3px;
}

#header {
	width: 749px;
	height: 246px;
	margin-top: 4px; 
	margin-left: 6px; 
	margin-top: 4px;
	float: left; 
	display: inline;
	background:transparent url(../images/header_bg.gif) top left no-repeat ;

}


body#vt #header {
	width: 749px;
	height: 246px;
	margin-top: 4px; 
	margin-left: 25px; 
	margin-top: 4px;
	float: left; 
	display: inline;
	background:transparent url(../images/header_bg.gif) top left no-repeat ;

}
#branding {
	position: relative;
	width: 709px;
	height: 211px;
	top: 15px; 
	margin-left: 20px; 
	margin-top: 4px;
	float: left; 
	display: inline;
}
.caravan {
	background: url(../images/banner_people2.jpg) no-repeat;
}
.facilities {
	background: url(../images/banner_food.jpg) no-repeat;
}
.longmeadows {
	background: url(../images/banner_longmeadow2.jpg) no-repeat;
}
.holidayhomes {
	background: url(../images/banner_holidayhome.jpg) no-repeat;
	}
.timberlodges {
	background: url(../images/banner_timberlodges.jpg) no-repeat;
}
.caravanpark {
	background: url(../images/banner_location7.jpg) no-repeat;
}
.reception {
	background: url(../images/banner_reception.jpg) no-repeat;
}
.about {
	background: url(../images/banner_people.jpg) no-repeat;
}
#maincontent {
	width: 520px; 
	float: left;	
	margin-left:0; 
	display: inline; 
}
body#vt #maincontent {
	width: 750px; 
	float: left;	
	margin-left:0; 
	display: inline; 
}
div#video {
	margin-bottom: 20px;
}
#maincontent .blockquote {
	margin-bottom: 10px;
	background:  #fff url(../images/99.jpg) bottom right no-repeat; 
	clear: both;
	width: 480px;
	border: 8px solid #C4D6E6;
}
#maincontent .blockquote p {
	padding: 10px 5px 10px 30px;
	color: #3D678A; 
	background:  url(../images/66.jpg) top left no-repeat;
	font-size: 110%;
}
#maincontent .blockquote p span {
	color: #666; 
	font-size: 90%;
}
#maincontent.withsubnav {
	width: 350px; 
	padding: 0;
	margin: 0;
}

* html #maincontent.withsubnav {
	width: 335px; 
	padding: 0; 
	margin: 0;
}

#maincontent.withsubnav h3 {
	width: 320px;
}

* html #maincontent.withsubnav h3 {
	width: 310px;
}

#maincontent p {
	padding-right: 10px;
}

#maincontent.withsubnav p {
	padding-right: 0; 
	margin-right: 0;
}

#maincontent.faqs p {
	padding-left: 20px;
}
#maincontent .intro {
	background-color: #E2EAF1;
	padding: 10px 5px 10px 10px;
	margin-bottom: 10px;
}
#maincontent .intro p {
	color: #3D678A;
}
#maincontent .callout_surround {
	background: #F4F4F4;
	border: 1px solid #E7E7E7;
	margin-bottom: 20px;
	padding: 8px;
}
#maincontent p.callout {
		padding: 10px 5px 10px 5px;
		background:  white; 
		border: 1px solid #E7E7E7;
		clear: both;
		font-size: 95%;
		margin: 0;
		text-align: center;
		color: #8CA125;
}

#maincontent p.callout2 {
		padding: 10px 5px 10px 5px;
		background:  white; 
		border: 1px solid #E7E7E7;
		clear: both;
		font-size: 120%;
		margin: 0;
		text-align: center;
		color: #3D678A;
		font-weight: bold;
}
#maincontent .intro img {
	border: 5px solid #8BACC7; 
	float: left;
	margin: 0 10px 0 0;
	background: url(../images/viewmap.gif) #fff no-repeat;
	}

/*#maincontent.cottages p {width: 200px; display: inline-block;}*/

#maincontent img {
	float: left; 
	margin: 0 15px 5px 0px; 
	border: 5px solid #E2EAF1; 
	display: inline;
}

#maincontent img.right {
	float: right; 
	margin: 0 6px 5px 15px; 
	border: 5px solid #E2EAF1; 
	display: inline;
}

#maincontent img#aboveh2 {
	margin: 12px 0 10px 0;
}
/* @group Form */

form {
	width: 420px;
	float: left; 
	display: inline; 
	margin: 0 0 0 0;
}

fieldset {
	margin: 0 0 1em 0; 
	padding: 6px 10px 15px 10px;
	border: 2px solid #C4D6E6;
}

fieldset:hover {
	background: #F6F9FB;
}

input#submitbutton {
	font-size: 90%; 
	color:  #ADC5D9;
	font-weight: bold;	
	background: url(../images/bullet_leafy.gif) left center no-repeat;
	border: 2px solid #ADC5D9;
	clear: both;
	padding: .3em;	
	padding-left: 17px;
	display: block;
	margin-bottom: 4px;
}
	
input#submitbutton:hover {
	border: 2px solid #3D678A;
	color: #3D678A;
}

legend {
	font-weight: normal;	
	font-size: 130%;
	background-color: white;
	margin: 0;	
	padding: 0.2em 0.5em  0.2em 2.3em;
	color: #3D678A;
	font-family: georgia, "Times New Roman", Times, serif;
	background: url(../images/bullet_big_leafy.gif) left  no-repeat; 
}

label {
	display: block; 
	margin: 20px 0 .3em 0;
}

input, textarea {
	font-size: 95%;	
	margin-bottom: 10px;
	background: url(../images/field_bg.gif) top left;
}

radio {
	background: none;
}

p.rad {
	float: left; 
	margin-right: 22px; 
	width: 100px; 
	padding: 0;	
	margin-bottom: 6px;
	display: inline;	
	line-height: 1em;
}

p.rad input {
	float: left; 
	margin-top: 5px;
}
	
input.input, textarea.input {
	width: 350px; 
	display:block;
	border: 1px solid #ADC5D9;
	padding:  0.2em 0 0.2em 5px;	
	font-size: 110%;	
	color: #6D5E6A;	
}

input.input:focus {
	border: 1px solid #3D678A;
}

#imagecol {
	width: 160px;
	float: right;
	margin: 0px 11px 0 20px; 
	padding: 0;
	display: inline;	
	position: relative;
	/*top: -20px;*/
	text-align: center;
	}
	
#imagecol p {
	margin: 0 0 6px 0; 
	padding: 0 0 0 0;
	float: right; 
	display: inline;
	width: 164px;
	font-weight: bold; 
	color: #444444; 
	text-align: center;
	font-family: georgia, "Times New Roman", Times, serif; 
	font-size: 80%;
	position: relative;
}
	
*html #imagecol p {
	font-size: 75%;
}
	
#imagecol img {
	margin: 0; 
	padding: 0; 
	border: 3px solid #AEC977;
}
/* @end */	
/* @group Nav */

#mainnav {
	width: 722px; 
	margin: 0 auto;
	position: relative; 
	display: inline; 
	float: left;
	background: #D6E2EC no-repeat;
	margin-top: 4px; 
	margin-left: 18px;	
	text-align: center;
	font-family: georgia, "Times New Roman", Times, serif; 
	font-size: 110%;	
	color: #163A58;	
	}


body#vt #mainnav {
	width: 750px; 
	margin: 0 auto;
	position: relative; 
	display: inline; 
	float: left;
	background: #D6E2EC no-repeat;
	margin-top: 4px; 
	margin-left: 20px;	
	text-align: center;
	font-family: georgia, "Times New Roman", Times, serif; 
	font-size: 110%;	
	color: #163A58;	
	}	
#mainnav ul {
	padding: 5px 0 5px 0; 
	width: 722px; 
	margin: 0 auto;
}
body#vt #mainnav ul {
	padding: 5px 0 5px 0; 
	width: 750px; 
	margin: 0 auto;
}
* html #mainnav ul {}

#mainnav ul li  {
	display: inline; 
	list-style: none;
	border-right: 1px solid #7098BA;
	padding: 0 12px 0 5px; 
	margin-top: 10px; 
	margin-bottom: 10px;	
	margin-left: 5px;
}

/*#mainnav ul li.first  {	margin-left: 20px;}*/

#mainnav ul li.last  {
	border: none;
}

#mainnav ul li a {
	color: #3D678A;
	text-decoration: none;
	font-weight: normal;
}

#mainnav ul li a:hover {
	color: #5B671F;
	text-decoration: underline;
}

#mainnav ul li a.current {
	color: #5B671F;
	text-decoration: underline;
}

/* @group sidecol */

#sidecol {
	width: 170px;	
	float: left; 
	margin-left: 18px; 
	display: inline; 
	margin-top: 30px;
}
.sidecolproduct {
	width: 147px;
	border: 7px solid #C4D6E6;
	margin-bottom: 20px;
}
#sidecol p {
	margin-left: 8px;
	font-size: 110%; 
	line-height: 1.2em;
	width: 130px;
	padding: 0;
}

#sidecol p a {
	color: #666;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#sidecol h3 {
	margin: 0; 
	width: 142px; 
	text-align: center; 
	font-size: 120%; 
	background: #3D678A; 
	float: none;
	color: white;
	font-weight: normal;
}

div.sidecoltimberlodges {
	width: 147px; 
	height: 94px; 
	background: url(../images/sidecol_timberlodges.jpg);
}

div.sidecolholidayhomes {
	width: 147px; 
	height: 81px; 
	background: url(../images/sidecol_holidayhomes.jpg);
}

div.sidecolfacilities {
	width: 147px; 
	height: 81px; 
	background: url(../images/sidecol_facilities.jpg);
}
div.sidecolproducttext {
	width: 147px; 
	background:  url(../images/sidecol_blankdivbg.gif) bottom left; 
	padding-bottom: 2px; 
}

div.sidecolproducttext p {
	margin-top: 5px; 
	width: 147px;
	background: url(../images/bullet1.gif) bottom right no-repeat; 
	padding-bottom: 5px;
	font-size: 120%;
	color: #666;
}

#sidecol blockquote {
	width: 170px; 
	margin-top: 0;
	background: url(../images/sidecol_blockquote_bg.jpg) top left no-repeat;
}

#sidecol blockquote p.quote {
	padding-top: 25px; 
	padding-left: 30px; 
	padding-bottom: 22px; 
	margin-bottom: 0; 
	font-weight: bold;
	width: 112px; 
	font-size: 95%; 
	line-height: 1.2em;
	background: url(../images/quote2.gif) bottom right no-repeat;
}

#sidecol  div#requestbrochure {
	width: 147px;
	height: 57px;
	border: 7px solid #C4D6E6;
	margin-bottom: 20px;
	background: url(../images/request_brochure.jpg) no-repeat;
}


#sidecol  div#requestvt {
	width: 147px;
	height: 57px;
	border: 7px solid #C4D6E6;
	margin-bottom: 20px;
	background: url(../images/request_vt.jpg) no-repeat;
}
#sidecol div#requestbrochure p span, #sidecol div#requestvt p span{
	font-size: 120%;
}
*html #sidecol div#requestbrochure p span, *html #sidecol div#requestvt p span{
	font-size: 120%;
}

#sidecol div#requestbrochure p, #sidecol div#requestvt p {
	width: 72px; 
	background: url(../images/bullet1.gif) bottom right no-repeat;
	font-size: 105%; 
	font-family: georgia, "Times New Roman", Times, serif; 
	color: #444;
	padding: 5px 0 0 0;
	line-height: 1.1em;
}
	
*html #sidecol  div#requestbrochure p {
	font-size: 85%;
}

#sidecol blockquote p.author {
	background: url(../images/sidecol_blankdivbg.jpg) bottom left no-repeat;
	margin: 0; 
	padding-bottom: 15px; 
	padding-left: 42px; 
	padding-top: 0;
	font-size: 80%; 
	font-family: georgia, "Times New Roman", Times, serif; 
	color: #B1CB7B; 
	font-weight: bold;
}
					
#subnav {
	width: 147px;
	border: none; 
	border: 5px solid #E2EAF1;
	margin: 10px 0 20px 0;	
	padding: 0px 0 70px 0;
	color: #B1CB7B;
	font-size: 100%;
	background: url(../images/subnav_left.gif) bottom left no-repeat;
	background-color: none;	
}
	
#subnav.contact {	
	width: 400px;	
	background: none; 
	border: none; 
	padding: 0; 
	margin: 5px 25px 0 0;
	 
}

*html #subnav.contact {	
	margin-top: 10px;
}

#subnav.contact h3 {
	margin-top: 0; 
	padding-top: 0;
}
		
#subnav ul {
	margin: 5px 0 0px 0px; 
	font-size: 85%;
}

#subnav li {
		/*font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;*/
		font-size: 120%;
		padding: 0.5em 10px 0.5em 22px;
		margin-left: 3px;
		line-height: 1.2em;
		background: url(../images/bullet_leafy.gif) left center no-repeat;
	}			
			
	/*#subnav li a {font-weight: normal;}*/
	
#subnav li a.current, #subnav li a:hover {
	color: #163A58;

}
	
#subnav li a {
	color: #8BACC7;
	text-decoration: none;

}
		
#subnav h3 {
	margin: 0; 
	width: 142px; 
	text-align: center; 
	font-size: 120%; 
	background: #3D678A; 
	float: none;
	color: white;
	font-weight: normal;
}

#subnav h3 a {
	color: #8BACC7; 
	font-weight: normal;
	text-decoration: none;
}

#content {
	float: right; 
	display: inline; 
	width: 543px; 
	margin-right: 10px; 
}
body#vt #content {
	float: left; 
	display: inline; 
	width: 750px; 
	margin-left: 20px; 
}

#content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
} 

* html #content {
	height:1%;
}

	/*</foot>*/
#foot {
	float: left;
	display: inline; 
	width: 722px;
	margin-bottom: 10px; 
	margin-left: 18px; 
	padding: 4px 0 4px 0;		
	background-color: #D6E2EC;
	font-family: georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-size: 85%;
}

body#vt #foot {
	float: left;
	display: inline; 
	width: 750px;
	margin-bottom: 10px; 
	margin-left: 18px; 
	padding: 4px 0 4px 0;		
	background-color: #D6E2EC;
	font-family: georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-size: 85%;
}
#foot ul {
	list-style: none;
	margin: 0;	
	float: left; 
	width: 722px;
}
body#vt #foot ul {
	list-style: none;
	margin: 0;	
	float: left; 
	width: 750px;
}

#foot ul li {
	display: inline;	
	padding: 0 .5em 0;
	margin: 0; 
	color: #3D678A;
}

#foot ul li.siteinfo {
	float: left;
}

#foot ul li.credits {
	float: right;
}

#foot ul li a {
	color: #666666;
	font-weight: normal;
	margin-right: 5px;
}

/* @end */

/* @group Table */
table,tr, td, th {
	border-collapse: collapse;
	margin-bottom: 2em;
	margin-top: 0;
	width: 520px;
	text-align:left;
	vertical-align:top;
}
table {
	border: none;
}
tr, td, th {
	border: 1px solid white;
}
td, th {
	padding: 3px;
}
th {
	line-height: 125%;
	background: #E7E7E7;
	font-weight: normal;
}
caption {
	text-align: left;
	font-size: 125%;
	margin-bottom: .5em;
	margin-top: 1em;
}
tr.odd {
	background: #F4F4F4;
}
tr.even {
	background: #E7E7E7;
}
tr.vat {
	background: #D6E2EC;
	font-weight: bold;
	color: #7098BA;
	width: 100%;
}
/* @end */
/* @end */


