html,body{
	margin:0;
	padding:0;
	width: 100%;
}

body{
	font: 76% arial,sans-serif;
}

body.fend{
	background:#3c6c16 url(/fend/images/backer.gif) repeat-y center;
}

h1 {
    color: #385e30;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
	text-transform: uppercase;
}

h2 {
    font-size : 13px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #84a923;
    text-decoration: none;
}

h3 {
    font-size : 13px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    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: #666; 
}

ul
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #666;
}

a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #597805;
    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: 220px;
	height: 25px;
	margin: 4px 0;
	background: url('/fend/images/search-backer.gif') no-repeat;
	float: right;
}

div#searchwrapper #search_string {
	float: left;
	background: none;
	border: 0px none;
	margin: 4px 0 0 8px;
	width: 150px;
}

#searchwrapper #search_submit {
	float: right;
	margin: 2px 3px 0 0;
	width: 50px;
	height: 21px;
}
/* site search form END*/

.clear {
	clear: both;
}

div#mainwrapper {
	background: url('/fend/images/bg.gif') repeat-x top;
	width: 100%;
}

	div#container {
		background: transparent url('/fend/images/backer-top.jpg') no-repeat top;
		min-height: 300px;
	}
		
		div#wrapper {
			position: relative;
			width: 770px;
			margin: 0 auto;
			text-align: left;
		}
	
		div#headershell{
			position: relative;
		}
		
			div#topnav {
				float: right;
				height: 30px;
				line-height: 30px;
			}
			
			div#topnav a, div#rootlinks a {
				color: #fff;
				font-weight: bold;
			}
			
			div#topnav a:hover, div#rootlinks a:hover {
				color: #74b1ea;
				text-decoration: none;
				border-bottom: 3px solid #74b1ea;
				padding: 0 0 5px 0;
			}
			
			div#header {
				height: 104px;
				color: #fff;
				text-align: center;
				line-height: 104px;
			}
		
			div#navtrail {
				height: 34px;
				background: url('/fend/images/navtrail-backer.gif') repeat-x;
				line-height: 34px;
			}
				.navtrail {
					color: #3c6c16;
				}
				
				#navtrail a {
					color: #fff;
				}
				
				#navtrail a:hover {
					color: #dff5ce;
				}
				
				div#navtrail-left {
					width: 10px;
					height: 34px;
					background: url('/fend/images/navtrail-left.gif') no-repeat;
					float: left;
				}
				
				div#navtrail-right {
					width: 10px;
					height: 34px;
					background: url('/fend/images/navtrail-right.gif') no-repeat;
					float: right;
				}
			
			div#content-wrapper {
				background: #fff;
				padding: 0 10px;
				background: #fff url('/fend/images/content-bottom.jpg') no-repeat bottom;
				min-height: 100px;
			}
			
				div#content {
					background: url('/fend/images/content-top.gif') repeat-x top;
					padding: 5px 10px;
				}
				
					#pagetitle h2 {
						float: left;
						padding: 0;
						margin: 0;
						color: #1f5b93;
						font-style: italic;
					}
					
					#print {
						float: right;
					}
			
			div#footershell {
				background: #2c65a5 url('/fend/images/footer-backer.gif') repeat-x;
				color: #FFF;
				clear:both;
				width:100%;
				height: 30px;
				line-height: 30px;
				overflow: hidden;
			}
			
				div#footer-left {
					width: 10px;
					height: 30px;
					background: url('/fend/images/footer-left.gif') no-repeat;
					float: left;
				}
				
				div#footer-right {
					width: 10px;
					height: 30px;
					background: url('/fend/images/footer-right.gif') no-repeat;
					float: right;
				}
				
				div#rootlinks {
					float: left;
				}
				
				div#sencialogo {
					float: right;
				}
		
		div#copyright {
			text-align: center;
			color: #3c6c16;
			margin: 5px 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 ---------------------*/
/* -------------- 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;
}

