/* -------------- 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: #666; 
}

body.fend{
	background:#cfdaed url(/fend/images/bg.gif) repeat-x top;
}

p{
	margin: 5px 0;
}

ul{
	list-style: url(/fend/images/bullet-lvl1.gif) outside;
	margin: 10px 0;
}

li{
	margin: 3px 0 3px 25px;
	color: #4d6b90;
}

ul li ul{
	list-style: url(/fend/images/bullet-lvl2.gif) outside;
	margin: 0;
}

ul li ul li{
	margin: 3px 0 3px 10px;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

.clear{
	clear: both;
}

h1 {
    color: #385e30;
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    text-decoration: none;
}

h2 {
    font-size : 15px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #296c00;
    text-decoration: none;
}

h3 {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #399800;
    text-decoration: none;
}

h4 {
    color: #183a17;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

h5 {
    font-size : 12px;
    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: #003698;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #597805;
    text-decoration: underline;
}

/* site search form START*/
div#searchwrapper {
	width: 180px;
	height: 25px;
	background: url('/fend/images/search-backer.gif') no-repeat;
	float: right;
	margin: 5px 20px 0 0;
}

div#searchwrapper #search_string {
	float: left;
	background: none;
	border: 0px none;
	margin: 4px 0 0 10px;
	width: 125px;
	font-size: 11px;
}

#searchwrapper #search_submit {
	float: right;
	margin: 2px 2px 0 0;
	width: 40px;
	height: 21px;
}
/* site search form END*/

div#container{
	width:930px;
	text-align:left;
	margin:0 auto;
}

	div#headershell{
		position:relative;
		height: 215px;
		width: 930px;
		background: url(/fend/images/header-backer.jpg) no-repeat left;
	}
	
		div#headershell h1 a{
			display: block;
			display: inline;
			width: 335px;
			height: 70px;
			margin: 55px 0 0 140px;
			float: left;
		}
		
			div#headershell h1 a span{
				display: none;
			}
			
		div#bannershell{
			float: right;
			height: 160px;
			width: 380px;
			margin: 20px 15px 0 0;
			display: inline;
		}
		
			div#bannershell img{
				float: right;
			}
		
		div#navwrapper{
			clear: both;
		}
		
	div#wrapper{
		background: url(/fend/images/wrapper-backer.png) repeat-y center;
		_background-image: none;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fend/images/wrapper-backer.png', sizingMethod='scale');
		padding: 0 15px;
		min-height: 435px;
		height: auto !important;
		height: 435px;
		width: 900px;
	}
		
		div#leftcolumnshell{
			float:left;
			width:200px;
			background: url(/fend/images/leftcolumn-backer.gif) no-repeat top;
			min-height: 35px;
			height: auto!important;
			height: 35px;
		}
		
			div#leftcolumnshell h3{
				height: 30px;
				line-height: 30px;
				padding: 0 10px;
				background: url(/fend/images/leftcolumn-sep.gif) no-repeat bottom left;
			}
	
		div#contentshell{
			float:left;
			width:480px;
			padding: 0 10px;
			overflow: hidden;
		}
		
			div#pagetitle{
				background: url(/fend/images/pagetitle-backer.gif) no-repeat top;
				height: 30px;
			}
			
				div#pagetitle h2{
					padding: 0 15px;
					line-height: 30px;
				}
		
			div#content{
				padding: 10px 10px 0 10px;
			}

				.innerbox {
					width: 220px;
					height: 200px;
					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: #323335;
				}
				
				.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: Arial, Verdana, Helvetica, sans-serif;
					font-style: normal;
					font-size: 13px;
					font-weight: bold;
					color: #7184A2;
					padding: 10px 5px 10px 5px;
					margin: 0 5px 0 5px;
				}
		
		div#rightcolumnshell{
			float:right;
			width:200px;
			background: url(/fend/images/rightcolumn-backer.gif) no-repeat top;
			min-height: 35px;
			height: auto!important;
			height: 35px;
		}
		
			div#rightcolumnshell h3{
				height: 30px;
				line-height: 30px;
				padding: 0 10px;
				text-align: right;
				background: url(/fend/images/rightcolumn-sep.gif) no-repeat bottom left;
			}
			
			div#rightcolumnshell p{
				margin: 10px 0;
			}
			
			div.newsHeading{
				padding: 0 10px;
			}
			
			div.newsContent{
				padding: 0 10px;
				clear: both;
			}
			
			div.newsMore{
				padding: 0 10px;
			}
			
			div#affiliates{
				text-align: center;
			}
	
	div#footershell{
		background: #cfdaed url(/fend/images/footer-backer.gif) no-repeat top;
		clear:both;
		color: #999;
		padding: 15px 25px 0 25px;
	}
	
		div#rootlinks{
			height: 35px;
			line-height: 35px;
			padding-bottom: 15px;
		}
		
		div#sencialogo{
			float: right;
			margin: 10px 0 0 0;
		}
		
		div#copyright{
			text-align: center;
			color: #8094b8;
			font-size: 11px;
			padding: 10px 0;
		}

/*------------------ 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 -----------------------*/

/* ------------------ Calendar START -----------------------*/

.calendar_table
{
	border: solid 1px #000;
	border-left: 0px;
}
.calendar_desc_cell
{
	border: 0px;
	border-left: solid 1px #000;
	background: #dddddd;
}
.calendar_desc_text
{
	padding-left: 5px;
}
.calendar_datepick_cell
{
	border: 0px;
	border-left: solid 1px #000;
}
.calendar_dayname_cell
{
	border: solid 1px #000;
	border-bottom: 0px;
	border-right: 0px;
}
.calendar_prevmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_today_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_curmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_nextmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
/* ------------------ Calendar END -----------------------*/

/* --------------- Event Listing START -------------------*/

.event-listing-table{width: 100%;}
.event-header-row{}
.event-header-cell{background-color: #bec9d6;}
.event-month-row{}
.event-month-cell{}
.event-row-1{}
.event-row-2{}
.event-cell-1{}
.event-cell-2{}
.event-event-col{}
.event-date-col{}
.event-info-col{}

/* --------------- Event Listing END ---------------------*/

/*------------------ Contact Form -----------------------*/

div#contactform{
	float: left;
	width: 250px;
	height: 320px;
	padding-left: 20px;
}

div#mapshell{
	height: 320px;
	margin-left: 250px;
}
div#application-form ul{
	margin: 0;
	list-style: none;
	width: 100%;
}

	div#application-form ul li{
		margin: 10px 0;
		float: left;
		width: 280px;
		display: inline;
	}
	
		div#application-form ul li label{
			display: block;
		}
		
		div#application-form input,
		div#application-form textarea{
			width: 225px;
		}
		
		div#application-form input[type=submit]{
			width: auto;
		}
		
		li#dateLI{
			position: relative;
		}
		
		div#application-form div.calendar{
			position: absolute;
		}
/* -------------- 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;
}


