@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Verdana;
	font-size:0.9em;
	color:# 010066;
}
.heading-links {
	color:#434A5D;
	font-size:0.85em;
}
.featured-event-links {
	font-family:"Trebuchet MS", Verdana;
	color:#000080;
	font-size:0.9em;
}
.featured-event-desc{
	font-family:"Trebuchet MS", Verdana;
	font-size:0.85em;
}
.heading-logo {
	/*background-image:url(../../images/9/Logo Final.jpg);*/
	background-repeat:no-repeat;
	background-position:right;
}
.heading-address {
	padding-top:8px;
	color:#20232C;
	font-size:0.9em;
	font-weight:bold;
}
.top-table {
	background-image:url(../../images/9/bgTopBorder.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.menu-background {
	background-image:url(../../images/9/bgMenu.gif);
	background-repeat:repeat-x;
}
.middle-table {
	background-image:url(../../images/9/bgBodyWithBorder.gif);
	background-repeat:repeat-y;
}
.footer-text {
	background-image:url(../../images/9/bgMenu.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:0.85em;
	font-weight:bold;
}
.bottom-table {
	background-image:url(../../images/9/bgFooterBorder.gif);
	background-repeat:repeat-y;
}


.form_entry_input {
	margin-bottom:6px;
}
	 .form_entry_input label {
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-top:6px;
		margin-bottom:6px;
	}
	
	 .form_entry_input input {
		border:1px solid #e9e9e9;
		width:395px;
		padding:7px 4px;
		color:#757575;
	}
	.form_entry_input select {
		border:1px solid #e9e9e9;
		width:402px;
		padding:7px 4px;
		color:#757575;
	}
	
	 .form_entry_input textarea {
		border:1px solid #e9e9e9;
		width:395px;
		padding:7px 4px;
		color:#757575;
	}

	 button.submit {
		background:url(images/btn-submit.gif) left top no-repeat;
		height:27px;
		width:82px;
		border:0;
		cursor:pointer;
		margin-left:320px;
		margin-top:8px;
		float:left;
		text-indent:-9999px;
	}
	 button.submit:hover {
		background-position:left bottom;
	}