/*----------------------------------------------------------------------------------------------*/
/* Kingfisher Caravan Park		     															*/
/* Created on a warm day in July 2006 															*/
/* Version 2.1 Created on a chilly day in Feb 2008												*/
/*----------------------------------------------------------------------------------------------*/
/* Designer: James Steel www.jamessteel.co.uk                        							*/
/*----------------------------------------------------------------------------------------------*/
/* BODY																							*/
/*----------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	list-style:none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background-image:url(/Assets/images/layout/masthead_background.jpg);
	background-repeat: repeat-x;
	margin:0px;
	font-family: trebuchet ms, arial, verdana, tahoma;
	font-size:80%;
	text-align: justify;
	line-height: 200%;
}
/*----------------------------------------------------------------------------------------------*/
/* POSITIONING */
/*----------------------------------------------------------------------------------------------*/
.goright {
	float:right;
	margin-left:10px;
}
.goleft {
	float:left;
	margin-right:10px;
}
/*----------------------------------------------------------------------------------------------*/
/* BP OVERIDES */
/*----------------------------------------------------------------------------------------------*/
/* Renamed for semantics and easier editing                  									*/
.KF-fullcolumn {
	width: 950px;
	margin: 0;
}
.KF-halfcolumn {
	width: 470px;
}
.KF-thirdcolumn {
	width: 310px;
}
.KF-twothirdcolumn {
	width: 620px;
}
.KF-quartercolumn {
	width: 230px;
}
.KF-threequartercolumn {
	width: 710px;
}
.threequarterwrap {
	width: 710px;
	float:left;
	margin-bottom:20px;
}
.threequarterwrap img {
	margin:10px;
}
.threequarterwrap p {
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
}
.halfrightfloat {
	width:45%;
	float:right;
}
.halfleftfloat {
	width:45%;
	float:left;
}
/*----------------------------------------------------------------------------------------------*/
/* STRUCTURE */
/*----------------------------------------------------------------------------------------------*/
#masthead {
	height:250px;
	margin-bottom:20px;
	background-image:url(/Assets/images/layout/banner.jpg);
	background-repeat:no-repeat;
}
#menubar {
	height:240px;
	float:right;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}
