"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 // Agendas .fancyButton27.fancyButton:link,.fancyButton27.fancyButton:visited, .fancyButton27div.fancyButton{ background-repeat: no-repeat; background-position: left top; } .fancyButton27.fancyButton:hover,.fancyButton27.fancyButton:focus,.fancyButton27.fancyButton:active,.fancyButton27.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton27.fancyButton:link > span,.fancyButton27.fancyButton:visited > span, .fancyButton27div.fancyButton > span{ } .fancyButton27.fancyButton:hover > span,.fancyButton27.fancyButton:focus > span,.fancyButton27.fancyButton:active > span,.fancyButton27.fancyButton.hover > span{ } .fancyButton27.fancyButton .text{ color: #fff; font-size: 1.10em; font-family: "Montserrat"; text-align: center; padding-top: 125px; font-weight: 300; text-decoration: none; padding-top: 125px; background-image: url('/ImageRepository/Document?documentID=4906'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 210px; vertical-align: top; } .fancyButton27.fancyButton:hover .text,.fancyButton27.fancyButton:focus .text,.fancyButton27.fancyButton:active .text,.fancyButton27.fancyButton.hover .text{ text-decoration: none; background-image: url('/ImageRepository/Document?documentID=4907'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } Forms .fancyButton28.fancyButton:link,.fancyButton28.fancyButton:visited, .fancyButton28div.fancyButton{ background-repeat: no-repeat; background-position: left top; } .fancyButton28.fancyButton:hover,.fancyButton28.fancyButton:focus,.fancyButton28.fancyButton:active,.fancyButton28.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton28.fancyButton:link > span,.fancyButton28.fancyButton:visited > span, .fancyButton28div.fancyButton > span{ } .fancyButton28.fancyButton:hover > span,.fancyButton28.fancyButton:focus > span,.fancyButton28.fancyButton:active > span,.fancyButton28.fancyButton.hover > span{ } .fancyButton28.fancyButton .text{ color: #fff; font-size: 1.10em; font-family: "Montserrat"; text-align: center; padding-top: 125px; font-weight: 300; text-decoration: none; padding-top: 125px; background-image: url('/ImageRepository/Document?documentID=4902'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 210px; vertical-align: top; } .fancyButton28.fancyButton:hover .text,.fancyButton28.fancyButton:focus .text,.fancyButton28.fancyButton:active .text,.fancyButton28.fancyButton.hover .text{ text-decoration: none; background-image: url('/ImageRepository/Document?documentID=4903'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } FAQs .fancyButton29.fancyButton:link,.fancyButton29.fancyButton:visited, .fancyButton29div.fancyButton{ background-repeat: no-repeat; background-position: left top; } .fancyButton29.fancyButton:hover,.fancyButton29.fancyButton:focus,.fancyButton29.fancyButton:active,.fancyButton29.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton29.fancyButton:link > span,.fancyButton29.fancyButton:visited > span, .fancyButton29div.fancyButton > span{ } .fancyButton29.fancyButton:hover > span,.fancyButton29.fancyButton:focus > span,.fancyButton29.fancyButton:active > span,.fancyButton29.fancyButton.hover > span{ } .fancyButton29.fancyButton .text{ color: #fff; font-size: 1.10em; font-family: "Montserrat"; text-align: center; padding-top: 125px; font-weight: 300; text-decoration: none; padding-top: 125px; background-image: url('/ImageRepository/Document?documentID=4900'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 210px; vertical-align: top; } .fancyButton29.fancyButton:hover .text,.fancyButton29.fancyButton:focus .text,.fancyButton29.fancyButton:active .text,.fancyButton29.fancyButton.hover .text{ text-decoration: none; background-image: url('/ImageRepository/Document?documentID=4901'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } Public Works .fancyButton30.fancyButton:link,.fancyButton30.fancyButton:visited, .fancyButton30div.fancyButton{ background-repeat: no-repeat; background-position: left top; } .fancyButton30.fancyButton:hover,.fancyButton30.fancyButton:focus,.fancyButton30.fancyButton:active,.fancyButton30.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton30.fancyButton:link > span,.fancyButton30.fancyButton:visited > span, .fancyButton30div.fancyButton > span{ } .fancyButton30.fancyButton:hover > span,.fancyButton30.fancyButton:focus > span,.fancyButton30.fancyButton:active > span,.fancyButton30.fancyButton.hover > span{ } .fancyButton30.fancyButton .text{ color: #fff; font-size: 1.10em; font-family: "Montserrat"; text-align: center; padding-top: 125px; font-weight: 300; text-decoration: none; padding-top: 125px; background-image: url('/ImageRepository/Document?documentID=4904'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 210px; vertical-align: top; } .fancyButton30.fancyButton:hover .text,.fancyButton30.fancyButton:focus .text,.fancyButton30.fancyButton:active .text,.fancyButton30.fancyButton.hover .text{ text-decoration: none; background-image: url('/ImageRepository/Document?documentID=4905'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } Business Licenses .fancyButton31.fancyButton:link,.fancyButton31.fancyButton:visited, .fancyButton31div.fancyButton{ background-repeat: no-repeat; background-position: left top; } .fancyButton31.fancyButton:hover,.fancyButton31.fancyButton:focus,.fancyButton31.fancyButton:active,.fancyButton31.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton31.fancyButton:link > span,.fancyButton31.fancyButton:visited > span, .fancyButton31div.fancyButton > span{ } .fancyButton31.fancyButton:hover > span,.fancyButton31.fancyButton:focus > span,.fancyButton31.fancyButton:active > span,.fancyButton31.fancyButton.hover > span{ } .fancyButton31.fancyButton .text{ color: #fff; font-size: 1.10em; font-family: "Montserrat"; text-align: center; padding-top: 125px; font-weight: 300; text-decoration: none; padding-top: 125px; background-image: url('/ImageRepository/Document?documentID=4898'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 210px; vertical-align: top; } .fancyButton31.fancyButton:hover .text,.fancyButton31.fancyButton:focus .text,.fancyButton31.fancyButton:active .text,.fancyButton31.fancyButton.hover .text{ text-decoration: none; background-image: url('/ImageRepository/Document?documentID=4899'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } Building and Planning .fancyButton32.fancyButton:link,.fancyButton32.fancyButton:visited, .fancyButton32div.fancyButton{ background-repeat: no-repeat; background-position: left top; } .fancyButton32.fancyButton:hover,.fancyButton32.fancyButton:focus,.fancyButton32.fancyButton:active,.fancyButton32.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton32.fancyButton:link > span,.fancyButton32.fancyButton:visited > span, .fancyButton32div.fancyButton > span{ } .fancyButton32.fancyButton:hover > span,.fancyButton32.fancyButton:focus > span,.fancyButton32.fancyButton:active > span,.fancyButton32.fancyButton.hover > span{ } .fancyButton32.fancyButton .text{ color: #fff; font-size: 1.10em; font-family: "Montserrat"; text-align: center; padding-top: 125px; font-weight: 300; text-decoration: none; padding-top: 125px; background-image: url('/ImageRepository/Document?documentID=5068'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 210px; vertical-align: top; } .fancyButton32.fancyButton:hover .text,.fancyButton32.fancyButton:focus .text,.fancyButton32.fancyButton:active .text,.fancyButton32.fancyButton.hover .text{ text-decoration: none; background-image: url('/ImageRepository/Document?documentID=5069'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } //Render slideshow if info advacned items contain one. $(document).ready(function (e) { $('#divInfoAdvfc505df9-b4f9-459f-8450-793e9d48df66 .InfoAdvanced.widgetItem').each(function () { renderSlideshowIfApplicable($(this)); }); }); The City of Bradenton Beach is committed to providing a website that is accessible to the widest possible audience. We are actively working to increase the accessibility and usability of our website to adhere to WCAG and W3C standards. For assistance with records, please contact City Clerk Terri Sanclemente at (941) 778-1005 or email [email protected]. Click here for more information on our website accessibility."
"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 // Agendas .fancyButton27.fancyButton:link,.fancyButton27.fancyButton:visited, .fancyButton27div.fancyButton{ background-repeat: no-repeat; background-position: left top; } .fancyButton27.fancyButton:hover,.fancyButton27.fancyButton:focus,.fancyButton27.fancyButton:active,.fancyButton27.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton27.fancyButton:link > span,.fancyButton27.fancyButton:visited > span, .fancyButton27div.fancyButton > span{ } .fancyButton27.fancyButton:hover > span,.fancyButton27.fancyButton:focus > span,.fancyButton27.fancyButton:active > span,.fancyButton27.fancyButton.hover > span{ } .fancyButton27.fancyButton .text{ color: #fff; font-size: 1.10em; font-family: "Montserrat"; text-align: center; padding-top: 125px; font-weight: 300; text-decoration: none; padding-top: 125px; background-image: url('/ImageRepository/Document?documentID=4906'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 210px; vertical-align: top; } .fancyButton27.fancyButton:hover .text,.fancyButton27.fancyButton:focus .text,.fancyButton27.fancyButton:active .text,.fancyButton27.fancyButton.hover .text{ text-decoration: none; background-image: url('/ImageRepository/Document?documentID=4907'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } Forms .fancyButton28.fancyButton:link,.fancyButton28.fancyButton:visited, .fancyButton28div.fancyButton{ background-repeat: no-repeat; background-position: left top; } .fancyButton28.fancyButton:hover,.fancyButton28.fancyButton:focus,.fancyButton28.fancyButton:active,.fancyButton28.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton28.fancyButton:link > span,.fancyButton28.fancyButton:visited > span, .fancyButton28div.fancyButton > span{ } .fancyButton28.fancyButton:hover > span,.fancyButton28.fancyButton:focus > span,.fancyButton28.fancyButton:active > span,.fancyButton28.fancyButton.hover > span{ } .fancyButton28.fancyButton .text{ color: #fff; font-size: 1.10em; font-family: "Montserrat"; text-align: center; padding-top: 125px; font-weight: 300; text-decoration: none; padding-top: 125px; background-image: url('/ImageRepository/Document?documentID=4902'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 210px; vertical-align: top; } .fancyButton28.fancyButton:hover .text,.fancyButton28.fancyButton:focus .text,.fancyButton28.fancyButton:active .text,.fancyButton28.fancyButton.hover .text{ text-decoration: none; background-image: url('/ImageRepository/Document?documentID=4903'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } FAQs .fancyButton29.fancyButton:link,.fancyButton29.fancyButton:visited, .fancyButton29div.fancyButton{ background-repeat: no-repeat; background-position: left top; } .fancyButton29.fancyButton:hover,.fancyButton29.fancyButton:focus,.fancyButton29.fancyButton:active,.fancyButton29.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton29.fancyButton:link > span,.fancyButton29.fancyButton:visited > span, .fancyButton29div.fancyButton > span{ } .fancyButton29.fancyButton:hover > span,.fancyButton29.fancyButton:focus > span,.fancyButton29.fancyButton:active > span,.fancyButton29.fancyButton.hover > span{ } .fancyButton29.fancyButton .text{ color: #fff; font-size: 1.10em; font-family: "Montserrat"; text-align: center; padding-top: 125px; font-weight: 300; text-decoration: none; padding-top: 125px; background-image: url('/ImageRepository/Document?documentID=4900'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 210px; vertical-align: top; } .fancyButton29.fancyButton:hover .text,.fancyButton29.fancyButton:focus .text,.fancyButton29.fancyButton:active .text,.fancyButton29.fancyButton.hover .text{ text-decoration: none; background-image: url('/ImageRepository/Document?documentID=4901'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } Public Works .fancyButton30.fancyButton:link,.fancyButton30.fancyButton:visited, .fancyButton30div.fancyButton{ background-repeat: no-repeat; background-position: left top; } .fancyButton30.fancyButton:hover,.fancyButton30.fancyButton:focus,.fancyButton30.fancyButton:active,.fancyButton30.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton30.fancyButton:link > span,.fancyButton30.fancyButton:visited > span, .fancyButton30div.fancyButton > span{ } .fancyButton30.fancyButton:hover > span,.fancyButton30.fancyButton:focus > span,.fancyButton30.fancyButton:active > span,.fancyButton30.fancyButton.hover > span{ } .fancyButton30.fancyButton .text{ color: #fff; font-size: 1.10em; font-family: "Montserrat"; text-align: center; padding-top: 125px; font-weight: 300; text-decoration: none; padding-top: 125px; background-image: url('/ImageRepository/Document?documentID=4904'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 210px; vertical-align: top; } .fancyButton30.fancyButton:hover .text,.fancyButton30.fancyButton:focus .text,.fancyButton30.fancyButton:active .text,.fancyButton30.fancyButton.hover .text{ text-decoration: none; background-image: url('/ImageRepository/Document?documentID=4905'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } Business Licenses .fancyButton31.fancyButton:link,.fancyButton31.fancyButton:visited, .fancyButton31div.fancyButton{ background-repeat: no-repeat; background-position: left top; } .fancyButton31.fancyButton:hover,.fancyButton31.fancyButton:focus,.fancyButton31.fancyButton:active,.fancyButton31.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton31.fancyButton:link > span,.fancyButton31.fancyButton:visited > span, .fancyButton31div.fancyButton > span{ } .fancyButton31.fancyButton:hover > span,.fancyButton31.fancyButton:focus > span,.fancyButton31.fancyButton:active > span,.fancyButton31.fancyButton.hover > span{ } .fancyButton31.fancyButton .text{ color: #fff; font-size: 1.10em; font-family: "Montserrat"; text-align: center; padding-top: 125px; font-weight: 300; text-decoration: none; padding-top: 125px; background-image: url('/ImageRepository/Document?documentID=4898'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 210px; vertical-align: top; } .fancyButton31.fancyButton:hover .text,.fancyButton31.fancyButton:focus .text,.fancyButton31.fancyButton:active .text,.fancyButton31.fancyButton.hover .text{ text-decoration: none; background-image: url('/ImageRepository/Document?documentID=4899'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } Building and Planning .fancyButton32.fancyButton:link,.fancyButton32.fancyButton:visited, .fancyButton32div.fancyButton{ background-repeat: no-repeat; background-position: left top; } .fancyButton32.fancyButton:hover,.fancyButton32.fancyButton:focus,.fancyButton32.fancyButton:active,.fancyButton32.fancyButton.hover{ background-repeat: no-repeat; background-position: left top; } .fancyButton32.fancyButton:link > span,.fancyButton32.fancyButton:visited > span, .fancyButton32div.fancyButton > span{ } .fancyButton32.fancyButton:hover > span,.fancyButton32.fancyButton:focus > span,.fancyButton32.fancyButton:active > span,.fancyButton32.fancyButton.hover > span{ } .fancyButton32.fancyButton .text{ color: #fff; font-size: 1.10em; font-family: "Montserrat"; text-align: center; padding-top: 125px; font-weight: 300; text-decoration: none; padding-top: 125px; background-image: url('/ImageRepository/Document?documentID=5068'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 210px; vertical-align: top; } .fancyButton32.fancyButton:hover .text,.fancyButton32.fancyButton:focus .text,.fancyButton32.fancyButton:active .text,.fancyButton32.fancyButton.hover .text{ text-decoration: none; background-image: url('/ImageRepository/Document?documentID=5069'); background-repeat: no-repeat; background-position: center top; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } //Render slideshow if info advacned items contain one. $(document).ready(function (e) { $('#divInfoAdvfc505df9-b4f9-459f-8450-793e9d48df66 .InfoAdvanced.widgetItem').each(function () { renderSlideshowIfApplicable($(this)); }); }); The City of Bradenton Beach is committed to providing a website that is accessible to the widest possible audience. We are actively working to increase the accessibility and usability of our website to adhere to WCAG and W3C standards. For assistance with records, please contact City Clerk Terri Sanclemente at (941) 778-1005 or email [email protected]. Click here for more information on our website accessibility."
""
""
"The governing body of the Duette Fire and Rescue Districtconsists of a five-member locally elected Board of Fire Commissioners."
Sharing announcements helps build a stronger, more connected community.