@charset "utf-8";

html {
height: 100%;  /* this stops page to page left and right shifting when a scroll box/content too long  in firefox. Mick 2009 */
margin-bottom: 1px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #2A2B6E;
	background-image: url(IMAGES/header-wrap.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: auto;
}
 
 
.twoColFixLtHdr #containerorigonal {
	width: 791px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #2A2B6E;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2A2B6E;
	border-right-color: #2A2B6E;
	border-bottom-color: #2A2B6E;
	border-left-color: #2A2B6E;
	border-top-style: none;
}



.twoColFixLtHdr #headerorigonal {
	background-image: url(IMAGES/header.jpg);
	background-repeat: no-repeat;
	height: 133px;
	width: 791px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #2A2B6E;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2A2B6E;
	border-right-color: #2A2B6E;
	border-bottom-color: #2A2B6E;
	border-left-color: #2A2B6E;
	color: #2A2B6C;
	padding: 0px;
	background-position: left top;
	border-bottom-width: thick;
} 
.twoColFixLtHdr #mainContent {
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
	width: 750px;
	font-size: 20px;
	font-family: "Comic Sans MS", cursive;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 2px 330px;
	margin: 0px;
	padding-right: 17px;
	padding-left: 20px;
} 

#blog-description {
	position: relative;
	color: #FFF;
	float: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-left: 340px;

	

}
.header {
	background-image: url(IMAGES/header.jpg);
}

.header #container {
	width: 791px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/SLICE.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	right: -10px;
	margin-top: 0px;
	background-position: -55px 467px;
	background-color: #d3c5b3;
} 
.header #menu {
	width: 800px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/SLICE.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	right: 0px;
	margin-top: 0px;
	background-position: -55px 467px;
	background-color: #2A2B6E;
	height: 30px;

}


/* Menu */

#menu {
	font-size: 12px;
	width: 781px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2A2B6E;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2A2B6E;
	border-right-color: #2A2B6E;
	border-bottom-color: #2A2B6E;
	border-left-color: #2A2B6E;
	line-height: 20px;
	height: 30px;
	text-align: center;
	padding-left: 0px;

}

#menu ul {
width: 800px;
margin: 0 auto;
padding: 0;
bottom: 0;
left: 0;
list-style: none;
border: 0 none;
}

#menu ul li {
	float: left;
	color: #FC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#menu .page_item a {
	display: block;
	list-style: none;
	padding-right: 11px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-left: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2A2B6E;
	border-right-color: #2A2B6E;
	border-bottom-color: #2A2B6E;
	border-left-color: #FC0;

}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #FC0;
	font-size: 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2A2B6E;
	border-right-color: #2A2B6E;
	border-bottom-color: #2A2B6E;
	border-left-color: #FC0;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;

}


#description2 {
	top:20px;
	color: #FC0;
	font-size: 16px;
	left: 100px;
	float: right;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 200px;
	text-align: left;
}

.addressTOP {
	position: relative;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10em;
	top:-27px;
	color: #0C0;
	text-align: right;
	float: right;
	padding: 0px;

}

img.alignright {float:right; margin:0 0 1em 1em}

img.alignleft {
	float:left;
	clear:right;
	padding-right: 20px;
	padding-top: 5px;
}
alignleftaddress {
	float:left;
	clear: none;
	width: 300px;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



img.aligncenter {display: block; margin-left: auto; margin-right: auto}




.H1 {
	font-size: 32px;
	text-align: left;
	display: block;
	margin: 0px;
	padding-left: 30px;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
	line-height: 25px;
	padding-top: 10px;
	color: #512f0a;
}
.H2 {
	display: block;
	text-align: left;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FC0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-weight: normal;
}


.H3 {
	display: block;
	text-align: left;
	font-size: 16px;
	font-style: italic;
	font-family: "Comic Sans MS", cursive;
	letter-spacing: normal;
	color: #512f0a;
	float: left;
	line-height: 20px;
	padding-left: 5px;
	padding-bottom: 12px;
	margin: 0px;
	width: 540px;
}
.PARAGRAPH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	display: block;
	text-align: justify;
	padding: 0px;
}
.LINKCOLOUR {
	color: #9B5A13;
	font-weight: bold;
}

.twoColFixLtHdr #footer {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(IMAGES/lake-view-slice_07.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 791px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #2A2B6E;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #2A2B6E;
	color: #FC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
} 
.FOOTERADDRESS {
	text-align: center;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	width: 800px;
	margin-bottom: 10px;
	color: #512f0a;
}

.twoColFixLtHdr #footer p {
	font-size: 12px;
	color: #512f0a;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
}
.SIDEBAR {
	width: 180px;
	text-align: left;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 30px;
	font-family: "Comic Sans MS";
	font-size: 20px;
	color: #02480D;
	margin: 0px;
	background-color: #FFF;
	clear: none;
}


.NAVBARTEXT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	display: block;
	font-weight: normal;
	text-decoration: none;
	background-image: url(IMAGES/PLANK.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-top: 150px;
}
.NAVIGATION {
	text-decoration: none;
	margin-top: 20px;
	font-size: 12px;
	color: #2A2B6C;
	padding: 0px;
	position: relative;
}
.NAVIGATIONITEM {
	text-decoration: none;
	margin-top: 0px;
	font-size: 12px;
	color: #2A2B6C;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


.LINKTEXT {
	color: #512f0a;
	font-weight: bold;
	line-height: 50px;
	font-size: 20px;
}


a:hover {
	color: #FC0;
	font-family: Arial, Helvetica, sans-serif;
}
.slideshowbox {
	height:230px;
	width: 791px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2A2B6E;
	border-right-color: #2A2B6E;
	border-bottom-color: #FC0;
	border-left-color: #2A2B6E;
	border-bottom-style: solid;
	border-top-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.imagehomeright {
	float: right;
}
.YELLOWTEXT {
	color: #FC0;
}
.YELLOWTEXTnav {
	color: #FC0;
	padding-right: 11px;
	padding-left: 11px;
}
.WHITETEXTnav {
	color: #FFF;
	padding-right: 11px;
	padding-left: 11px;
	text-decoration: none;
}
.MAPRIGHT {
	float: right;
	border: thick solid #FC0;
	width: 450px;
}
.addressleft {
	float: left;
	width: 320px;
	display: block;
	height: 300px;
}

