/* CSS Stylesheet template */
* {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #547037;
	background-color: #B9CDA4;
	margin-top: 0px;
	text-align: center; /* fixes IE 5 centring problem */
}

body#homepage li#navhome,
body#properties li#navprops,
body#photos li#navphotos,
body#avail li#navavail,
body#booking li#navbooking,
body#local li#navlocal,
body#about li#navabout,
body#contact li#navcontact { 
	background-color:#78935D; 
	/* color: #FDD65E; */
}

body#homepage li#navhome a span,
body#properties li#navprops a span,
body#photos li#navphotos a span,
body#avail li#navavail a span,
body#booking li#navbooking a span,
body#local li#navlocal a span,
body#about li#navabout a span,
body#contact li#navcontact a span { 
	/* background-color:#78935D; */
	color: #FDD65E;
}

p {
	padding: 5px 20px 5px 30px;
	line-height: 160%;
	font-size: 94%;
	text-align: justify;
}

#terms p {
	padding: 5px 20px 5px 0px;
	margin-left: 30px;
	margin-right: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #E4AD04;
	padding: 30px 5px 5px 30px;
}
h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #3a5362;
	margin-top: 8px;
	padding: 0px 5px 10px 30px;
	line-height: 140%;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #E4AD04;
	padding: 20px 5px 5px 30px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E4AD04;
	font-size: 1.1em;
	font-weight: normal;
	padding: 3px 5px 2px 30px;
	margin-top: 0;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	color: #3a5362;
	padding: 0px 5px 10px 30px;
	line-height: 140%;
}
.bookinghead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3a5362;
	font-size: 1.2em;
	border-bottom: 1px solid #3a5362;
}

.copyright {
	color: #000;
	text-align: left;
	font-size: 9px;
	padding: 10px 0 0 30px;
}
.black {
	color: #000;
}
.blue {
	color: #3a5362;
}
.bluebold {
	color: #3a5362;
	font-weight: bold;
}

.gold {
	color: #E4AD04;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}

/* Set layout styles */
#outerpage {
	margin: 0 auto;
	width: 890px;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	text-align: left; /* fixes IE 5 centring problem */
}
#ldpage {
	width: 875px;
	background-color: #E9F0E3;
	padding: 0;
	margin: 0;
}

#maincontent {
	width: 862px;
	border: 1px solid #E4AD04;
	background-color: #FFFFFF;
	margin: 6px 6px 0px 6px;
}
#header {
	width: 862px;
	height: 216px;
	position: relative;
	border: 1px solid #E4AD04;
	background-color: #FFFFFF;
	margin-left: 6px;
	padding-bottom: 6px;
	margin-top: 0;
	padding-top: 0;
	margin-right: 0;
	padding-right: 0;
	clear: both;
}
#headerlogo {
	width: 278px;
	height: 210px;
	position: absolute;
	left: 6px;
	top: 6px;
}
#headerflash {
	width: 560px;
	height: 210px;
	position: absolute;
	right: 6px;
	top: 6px;
}
/* left panel */

#leftpanel {
	width: 575px;
	*padding-right: 0;
	*padding-left: 0;
}
#leftpanel p {
	padding-right: 0px;
}
#leftpanel2 {
	width: 540px;
	*padding-right: 0;
	*padding-left: 0;
}
#leftpanel2 p {
	padding-right: 0px;
}

#ldscnotice {
	background-color: #e9f0e3;
	font-size: 90%;
	border: 1px solid #DEE4D8;
	padding: 15px;
	margin: 20px 0 5px 20px;
	width: 500px;
	*width: 480px;
	*margin-right: 0;
}
#ldscnotice p {
	padding: 0 0 8px 0;
	margin: 0;
}
/* Right panels on home page */
#panelbox {
	width: 230px;
	background-color: #fff;
	border: 1px solid #DEE4D8;
	margin: 7px 7px 7px 10px;
	padding: 0;
	float: right;
}
.panelhead {
	background-color: #78935D;
	color: #FDD65E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	padding: 7px 0 7px 15px;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
}
.panelheadtop {
	background-color: #78935D;
	color: #FDD65E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	padding: 7px 0 7px 15px;
	border-bottom: 7px solid #fff;
}
#panel {
	width: 216px;
	background-color: #e9f0e3;
	margin: 0 7px 7px 7px;
}
#panel p {
	padding: 10px;
	font-size: 85%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#panel h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
}
.panelquote {
	margin-bottom: 0;
	padding-bottom: 0;
}
.panelquotename {
	text-align: right;
	margin-top: -10px;
}
.panelquote2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-style: italic;
}
.panelquotename2 {
	text-align: right;
	margin-top: -10px;
}

