.cityseal {
	position: relative;
	visibility: visible;
	left: 15px;
	top: 145px;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
}
.home a{
	text-decoration: none;
	color: white;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #013F7A;
	font-weight: bold;
}
.nvbar_select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-indent: 10px;
	font-weight: bold;
   	background-image: url("images\Calendar\triangle_indicator_calendar.gif");
   	background-repeat: no-repeat;
   	background-position: 10px top;
   	color: #4D7829;
}
.nvbar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	background-image: url("images\Calendar\95A97D.gif");
	text-indent: 10px;
	font-weight: bold;
}
.nvbar a{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
.nvbar a:hover{
   background-image: url("images\Calendar\triangle_indicator_calendar.gif");
   background-repeat: no-repeat;
   background-position: top left;
   color: #4D7829;
   }
.nvbar_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #3A5B20;
	font-weight: bolder;
	text-indent: 10px;
}
.nvbar_hr {
    width:125px;
	height:0px; 
    border:0px; 
    border-top-width: 1px;
    border-top-style: solid;
    border-color: white; 		
}
.subnvbar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	background-image: url("images\Calendar\subnavimage_cal_upcoming.gif");
	background-repeat: no-repeat;
    background-position: bottom center;
	background-color: #D5DDCC;
	text-align: left;
	font-weight: bold;
}
.subnvbar a{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
.subnvbar a:hover{
   color: black;
   }
.subnvbar_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4D7829;
	font-weight: bold;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.main_text a{
	color: #4D7829;
}
.main_text_title{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #4D7829;
	font-weight: bold;
}

/* --- Event Calendar ------ */
#calendars { width: 100%; height: 110px; }
.calendar_event_content { 
	clear: both; 
	border: 6px solid #4D7829;
	padding: 15px;
	margin-top: 5%;
	min-height: 200px;
	float: left;
	}
.calendar {
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
	border: 2px solid #ccc;
	}
.calendar caption {
	margin: 0;
	padding: .3em 0;
	background: #ffa51e;
	}
.calendar th {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	background: #fff;
	}
.calendar td {
	border: 1px solid #fff;
	padding: .1em .3em ;
	width: 1em;
	height: 1em;
	text-align: center;
	}
.calendar a {
	color: #000;
	text-decoration: none;
	}

.calendar td.today {
	background: #fff; /*#ffc */
	}
.calendar td.selected {
	border: 1px dotted #ff7800;
	}
.calendar td.highlighted {
	background: #fc9;
	}
	
.calendar td.today:hover, 
.calendar td.selected:hover, .calendar td.highlighted:hover {
	background: #cff;
	border: 1px solid #09f;
	}

table.calendar td.pad {
	color: #999;
	background: #fff;
	}
table.calendar td.pad:hover {
	background: none;
	border: 0;
	}
	
.sunday, .saturday {
	background: #f0f0f0;
	}
	
#year {
	padding: 0;
	width: 500px;
	list-style: none;
	}
#year:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#year li {
	float: left;
	padding: 0 .5em .5em 0;
	height: 150px;
	}
