@charset "utf-8";

body {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}

.bodycopy{
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

P {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}


a.footerlinks:link { color: #fff; font-weight: bold; text-decoration: none; }
a.footerlinks:visited { color: #fff; font-weight: bold; text-decoration: none; } 
a.footerlinks:hover { color: ccc; font-weight: bold; text-decoration: underline; } 




.lf_section_box {
	background-color: #e3e3e3; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #aaaaaa; 
	padding: 3px; 
	font-family: Verdana, Geneva, sans-serif; font-size: 11px;
}


.lf_section_box_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -.03em;
}

.page_title_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -.05em;
}

.event_list_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -.02em;
}



.textfield1 {
	background-image: url(images/formfield_text.png);
	border: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	height: 27px;
	width: 260px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	font-size: 12px;
	
}
.textfield2 {
	background-image: url(images/formfield_tex-shortt.png);
	border: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	height: 27px;
	width: 63px;
	padding-left: 3px; padding-right: 3px;
	padding-top: 4px;
	font-size: 12px;

}


div.ui-datepicker{
 font-size:10px;
 font-family: Verdana, Geneva, sans-serif;
 letter-spacing: -.1em;
}



.footerlinks {
	color: white;
	font-weight: normal;
	padding-left: 10px; 
	padding-right: 10px;
	}
	
	
a:link { color: #900; font-weight: bold; }
a:visited { color: #900; font-weight: bold; } 
a:hover { color: blue; font-weight: bold; text-decoration: none; } 



.printerlink a:link { color: #999; font-weight: bold; text-decoration: underline; }
.printerlink a:visited { color: #999; font-weight: bold; text-decoration: underline; } 
.printerlink a:hover { color: #CCC font-weight: bold; text-decoration: none; }






div#slideshow {
	width: 986px; height: 313px; padding: 0px 0 0 0px;
	background: url(images/border.png);
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: relative; z-index: 5;
}
	div#slideshow ul#nav {
		display: none;
		list-style: none;
		position: relative; z-index: 15;
	}
		div#slideshow ul#nav li#prev {
			float: left; margin:0px;
		}
		div#slideshow ul#nav li#next {
			float: right; margin:0px;
		}
		div#slideshow ul#nav li a {
			display: block; width: 80px; height: 290px; text-indent: -9999px;
		}
			div#slideshow ul#nav li#prev a {
				background: url(images/prev.png);
				background-repeat: no-repeat;
				background-position: 0px 60px;
			}
			div#slideshow ul#nav li#next a {
				background: url(images/next.png);
				background-repeat: no-repeat;
				background-position: 0px 60px;
			}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0px;
		}

