/* -------------- 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: "" "";}/* -------------- 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{
	font: 76% arial,sans-serif;
}

body.fend{
	background:#383838 url(/fend/images/bg.gif) repeat-x top;
}

p{
	margin: 5px 0;
}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

li{
	margin: 1px 25px;
	color: #4B4D00;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

.clear{
	clear: both;
}

h1 {
    color: #385e30;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
	text-transform: uppercase;
}

h2 {
    font-size : 16px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #767905;
    text-decoration: none;
	margin: 5px 0;
}

h3 {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    font-style: italic;
    color : #809018;
    text-decoration: none;
}

h4 {
    color: #183a17;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

h5 {
    font-size : 13px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #ffffff;
    text-decoration: none;
}
p {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #333; 
}

a:link, a:visited, a:active { 
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #ab0000;
    text-decoration: none;
}

a:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #fc0000;
    text-decoration: underline;
}

div#container{
	position:relative;
	width: 944px;
	text-align:left;
	margin:0 auto;
}

	div#headershell{
		position:relative;
		padding: 0 22px;
		height: 304px;
		background: #000 url(/fend/images/header-backer.gif);
	}
	
		div#logoshell{
			height: 134px;
			background: #fff url(/fend/images/header-logos.gif);
			padding: 0 10px;
			text-align: right;
		}
		
			div#logoshell span{
				line-height: 25px;
				color: #820000;
			}
			
				div#logoshell a{
					color: #fff;
				}
				
			div#logoshell h1 a{
				display: block;
				height: 100px;
			}
			
				div#logoshell h1 a span{
					display: none;
				}
	
		div#bannershell{
			height: 137px;
			position: relative;
			background: #fff url(/fend/images/banner3.jpg);
		}
/* Search box */
			div#searchwrapper{
				width: 220px;
				height: 25px;
				margin: 10px;
				float: right;
			}
			
				div#searchwrapper #search_string {
					float: left;
					background: none;
					border: 0px none;
					margin: 4px 0 0 25px;
					width: 140px;
				}
				
				#searchwrapper #search_submit {
					float: right;
					margin: 2px 2px 0 0;
					width: 50px;
					height: 21px;
				}
/* Search box Fade */
			div#searchwrapper_fade{
				position:absolute;
				top:134px;
				right:22px;
				width: 220px;
				height: 25px;
				margin: 10px;
				float: right;
			}
			
				div#searchwrapper_fade #search_string {
					float: left;
					background: none;
					border: 0px none;
					margin: 4px 0 0 25px;
					width: 140px;
				}
				
				#searchwrapper_fade  #search_submit {
					float: right;
					margin: 2px 2px 0 0;
					width: 50px;
					height: 21px;
				}
	
	div#wrapper{
		background: url(/fend/images/wrapper-backer.gif) repeat-y;
		padding: 0 22px;
	}
		
		div#leftcolumnshell{
			float:left;
			width:150px;
			color: #fff;
		}
		
			div#leftcolumnshell h3{
				line-height: 35px;
				background: url(/fend/images/leftcolumn-title.gif);
				padding: 0 10px;
				text-align: right;
				color: #fff;
			}
			
			div#leftcolumnshell p{
				color: #fff;
				margin: 5px 10px;
				border-bottom: 1px solid #3d3f00;
			}
			
				div#leftcolumnshell p span{
					display: block;
					padding-bottom: 5px;
				}
		
			a.newsMore{
				color: #e2e472;
			}
	
		div#contentshell{
			float:left;
			width:550px;
		}
		
			div#pagetitle{
				text-align: right;
				background: url(/fend/images/pagetitle-backer.gif) repeat-x top;
				line-height: 35px;
				height: 35px;
				padding: 0 10px;
			}
			
				div#pagetitle h2{
					line-height: 35px;
					float: left;
					margin: 0;
				}
				
				div#pagetitle a{
					line-height: 35px;
				}
		
			div#content{
				clear: both;
				padding: 15px 10px;
			}
