/* -------------- 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:#082341 url(/fend/images/bg.gif) repeat-x;
	margin:0;
}

p{
	margin: 5px 0;
}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

li{
	margin: 1px 25px;
	color: #4d6b90;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

div.small a,
div.small a:active,
div.small a:visited{
	font-size: 10px;
}

h1 {
    color: #385e30;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
	text-transform: uppercase;
}

h2 {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
	font-style: italic;
    color : #3c5f89;
    text-decoration: none;
}

h3 {
    font-size : 13px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
	font-style: normal;
    color : #3c5f89;
    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; 
}

a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #173f76;
    text-decoration: none;
}

a:hover {
    color: #b60000;
    text-decoration: underline;
}

/* site search form START*/
div#searchwrapper {
	width: 170px;
	height: 25px;
	position: absolute;
	top: 9px;
	right: 6px;
}

div#searchwrapper #search_string {
	float: left;
	background: none;
	border: 0px none;
	margin: 4px 0 0 5px;
	width: 105px;
}

#searchwrapper #search_submit {
	float: right;
	margin: 2px 2px 0 0;
	width: 52px;
	height: 21px;
}
/* site search form END*/


div#container{
	width:900px;
	text-align:left;
	margin: 0 auto;
	position: relative;
}

	div#logo{
		width: 210px;
		height: 112px;
		background: url(/fend/images/whiteriver-logo.png) no-repeat left;
		_background-image: none;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fend/images/whiteriver-logo.png', sizingMethod='crop');
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
	}
	
		div#logo a{
			width: 210px;
			height: 112px;
			display: block;
			position: relative;
		}

	div#headershell{
		background: url(/fend/images/header-top.jpg) no-repeat center bottom;
		height: 55px;
		padding-top: 16px;
	}

div#innershell{
	width: 900px;
	background: url(/fend/images/main-backer.png) repeat-y top center;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fend/images/main-backer.png', sizingMethod='scale');
}
	
	div#wrapper{
		width: 850px;
		margin: 0 25px;
		position: relative;
	}
		
		div#columnshell{
			float:left;
			width:170px;
			padding-top: 50px;
			padding-bottom: 380px;
		}
		
			div#navwrapper{
				margin-left: 5px;
			}
	
		div#contentwrapper{
			float:right;
			width:680px;
		}
			
			div#content-top{
				height: 187px;
				background: url(/fend/images/header-bottom.jpg) no-repeat;
				position: relative;
			}
			
				div#topnav{
					position: absolute;
					bottom: 5px;
					right: 10px;
				}
			
				h2#pagetitle{
					position: absolute;
					bottom: 10px;
					left: 15px;
				}
			
			div#navtrail{
				background: #caddec url(/fend/images/navtrail-backer.gif) repeat-y left;
				line-height: 25px;
				padding-left: 15px;
				font-size: 10px;
				color: #fff;
			}
				
				a#print{
					float: right;
					margin: 5px;
				}
			
			div#content{
				padding: 10px;
				clear: both;
			}
			
				.threeboxes{
					height: 90px;
					background: #c9dceb url(/upload/images/3box-backer.gif);
					clear: both;
					padding: 5px 0;
					text-align: center;
				}
				
					.threeboxes a{
						width: 210px;
						height: 90px;
						display: inline-block;
						margin-left: 3px;
					}
				
					a.box-winnie{
						background: url(/upload/images/box-winnie.gif);
					}
				
					a.box-gallery{
						background: url(/upload/images/box-gallery.gif);
					}
				
					a.box-development{
						background: url(/upload/images/box-development.gif);
					}
				
			div#content-bottom{
				background: #e7eef3;
				text-align: center;
				height: 60px;
				clear: both;
			}
		
		div#column-bottom{
			background: url(/fend/images/column-bottom.jpg) no-repeat;
			height: 368px;
			width: 170px;
			position: absolute;
			bottom: 0;
			left: 0;
		}
		
			iframe#wxButtonFrame{
				margin: 28px 0 0 10px;
				width: 150px;
				height: 90px;
			}
	
	div#footershell{
		background: url(/fend/images/footer-backer.gif) no-repeat center;
		color: #FFF;
		clear:both;
		height: 42px;
		text-align: center;
		line-height: 28px;
		font-size: 10px;
	}

div#copyright{
	padding: 0 20px;
	padding-bottom: 10px;
	color: #1f4f86;
}

	div#sencialogo{
		float: right;
	}

/*------------------ 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 #98b4cb;
	border-left: 0px;
}
.calendar_desc_cell
{
	border: 0px;
	border-left: solid 1px #98b4cb;
	background: #e7eff6;
}
.calendar_desc_text
{
	padding-left: 5px;
}
.calendar_datepick_cell
{
	border: 0px;
	border-left: solid 1px #98b4cb;
}
.calendar_dayname_cell
{
	border: solid 1px #98b4cb;
	border-bottom: 0px;
	border-right: 0px;
}
.calendar_prevmonth_cell
{
	border: 0px;
	border-left: solid 1px #98b4cb;
	border-top: solid 1px #98b4cb;
	background: #eee;
}
.calendar_today_cell
{
	border: 0px;
	border-left: solid 1px #98b4cb;
	border-top: solid 1px #98b4cb;
}
.calendar_curmonth_cell
{
	border: 0px;
	border-left: solid 1px #98b4cb;
	border-top: solid 1px #98b4cb;
}
.calendar_nextmonth_cell
{
	border: 0px;
	border-left: solid 1px #98b4cb;
	border-top: solid 1px #98b4cb;
	background: #eee;
}
/* ------------------ 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;
}