﻿/* -------------- 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: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
	line-height: 1.5em;
}
body.fend{background: #fff url(/fend/images/bg.jpg) repeat-x top;}
body.mceContentBody{background: #fff;}
p{margin: 10px 0;}
ul{
	list-style: disc outside;
	margin: 10px 0;
}
ol li{list-style-type:decimal;}
ol ol li{list-style-type:lower-alpha}
ol ol ol  li{list-style-type:upper-roman;}
li{margin: 1px 25px;}
b, strong{font-weight: bold;}
i, em{font-style: italic;}
small{font-size: .75em;}
big{font-size: 1.25em;}
.clear{clear: both;}
.hide, a#skiptocontent{
	position: absolute;
	top: -10000px;
	left: -10000px;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-weight: normal;
}
h1{color: #03385d;}
h1, h1 a{font-size: 28px;}
h2{color: #000;}
h2, h2 a{font-size: 22px;}
h3{color: #891e34;}
h3, h3 a{font-size: 18px;}
h4{color: #3b000c;}
h4, h4 a{font-size: 16px;}
h5{color: #999;}
h5, h5 a{font-size: 14px;}
h6{color: #6f8ca2;}
h6, h6 a{font-size: 12px;}
a:link, a:visited, a:active{color: #164c72;}
a:hover{color: #891e34;}

a#fontsmall{font-size: 10px;}
a#fontmedium{font-size: 13px;}
a#fontbig{font-size: 16px;}

a.btn{
	display: inline-block;
	padding: 0 10px;
	height: 25px;
	color: #fff;
	font: normal 13px/25px Georgia, "Times New Roman", Times, serif;
	text-shadow: #063455 1px 1px 0;
	border: 1px solid #1d5a84;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	background: #164c72 url(/fend/images/backer-btn.png) repeat-x center top;
	-moz-box-shadow: 0 3px 5px #7ba8c6;
	-webkit-box-shadow: 0 3px 5px #7ba8c6;
	box-shadow: 0 3px 5px #7ba8c6;
}
a.btn:hover{
	text-shadow: #5e0f20 1px 1px 0;
	border: 1px solid #681224;
	background: #891e34 url(/fend/images/backer-btn.png) repeat-x center -25px;
	-moz-box-shadow: 0 3px 5px #f699ac;
	-webkit-box-shadow: 0 3px 5px #f699ac;
	box-shadow: 0 3px 5px #f699ac;
}



/* -------------- layout styles -------------- */
div#container{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	position: relative;
}
	div#headershell{
		padding: 0 20px;
		height: 90px;
		background: url(/fend/images/backer-header.jpg) no-repeat top;
	}
		h1#logo a{
			float: left;
			display: block;
			padding: 15px 0;
			width: 260px;
			height: 60px;
			background: url(/fend/images/logo.png) no-repeat center;
		}
		div#searchwrapper{
			position: absolute;
			top: 10px;
			left: 525px;
			width: 290px;
			height: 40px;
			background: url(/fend/images/backer-search.png) no-repeat;
		}
			div#searchwrapper #search_string{
				float: left;
				margin: 5px 0 0 10px;
				width: 220px;
				background: none;
				border: 0px none;
			}
			#searchwrapper #search_submit{
				float: right;
				margin: 0;
				width: 50px;
				height: 30px;
			}
		div#topnav{
			position: absolute;
			top: 50px;
			left: 475px;
			height: 30px;
			line-height: 30px;
			color: #fff;
		}
	div#wrapper{
		padding: 10px;
		background: url(/fend/images/backer-wrapper.png) no-repeat top;
	}
		div#contentshell{
			display: inline;
			float: left;
			margin-left: 10px;
			width: 700px;
		}
			div#content{background: #fff;}
				div#pagetitle{
					height: 40px;
					line-height: 40px;
					text-align: right
				}
					div#pagetitle h2{float: left;}
		div#columnshell{
			margin: 0 10px 0 0;
			float: right;
			width: 250px;
		}
		div#footershell{
			clear: both;
			font-size: 11px;
			line-height: 25px;
		}
			div#sponsorbar{
				height: 125px;
				background: url(/fend/images/backer-sponsors.png) no-repeat center bottom;
			}
				div#sponsorbar h4{
					padding: 0 10px;
					color: #999;
					line-height: 20px;
				}
				div#sponsors{
					padding: 23px 10px;
					height: 90px;
					width: 980px;
				}
			div#sencialogo{
				display: inline;
				float: right;
				margin: 15px 0 0 0;
			}
			div#rootlinks{padding-top: 15px;}
			div#copyright{border-top: 1px solid #eaeaea;}