#content {
	padding-bottom: 190px;
}
#footer {
	height:180px;
	position: relative;
	margin-top: -180px;
	width: 100%;
	background-color:#daedaa;
	background-image:url(../images/layout/footer_bk.jpg);
	background-repeat:repeat-x;
}
#footnavcontainer {
	margin:0 auto;
}
/*----------------------------------------------------------------------------------------------*/
/* ACCORDIAN MAINMENU */
/*----------------------------------------------------------------------------------------------*/

ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 12em;
	font:"Trebuchet MS", arial, helvetica, sans-serif;
	font-weight:bold;
}
ul#menu a {
	display: block;
	text-decoration: none;
}
ul#menu li {
	margin-top: 5px;
}
ul#menu li a {
	background: #99b750;
	color: #fff;
	padding: 0.5em;
}
ul#menu li a:hover {
	background: #71863c;
}
ul#menu li ul li {
	margin-top:2px
}
ul#menu li ul li a {
	background: #006699;
	color: #FFF;
	padding-left: 15px;
}
ul#menu li ul li a:hover {
	background: #224556;
	padding-left: 15px;
}
/*----------------------------------------------------------------------------------------------*/
/* MAINMENU */
/*----------------------------------------------------------------------------------------------*/
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 3px 10px;
}
#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #036;
	text-decoration: none;
}
#navlist a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------------------*/
/* SIDE MENUS */
/*----------------------------------------------------------------------------------------------*/
#sidemenu li {
	padding:2px 2px 2px 2px;
	border:solid 1px;
	border-color:#CCCCCC;
	margin-bottom:8px;
}
#sidemenu li a {
	display:block;
	padding:9px 9px 9px 9px;
	text-decoration:none;
	font:14px "Trebuchet MS", arial, helvetica, sans-serif;
	color:#369;
	text-decoration:none;
	font-weight:bold;
}
#sidemenu li a:hover {
	background:#369;
	font:14px "Trebuchet MS", arial, helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold
}
.sidebar {
	margin-top:40px;
}
/*----------------------------------------------------------------------------------------------*/
/* FOOTER */
/*----------------------------------------------------------------------------------------------*/
ul#footermenu {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font:14px "Trebuchet MS", arial, helvetica, sans-serif;
}
#footermenu li {
	display: inline;
	list-style-type: none;
}
#footermenu a {
	padding: 3px 10px;
}
#footermenu a:link, #footermenu a:visited {
	color: #000;
	background-color: #E7E7DA;
	text-decoration: none;
	font-weight:bold
}
#footermenu a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
	font-weight:bold
}
/*----------------------------------------------------------------------------------------------*/
/* QOUTES */
/*----------------------------------------------------------------------------------------------*/
blockquote {
	font:14pt Verdana, Arial, Helvetica, sans-serif;
	margin:1em 0pt;
	padding:8px;
	position:relative;
	text-indent:2em
}
blockquote > .bqend {
	margin-top:-0.2em
}
blockquote > .bqstart {
	float:none;
	left:0pt;
	margin:0pt;
	position:absolute;
	top:-0.2em
}
.bqend {
	margin-top:-0.6em;
	position:absolute;
	right:0pt;
	text-indent:0pt
}
.bqstart {
	float:left;
	margin:-0.6em 0pt -2em;
	position:relative;
	text-indent:0pt
}
.bqstart, .bqend {
	font:500% "Times New Roman", Times, serif
}
#content {
	color:#3E3E3E;
	line-height:140%
}
/*----------------------------------------------------------------------------------------------*/
/* IMAGES */
/*----------------------------------------------------------------------------------------------*/
.imagecaption {
	width:250px;
	height:550px;
	margin:10px 0px 0px 10px;
}
.imagecaption ul {
}
.imagecaption img {
	border:10px solid #E7E7DA;
}
/*----------------------------------------------------------------------------------------------*/
/* COLORS */
/*----------------------------------------------------------------------------------------------*/
.beigebk {
	background-color:#E7E7DA
}
.beige {
	color:#E7E7DA
}
.beigeborder {
	border:10px solid #E7E7DA;
}
/*----------------------------------------------------------------------------------------------*/
/* HEADINGs */
/*----------------------------------------------------------------------------------------------*/
h2 {
	font:"Trebuchet MS", arial, helvetica, sans-serif;
	font-weight:bold;
	color:#006699;
	margin-top:15px;
}
.backtotop {
	font:"Trebuchet MS", arial, helvetica, sans-serif;
	font-size:12px;
	color:#a0a0a0;
	padding: 7px 0px 6px 20px;
	background: url(/Assets/images/misc/uparrow.gif) no-repeat 0px 8px;
}
.backtotop a {
	color:#a0a0a0;
	text-decoration: none;
}
.backtotop a:hover {
	color:#000000;
	text-decoration: underline;
}
/*----------------------------------------------------------------------------------------------*/
/* HEADINGs */
/*----------------------------------------------------------------------------------------------*/
a {
	font:"Trebuchet MS", arial, helvetica, sans-serif;
	font-weight:bold
}
a:active {
	outline:none
}
a:link {
	font:"Trebuchet MS", arial, helvetica, sans-serif;
	color:#96CE0C;
	text-decoration:none
}
a:visited {
	font:"Trebuchet MS", arial, helvetica, sans-serif;
	color:#96CE0C;
	text-decoration:none
}
a:hover {
	font:"Trebuchet MS", arial, helvetica, sans-serif;
	color:#FF0066;
	text-decoration:none
}
a:active {
	font:"Trebuchet MS", arial, helvetica, sans-serif;
	color:#006699;
	text-decoration:none
}