.innerbox {
	width: 250px;
	min-height: 113px;
	background: url('/fend/images/innerbox-header.jpg') no-repeat top left;			
	margin-top: 10px;
	float: left;
}

.innerbox p, .innerbox h2 {
	text-align: left;
	padding: 10px 5px 10px 5px;
	margin: 0 5px 0 5px;
	color: #000000;
}

.innerbox a {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.innerbox span {
	padding: 5px 0;
	margin: 0 10px;
	display: block;
	border-bottom: 1px solid #d0e6ed;
}

.innerbox h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #A30000;
	padding: 10px 5px 10px 5px;
	margin: 0 5px 0 5px;
}
		
		div#rightcolumnshell{
			float:right;
			width:200px;
			color: #fff;
		}
		
			div#rightcolumnshell h3{
				line-height: 35px;
				background: url(/fend/images/rightcolumn-title.gif);
				padding: 0 10px;
				text-align: left;
				color: #fff;
			}
			
			div#rightcolumnshell p{
				color: #fff;
				margin: 5px 10px;
			}
			
			div#rightcolumnshell a{
				color: #e2e472;
			}
	
	div#footershell{
		background: #333 url(/fend/images/footer-backer.gif) repeat-x;;
		height: 72px;
		padding: 15px 22px;
		color: #FFF;
		clear:both;
		text-align: center;
	}
			
		div#sencialogo{
			float: right;
			padding: 9px 10px 0 0;
		}
	
		div#rootlinks{
			line-height: 35px;
			text-align: left;
			padding: 0 10px;
		}
	
			div#rootlinks a{
				color: #fff;
			}
		
		div#copyright{
			line-height: 30px;
			color: #666;
			font-size: 11px;
		}



/* basic table styles */
.tableborder,
.event-listing-table{
	width: 100%;
	border: 1px solid #727407;
	background: #edeecb;
}
	.tableborder th,
	.event-header-row td{
		padding: 5px;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		background: #727407 url(/fend/images/backer-tableledger.jpg) repeat-x top;
	}
	.tableborder td{
		padding: 5px;
	}
	.tableborder tr:hover td{
		background: #fafae9;
	}
	



/* ------------------ Poll START -----------------------*/
body.pollbody{
	background: #ededed url(/fend/images/poll-backer.gif) repeat-x top;
}

table.polltable,
.pollboddy table#Table1{
	background: #fff;
	border: 1px solid #bbb
}

.PollText{
	font-weight: bold;
}

.pollbar{
	background: #ab0000;
	height: 10px;
}

.pollbody b{
	background: url(/fend/images/poll-header.gif) repeat-x top;
	color: #fff;
	display: block;
	line-height: 30px;
}

#Submit1{
	background:url(/fend/images/vote-btn.jpg) no-repeat;
	width:60px;
	height:22px;
	border:none;
	}

div#bannershell_fade{
	height: 137px;
	background: url('/fend/images/fade-backer.jpg') no-repeat;
}
/* -------------- 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;
  list-style: none;
  height: 33px;
  background: url(/fend/images/nav-backer.gif) repeat-x;
}

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: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 33px;
  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 15px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #e2e472;
  font: bold 12px/33px Arial, Verdana, 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 li:hover,
ul#navmenu li.iehover{
  background: url(/fend/images/nav-hover-left.gif) no-repeat left bottom;
}
/* reset for subs after */
ul#navmenu li:hover li:hover,
ul#navmenu li.iehover li.iehover{
  background: none;
}

ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: url(/fend/images/nav-hover-right.gif) no-repeat right bottom;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a,
ul#navmenu li#menu-current-root ul li a {
  float: none;
  background: #6b6d20;
  color: #e2e472;
  padding: 0 5px;
  font: bold 12px/25px Arial, Verdana, Helvetica, sans-serif;
}

/* 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: #5f6115;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #5f6115;
  color: #e2e472;
}

/* 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: #55570f;
  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: #55570f;
  color: #6b6d20;
}

/* 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: #47490c;
  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 START -----------------------*/
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;
}
/*------------------ Video Player END -----------------------*/#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;
	}