/* -------------- 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, div, p, li {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #333; 
}

body.fend{
	background:#002e64 url(/fend/images/bg.gif) repeat-x;
}
	
body.mceContentBody{
	background: #fff;
}

p{
	margin: 5px 0;
}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

li{
	margin: 1px 25px;
	color: #002e64;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

.clear{
	clear: both;
}

h1 {
    color: #3A80BE;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

h2 {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
    color : #B21D16;
    text-decoration: none;
}

h3 {
    font-size : 13px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #002D64;
    text-decoration: none;
}

h4 {
    color: #000000;
    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;
}


a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #d22c24;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #ff3127;
    text-decoration: underline;
}


div#container{
	width:910px;
	text-align:left;
	margin:0 auto;
}

	div#headershell{
		position:relative;
		height: 180px;
		background: url(/fend/images/backer-header.jpg);
	}
	
		div#headershell h1 a{
			display: block;
			position: absolute;
			top: 14px;
			left: 409px;
			width: 155px;
			height: 155px;
		}
		
			div#headershell h1 a span{
				display: none;
			}
	
	div#navshell{
		height: 40px;
		line-height: 40px;
		background: url(/fend/images/backer-nav.gif);
		padding: 0 100px;
	}
	
	div#wrapper{
		background: url(/fend/images/backer-wrapper.gif) repeat-y;
	}
	
		div#wrapper-inner{
			background: url(/fend/images/backer-wrapper-inner.gif) no-repeat top;
		}
		
			div#contentshell{
				float:left;
				width:680px;
				padding-left: 15px;
			}
			
				div#pagetitle{
					height: 40px;
					line-height: 40px;
					background: url(/fend/images/backer-pagetitle.gif) no-repeat left;
				}
				
					div#pagetitle h2{
						color: #fff;
						padding-left: 15px;
						float: left;
					}
					
					div#searchwrapper {
						width: 180px;
						height: 25px;
						background: url('/fend/images/backer-search.gif') no-repeat;
						float: right;
						margin: 8px 10px 0 0;
					}
					
						div#searchwrapper #search_string {
							float: left;
							background: none;
							border: 0px none;
							margin: 4px 0 0 10px;
							width: 120px;
							font-size: 10px;
						}
						
						#searchwrapper #search_submit {
							float: right;
							margin: 2px 2px 0 0;
							width: 40px;
							height: 21px;
						}
	
				div#navtrail{
					height: 25px;
					line-height: 25px;
					background: url(/fend/images/backer-navtrail.gif) repeat-x;
					margin-left: 1px;
					padding: 0 10px;
				}
				
				div#content{
					padding: 0 10px;
				}
				
				div#sponsorshell{}
				
					div#sponsor-header{
						margin: 10px 0 0 1px;
						height: 25px;
						line-height: 25px;
						color: #fff;
						padding: 0 10px;
						background: url(/fend/images/backer-sponsors.gif) repeat-x;
					}
					
					div#sponsor-links{
						padding: 5px 10px 0 10px;
					}
					
						div#sponsor-links img{
							padding: 10px;
						}
				
			div#columnshell{
				float:left;
				width:200px;
				background: url(/fend/images/backer-column.gif) no-repeat top left;
			}
			
				div#columnshell h4{
					font-size: 14px;
					color: #fff;
					line-height: 35px;
					height: 35px;
					padding: 0 10px;
				}
				
					div.newsHeading,
					div.newsContent,
					div.newsMore{
						padding: 0 10px;
					}
					
					div.newsHeading{
						color: #002e64;
						margin-top: 10px;
					}
					
					div.newsContent{
						font-size: 11px;
					}
					
				div#playeroftheweek{
					margin-top: 10px;
					background: url(/fend/images/backer-column2.gif) no-repeat top;
				}
					
					div#playercontent{
						padding: 10px 10px 0 7px;
						overflow: hidden;
					}
			
			div#footershell{
				background: url(/fend/images/backer-footer.gif);
				color: #001e42;
				clear:both;
				padding: 15px 35px;
				height: 30px;
				line-height: 30px;
			}
			
				div#rootlinks{
					float: left;
					padding-left: 10px;
				}
				
					div#rootlinks a{
						color: #7bb7ec;
						font-weight: bold;
					}
					
					div#rootlinks a:hover{
						color: #fff;
						font-weight: bold;
						text-decoration: none;
					}
				
				div#copyright{
					float: right;
					color: #0d589b;
					font-weight: bold;
					padding-right: 10px;
				}
				
				div#sencialogo{
					float: right;
					padding: 5px;
				}
				
div#contactform{
	float: left;
	marign-right: 20px;
}
/* -------------- 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: 5px 0 0 0;
  width: 710px; /*For KHTML*/
  list-style: none;
  height: 35px;
}

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: 35px;
  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;
  background: url(/fend/images/backer-nav-sep.gif) no-repeat right;
  color: #fff;
  font: normal 15px/35px 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 a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #0b3368 url(/fend/images/backer-nav-hover.gif) no-repeat right;
  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 {
  font: normal 12px/25px Arial, Verdana, Helvetica, sans-serif;
  float: none;
  background: #0b3368;
  color: #fff;
}

/* 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: #072c5c;
  color: #fff;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #072c5c;
  color: #fff;
}

/* 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: #012452;
  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: #012452;
  color: #fff;
}

/* 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: #001e46;
  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;
	}