/* -------------- home styles -------------- */
/* banner */
div#bannershell{
	padding: 0 20px;
	margin-bottom: 10px;
	height: 255px;
	background: url(/fend/images/backer-banner.png) no-repeat center;
}
	div#bannercontent{
		position: absolute;
		top: 175px;
		left: 350px;
		width: 370px;
	}
		div#bannercontent h2{
			height: 90px;
			background: url(/fend/images/banner-25years.png) no-repeat top;
		}
		div#bannercontent h2#banner-foundation{
			height: 55px;
			background: url(/fend/images/banner-foundation.png) no-repeat top;
		}
		div#bannercontent p{
			color: #d4e5ed;
			font-size: 13px;
			line-height: 20px;
			text-align: center;
		}
	div#bannernews{
		position: absolute;
		top: 160px;
		left: 745px;
		width: 220px;
	}
		div#bannernews h3{
			padding: 15px 0;
			font: normal 18px/25px Georgia, "Times New Roman", Times, serif;
			color: #a6c1cf;
			text-shadow: #02375c 1px 1px 0;
		}
		div#bannernews ul{
			list-style: none;
			margin: 0;
		}
			div#bannernews ul li{margin: 0;}
				div#bannernews ul li a{
					display: block;
					padding: 10px 5px;
					color: #fff;
					font: normal 14px/20px Georgia, "Times New Roman", Times, serif;
					text-decoration: none;
					border-top: 1px dotted #5a7990;
				}
				div#bannernews ul li a:hover{color: #ea9dad;}
		div#bannernews a.btn{
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
/* home boxes (grey and red) */
div#homeboxes{
	margin-bottom: 20px;
	padding-bottom: 20px;
	height: 130px;
	border-bottom: 1px dotted #bad0da;
}
	div.smallbox-grey,
	div.smallbox-red{
		float: left;
		padding: 10px 15px;
		width: 195px;
		height: 110px;
	}
	div.smallbox-grey p, div.smallbox-red p{
		margin: 5px 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000;
	}
	div.smallbox-grey{background: url(/fend/images/backer-smallbox.png) no-repeat left top;}
		div.smallbox-grey h3{text-shadow: #fff 1px 1px 0;}
		div.smallbox-grey strong{
			font-size: 15px;
			color: #891e34;
		}
	div.smallbox-red{
		margin: 0 12px;
		background: url(/fend/images/backer-smallbox.png) no-repeat right top;
	}
		div.smallbox-red h3{
			color: #fff;
			text-shadow: #44000e 1px 1px 0;
		}
		div.smallbox-red p{color: #fff;}
	a#boxoffice{
		position: absolute;
		top: 425px;
		left: 257px;
		display: block;
		width: 225px;
		height: 130px;
	}
	div#subscribeshell{
		height: 27px;
		width: 200px;
		background: url(/fend/images/backer-subscribe.png) no-repeat;
	}
		div#subscribeshell input#subscribe_email{
			display: inline;
			float: left;
			margin: 4px 0 0 8px;
			width: 135px;
			border: none;
			background: none;
		}
		div#subscribeshell input#subscribe_submit{
			float: right;
			border: none;
		}



/* -------------- column content styles -------------- */
div#columnshell ul{
	list-style: none;
	margin: 0 0 10px 0;
}
	div#columnshell ul li{
		margin: 0;
		padding: 5px;
		border-top: 1px dotted #bad0da;
	}
		div#columnshell ul li a{
			font: normal 14px/20px Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
		}