/* Wider panels for some pages */
#panel2box {
	width: 280px;
	background-color: #fff;
	border: 1px solid #DEE4D8;
	margin: 7px 7px 7px 20px;
	padding: 0;
	float: right;
}
.panel2head {
	background-color: #78935D;
	color: #FDD65E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	padding: 5px 0 5px 15px;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
}
#panel2 {
	width: 266px;
	background-color: #e9f0e3;
	margin: 0 7px 7px 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#panel2 p {
	padding: 0px 15px 10px 15px;
	font-size: 85%;
	line-height: 130%;
}
#panel2 h2 {
	padding: 0px 15px 10px 15px;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
#panel2 h3 {
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
}

/* Extra wide panels for info pages */
#panel3box {
	width: 340px;
	background-color: #fff;
	border: 1px solid #DEE4D8;
	margin: 7px 7px 7px 20px;
	padding: 0;
	float: right;
}
.panel3head {
	background-color: #78935D;
	color: #FDD65E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	padding: 5px 0 5px 15px;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
}
#panel3 {
	width: 326px;
	background-color: #e9f0e3;
	margin: 0 7px 7px 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#panel3 p {
	padding: 0px 15px 10px 15px;
	font-size: 85%;
	line-height: 130%;
}
#panel3 h2 {
	padding: 8px 15px 2px 15px;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
#panel3 h3 {
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
}


.panellogos {
	padding: 0px 0 9px 9px;
}
.panelbullets {
	font-size: 85%;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
}
.panelbullets li {
	margin-left: 35px;
	padding: 3px 0 3px 5px;
}
.panelbullets ul {
}

/* styles for contact box */

.contacthead {
	background-color: #78935D;
	color: #FDD65E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	padding: 5px 0 5px 15px;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
}
#contactinside {
	width: 216px;
	background-color: #e9f0e3;
	margin: 0 7px 7px 7px;
	padding-bottom: 10px;
}
#contactinside2 {
	width: 266px;
	background-color: #e9f0e3;
	margin: 0 7px 7px 7px;
	padding-bottom: 10px;
}
#contactinside3 {
	width: 326px;
	background-color: #e9f0e3;
	margin: 0 7px 7px 7px;
	padding-bottom: 10px;
}
#contactinside p, #contactinside2 p, #contactinside3 p {
	margin-left: 10px;
	font-weight: normal;
	padding: 3px 15px 3px 37px;
}
#contactinside h4, #contactinside2 h4, #contactinside3 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #547037;
	padding: 1px 15px 3px 35px;
	margin-left: 10px;
	margin-top: 4px;
	font-size: 1.3em;
}
#contactinside a, #contactinside2 a, #contactinside3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #547037;
}
#contactinside a:hover, #contactinside2 a:hover, #contactinside3 a:hover {
	color: #E4AD04;
}

.iframe {
	width: 306px;
	margin: 10px;
}
.feature {
	background-color: #e9f0e3;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 450px;
	margin-left: 20px;
	font-size: 90%;
	line-height: 130%;
}
.feature a:link, .feature a:visited, .feature a:active {
	text-decoration: none;	
}
.telicon {
	background: url(images/icons-contact-tel-sm.jpg) no-repeat center left;
	line-height: 135%;
}
.mobicon {
	background: url(images/icons-contact-mob-sm.jpg) no-repeat center left;
	line-height: 135%;
}

.emailicon {
	background: url(images/icons-contact-email-sm.jpg) no-repeat center left;
	line-height: 200%;
	font-size: 1.1em;
}

#facilities table {
	width: 520px;
	margin-left: 25px;
}
#facilities {
	width: 520px;
}

#facilities p {
	margin-left: 65px;
	padding: 0 3px 3px 3px;
	font-size: 80%;
	line-height: 140%;
}
#facilities td {
	width: 50%;
	vertical-align: top;
}

#facilities img {
	float: left;
}
.facilitieshead {
	padding: 3px 3px 0 3px;
	margin-top: 10px;
	font-weight: bold;
}
#facilitiesbox h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#facilitiespanelleft {
	width: 240px;
	float: left;
	margin-bottom: 40px;
}
#facilitiespanelright {
	width: 240px;
	float: right;
	margin-bottom: 40px;
}
.clearfloat {
	clear: left;
}

#amenitiespanelleft {
	width: 240px;
	float: left;
	margin-bottom: 30px;
}
#amenitiespanelright {
	width: 240px;
	float: right;
	margin-bottom: 35px;
}
#travelpanelleft {
	width: 240px;
	float: left;
	margin-bottom: 30px;
}
#travelpanelright {
	width: 240px;
	float: right;
	margin-bottom: 15px;
}
#touristinfo h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 15px;
}

