/* -------------- reset styles -------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{border: 0pt none;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0pt;padding: 0pt;}
caption, th, td{font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}/* -------------- general styles -------------- */
html,body{
	margin:0;
	padding:0;
}
body, p, li, h1, h2, h3, h4, h5, a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #000; 
}
div#contentshell p, div#contentshell a, div#contentshell div{
	font-family: Arial, Helvetica, sans-serif;
}
body.fend{
	background:#acb79f url(/fend/images/bg.jpg) repeat-x top center;
}	
body.mceContentBody{
	background: #fff;
}
p{margin: 5px 0;}
ul{
	list-style: disc outside;
	margin: 10px 0;
}
li{
	margin: 1px 25px;
}
b, strong{font-weight: bold;}
i, em{font-style: italic;}
.clear{clear: both;}
.hide{display: none;}
.float-left{float: left;}
.float-right{float: right;}
h1{
	color: #656454;
	font-size: 20px;
	font-weight: normal;
}
h2{
    color : #9e9c7d;
    font-size : 18px;
    font-weight : normal;
}
h3 {
    color : #697f4f;
    font-size : 16px;
    font-weight : bold;
}
h4 {
    color: #934015;
    font-size: 15px;
    font-weight: bold;
}
h5 {
    color : #869c6a;
    font-size : 14px;
    font-weight : bold;
}
a:link, a:visited, a:active { 
    color: #9e4c19;
    text-decoration: none;
}
a:hover {
    color: #d76b28;
    text-decoration: underline;
}


/* -------------- layout styles -------------- */
div#container{
	width:800px;
	text-align:left;
	margin:0 auto;
}
	div#headershell{
		position:relative;
		height: 95px;
		background: url(/fend/images/backer-header.jpg);
	}
		div#headershell h1 a{
			display: block;
			width: 212px;
			height: 95px;
			position: absolute;
			top: 0;
			left: 0;
		}
		div#topnav{
			width: 240px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			float: right;
		}
			div#topnav a{
				font-weight: bold;
				font-size: 11px;
			}
		div#navshell{
			height: 27px;
			width: 588px;
			position: absolute;
			top: 68px;
			left: 212px;
		}
	div#wrapper{
		background: #fff;
		padding: 5px;
	}
		div#pagetitle{
			background: #dbdac3 url(/fend/images/backer-pagetitle.png) repeat-x top;
			border: 1px solid #c6c4aa;	
			height: 35px;
		}
			div#pagetitle h2{
				padding: 0 10px;
				height: 35px;
				line-height: 35px;
				color: #fff;
				float: left;
			}
			div#searchwrapper {
				width: 395px;
				height: 35px;
				background: url(/fend/images/backer-search.png) no-repeat;
				float: right;
			}
				div#searchwrapper #search_string {
					float: left;
					background: none;
					border: 0px none;
					margin: 10px 0 0 200px;
					width: 150px;
					font-size: 11px;
					color: #666;
				}
				#searchwrapper #search_submit {
					float: right;
					margin: 7px 7px 0 0;
					width: 28px;
					height: 21px;
				}
		h1#intro{
			font-size: 14px;
			height: 45px;
			text-align: center;
			padding: 10px 0;
			background: url(/fend/images/backer-intro.png) no-repeat top;
		}
		div#contentshell{
			background: #e4e2c9;
			border: 1px solid #c6c4aa;
			border-top: 0;
			border-bottom: 0;
		}
			div#content{
				padding: 10px;
			}
		div#footershell{
			background: url(/fend/images/backer-rootnav.png) repeat-x;
			color: #e4e2c9;
			height: 25px;
			line-height: 25px;
			clear:both;
			border: 1px solid #c6c4aa;
			text-align: center;
		}
			div#footershell a{
				letter-spacing: 1px;
				padding: 0 10px;
			}
	div#copyright{
		background: url(/fend/images/backer-copyright.png) no-repeat top;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #697f4f;
		font-size: 11px;
		position: relative;
	}
		div#sencialogo{
			position: absolute;
			top: 0;
			left: 733px;
		}

/* contact form */
div#contactform{
	float: left;
	width: 250px;
	height: 320px;
}
div#mapshell{
	height: 320px;
	margin-left: 250px;
}
/* -------------- booking form styles -------------- */

div#booking-form ul{
	margin: 0;
	list-style: none;
	width: 100%;
}

	div#booking-form ul li{
		margin: 10px 0;
		float:left;
		width: 220px;
		display: inline;
			color: #000000;
	}
	
		div#booking-form ul li label{
			display: block;
		}
		
		div#booking-form textarea{
			width: 490px;
		}
		
		div#booking-form input{
			width: 180px;
		}
		
		div#booking-form input[type=submit]{
			width: auto;
		}

/* -------------- content styles -------------- */
div.greenbox{
	width: 200px;
	margin: 10px;
}
	div.greenbox h4{
		display: block;
		height: 40px;
		width: 200px;
	}
	h4.ourservices{
		background: url(/fend/images/backer-greenbox-titles.png) no-repeat top left;
	}
	h4.newsletter{
		background: url(/fend/images/backer-greenbox-titles.png) no-repeat top right;
	}
	div.greenbox-content{
		background: #d2dac8 url(/fend/images/backer-greenbox.png) repeat-x top;
		border: 1px solid #b8b698;
		border-top: none;
		padding: 10px;
	}
		div.greenbox ul{
			margin: 0;
		}
		div.greenbox li{
			color: #acb79f;
			margin: 1px 15px;
		}
		#subscribe_email{
			width: 165px;
			background: url(/fend/images/input.png) repeat-x top left;
			border: 1px solid #c6c4aa;
			padding: 4px 5px;
			color: #666;
			font-size: 11px;
		}
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0 10px;
  float: right;
  list-style: none;
  height: 27px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  z-index:5;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 5px;
  width: 160px;
  list-style: none;
  display: none;
  background: #ecf4e3;
  position: absolute;
  top: 27px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  padding: 0 20px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fff;
  font: bold 16px/27px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#navmenu li#menu-current-root a{}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: url(/fend/images/backer-nav.png) repeat-x;
  color: #697f4f;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a,
ul#navmenu li#menu-current-root ul li a {
  font: bold 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 0 15px;
  float: none;
  background: #ecf4e3;
  color: #697f4f;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a,
ul#navmenu li#menu-current-root ul li a:hover {
  background: #d7e5c8;
  color: #697f4f;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #d7e5c8;
  color: #697f4f;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/*------------------ video player styles -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}