Homework Help
Event date: May 5, 2026 Event Time: 04:00 PM - 06:00 PMLocation: 1401 5th St.Coralville, IA 52241
Event date: May 5, 2026 Event Time: 04:00 PM - 06:00 PMLocation: 1401 5th St.Coralville, IA 52241
Event date: May 5, 2026 Event Time: 04:00 PM - 06:00 PMLocation: 1401 5th St.Coralville, IA 52241
Event date: May 5, 2026 Event Time: 04:00 PM - 06:00 PMLocation: 1401 5th St.Coralville, IA 52241
Flagler Schools encourages the use of district facilities for community purposes when not occupied during student instructional and activity times. All clients renting Flagler Schools facilities must supply insurance and follow the policies and procedures in the Use of Facilities Handbook. All Flagler Schools facility requests should be placed online using the Facilitron facility rental system. Using this system allows users to access facility images and descriptions, view real-time availability, get quotes, and pay online. An instructional video is available to learn how to place a request. A Facilitron account must be created before submitting an online request. The system allows users to set up organization and user accounts, as well as verify non-profit status (if applicable). Facilitron collects payment and proof of insurance (certificate of insurance) on behalf of the district. Payment options include major credit cards, checks, ACH/eCheck, and PayPal. Proof of insurance (certificate of insurance) must be uploaded into the Facilitron reservation system. The policies in Facilitron are the same as dictated by school board policies on facility use. The district's administrative staff makes final decisions on all facility use requests. All organizations must abide by HB1473, which states: ALL doors and gates must be closed and locked at all times, unless they are attended or actively staffed by a person. Failure to abide by this state bill may result in future reservations being cancelled and/or possible fines. For assistance creating an account or submitting a facility use request, contact Facilitron directly at [email protected], or 800-272-2962 x1127. Contact Information: Palma Billy, Use of Facilities Specialist, 386-586-5192 x1127, [email protected]. Hours: 7:30 am–3:30 pm, M–F
Custodial Services The Custodial Department provides a clean environment for all education sites and the district office. Custodial Services is responsible for cleaning, scanning and destroying records, interior painting, moving furniture and supplies in the district, and district mail couriers. Mission The Flagler Schools Custodial Department is committed to providing our students, faculty, and staff a clean and safe environment to succeed as the nation's premiere learning organization. Contact Us Office: 386-437-7225 Sick Line: 386-437-7276 Fax: 386-437-7287 Office Hours: Monday–Friday, 6:30 am–3:30 pm (by appointment only until 4:00 pm) Staff: Nancy Anderson - Custodial Services Director - 386-437-7225 Deivys Crispino - Custodial Supervisor - [email protected] - 386-586-2391 David Watts - Assistant Custodial Supervisor - 386-437-7225 Quintella Berry - Custodial Services Secretary - 386-437-7225 Nathalie Piedrahita - Bookkeeper - 386-437-7225 Lance Jones - Record Data Specialist - 386-437-7225
Disability Employment The Flagler Community Transition Team (FCTT) works with multidisciplinary agencies and community businesses to improve career opportunities for students with disabilities who are entering the workforce after high school. The FCTT participates annually in Disability Mentoring Day, a national mentoring program for young professionals with disabilities. The mission of the Flagler Community Transition Team (FCTT) is to facilitate a forum for communication, cooperation, and collaboration among multidisciplinary agencies and community businesses serving the youth of Flagler County. The intent of the mission effort is to achieve community business and interagency networking to improve career opportunities for a successful transition to gainful employment. The FCTT first came together during the 2002–03 school year. Since then, the team has been meeting monthly or quarterly throughout the school year. Partners-In-Transition (PIT), and Project 10 Transition Education Network, have guided the team in setting goals and taking action steps to create smooth transitions for students with disabilities from high school to independence and full community inclusion. Statistics of the under- and unemployed status of these individuals are simply unacceptable. Support Needed for Independence with High Living Standards: - Higher Education - Specific Trade/Vocational Skills - Independent Living Skills - Health Skills - Transportation - Funding Resource Identification - Self-Advocacy - Emotional Stability/Care - Community Connection - Local Business Connection - Support Groups - Recreational Resources - Accommodations - Disability Civil Rights Disability Mentoring Day Disability Mentoring Day is a nationwide effort to promote career development for students with disabilities through hands-on career exploration. Students with disabilities (mentees) are matched with workplace mentors according to expressed career interests. Mentees experience a typical day on the job and learn how to prepare to enter the world of work. Employers gain an increased awareness that people with disabilities represent an overlooked talent pool. Disability Mentoring Day is a program of the American Association of People with Disabilities (AAPD). Goals of Disability Mentoring Day: - Enhance internship and employment opportunities for people with disabilities - Promote disability as a central component of diversity recruitment for a more inclusive workforce - Dispel employers' fears about hiring people with disabilities - Increase confidence among students and job seekers with disabilities - Celebrate a year-round effort to foster mentoring opportunities Disability Mentoring Day began in 1999 with fewer than three dozen student participants as part of a White House effort to increase the profile of National Disability Employment Awareness Month (NDEAM) and is celebrated every October. In 2005, 9,000 youth with disabilities participated nationally and in 20 international locations. They were mentored by more than 2,000 private, non-profit, governmental, and educational organizations.
"Highbridge Park"
"Highbridge Park"
"FLAGLER BEACH CITY COMM ROOM - Agendas and Minutes archive page"
"Create a Website Account - Manage notification subscriptions, save form progress and more. Search autocomplete is currently not responding. Please try again later. View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me button, and you will automatically be alerted about the latest events in our community. Agenda Facility Submit Event Print Email Event Subscription View RSS Feeds Select on Calendar Expand Collapse Previous Next Down Up Map Share Show more Agenda $(window).on("load", function () { $('.icalDescription').urlToLink({ target: '_blank' }); }); var currentTextBox = null; var currentDatePicker = null; function hidePopup() { return currentDatePicker && currentDatePicker.hidePopup(); } //This method is called to handle the onclick and onfocus client side events for the texbox function showPopup(sender, e) { //this is a reference to the texbox which raised the event //see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender); // hide previous pop-up if open textBox !== currentTextBox && hidePopup(); currentTextBox = textBox; } function dismissHook(e) { return (e.keyCode === 27 || e.keyCode === 9) && hidePopup(); } function handleKeydown(e) { dismissHook(e) || searchTextHook(e); } //this handler is used to set the text of the TextBox to the value of selected from the popup function dateSelected(sender, args) { if (currentTextBox != null) { //currentTextBox is the currently selected TextBox. Its value is set to the newly selected //value of the picker currentTextBox.value = args.get_newValue(); } } //this function is used to parse the date entered or selected by the user function parseDate(sender, e) { if (currentDatePicker != null) { var date = currentDatePicker.get_dateInput().parseDate(sender.value); var dateInput = currentDatePicker.get_dateInput(); if (date == null) { date = currentDatePicker.get_selectedDate(); } var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat()); sender.value = formattedDate; } } function clearPostBack() { Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack); $('.icalDescription').urlToLink({ target: '_blank' }); } function redrawContentCalendar() { Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack); if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '') raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, ''); else raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, ''); blockMenuSpawn = false; } function previousFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev'); } function nextFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext'); } order+='ModuleContent\n' Live Edit // Open Records .fancyButton182.fancyButton:link,.fancyButton182.fancyButton:visited, .fancyButton182div.fancyButton{ background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: left top; } .fancyButton182.fancyButton:hover,.fancyButton182.fancyButton:focus,.fancyButton182.fancyButton:active,.fancyButton182.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton182.fancyButton:link > span,.fancyButton182.fancyButton:visited > span, .fancyButton182div.fancyButton > span{ } .fancyButton182.fancyButton:hover > span,.fancyButton182.fancyButton:focus > span,.fancyButton182.fancyButton:active > span,.fancyButton182.fancyButton.hover > span{ } .fancyButton182.fancyButton .text{ color: rgb(48, 70, 115); font-size: 1.38em; font-family: "Nunito"; padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; font-weight: 500; text-decoration: none; background-color: rgb(255, 255, 255); padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; background-image: url('/ImageRepository/Document?documentID=4761'); background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); transition:all .3s ease-in-out; line-height:1.2; box-shadow: 0px 3px 12px #30467329; text-shadow: 0px 3px 12px #30467329;} .fancyButton182.fancyButton:hover .text,.fancyButton182.fancyButton:focus .text,.fancyButton182.fancyButton:active .text,.fancyButton182.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(226, 3, 125); border-left: 3px solid rgb(226, 3, 125); border-right: 3px solid rgb(226, 3, 125); border-bottom: 3px solid rgb(226, 3, 125); } Notify Me .fancyButton183.fancyButton:link,.fancyButton183.fancyButton:visited, .fancyButton183div.fancyButton{ background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: left top; } .fancyButton183.fancyButton:hover,.fancyButton183.fancyButton:focus,.fancyButton183.fancyButton:active,.fancyButton183.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton183.fancyButton:link > span,.fancyButton183.fancyButton:visited > span, .fancyButton183div.fancyButton > span{ } .fancyButton183.fancyButton:hover > span,.fancyButton183.fancyButton:focus > span,.fancyButton183.fancyButton:active > span,.fancyButton183.fancyButton.hover > span{ } .fancyButton183.fancyButton .text{ color: rgb(48, 70, 115); font-size: 1.38em; font-family: "Nunito"; padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; font-weight: 500; text-decoration: none; background-color: rgb(255, 255, 255); padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; background-image: url('/ImageRepository/Document?documentID=4762'); background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); transition:all .3s ease-in-out; line-height:1.2; box-shadow: 0px 3px 12px #30467329; text-shadow: 0px 3px 12px #30467329;} .fancyButton183.fancyButton:hover .text,.fancyButton183.fancyButton:focus .text,.fancyButton183.fancyButton:active .text,.fancyButton183.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(130, 217, 208); border-left: 3px solid rgb(130, 217, 208); border-right: 3px solid rgb(130, 217, 208); border-bottom: 3px solid rgb(130, 217, 208); } Report a Concern .fancyButton184.fancyButton:link,.fancyButton184.fancyButton:visited, .fancyButton184div.fancyButton{ background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: left top; } .fancyButton184.fancyButton:hover,.fancyButton184.fancyButton:focus,.fancyButton184.fancyButton:active,.fancyButton184.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton184.fancyButton:link > span,.fancyButton184.fancyButton:visited > span, .fancyButton184div.fancyButton > span{ } .fancyButton184.fancyButton:hover > span,.fancyButton184.fancyButton:focus > span,.fancyButton184.fancyButton:active > span,.fancyButton184.fancyButton.hover > span{ } .fancyButton184.fancyButton .text{ color: rgb(48, 70, 115); font-size: 1.38em; font-family: "Nunito"; padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; font-weight: 500; text-decoration: none; background-color: rgb(255, 255, 255); padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; background-image: url('/ImageRepository/Document?documentID=4764'); background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); transition:all .3s ease-in-out; line-height:1.2; box-shadow: 0px 3px 12px #30467329; text-shadow: 0px 3px 12px #30467329;} .fancyButton184.fancyButton:hover .text,.fancyButton184.fancyButton:focus .text,.fancyButton184.fancyButton:active .text,.fancyButton184.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(48, 70, 115); border-left: 3px solid rgb(48, 70, 115); border-right: 3px solid rgb(48, 70, 115); border-bottom: 3px solid rgb(48, 70, 115); } Online Bill Pay and Building Department Search .fancyButton185.fancyButton:link,.fancyButton185.fancyButton:visited, .fancyButton185div.fancyButton{ background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: left top; } .fancyButton185.fancyButton:hover,.fancyButton185.fancyButton:focus,.fancyButton185.fancyButton:active,.fancyButton185.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton185.fancyButton:link > span,.fancyButton185.fancyButton:visited > span, .fancyButton185div.fancyButton > span{ } .fancyButton185.fancyButton:hover > span,.fancyButton185.fancyButton:focus > span,.fancyButton185.fancyButton:active > span,.fancyButton185.fancyButton.hover > span{ } .fancyButton185.fancyButton .text{ color: rgb(48, 70, 115); font-size: 1.38em; font-family: "Nunito"; padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; font-weight: 500; text-decoration: none; background-color: rgb(255, 255, 255); padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; background-image: url('/ImageRepository/Document?documentID=4763'); background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); transition:all .3s ease-in-out; line-height:1.2; box-shadow: 0px 3px 12px #30467329; text-shadow: 0px 3px 12px #30467329;} .fancyButton185.fancyButton:hover .text,.fancyButton185.fancyButton:focus .text,.fancyButton185.fancyButton:active .text,.fancyButton185.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(226, 3, 125); border-left: 3px solid rgb(226, 3, 125); border-right: 3px solid rgb(226, 3, 125); border-bottom: 3px solid rgb(226, 3, 125); } .fancyButton185.fancyButton .textStyle1{ color: rgb(48, 70, 115); font-size: 1.38em; font-weight: 200; text-decoration: none; text-shadow: 0px 3px 12px #30467329;} .fancyButton185.fancyButton:hover .textStyle1, .fancyButton185.fancyButton.hover .textStyle1{ text-decoration: underline; } Agenda and Minutes .fancyButton186.fancyButton:link,.fancyButton186.fancyButton:visited, .fancyButton186div.fancyButton{ background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: left top; } .fancyButton186.fancyButton:hover,.fancyButton186.fancyButton:focus,.fancyButton186.fancyButton:active,.fancyButton186.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton186.fancyButton:link > span,.fancyButton186.fancyButton:visited > span, .fancyButton186div.fancyButton > span{ } .fancyButton186.fancyButton:hover > span,.fancyButton186.fancyButton:focus > span,.fancyButton186.fancyButton:active > span,.fancyButton186.fancyButton.hover > span{ } .fancyButton186.fancyButton .text{ color: rgb(48, 70, 115); font-size: 1.38em; font-family: "Nunito"; padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; font-weight: 500; text-decoration: none; background-color: rgb(255, 255, 255); padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; background-image: url('/ImageRepository/Document?documentID=4765'); background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); transition:all .3s ease-in-out; line-height:1.2; box-shadow: 0px 3px 12px #30467329; text-shadow: 0px 3px 12px #30467329;} .fancyButton186.fancyButton:hover .text,.fancyButton186.fancyButton:focus .text,.fancyButton186.fancyButton:active .text,.fancyButton186.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(130, 217, 208); border-left: 3px solid rgb(130, 217, 208); border-right: 3px solid rgb(130, 217, 208); border-bottom: 3px solid rgb(130, 217, 208); } First Fridays .fancyButton187.fancyButton:link,.fancyButton187.fancyButton:visited, .fancyButton187div.fancyButton{ background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: left top; } .fancyButton187.fancyButton:hover,.fancyButton187.fancyButton:focus,.fancyButton187.fancyButton:active,.fancyButton187.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton187.fancyButton:link > span,.fancyButton187.fancyButton:visited > span, .fancyButton187div.fancyButton > span{ } .fancyButton187.fancyButton:hover > span,.fancyButton187.fancyButton:focus > span,.fancyButton187.fancyButton:active > span,.fancyButton187.fancyButton.hover > span{ } .fancyButton187.fancyButton .text{ color: rgb(48, 70, 115); font-size: 1.38em; font-family: "Nunito"; padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; font-weight: 500; text-decoration: none; background-color: rgb(255, 255, 255); padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; background-image: url('/ImageRepository/Document?documentID=4766'); background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); transition:all .3s ease-in-out; line-height:1.2; box-shadow: 0px 3px 12px #30467329; text-shadow: 0px 3px 12px #30467329;} .fancyButton187.fancyButton:hover .text,.fancyButton187.fancyButton:focus .text,.fancyButton187.fancyButton:active .text,.fancyButton187.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(48, 70, 115); border-left: 3px solid rgb(48, 70, 115); border-right: 3px solid rgb(48, 70, 115); border-bottom: 3px solid rgb(48, 70, 115); } 105 South 2nd Street | P.O. Box 70"
"Create a Website Account - Manage notification subscriptions, save form progress and more. Search autocomplete is currently not responding. Please try again later. View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me button, and you will automatically be alerted about the latest events in our community. Agenda Facility Submit Event Print Email Event Subscription View RSS Feeds Select on Calendar Expand Collapse Previous Next Down Up Map Share Show more Agenda $(window).on("load", function () { $('.icalDescription').urlToLink({ target: '_blank' }); }); var currentTextBox = null; var currentDatePicker = null; function hidePopup() { return currentDatePicker && currentDatePicker.hidePopup(); } //This method is called to handle the onclick and onfocus client side events for the texbox function showPopup(sender, e) { //this is a reference to the texbox which raised the event //see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender); // hide previous pop-up if open textBox !== currentTextBox && hidePopup(); currentTextBox = textBox; } function dismissHook(e) { return (e.keyCode === 27 || e.keyCode === 9) && hidePopup(); } function handleKeydown(e) { dismissHook(e) || searchTextHook(e); } //this handler is used to set the text of the TextBox to the value of selected from the popup function dateSelected(sender, args) { if (currentTextBox != null) { //currentTextBox is the currently selected TextBox. Its value is set to the newly selected //value of the picker currentTextBox.value = args.get_newValue(); } } //this function is used to parse the date entered or selected by the user function parseDate(sender, e) { if (currentDatePicker != null) { var date = currentDatePicker.get_dateInput().parseDate(sender.value); var dateInput = currentDatePicker.get_dateInput(); if (date == null) { date = currentDatePicker.get_selectedDate(); } var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat()); sender.value = formattedDate; } } function clearPostBack() { Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack); $('.icalDescription').urlToLink({ target: '_blank' }); } function redrawContentCalendar() { Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack); if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '') raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, ''); else raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, ''); blockMenuSpawn = false; } function previousFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev'); } function nextFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext'); } order+='ModuleContent\n' Live Edit // Open Records .fancyButton182.fancyButton:link,.fancyButton182.fancyButton:visited, .fancyButton182div.fancyButton{ background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: left top; } .fancyButton182.fancyButton:hover,.fancyButton182.fancyButton:focus,.fancyButton182.fancyButton:active,.fancyButton182.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton182.fancyButton:link > span,.fancyButton182.fancyButton:visited > span, .fancyButton182div.fancyButton > span{ } .fancyButton182.fancyButton:hover > span,.fancyButton182.fancyButton:focus > span,.fancyButton182.fancyButton:active > span,.fancyButton182.fancyButton.hover > span{ } .fancyButton182.fancyButton .text{ color: rgb(48, 70, 115); font-size: 1.38em; font-family: "Nunito"; padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; font-weight: 500; text-decoration: none; background-color: rgb(255, 255, 255); padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; background-image: url('/ImageRepository/Document?documentID=4761'); background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); transition:all .3s ease-in-out; line-height:1.2; box-shadow: 0px 3px 12px #30467329; text-shadow: 0px 3px 12px #30467329;} .fancyButton182.fancyButton:hover .text,.fancyButton182.fancyButton:focus .text,.fancyButton182.fancyButton:active .text,.fancyButton182.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(226, 3, 125); border-left: 3px solid rgb(226, 3, 125); border-right: 3px solid rgb(226, 3, 125); border-bottom: 3px solid rgb(226, 3, 125); } Notify Me .fancyButton183.fancyButton:link,.fancyButton183.fancyButton:visited, .fancyButton183div.fancyButton{ background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: left top; } .fancyButton183.fancyButton:hover,.fancyButton183.fancyButton:focus,.fancyButton183.fancyButton:active,.fancyButton183.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton183.fancyButton:link > span,.fancyButton183.fancyButton:visited > span, .fancyButton183div.fancyButton > span{ } .fancyButton183.fancyButton:hover > span,.fancyButton183.fancyButton:focus > span,.fancyButton183.fancyButton:active > span,.fancyButton183.fancyButton.hover > span{ } .fancyButton183.fancyButton .text{ color: rgb(48, 70, 115); font-size: 1.38em; font-family: "Nunito"; padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; font-weight: 500; text-decoration: none; background-color: rgb(255, 255, 255); padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; background-image: url('/ImageRepository/Document?documentID=4762'); background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); transition:all .3s ease-in-out; line-height:1.2; box-shadow: 0px 3px 12px #30467329; text-shadow: 0px 3px 12px #30467329;} .fancyButton183.fancyButton:hover .text,.fancyButton183.fancyButton:focus .text,.fancyButton183.fancyButton:active .text,.fancyButton183.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(130, 217, 208); border-left: 3px solid rgb(130, 217, 208); border-right: 3px solid rgb(130, 217, 208); border-bottom: 3px solid rgb(130, 217, 208); } Report a Concern .fancyButton184.fancyButton:link,.fancyButton184.fancyButton:visited, .fancyButton184div.fancyButton{ background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: left top; } .fancyButton184.fancyButton:hover,.fancyButton184.fancyButton:focus,.fancyButton184.fancyButton:active,.fancyButton184.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton184.fancyButton:link > span,.fancyButton184.fancyButton:visited > span, .fancyButton184div.fancyButton > span{ } .fancyButton184.fancyButton:hover > span,.fancyButton184.fancyButton:focus > span,.fancyButton184.fancyButton:active > span,.fancyButton184.fancyButton.hover > span{ } .fancyButton184.fancyButton .text{ color: rgb(48, 70, 115); font-size: 1.38em; font-family: "Nunito"; padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; font-weight: 500; text-decoration: none; background-color: rgb(255, 255, 255); padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; background-image: url('/ImageRepository/Document?documentID=4764'); background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); transition:all .3s ease-in-out; line-height:1.2; box-shadow: 0px 3px 12px #30467329; text-shadow: 0px 3px 12px #30467329;} .fancyButton184.fancyButton:hover .text,.fancyButton184.fancyButton:focus .text,.fancyButton184.fancyButton:active .text,.fancyButton184.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(48, 70, 115); border-left: 3px solid rgb(48, 70, 115); border-right: 3px solid rgb(48, 70, 115); border-bottom: 3px solid rgb(48, 70, 115); } Online Bill Pay and Building Department Search .fancyButton185.fancyButton:link,.fancyButton185.fancyButton:visited, .fancyButton185div.fancyButton{ background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: left top; } .fancyButton185.fancyButton:hover,.fancyButton185.fancyButton:focus,.fancyButton185.fancyButton:active,.fancyButton185.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton185.fancyButton:link > span,.fancyButton185.fancyButton:visited > span, .fancyButton185div.fancyButton > span{ } .fancyButton185.fancyButton:hover > span,.fancyButton185.fancyButton:focus > span,.fancyButton185.fancyButton:active > span,.fancyButton185.fancyButton.hover > span{ } .fancyButton185.fancyButton .text{ color: rgb(48, 70, 115); font-size: 1.38em; font-family: "Nunito"; padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; font-weight: 500; text-decoration: none; background-color: rgb(255, 255, 255); padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; background-image: url('/ImageRepository/Document?documentID=4763'); background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); transition:all .3s ease-in-out; line-height:1.2; box-shadow: 0px 3px 12px #30467329; text-shadow: 0px 3px 12px #30467329;} .fancyButton185.fancyButton:hover .text,.fancyButton185.fancyButton:focus .text,.fancyButton185.fancyButton:active .text,.fancyButton185.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(226, 3, 125); border-left: 3px solid rgb(226, 3, 125); border-right: 3px solid rgb(226, 3, 125); border-bottom: 3px solid rgb(226, 3, 125); } .fancyButton185.fancyButton .textStyle1{ color: rgb(48, 70, 115); font-size: 1.38em; font-weight: 200; text-decoration: none; text-shadow: 0px 3px 12px #30467329;} .fancyButton185.fancyButton:hover .textStyle1, .fancyButton185.fancyButton.hover .textStyle1{ text-decoration: underline; } Agenda and Minutes .fancyButton186.fancyButton:link,.fancyButton186.fancyButton:visited, .fancyButton186div.fancyButton{ background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: left top; } .fancyButton186.fancyButton:hover,.fancyButton186.fancyButton:focus,.fancyButton186.fancyButton:active,.fancyButton186.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton186.fancyButton:link > span,.fancyButton186.fancyButton:visited > span, .fancyButton186div.fancyButton > span{ } .fancyButton186.fancyButton:hover > span,.fancyButton186.fancyButton:focus > span,.fancyButton186.fancyButton:active > span,.fancyButton186.fancyButton.hover > span{ } .fancyButton186.fancyButton .text{ color: rgb(48, 70, 115); font-size: 1.38em; font-family: "Nunito"; padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; font-weight: 500; text-decoration: none; background-color: rgb(255, 255, 255); padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; background-image: url('/ImageRepository/Document?documentID=4765'); background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); transition:all .3s ease-in-out; line-height:1.2; box-shadow: 0px 3px 12px #30467329; text-shadow: 0px 3px 12px #30467329;} .fancyButton186.fancyButton:hover .text,.fancyButton186.fancyButton:focus .text,.fancyButton186.fancyButton:active .text,.fancyButton186.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(130, 217, 208); border-left: 3px solid rgb(130, 217, 208); border-right: 3px solid rgb(130, 217, 208); border-bottom: 3px solid rgb(130, 217, 208); } First Fridays .fancyButton187.fancyButton:link,.fancyButton187.fancyButton:visited, .fancyButton187div.fancyButton{ background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: left top; } .fancyButton187.fancyButton:hover,.fancyButton187.fancyButton:focus,.fancyButton187.fancyButton:active,.fancyButton187.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton187.fancyButton:link > span,.fancyButton187.fancyButton:visited > span, .fancyButton187div.fancyButton > span{ } .fancyButton187.fancyButton:hover > span,.fancyButton187.fancyButton:focus > span,.fancyButton187.fancyButton:active > span,.fancyButton187.fancyButton.hover > span{ } .fancyButton187.fancyButton .text{ color: rgb(48, 70, 115); font-size: 1.38em; font-family: "Nunito"; padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; font-weight: 500; text-decoration: none; background-color: rgb(255, 255, 255); padding-top: 108px; padding-bottom: 10px; padding-right: 5px; padding-left: 5px; background-image: url('/ImageRepository/Document?documentID=4766'); background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); transition:all .3s ease-in-out; line-height:1.2; box-shadow: 0px 3px 12px #30467329; text-shadow: 0px 3px 12px #30467329;} .fancyButton187.fancyButton:hover .text,.fancyButton187.fancyButton:focus .text,.fancyButton187.fancyButton:active .text,.fancyButton187.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; border-top: 3px solid rgb(48, 70, 115); border-left: 3px solid rgb(48, 70, 115); border-right: 3px solid rgb(48, 70, 115); border-bottom: 3px solid rgb(48, 70, 115); } 105 South 2nd Street | P.O. Box 70"
Sharing announcements helps build a stronger, more connected community.