/* -------------- 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:#184128 url(/fend/images/bg.gif) repeat-x top;
	padding-top: 35px;
}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

li{
	margin: 1px 25px;
	color: #6c9477;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

.clear{
	clear: both;
}

.hide{
	display: none;
}

h1,h2,h3,h4,h5,p{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	margin: 5px 0;
}

h1 {
    font-size: 18px;
    color: #385e30;
    font-weight: normal;
}

h2 {
    font-size : 16px;
    color : #649175;
    font-weight : bold;
}

h3 {
    font-size : 14px;
    color : #505050;
    font-weight : bold;
}

h4 {
    font-size: 13px;
    color: #46734e;
    font-weight: bold;
}

h5 {
    font-size : 12px;
    color : #666;
    font-weight : bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
    font-size: 12px; 
    color: #333;
}

a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #597805;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #597805;
    text-decoration: underline;
}

hr{
	border: 0;
	color: #9ac890;
	background: #9ac890;
	height: 1px;
}

input[type=text],
input[type=password],
textarea,
select{
	border: 1px solid #6c9477;
	padding: 2px;
}

/* site search form START*/
div#searchwrapper {
	width: 220px;
	height: 25px;
	background: url('/fend/images/search-backer.gif') no-repeat;
	float: right;
	margin-top: -35px;
	margin-right: 10px;
	display: inline;
}

	div#searchwrapper #search_string {
		float: left;
		background: none;
		border: 0px none;
		margin: 4px 0 0 25px;
		width: 140px;
		padding: 0;
	}
	
	#searchwrapper #search_submit {
		float: right;
		margin: 2px 2px 0 0;
		width: 50px;
		height: 21px;
	}
	
/* site search form END*/

div#container{
	width:810px;
	text-align:left;
	margin:0 auto;
	padding: 10px;
	background: url(/fend/images/container-backer.gif) no-repeat top;
}

	div#headershell{
		position:relative;
		height: 40px;
	}
	
		div#headershell h1{
			position: absolute;
			margin: 0;
		}
		
			div#headershell h1 a{
				display: block;
				height: 40px;
				width: 235px;
			}
	
			div#headershell h1 a span{
				display: none;
			}
		
	div#wrapper{
	}
	
		div#content-container{
			float:right;
			width:640px;
			background: #e2f2e6 url(/fend/images/content-top.gif) no-repeat top;
			margin-top: 10px;
			display: inline;
		}
		
			div#banner{
				height: 305px;
				background: url(/fend/images/banner2.jpg);
			}
			
				div#pagetitle{
					height: 45px;
					line-height: 45px;
					background: url(/fend/images/pagetitle-backer.png);
					_background: url(/fend/images/pagetitle-backer.gif);
				}
				
					div#pagetitle h2{
						color: #fff;
						font-size: 16px;
						font-weight: bold;
						padding-left: 10px;
						margin: 0;
					}
				
				div#print{
					height: 30px;
					background: url(/fend/images/print-backer.png);
					_background-image: none;
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fend/images/print-backer.png', sizingMethod='crop');
					margin-top: 230px;
					text-align: right;
				}
		
			div#content{
				padding: 10px;
			}
		
		div#columnshell{
			float:left;
			width:160px;
			height: 170px;
			margin: 20px 0 0 10px;
			background: url(/fend/images/column-backer.gif) no-repeat top;
			display: inline;
			padding: 50px 0 0 0;
		}
		
			ul#subnav{
				margin: 0;
			}
			
				ul#subnav li{
					margin: 10px 0;
					text-align: right;
					list-style: none;
				}
			
				ul#subnav a{
					color: #78c38a;
					text-transform: uppercase;
					padding-left: 25px;
					padding-right: 15px;
					line-height: 18px;
					font-weight: normal;
					font-size: 11px;
					letter-spacing: 1px;
					display: block;
				}
				
				ul#subnav a:hover{
					color: #fefd67;
					background: url(/fend/images/column-arrow.gif) no-repeat right center;
					text-decoration: none;
					font-weight: normal;
				}
		
		div#footershell{
			background: url(/fend/images/footer-backer.gif) no-repeat;
			color: #FFF;
			height: 30px;
			overflow: hidden;
		}
		
			div#sencialogo{
				float: right;
			}
			
			div#rootlinks{
				float: left;
			}
			
				div#rootlinks a{
					color: #83d397;
					font-size: 11px;
					background: url(/fend/images/rootlinks-divider.gif) no-repeat right;
					line-height: 30px;
					padding: 0 10px;
					font-weight: normal;
				}
				
				div#rootlinks a:hover{
					color: #fefd67;
					font-weight: normal;
				}
				
		div#copyright{
			text-align: center;
			color: #051c0e;
			font-size: 10px;
			text-transform: uppercase;
			padding: 5px 0 5px 180px;
		}

/*------------------ 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 ---------------------*/
/* -------------- 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;
}

