/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Kippford Forest Lodge Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #365745;}
a:visited {color: #365745;}
a:hover {color: black;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	font: 11px arial, verdana, sans-serif;
	line-height: 16px;
	color: #365745;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 17px;
	color: #365745;
	margin: 10px 0px 25px 0px;
	}

h2 {
	font-size: 15px;
	color: #365745;
	margin: 0px 0px 5px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

blockquote {
	margin: 0px;
	padding: 10px;
	background-color: #EFF5EE;
	border: 1px dashed #365745;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
	ul li {
		padding: 0px 0px 3px 17px;
		background-image: url(images/bullet.gif);
		background-position: left 3px;
		background-repeat: no-repeat;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Kippford Forest Lodge Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.greenText {
	color: #365745;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.featuredText {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 7px 0px 7px 0px;
	border-top: 2px solid #A0CE9D;
	border-bottom: 2px solid #A0CE9D;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}

	.formattedTable th {
		background-color: #365745;
		font-weight: bold;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colourRow {
		background-color: #F4FFF3;
		}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Kippford Forest Lodge Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 760px;
	margin: 0px auto 0px auto;
	background-image: url(images/background_mainholder.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	padding: 19px 0px 19px 22px;
	background-image: url(images/background_toparea.gif);
	background-position: 292px 32px;
	background-repeat: no-repeat;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	width: 690px;
	height: 20px;
	padding: 3px 12px 0px 0px;
	background-image: url(images/background_menuarea.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: black;
	}
	
	#menuArea a {color: #A0CE9D; font-weight: bold; text-decoration: none; float: right; padding: 0px 0px 0px 22px; background-image: url(images/background_menuitem.gif); background-repeat: no-repeat; background-position: 7px 3px;}
	#menuArea a:visited {color: #A0CE9D;}
	#menuArea a:hover {color: #52B126;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 317px;
	margin: 151px 0px 0px 0px;
	padding: 0px 80px 32px 70px;
	background-image: url(images/background_contentarea.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#rightArea {
	float: left;
	width: 253px;
	padding: 365px 0px 0px 40px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
		
#footerArea {
	clear: both;
	text-align: right;
	font-size: 10px;
	color: #BCBCBC;
	border-top: 2px solid #A0CE9D;
	}
	
	#footerArea a {color: #BCBCBC; text-decoration: none;}
	#footerArea a:visited {color: #BCBCBC;}
	#footerArea a:hover {color: #365745; text-decoration: underline;}