div.colbox-blue, div.colbox-red{
	margin-bottom: 10px;
	min-height: 55px;
	height: auto!important;
	height: 55px;
}
div.colbox-blue h3, div.colbox-red h3{
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
}
div.colbox-blue-content, div.colbox-red-content{padding: 0 15px 15px 15px;}
div.colbox-blue{background: #f4f8fa url(/fend/images/backer-column.png) no-repeat -250px bottom;}
	div.colbox-blue h3{
		text-shadow: #fff 1px 1px 0;
		background: url(/fend/images/backer-column.png) no-repeat 0 top;
	}
div.colbox-red{background: #891e34 url(/fend/images/backer-column.png) repeat-y -750px center;}
	div.colbox-red h3{
		color: #fff;
		text-shadow: #44000e 1px 1px 0;
		background: url(/fend/images/backer-column.png) no-repeat -500px;
	}
	div.colbox-red-content{background: url(/fend/images/backer-column.png) no-repeat -1000px bottom;}
		div.colbox-red a.btn{
			color: #891e34;
			text-shadow: #fff 1px 1px 0;
			border: 1px solid #cfcfcf;
			background: #fff url(/fend/images/backer-btn.png) repeat-x center -50px;
			-moz-box-shadow: 0 3px 5px #640115;
			-webkit-box-shadow: 0 3px 5px #640115;
			box-shadow: 0 3px 5px #640115;
		}
		div.colbox-red a.btn:hover{
			color: #fff;
			text-shadow: #5e0f20 1px 1px 0;
			border: 1px solid #891e34;
			background: #b34259 url(/fend/images/backer-btn.png) repeat-x center -75px;
			-moz-box-shadow: 0 3px 5px #640115;
			-webkit-box-shadow: 0 3px 5px #640115;
			box-shadow: 0 3px 5px #640115;
		}
		div.colbox-red p{
			margin: 0 0 10px 0;
			font: normal 13px/20px Georgia, "Times New Roman", Times, serif;
			color: #fff;
		}



/* -------------- 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;
}



/* -------------- modal styles -------------- */
div#modaloverlay{
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	background-color: #000;
	z-index: 99;
}
div#modalwindow{
	position: absolute;
	width: 100%;
	z-index: 100;
}
	div#modalinner{
		position: relative;
		width: 600px;
		margin: 0 auto;
		padding: 10px;
		border: 1px solid #000;
		background: #fff;
	}



/* -------------- 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;
		}



/* -------------- foundation form styles -------------- */
div#foundation-form ul{
	margin: 0;
	list-style: none;
	width: 100%;
}
	div#foundation-form ul li{
		margin: 1px 0 1px 0;
		padding: 0 0 0 0;
		float:left;
		display: inline;
		color: #4d6b90;
	}
div#foundation-form ul.single{width: 100%;}
	div#foundation-form ul.single li{
		display: block; 
		width: 600px;
	}
	div#foundation-form ul.single label{
		width: 220px; 
		display: inline-block;
	}
	div#foundation-form ul.single input{
		width: 150px; 
		display: inline-block;
	}
div#foundation-form ul.amount li{width: 200px;}
	div#foundation-form ul.amount li label{float: left;}
		div#foundation-form ul.amount li input{
				float: right;
				margin: 0 25px 0 0;
			}
div#foundationfooter{
	padding-bottom: 20px;
	height: 30px;
	line-height: 30px;
}
	div#foundationfooter span{
		display: inline-block;
		padding: 0 10px;
	}

/* -------------- content styles -------------- */

.embox{
	margin: 10px 0;
	padding: 10px 20px;
	color: #63b7a6;
	font-size: 1.1em;
	font-weight: bold;
	border-top: 1px solid #407499;
	border-bottom: 1px solid #407499;
	background: #F4F8FA;
}
.embox p, .embox li{color: #333333;}

/* -------------- news styles -------------- */
div.newspage{
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	color: #fff;
	background: url(/fend/images/backer-grey2.png) repeat-x top;
}		
	div.newspage ul{
		list-style: none;
		margin: 0;
		padding: 0 10px;
		height: 30px;
		line-height: 30px;
	}
		div.newspage ul li{
			list-style: none;
			margin: 0;
			float: left;
		}
		div.newspage ul li span.currentpage{
			display: inline-block;
			width: 25px;
			margin: 4px 0;
			line-height: 24px;
			text-align: center;
			color: #000;
			background: #eee;
			text-shadow: 1px 1px 0 #fff;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: 1px solid #ccc;
		}
		div.newspage ul li a{
			display: block;
			width: 25px;
			line-height: 30px;
			font-size: 11px;
			text-align: center;
			color: #000;
			text-decoration: none;
			text-shadow: 1px 1px 0 #eee;
		}
			div.newspage ul li a:hover{
				color: #fff;
				text-decoration: none;
			text-shadow: -1px -1px 0 #ccc;
			}
ul#newslist{
	list-style: none;
}
	ul#newslist li{
		margin: 0 10px;
		padding: 5px;
		border-bottom: 1px solid #ddd;
	}
		ul#newslist li a{
			font-weight: bold;
		}