/* menu look and feel */

body {
	background-color: rgb(254,241,207);
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_top {
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 32px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
.menu_bottom {
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 32px;
}
.menu_background {
	background-image: url(images/menu_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0px 0px 0px 15px;
}
.events_top {
	background-image: url(images/events_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 49px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 9.5pt;
	font-weight: bold;
	color: white;
	line-height: 18px;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
}
.events_bottom {
	background-image: url(images/events_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 34px;
}
.events_background {
	background-image: url(images/events_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 30px 0px 45px;
	text-align: left;
	vertical-align: top;
	
}
.events_background h3 {
	margin-left: -18px;
	margin-right:-10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.events_background li {
	font-size: 9pt;
	color: black;
	line-height: 13pt;
	list-style-position: outside;
	-text-indent: -10px;
	list-style-image: url(images/bullet.gif);
	padding-bottom: 10px;
	text-transform: capitalize;
	}
.events_background a:link {
	text-decoration:none;
	color: black;
}

.events_background a:hover {
	text-decoration:underline;
	color: black;
}
/* flyout look and feel */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
 	color: rgb(232,190,190);
}
#menu {
	position: relative;
	background-image: url(images/menu_button.jpg);
	background-repeat: repeat-y;
	top: 0;
	left: 0;
	width: 203px;
}


#menu dt  {
	height: 53px;
	width: 185px;
	font-size: 9.5pt;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	text-align: center;
	position: relative;
	left: 9px;
	top: 5px;
	vertical-align: middle;
	display: block;
	
}
#menu dt a:hover {
	color: white;
	font-weight: bold;
	background-image: url(images/dt_tile.gif);
	background-repeat: repeat-x;
	
}
	

#menu dd {
	z-index: 100;
	display: none;
	position: relative;
	background-color: darkred;
	list-style-type: none;
	text-align: left;
}

#menu ul {
	top: -50px;
	padding: 20px;
	border: medium solid rgb(174,20,15);
	overflow: hidden;
	visibility: visible;
	z-index: 100;
	background-color: darkred;
	position: absolute;
	width: 325px;
	left: 198px;
	
	
}
#menu li {
	text-align: left;
	font-size: 9.5pt;
	height: 40px;
	line-height: 35pt;
	font-weight: bold;
	text-indent: 8px;
	

}
#menu dd li a:hover {
	line-height: 35pt;
	text-indent: 8px;
	height: 40px;
	font-weight: bold;
	background-image:url(images/dd_tile.jpg);
	background-repeat: repeat-x;	
	color: white;
}

#menu li a, #menu dt a {
color: rgb(232,190,190);
text-decoration: none;
display: block;
}
