/* -------------- 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, h1, h2, h3, h4, h5, a {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #666; 
}

body.fend{
	background:#efede7;
}
	
body.mceContentBody{
	background: #fff;
}

p{margin: 5px 0;}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

li{
	margin: 1px 0 1px 25px;
	color: #4d6b90;
}

b, strong{font-weight: bold;}

i, em{font-style: italic;}

.clear{clear: both;}

.hide{display: none;}

h1{
    color : #d04b17;
	font: bold 18px Tahoma, Geneva, sans-serif;
	font-style: italic;
	border-bottom: 1px dotted #d04b17;
}

h2{
    color : #d04b17;
	font: bold 18px Tahoma, Geneva, sans-serif;
	font-style: italic;
}

h3 {
    color : #671600;
    font-size : 15px;
    font-weight : bold;
}

h4 {
    color: #183a17;
    font-size: 12px;
    font-weight: bold;
}

h5 {
    color : #fff;
    font-size : 13px;
    font-weight : bold;
}

a:link, a:visited, a:active { 
    color: #4e1010;
    text-decoration: none;
}

a:hover {
    color: #d04b17;
    text-decoration: underline;
}



div#container{
	width:1000px;
	text-align:left;
	margin:0 auto;
}

	div#headershell{
		position: relative;
		height: 210px;
		background: url(/fend/images/myredlake/banner2.jpg);
	}
	
		div#headershell h1 a{
			display: block;
			height: 55px;
			width: 220px;
			position: absolute;
			top: 90px;
			left: 25px;
		}
	
	div#wrapper{
		background: url(/fend/images/myredlake/backer-wrapper.png) repeat-y right;
	}
	
		h2#pagetitle{
			height: 35px;
			line-height: 35px;
			padding: 0 15px;
			background: url(/fend/images/myredlake/backer-pagetitle.png) no-repeat left top;
		}
		
		div#contentshell{
			float: right;
			width: 779px;
			padding: 0 13px 0 11px;
		}
		
			div#content{
				padding: 0 15px;
			}
		
		div#columnshell{
			float: left;
			width: 187px;
			padding-left: 10px;
		}
		
			div#searchwrapper {
				width: 187px;
				height: 42px;
				background: url(/fend/images/myredlake/backer-search.png) no-repeat;
			}
			
			div#searchwrapper #search_string {
				float: left;
				background: none;
				border: 0px none;
				margin: 23px 0 0 5px;
				width: 150px;
			}
			
			#searchwrapper #search_submit {
				float: right;
				margin: 23px 0 0 0;
				width: 23px;
				height: 19px;
			}
			
			div#navshell{
				background: url(/fend/images/myredlake/backer-navshell.png) no-repeat bottom;
			}
			
			ul#subnav{
				padding: 30px 0 10px 0;
				margin: 15px 0 0 0;
				list-style: none;
				background: url(/fend/images/myredlake/backer-navtitle.png) no-repeat top;
			}
				ul#subnav li{
					margin: 5px 0;
					background: url(/fend/images/myredlake/bullet.png) no-repeat 6px 5px;
					padding: 0 5px 0 15px;
				}
					ul#subnav li a{
						font-size: 11px;
					}
					
			a#calendar{
				display: block;
				height: 30px;
				width: 177px;
				margin: 15px 0;
				background: url(/fend/images/myredlake/btn-calendar.png);
			}
		
		div#footershell{
			background: url(/fend/images/myredlake/backer-footer.png) no-repeat right top;
			padding: 35px 20px 0 220px;
			height: 65px;
			clear: both;
			font-size: 9px;
		}
		


/* --------------- event listing styles -------------------*/

.event-listing-table{width: 100%;}
.event-listing-table td{padding: 0 5px;}
.event-header-row{}
td.event-header-cell{padding: 5px; background: #efede7; font-weight: bold;}
.event-month-row{}
td.event-month-cell{background: #dad6cb; padding: 5px; border-bottom: 1px solid #bbb39c; color: #fff;}
.event-row-1{}
.event-row-2{}
.event-cell-1{border-bottom: 1px solid #f8f7f4;}
.event-cell-2{background: #fbfbfb; border-bottom: 1px solid #efede7;}
.event-event-col{}
.event-date-col{}
.event-info-col{}




/* -------------- 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: 580px;
		margin: 0 auto;
		padding: 10px;
		background: #fff;
	}
		div#modalclose{
			padding-top: 10px;
		}/*------------------ 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;
}#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}