#footer {
	width: 850px;
	height: 36px;
	background-color: #78935D;
	margin: 6px;
	clear: both;
}
#footer p {
	padding: 7px 25px 5px 10px;
	color:#FFCC00;
	font-size: 90%;
	text-align: right;
}
#pagebase {
	width: 890px;
	height: 21px;
	margin: 0;
	padding: 0;
}
#homethumbs, #gallerythumbs {
	margin: 10px 10px 10px 30px;
	width: 574px;
}
#homethumbs div, #gallerythumbs div {
	width: 272px;
}
#homethumbs img {
	margin-bottom: 7px;
}
#gallerythumbs img {
	margin-bottom: 7px;
}

#homethumbs p, #gallerythumbs p {
	padding: 15px;
	font-size: 85%;
	background-color: #e9f0e3;
}
#homethumbs h3, #gallerythumbs h3 {
	background-color: #78935D;
	color: #FDD65E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	text-align: center;
	padding: 5px;
	margin-top: 7px;
	border-bottom: 7px solid #fff;
}

/* Table on catering page */

#selfcatering {
	border: 1px solid #a5c08a;
	margin-left: 25px;
	width: 510px;
}
#selfcatering td {
	border: 1px solid #c6dbb2;
	background-color: #e9f0e3;
	padding: 5px;
	font-size: 90%;
}

/* Table on lake district info page */

#infothumbs {
	margin: 10px 10px 10px 30px;
	width: 460px;
}
#infothumbs div {
	width: 220px;
}
#infothumbs img {
	margin-bottom: 7px;
}

#infothumbs p {
	font-size: 85%;
	background-color: #e9f0e3;
	text-align: center;
	padding: 8px;
}
#infothumbs h3 {
	background-color: #78935D;
	color: #FDD65E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	text-align: center;
	padding: 5px;
	margin-top: 7px;
	border-bottom: 7px solid #fff;
}

#infothumbs a:link, #infothumbs a:visited, #infothumbs a:active {
	color: #FDD65E;
	text-decoration: none;
}
#infothumbs a:hover {
	color: #000;
	text-decoration: none;
}
/* buttons used on home page */

.homebuttons {
	background-color: #e9f0e3;
	border-top: 7px solid #fff;
	padding-top: 7px;
}
.homebuttons img {
}
.homebuttonpad {
	padding-right: 7px;
	padding-left: 7px;
}
.homebuttonpad {
	padding-right: 7px;
	padding-left: 7px;
}

/* buttons used in right panel */
.panelbuttons {
	width: 100%;
	margin: 0 0 10px 7px;
}

/* buttons used gallery page */
.gallerybuttonpad {
	padding-right: 10px;
	padding-left: 6px;
}

/* buttons used on other pages */

.buttons {
	width: 100%;
	margin-left: 25px;
}
.buttons img {
	padding-right: 7px;
}


/* Set layout for content images */
.picpad1 {
	padding: 10px 0px 15px 0px;
	float: left;
}
.picpanel {
	float: right;
	padding: 5px 7px 7px 8px;
}
.logoleft {
	float: left;
	padding: 0px 15px 10px 0px;
	margin-left: -5px;
}
.picleft {
	float: left;
	padding: 25px 15px 0px 25px;
}
.picleft2 {
	float: left;
	padding: 15px 0px 15px 25px;
}
.panelthumbs {
	padding: 10px;
}
.thumbleft {
	float: left;
	padding: 10px 15px 0px 30px;
}


/* Link styles */


a {
	text-decoration: none;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #e3810e;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #e3810e;
	text-decoration: underline;
}
.bulletlist {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	font-size: 90%;
	line-height: 140%;
	margin-left: 40px;
	padding-left: 25px;
	padding-bottom: 4px;
	padding-right: 10px;
}

#lwd {
	margin: 0 auto;
	width: 850px;
	height: 80px;
}

.form { width:160px;
		height:20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#c14a02;
		background-color:#ffffff;
		color:#000;
		padding: 4px 2px 0px 8px;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:160px;
		height:134px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#c14a02;
		background-color:#ffffff;
		color:#000;
		padding: 10px;
		margin-left:0px;
		margin-right:0px}

.submit { width:61px;
		height:25px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color: #c14a02;
		margin-top: 18px;
		margin-right: 30px;
		background-image: url(images/submit.gif);
}
.select {
		width: 280px;
		height: 20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#c14a02;
		background-color:#ffffff;
		color:#000;		
}
.formtext {
		font-size: 90%;
		text-align: left;
		margin: 5px 0 0 -30px;
		padding-bottom: 6px;
}
.paypal {
		padding-top: 15px;
		padding-bottom: 20px;
}

a#cmalink {}
img#cma { border: 0px; }
