


	



	

<!DOCTYPE html>
<html lang="en">
    <head>
         <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
	    <meta name="viewport" content="width=device-width, initial-scale=1">     

        <meta http-equiv="content-type" content="text/html; charset=utf-8"/>


        <meta name="description" content="" /> 
        <meta name="keywords" content="" /> 
        <meta name="google-site-verification" content="IkSsM0IAGpvE2RejHQrIlbmss6Ws-_6zR4x4ZfTptaM" />

        
         


	






        <!-- Title Tag -->
        


	
<title>
    City of Chicago :: Recovery and Reinvestment (Stimulus)
</title>

        <!-- Day Initialization -->
        


	

        <!-- Favicon -->
        <link rel="SHORTCUT ICON" href="/etc/designs/city/favicon.ico">
		<script type="text/javascript" src="/etc/designs/base/clientlibs/jquery.js"></script>  
        <link rel="stylesheet" href="/etc/clientlibs/foundation/main.min.css" type="text/css">
<link rel="stylesheet" href="/etc/designs/city/clientlibs.min.css" type="text/css">
<script type="text/javascript" src="/etc/clientlibs/granite/jquery.min.js"></script>
<script type="text/javascript" src="/etc/clientlibs/granite/utils.min.js"></script>
<script type="text/javascript" src="/etc/clientlibs/granite/jquery/granite.min.js"></script>
<script type="text/javascript" src="/etc/clientlibs/foundation/jquery.min.js"></script>
<script type="text/javascript" src="/etc/clientlibs/foundation/main.min.js"></script>
<script type="text/javascript" src="/etc/designs/city/clientlibs.min.js"></script>


	    <script type="text/javascript" src="/etc/designs/base/clientlibs.min.js"></script>

	

        <link href="/etc/designs/base/MegaNavBar/assets/css/MegaNavbar.min.css" rel="stylesheet" type="text/css"/>
        <link href="/etc/designs/base/MegaNavBar/assets/css/skins/city-top-nav-white.css" rel="stylesheet" type="text/css"/>
		<link href="/etc/designs/base/MegaNavBar/assets/css/skins/city-department-nav-white.css" rel="stylesheet" type="text/css"/>
		<link href="/etc/designs/city/css/theme.css" rel="stylesheet" type="text/css"/>

		<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>










<script type="text/javascript">
 $(document).ready(function() {
 $.reject({ 
        reject: { /*msie7: true,
                  firefox15: true,
                  firefox11: true,
                  firefox7: true,
                  firefox3: true,
                  chrome21: true,
                  chrome20: true,*/
                  chrome19: true
         }, // Reject these browsers  
        header: 'Dear Web User:', // Header Text  
        paragraph1: 'This web browser version may limit the quality of your visit to the City of Chicago website. The site is internally tested and best viewed with the browsers listed below, so updating to one of these versions may improve your experience.', // Paragraph 1   
        paragraph2: 'Select an icon to get to the download page:',
        display: ['firefox','chrome','msie'], 
        closeCookie: true, // Once per session
        closeMessage: ' ', // Message below close window link 
        closeURL: '#notification'
        
    }); // Customized Browsers
    return false;
 });
    </script>  

    </head>

    <body class="page-programinitiativedetails">







            <div  class="page-wrapper">
                <!-- Header -->
				<div class="container-fluid container-header" style="margin-top:0px;padding-left:0px;padding-right:0px;"> 
					 <div class="row"> 
						<div class="col-xs-12 page-header" style="margin-top:0px;">
								


	
	 
	
	 
	 

	
	

	<style>



		ul.ui-autocomplete { z-index:10000000; }
		.ui-helper-hidden-accessible { display:none; } 
		.ui-menu-item a { cursor:pointer;}
	</style>




	 



<div class="header container-fluid site-logo" style="margin-bottom:0px;margin-top:0px; padding:10px;background-color: #0198DD">
		<div class="row" >
			<div class="col-xs-12 col-sm-8">
					<div id="skip">
						<a href="#startcontent">Skip to Main Content</a>
					</div>
				
				<a href="/content/city/en.html" title="The City of Chicago's Official Site">
                    <img class="img-responsive" src="/content/dam/city/homepage/city-logo.png" alt="The City of Chicago's Official Site"/>
				</a>
			</div>

            <div class="xsearch col-xs-12 col-sm-4 hidden-xs"> 
                <form action="/city/en/general/search_results.html" method="GET" name="g" style="text-align:right;margin-top:20px;">
					<p class="search-fields"> 
                    <input type="text" id="site-search"  placeholder="Search the City of Chicago"
                        value="" style="color: #809DB9;width: 80%;display: inline;"
					name="keyword" class="global-search auto-search global-search-text form-control" />
					&nbsp;
                        <input type="hidden" name="from" value="internal"/>
                        <button title="Search the City of Chicago" type="submit" value="Search" name="Go" id="Go" class="btn btn-top-search" style="padding:6px" >
                            <i class="fa fa-search">&nbsp;&nbsp;</i>
                        </button>
					</p>

				</form>
			</div>
		</div>
     </div>

<script type="text/javascript">

		$(document).ready(function() {


			$( ".auto-search" ).autocomplete({ 
				source: "/content/city/en.SuggestProxy.html",
				//  appendTo: ".site-search", 
				select: function( event, ui ) {
					// $(this).attr("value",ui.item.value);
					 $(this).val(ui.item.value);
					var inputId = $(this).attr("id");
					if(inputId != "findServicesBigSearchInput" && inputId != "city-service-search-cmp") {
						$('#site-search').val($('#site-search').val().trim());
						if($('#keyword').length) {
							$('#keyword').val($('#keyword').val().trim());
						}
						$(this).closest("form").submit();
					}
				}
			});

			if($('#site-search').val() == "Keyword") {
				$('#site-search').css('color','#809DB9');
			}
		});

		</script>

		<script type="text/javascript" language="JavaScript">
		$('#site-search').focus(function(){
			if($(this).val() == 'Keyword') {
				$(this).val('');
				$(this).css('color','Black');
			}
		});

		$('#site-search').blur(function(){
			if($(this).val() == "") {
				$(this).val('Keyword');
				$(this).css('color','#809DB9');
			} 
		});
		$('#Go').click(function(){
			if($('#site-search').val() == "" || $('#site-search').val() == "Keyword") {
				$('#site-search').focus();
				return false;
			}
			$('#site-search').val($('#site-search').val().trim());  

		});
</script>


	<!-- Main Navigation Bar -->
	


	


    <div id="mobdiv" class="visible-xs"></div>

  <div class="container-fluid" style="padding-left:0px;padding-right:0px">
        <nav class="navbar city-top-nav no-border-radius xs-height75 navbar-static-top" id="main_navbar" role="navigation" style="margin-bottom:0px">
        	<div class="container-fluid" >
        		<!-- Brand and toggle get grouped for better mobile display -->
        		<div class="navbar-header">
        			<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#MegaNavbarID">
        			<span class="sr-only">Toggle navigation</span>
        			<span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
        			</button>
    					<form style="margin-top:7px" class="navbar-form-expanded navbar-form navbar-left visible-xs-block" role="search" action="/city/en/general/search_results.html" method="GET" name="g">
        					<div class="input-group">
        						<input type="text" class="form-control" data-width="80px" data-width-expanded="170px" placeholder="Search the City of Chicago" value="" name="keyword" >
        						<span class="input-group-btn"><button class="btn btn-danger" type="submit" ><i class="fa fa-search"></i>&nbsp;</button></span>
        					</div>
        				</form>   		
        		</div>
        		<!-- Collect the nav links, forms, and other content for toggling -->
        		<div class="collapse navbar-collapse" id="MegaNavbarID">

        			<!-- regular link -->
        			<ul class="nav navbar-nav navbar-left dropdown-onhover">

                        <a href="/city/en.html" title="City of Chicago Home Page" class="navbar-link navbar-left hidden-xs"><i style="font-size:20px;margin-top:10px;" class="fa fa-home" aria-hidden="true"></i></a>
						


	


			<li class="dropdown">
				<a data-toggle="dropdown" href="javascript:;" class="dropdown-toggle" aria-expanded="true">I Want To<span class="caret"></span></a>
					<ul class="dropdown-menu"  role="menu" >



	  <li class="dropdown-right-onhover no-fix" >						
			<a href="javascript:;" data-target="#m-apply_for" data-toggle="collapse" class="dropdown-toggle collapsed">Apply for</a>
				<ul class="dropdown-menu collapse" id="m-apply_for">
	
						<li><a title="Bid Job Opportunities " href="/content/city/en/depts/dhr/provdrs/emp/svcs/apply_for_bid_opportunities-forcityofchicagoemployeesandbargaini.html">Bid Job Opportunities </a></li>

						<li><a title="Buildings E-Permits" href="/content/city/en/depts/bldgs/provdrs/stand_plan/svcs/e-permits.html">Buildings E-Permits</a></li>

						<li><a title="Business Licenses" href="/content/city/en/depts/bacp/provdrs/bus/svcs/apply_for_a_businesslicenseonline.html">Business Licenses</a></li>

						<li><a title="Chicago Housing Authority (CHA) Housing" href="/content/city/en/depts/other/provdrs/cha/svcs/find_housing_information.html">Chicago Housing Authority (CHA) Housing</a></li>

						<li><a title="Internships and Volunteer Programs" href="/content/city/en/depts/dhr/provdrs/emp/svcs/internships.html">Internships and Volunteer Programs</a></li>

						<li><a title="Job Opportunities at City of Chicago" href="/content/city/en/depts/dhr/provdrs/emp/svcs/city_of_chicago_jobopportunities.html">Job Opportunities at City of Chicago</a></li>

						<li><a title="Link Card, Food Stamps and Medical Assistance" href="/content/city/en/depts/other/provdrs/soi/svcs/apply_for_link_cardfoodstampsandmedicalassistance.html">Link Card, Food Stamps and Medical Assistance</a></li>

						<li><a title="Permit Parking Zone Lookup" href="/content/city/en/depts/other/provdrs/clerk/svcs/parking_permit_zonelookup.html">Permit Parking Zone Lookup</a></li>

						<li><a title="WIC (Women Infant Children program)" href="/content/city/en/depts/cdph/provdrs/health_promotion/svcs/apply_for_wic_.html">WIC (Women Infant Children program)</a></li>

		<li class="divider"></li>
		<li><a title="More Services" href="/city/en/svcs/iwantto.apply_for.html.html"><i class="fa fa-list-ul" aria-hidden="true"></i>&nbsp;More Services</a></li>

	</ul>
	</li>


	  <li class="dropdown-right-onhover no-fix" >						
			<a href="javascript:;" data-target="#m-check_status_of" data-toggle="collapse" class="dropdown-toggle collapsed">Check Status Of</a>
				<ul class="dropdown-menu collapse" id="m-check_status_of">
	
						<li><a title="Abandoned Vehicle Complaint" href="/content/city/en/depts/streets/provdrs/traffic/svcs/abndvhclstatus.html">Abandoned Vehicle Complaint</a></li>

						<li><a title="Building Permit Status" href="/content/city/en/depts/bldgs/provdrs/stand_plan/svcs/building_permit_status.html">Building Permit Status</a></li>

						<li><a title="Building Violations" href="/content/city/en/depts/bldgs/provdrs/inspect/svcs/building_violationsonline.html">Building Violations</a></li>

						<li><a title="Building-Related Court Actions" href="/content/city/en/depts/bldgs/provdrs/inspect/svcs/building-relatedcourtactions.html">Building-Related Court Actions</a></li>

						<li><a title="Easy Building Permit Applications" href="/content/city/en/depts/bldgs/provdrs/permit_proc/svcs/applications.html">Easy Building Permit Applications</a></li>

						<li><a title="HomeMod - My Application status" href="/content/city/en/depts/mopd/provdrs/hous/svcs/accessible_home_modificationprogram-ages0-5911.html">HomeMod - My Application status</a></li>

						<li><a title="Parking, Red Light, or Speed Ticket(s)" href="/content/city/en/depts/fin/provdrs/parking_and_redlightcitationadministration/svcs/pay_parking_and_red-lightticketson-line.html">Parking, Red Light, or Speed Ticket(s)</a></li>

						<li><a title="Permit for Business ID and Advertising Signs" href="/content/city/en/depts/dcd/provdrs/admin/svcs/business_identificationandadvertisingsigns.html">Permit for Business ID and Advertising Signs</a></li>

						<li><a title="Service Request for Street Light Out" href="/content/city/en/depts/cdot/provdrs/traffic_signals_andstreetlights/svcs/bldgviolstatus.html">Service Request for Street Light Out</a></li>

						<li><a title="Vacant Property" href="/content/city/en/depts/bldgs/provdrs/inspect/svcs/check_status_of_vacantproperty.html">Vacant Property</a></li>

		<li class="divider"></li>
		<li><a title="More Services" href="/city/en/svcs/iwantto.check_status_of.html.html"><i class="fa fa-list-ul" aria-hidden="true"></i>&nbsp;More Services</a></li>

	</ul>
	</li>


	  <li class="dropdown-right-onhover no-fix" >						
			<a href="javascript:;" data-target="#m-find_get" data-toggle="collapse" class="dropdown-toggle collapsed">Find/Get</a>
				<ul class="dropdown-menu collapse" id="m-find_get">
	
						<li><a title="Auto Pound Locations" href="/content/city/en/depts/streets/provdrs/traffic/svcs/auto_pound_locations.html">Auto Pound Locations</a></li>

						<li><a title="Bids, RFP, RFQ, RFI, Small Order" href="/content/city/en/depts/dps/provdrs/contract/svcs/current_bid_opportunities.html">Bids, RFP, RFQ, RFI, Small Order</a></li>

						<li><a title="Business License Look-up" href="/content/city/en/depts/bacp/provdrs/bus/svcs/business_licenselook-up.html">Business License Look-up</a></li>

						<li><a title="Chicago Building Code" href="/content/city/en/depts/bldgs/provdrs/inspect/svcs/chicago_buildingcodeonline.html">Chicago Building Code</a></li>

						<li><a title="Drivers License or State Id" href="/content/city/en/depts/other/provdrs/soi/svcs/get_a_driver_s_licenseorastateid.html">Drivers License or State Id</a></li>

						<li><a title="Free STI/HIV/AIDS Testing and Treatment" href="/content/city/en/depts/cdph/provdrs/health_services/svcs/get_yourself_evaluatedforstihivaids.html">Free STI/HIV/AIDS Testing and Treatment</a></li>

						<li><a title="Maps - GIS/Data" href="/content/city/en/depts/doit/provdrs/gis/svcs/maps---gis-data.html">Maps - GIS/Data</a></li>

						<li><a title="Permit Parking Zone Lookup" href="/content/city/en/depts/other/provdrs/clerk/svcs/parking_permit_zonelookup.html">Permit Parking Zone Lookup</a></li>

						<li><a title="Vital Records from the Cook County Clerk's Office" href="/content/city/en/depts/other/provdrs/ccco/svcs/get_vital_records.html">Vital Records from the Cook County Clerk's Office</a></li>

						<li><a title="Ward & Alderman by Address" href="/content/city/en/depts/other/provdrs/clerk/svcs/find_your_ward_andalderman.html">Ward & Alderman by Address</a></li>

		<li class="divider"></li>
		<li><a title="More Services" href="/city/en/svcs/iwantto.find_get.html.html"><i class="fa fa-list-ul" aria-hidden="true"></i>&nbsp;More Services</a></li>

	</ul>
	</li>


	  <li class="dropdown-right-onhover no-fix" >						
			<a href="javascript:;" data-target="#m-pay_for_buy" data-toggle="collapse" class="dropdown-toggle collapsed">Pay for/Buy</a>
				<ul class="dropdown-menu collapse" id="m-pay_for_buy">
	
						<li><a title="Administrative Hearing Fines" href="/content/city/en/depts/fin/provdrs/payment_processingdivision/svcs/QuickPay.html">Administrative Hearing Fines</a></li>

						<li><a title="Business License Renewal" href="/content/city/en/depts/bacp/provdrs/bus/svcs/renew_your_businesslicenseonline.html">Business License Renewal</a></li>

						<li><a title="Business Taxes" href="/content/city/en/depts/fin/provdrs/tax_division/svcs/pay_and_file_yourtaxesonline.html">Business Taxes</a></li>

						<li><a title="CTA Transit Customer Fare Cards" href="/content/city/en/depts/other/provdrs/cta/svcs/customer_fares_chartsandpurchasectafarecards.html">CTA Transit Customer Fare Cards</a></li>

						<li><a title="Calculate the Cost of a Permit" href="/content/city/en/depts/bldgs/provdrs/stand_plan/svcs/permit_fee_calculator.html">Calculate the Cost of a Permit</a></li>

						<li><a title="City of Chicago Photography" href="/content/city/en/depts/dgs/provdrs/asset_management/svcs/purchase_city_photography.html">City of Chicago Photography</a></li>

						<li><a title="Parking, Red Light, or Speed Ticket(s)" href="/content/city/en/depts/fin/provdrs/parking_and_redlightcitationadministration/svcs/pay_parking_and_red-lightticketson-line.html">Parking, Red Light, or Speed Ticket(s)</a></li>

						<li><a title="Surplus, Vehicles, Auctions" href="/content/city/en/depts/dps/provdrs/auction/svcs/city_of_chicago_onlineauctions.html">Surplus, Vehicles, Auctions</a></li>

						<li><a title="Vehicle and Residential Permit Parking Stickers" href="/content/city/en/depts/other/provdrs/clerk/svcs/vehicle_sticker_andresidentialpermitparkingsales.html">Vehicle and Residential Permit Parking Stickers</a></li>

						<li><a title="View Automated Speed Enforcement Video" href="/content/city/en/depts/fin/provdrs/parking_and_redlightcitationadministration/svcs/view_automated_speedenforcementvideo.html">View Automated Speed Enforcement Video</a></li>

		<li class="divider"></li>
		<li><a title="More Services" href="/city/en/svcs/iwantto.pay_for_buy.html.html"><i class="fa fa-list-ul" aria-hidden="true"></i>&nbsp;More Services</a></li>

	</ul>
	</li>


	  <li class="dropdown-right-onhover no-fix" >						
			<a href="javascript:;" data-target="#m-register" data-toggle="collapse" class="dropdown-toggle collapsed">Register</a>
				<ul class="dropdown-menu collapse" id="m-register">
	
						<li><a title="Discrimination Complaint" href="/content/city/en/depts/cchr/provdrs/discrim/svcs/file_a_discriminationcomplaint.html">Discrimination Complaint</a></li>

						<li><a title="Dog Registration" href="/content/city/en/depts/other/provdrs/clerk/svcs/dog_registration.html">Dog Registration</a></li>

						<li><a title="Extreme Weather Notification" href="/content/city/en/depts/oem/provdrs/emerg_mang/svcs/sign_up_for_extremeweathernotification.html">Extreme Weather Notification</a></li>

						<li><a title="For Park District Programs" href="/content/city/en/depts/other/provdrs/cpd/svcs/register_for_parkdistrictprogramsonline.html">For Park District Programs</a></li>

						<li><a title="HIV/AIDS Online Courses" href="/content/city/en/depts/cdph/provdrs/health_services/svcs/register_for_freestihivaidsonlinecourses.html">HIV/AIDS Online Courses</a></li>

						<li><a title="Independent Living Skills Program" href="/content/city/en/depts/mopd/provdrs/resource/svcs/ilp-independent_livingprogram.html">Independent Living Skills Program</a></li>

						<li><a title="MPEA Airport Tax" href="/content/city/en/depts/bacp/provdrs/vehic/svcs/mpea_online_permitapplicationform.html">MPEA Airport Tax</a></li>

						<li><a title="Register a Cottage Food Operation" href="/content/city/en/depts/cdph/provdrs/inspections_and_permitting/svcs/register_a_cottagefoodoperation.html">Register a Cottage Food Operation</a></li>

		<li class="divider"></li>
		<li><a title="More Services" href="/city/en/svcs/iwantto.register.html.html"><i class="fa fa-list-ul" aria-hidden="true"></i>&nbsp;More Services</a></li>

	</ul>
	</li>


	  <li class="dropdown-right-onhover no-fix" >						
			<a href="javascript:;" data-target="#m-report_file" data-toggle="collapse" class="dropdown-toggle collapsed">Report/File</a>
				<ul class="dropdown-menu collapse" id="m-report_file">
	
						<li><a title="AIC (Annual Inspection Certification) Inspections" href="/content/city/en/depts/bldgs/provdrs/inspect/svcs/annual_inspectioncertificationaicprogramupdate.html">AIC (Annual Inspection Certification) Inspections</a></li>

						<li><a title="Abandoned Vehicle" href="/content/city/en/depts/streets/provdrs/traffic/svcs/abandoned_vehicles.html">Abandoned Vehicle</a></li>

						<li><a title="Cab Feedback" href="/content/city/en/depts/bacp/provdrs/consumer/svcs/consumer_cab_complaint.html">Cab Feedback</a></li>

						<li><a title="Claim for Vehicle or Property Damage" href="/content/city/en/depts/other/provdrs/clerk/svcs/file_a_claim.html">Claim for Vehicle or Property Damage</a></li>

						<li><a title="Complaint Against a Chicago Police Officer" href="/content/city/en/depts/ipra/provdrs/investigate/svcs/report_an_incidentagainstachicagopoliceofficer.html">Complaint Against a Chicago Police Officer</a></li>

						<li><a title="Consumer Complaint Online" href="/content/city/en/depts/bacp/provdrs/pros_adj/svcs/file_a_citizen_complaintonline.html">Consumer Complaint Online</a></li>

						<li><a title="Economic Disclosure, Affidavit, Online EDS" href="/content/city/en/depts/dps/provdrs/comp/svcs/economic_disclosurestatementseds.html">Economic Disclosure, Affidavit, Online EDS</a></li>

						<li><a title="Pothole in the Street" href="/content/city/en/depts/cdot/provdrs/street/svcs/report_a_pot_holeinstreet.html">Pothole in the Street</a></li>

						<li><a title="Stray Animal in Neighborhood" href="/content/city/en/depts/cacc/provdrs/animal_control_andrescue/svcs/report_a_stray_animal.html">Stray Animal in Neighborhood</a></li>

		<li class="divider"></li>
		<li><a title="More Services" href="/city/en/svcs/iwantto.report_file.html.html"><i class="fa fa-list-ul" aria-hidden="true"></i>&nbsp;More Services</a></li>

	</ul>
	</li>


	  <li class="dropdown-right-onhover no-fix" >						
			<a href="javascript:;" data-target="#m-request" data-toggle="collapse" class="dropdown-toggle collapsed">Request</a>
				<ul class="dropdown-menu collapse" id="m-request">
	
						<li><a title="Building Inspection" href="/content/city/en/depts/bldgs/provdrs/inspect/svcs/request_an_inspection.html">Building Inspection</a></li>

						<li><a title="Garbage Cart" href="/content/city/en/depts/streets/provdrs/rodent/svcs/garbage_cart_distribution.html">Garbage Cart</a></li>

						<li><a title="Graffiti Removal Services" href="/content/city/en/depts/streets/provdrs/graffiti_blasters/svcs/mayor_daley_s_graffitiblasters.html">Graffiti Removal Services</a></li>

						<li><a title="Parking Ticket Photos" href="/content/city/en/depts/fin/provdrs/parking_and_redlightcitationadministration/svcs/view_parking_ticketpictures.html">Parking Ticket Photos</a></li>

						<li><a title="Request a Bike Map" href="/content/city/en/depts/cdot/provdrs/bike/svcs/request_a_bike_map.html">Request a Bike Map</a></li>

						<li><a title="Residential Garbage Collection" href="/content/city/en/depts/streets/provdrs/streets_san/svcs/residential_garbagecollection.html">Residential Garbage Collection</a></li>

						<li><a title="Restaurant Inspection" href="/content/city/en/depts/cdph/provdrs/inspections_and_permitting/svcs/food_protection_program.html">Restaurant Inspection</a></li>

						<li><a title="View Red Light Video" href="/content/city/en/depts/fin/provdrs/parking_and_redlightcitationadministration/svcs/view_red-light_video.html">View Red Light Video</a></li>

		<li class="divider"></li>
		<li><a title="More Services" href="/city/en/svcs/iwantto.request.html.html"><i class="fa fa-list-ul" aria-hidden="true"></i>&nbsp;More Services</a></li>

	</ul>
	</li>


	  <li class="dropdown-right-onhover no-fix" >						
			<a href="javascript:;" data-target="#m-sign_up" data-toggle="collapse" class="dropdown-toggle collapsed">Sign up for/volunteer</a>
				<ul class="dropdown-menu collapse" id="m-sign_up">
	
						<li><a title="Alerts from NotifyChicago" href="/content/city/en/depts/oem/provdrs/alertchicago/svcs/notifychicago.html">Alerts from NotifyChicago</a></li>

						<li><a title="CAPS Brochures & Information" href="/content/city/en/depts/cpd/provdrs/police_services/svcs/caps_brochure_request.html">CAPS Brochures & Information</a></li>

						<li><a title="Community Emergency Response Team (CERT)" href="/content/city/en/depts/oem/provdrs/edu/svcs/become_a_cert_volunteer.html">Community Emergency Response Team (CERT)</a></li>

						<li><a title="Food Alerts and Recalls" href="/content/city/en/depts/cdph/provdrs/inspections_and_permitting/svcs/sign_up_to_receivefoodalertsandrecalls.html">Food Alerts and Recalls</a></li>

						<li><a title="Internships and Volunteer Programs" href="/content/city/en/depts/dhr/provdrs/emp/svcs/internships.html">Internships and Volunteer Programs</a></li>

						<li><a title="One Good Deed Chicago Volunteer Opportunities" href="/content/city/en/depts/mayor/provdrs/special_prog/svcs/one_good_deed_chicago.html">One Good Deed Chicago Volunteer Opportunities</a></li>

						<li><a title="Voluntary Disclosure" href="/content/city/en/depts/fin/provdrs/tax_division/svcs/apply_for_voluntarydisclosureofchicagobusinesstaxes.html">Voluntary Disclosure</a></li>

		<li class="divider"></li>
		<li><a title="More Services" href="/city/en/svcs/iwantto.sign_up.html.html"><i class="fa fa-list-ul" aria-hidden="true"></i>&nbsp;More Services</a></li>

	</ul>
	</li>

</ul>
</li>



   


						<!--Programs &amp; Initiatives -->
						<li class="dropdown-grid  menu-programs">
							<a data-toggle="dropdown" href="/city/en/progs.html" class="dropdown-toggle nav-url"><span>Programs &amp; Initiatives</span><span class="caret"></span></a>
							<div class="dropdown-grid-wrapper">
								<div class="dropdown-menu row col-xs-12 col-sm-6 no-shadow no-border-radius border">
										<div class="col-xs-12 col-sm-6">
											<ul>												
												<li>
													<a title="Affordable Chicago" href="/city/en/progs/affordchic.html">Affordable Chicago</a>
													<a title="Consumer Protection" href="/city/en/progs/protect.html">Consumer Protection</a>
													<a title="Education" href="/city/en/progs/edu.html">Education</a>
													<a title="Environment" href="/city/en/progs/env.html">Environment</a>
													<a title="Freedom of Information (FOIA)" href="/city/en/progs/foia.html">Freedom of Information (FOIA)</a>
													<a title="Grants" href="/city/en/progs/grants.html">Grants</a>
													<a title="Health &amp; Wellness" href="/city/en/progs/health.html">Health &amp; Wellness</a>
													<a title="Housing" href="/city/en/progs/hous.html">Housing</a>
													<a title="Inspections, Permitting &amp; Licensing" href="/city/en/progs/inspectionspermitting.html">Inspections, Permitting &amp; Licensing</a>
												</li>
											</ul>
										</div>
										
										<div class="col-xs-12 col-sm-6">											
											<ul>
												<li>
													    <a title="Jobs" href="/city/en/progs/emp.html">Jobs</a>
														<a title="Municipal Marketing" href="/city/en/progs/municipal_marketing.html">Municipal Marketing</a>
                                                    	<a title="One Chicago" target="blank" href="https://onechi.org/">One Chicago</a>
														<a title="Safety" href="/city/en/progs/safety.html">Safety</a>
														<a title="Taxes" href="/city/en/progs/tax.html">Taxes</a>
														<a title="Technology" href="/city/en/progs/tech.html">Technology</a>
														<a title="Transparency" href="/city/en/progs/transparency.html">Transparency</a>
														<a title="Transportation" href="/city/en/progs/trnsprt.html">Transportation</a>												<a title="Food Service Establishments" href="/city/en/ofinterest/bus/food.html">Food Service Establishments</a>
												</li>
											</ul>
										</div>		
								</div>
							</div>
						</li>							
					
						<!--Chicago Government -->
						<li class="dropdown-full menu-departments">
							<a data-toggle="dropdown" href="/city/en/chicagogovt.html" class="dropdown-toggle nav-url"><span>Government</span><span class="caret"></span></a>
							<div class="dropdown-menu">
								
										<div class="col-xs-12 col-sm-3">
											<ul>
												<li class="dropdown-header">Elected Officials</li>
											</ul>
											<ul>
												<li>												
													<a title="Mayor's Office" href="/city/en/depts/mayor.html">Mayor's Office</a>
													<a title="City Clerk and Ordinances" href="http://www.chicityclerk.com/">City Clerk</a>
													<a title="City Treasurer" href="http://www.chicagocitytreasurer.com/">City Treasurer</a>
													<a title="City Council, Your Ward &amp; Aldermen" href="/city/en/about/council.html">City Council (Your Ward &amp; Aldermen)</a>
												</li>
											</ul>
       										<ul>
												<li class="dropdown-header"><br>Other City Agencies</li>
											</ul>                                     
											<ul> 
                                                <li>
													<a title="" href="#"></a>
                                                <a title="City Colleges" href="#">City Colleges</a>
                                                <a title="Housing Authority (CHA)" href="/content/city/en/depts/other/provdrs/cha.html">Housing Authority (CHA)</a>
                                                <a title="Park District" href="/content/city/en/depts/other/provdrs/cpd.html">Park District</a>
                                                <a title="Public Building Commission" href="http://www.pbcchicago.com/" target="_blank">Public Building Commission</a>
                                                <a title="Public Schools" href="/city/en/depts/other/provdrs/cps.html">Public Schools</a>
                                                <a title="Transit Authority (CTA)" href="/city/en/depts/other/provdrs/cta.html">Transit Authority (CTA)</a>
                                                <a title="Metro Pier & Exposition Authority" href="http://www.mpea.com/" target="_blank">Metro Pier & Exposition Authority</a>
                                                </li>
                                            </ul>
										</div>
										
										<div class="col-xs-12 col-sm-9">		
											<div class="col-xs-12 col-sm-3">
												<ul>
													  <li class="dropdown-header">Departments</li>
													  <li>
														<a title="311 City Services" href="/city/en/depts/311.html">311 City Services</a>
														<a title="Administrative Hearings" href="/city/en/depts/ah.html">Administrative Hearings</a>
														<a title="Animal Care &amp; Control" href="/city/en/depts/cacc.html">Animal Care &amp; Control</a>
														<a title="Aviation" href="/city/en/depts/doa.html">Aviation</a>
														<a title="Budget &amp; Management" href="/city/en/depts/obm.html">Budget &amp; Management</a>
														<a title="Buildings" href="/city/en/depts/bldgs.html">Buildings</a>
														<a title="Bus. Affairs &amp; Consumer Protection" href="/city/en/depts/bacp.html">Bus. Affairs &amp; Consumer Protection</a>                                
														<a title="City of Chicago TV" href="/city/en/depts/tv.html">City of Chicago TV</a>
														<a title="Civilian Office of Police Accountability" href="/city/en/depts/copa.html">Civilian Office of Police Accountability</a>
                                                          <a title="Cultural Affairs &amp; Special Events" href="/city/en/depts/dca.html">Cultural Affairs &amp; Special Events</a>
														<a title="Emergency Mgmt &amp; Communications" href="/city/en/depts/oem.html">Emergency Mgmt &amp; Communications</a>

													</li>
												</ul>
											</div>
											<div class="col-xs-12 col-sm-3">
												<ul>
													<li>
														<a title="Ethics" href="/city/en/depts/ethics.html">Ethics</a>
														<a title="Family &amp; Support Services" href="/city/en/depts/fss.html">Family &amp; Support Services</a>
														<a title="Finance" href="/city/en/depts/fin.html">Finance</a>
														<a title="Fire" href="/city/en/depts/cfd.html">Fire</a>
														<a title="Fleet and Facility Management" href="/city/en/depts/dgs.html">Fleet and Facility Management</a>                                 
														<a title="Human Relations" href="/city/en/depts/cchr.html">Human Relations</a>
														<a title="Human Resources" href="/city/en/depts/dhr.html">Human Resources</a>
														<a title="Innovation &amp; Technology" href="/city/en/depts/doit.html">Innovation &amp; Technology</a>
														<a title="Inspector General's Office" href="/city/en/depts/igo.html">Inspector General's Office</a>
														<a title="Law" href="/city/en/depts/dol.html">Law</a>	
														<a title="License Appeal Commission" href="/city/en/depts/lac.html">License Appeal Commission</a>                             
														<a title="People with Disabilities" href="/city/en/depts/mopd.html">People with Disabilities</a>
													</li>
												</ul>
											</div>
											<div class="col-xs-12 col-sm-3">
												<ul>
													<li>


														<a title="Planning &amp; Development" href="/city/en/depts/dcd.html">Planning &amp; Development</a>
														<a title="Police" href="/city/en/depts/cpd.html">Police</a>
														<a title="Police Board" href="/city/en/depts/cpb.html">Police Board</a>
														<a title="Procurement Services" href="/city/en/depts/dps.html">Procurement Services</a>
														<a title="Public Health" href="/city/en/depts/cdph.html">Public Health</a>
														<a title="Public Library" href="/city/en/depts/cpl.html">Public Library</a>
														<a title="Streets &amp; Sanitation" href="/city/en/depts/streets.html">Streets &amp; Sanitation</a>
														<a title="Transportation" href="/city/en/depts/cdot.html">Transportation</a>
														<a title="Water Management" href="/city/en/depts/water.html">Water Management</a> 
													</li>
												</ul>
											</div>
											<div class="col-xs-12 col-sm-3">
												<ul>
													  <li class="dropdown-header">Legislation and Regulation</li>
													  <li>
		                                                    <a title="Municipal Code" target="blank" href="http://www.chicityclerk.com/legislation-records/municipal-code">Municipal Code</a>
                                                            <a title="Building Code" target="blank" href="http://library.amlegal.com/nxt/gateway.dll/Illinois/chicagobuilding/buildingcodeandrelatedexcerptsofthemunic?f=templates$fn=default.htm$3.0$vid=amlegal:chicagobuilding_il">Building Code</a>
															<a title="Zoning and Land Use Ordinance" target="blank" href="http://library.amlegal.com/nxt/gateway.dll/Illinois/chicagozoning/chicagozoningordinanceandlanduseordinanc?f=templates$fn=default.htm$3.0$vid=amlegal:chicagozoning_il">Zoning and Land Use Ordinance</a>
                                                            <a title="Rules and Regulations" href="/city/en/depts/dol/rules-and-regulations-portal.html">Rules and Regulations</a>

													 </li>
												</ul>
												<ul>
													  <li class="dropdown-header"><br>Other</li>
													  <li>
		                                                    <a title="Employee Directory" target="blank" href="http://cityinfo.cityofchicago.org/PhoneBook">Employee Directory</a>
                                                          <a title="Boards & Commissions" target="blank" href="https://webapps1.cityofchicago.org/moboco/">Boards & Commissions</a>

													 </li>
												</ul>                                                
											</div>

										</div>
							</div>
						</li>					


 						<li class="dropdown-short menu-about">
							<a data-toggle="dropdown" href="/city/en/about.html" class="dropdown-toggle nav-url"><span>About</span><span class="caret"></span></a>
							<div class="dropdown-menu">


									<ul>
										<li>
											<a title="Chicago History" href="/city/en/about/history.html">Chicago History</a>
											<a title="Facts &amp; Statistics" href="/city/en/about/facts.html">Facts &amp; Statistics</a>
											<a title="Attractions" href="https://www.choosechicago.com/" target="_blank">Attractions</a>
										
										</li>
									</ul>
																						
							</div>
						</li>	       			

        				<!-- divider 
        				<li class="divider"></li>-->
        			</ul>
        			<ul class="nav navbar-nav navbar-right dropdown-onhover">

						<!--Translate-->
     						<li class="dropdown-short">
							<a data-toggle="dropdown" href="javascript:void(0);" class="dropdown-toggle"><i class="fa fa-flag"></i>&nbsp;<span class="hidden-sm hidden-md reverse">Translate</span><span class="caret"></span></a>
							<div class="dropdown-menu">
   								 <ul id="menu-translate">
										<li>
										<a href="http://translate.google.com/translate?hl=en&amp;sl=en&amp;tl=en&amp;u=https://www.cityofchicago.org/city/en.html" class="lan" title="Click to view site in English. Disclaimer: The City of Chicago is not responsible for inaccurately translated content.">English</a>

										<a class="lan" href="http://translate.google.com/translate?hl=en&amp;sl=en&amp;tl=es&amp;u=https://www.cityofchicago.org/city/en.html" title="Haga clic para ver el sitio en español. Descargo de responsabilidad: La ciudad de Chicago no es responsable por el contenido traducido erróneamente.">Español</a>

										<a class="lan" href="http://translate.google.com/translate?hl=en&amp;sl=en&amp;tl=zh-CN&amp;u=https://www.cityofchicago.org/city/en.html" title="Click to view site in Chinese. Disclaimer: The City of Chicago is not responsible for inaccurately translated content.">中文</a> 

										<a href="http://translate.google.com/translate?hl=en&amp;sl=en&amp;tl=pl&amp;u=https://www.cityofchicago.org/city/en.html" class="lan" title="Kliknij aby zobaczyć stronę w chińskiej Zastrzeżenie: City of Chicago nie ponosi odpowiedzialności za niedokładnie przetłumaczonej treści.">Polski</a>

										<a href="http://translate.google.com/translate?hl=en&amp;sl=en&amp;tl=ar&amp;u=https://www.cityofchicago.org/city/en.html" class="lan" id="arabic" title="انقر فوق لعرض في موقع المسؤولية الصينية: مدينة شيكاغو ليست مسؤولة عن محتوى ترجمة غير دقيقة.">عربي</a>


										</li>
									</ul>																					
							</div>
						</li>	      

        			</ul>
        		</div>
        	</div>
        </nav>

    </div>
<style>.xnavbar[class*="navbar-fixed-"] {
    opacity: 0.75;
    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
.xnavbar[class*="navbar-fixed-"]:hover {opacity: 1;}
</style>

<script>
    $( window ).load(function() {
        $(document).on('click', '.navbar .dropdown-menu', function(e) {e.stopPropagation();});
    });

    /*  $(document).ready( function() {
      var docWidth = document.documentElement.offsetWidth;

        [].forEach.call(
          document.querySelectorAll('*'),
          function(el) {
            if (el.offsetWidth > docWidth) {
              console.log(el);
            }
          }
       	 );
         });*/

    </script>

     <script>


    	//Start Fix MegaNavbar on scroll page
    	var navHeight = $('#main_navbar').offset().top;
         //FixMegaNavbar(navHeight);
         //$(window).bind('scroll', function() {FixMegaNavbar(navHeight);});

    	function FixMegaNavbar(navHeight) {
    	    if (!$('#main_navbar').hasClass('navbar-fixed-bottom')) {
    	        if ($(window).scrollTop() > navHeight) {
    	            $('#main_navbar').addClass('navbar-fixed-top')
    	            $('body').css({'margin-top': $('#main_navbar').height()+'px'});
    	            if ($('#main_navbar').parent('div').hasClass('container')) $('#main_navbar').children('div').addClass('container').removeClass('container-fluid');
    	            else if ($('#main_navbar').parent('div').hasClass('container-fluid')) $('#main_navbar').children('div').addClass('container-fluid').removeClass('container');
    	        }
    	        else {
    	            $('#main_navbar').removeClass('navbar-fixed-top');
    	            $('#main_navbar').children('div').addClass('container-fluid').removeClass('container');
    	            $('body').css({'margin-top': ''});
    	        }
    	    }
    	}
    	//End Fix MegaNavbar on scroll page

    	//Next code used to prevent unexpected menu close when using some components (like accordion, tabs, forms, etc), please add the next JavaScript to your page
    	$( window ).load(function() {
    	    $(document).on('click', '.navbar .dropdown-menu', function(e) {e.stopPropagation();});
    	});

		$(document).ready(function() {


            //top level menu: if it has an url and is not on mobile view, then go to the url.
            $(".nav-url").on("click",function() {

                var isMobile =  $("#mobdiv").css("display") =="block";
                if(!isMobile) {
					window.location = $(this).attr("href");
                }
            });

            //handles to-top functionality
			$("#toTop").css("display", "none");

			$(window).scroll(function(){
				if($(window).scrollTop() > 0){$("#toTop").fadeIn("slow");} else {$("#toTop").fadeOut("slow");}
			});

			$("#toTop").click(function(){
				event.preventDefault();
				$("html, body").animate({scrollTop:0},"slow");
			});
			
			
            //handles active menu 
			var parts = window.location.pathname.split('/');
			var menu="";

			var path = parts[1];
			if(path=="content") {
				path=parts[4];
			}else {

				path=parts[3];
			}
			console.log(path);
			
			switch(path) {
				case "progs": menu="menu-programs"; break;
                case "progs.html": menu="menu-programs"; break;
				case "depts": menu="menu-departments"; break;
                case "depts.html": menu="menu-departments"; break;
				case "ofinterest": menu="menu-people"; break;
                case "ofinterest.html": menu="menu-people"; break;
				case "about":menu="menu-about"; break;
                case "about.html":menu="menu-about"; break;
                case "chicagogovt.html":menu="menu-departments"; break;
				default: menu=""; break;
			}
			if(menu!="") {
                $("."+menu).addClass("active");
			}
			
			
		});

    </script>   


	<!-- Banner -->
	


	







	   


	


 
<style >
    .page-banner-text {
			background-color:#013248;
            min-height:180px;
            padding-left:20px;
        	font-family:'Open Sans';
       		color:#FFFFFF;
        	padding-top:10px;
       		padding-bottom:10px;
     }
    .page-banner-text h1 {
        text-transform:uppercase;
        margin-top:0px;
        font-size:320%;
    }
    .page-banner-text {
            display:flex;
            align-items: center;
     }
    .page-banner-text-overlay {
            padding:5px;
            xbackground-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
       }
	@media (max-width: 960px) {  
    .page-banner-text {
			height: auto;
   		 	padding-top: 10px;
    		padding-bottom: 10px;
     }
	  .page-banner-text h1 {
			font-size:200%;

		}
		
		.page-banner-text h3 {
			font-size:1em;
        	text-align:center;

		}

	}
</style>





<div class="container-fluid site-banner hidden-xs">
    <div class="row"> 
        <div class="col-xs-12 site-banner-image" style="background-image:url('/content/dam/city/progs/recovery_and_reinvestment/banner/main_recovery_reinvestment_banner.jpeg');padding-bottom:17%;background-size: cover;"  >	
            
        </div>
    </div>
</div>	








						</div>
					</div>
				</div>

                <!-- Body of the Site -->
				<div class="container-fluid container-body">
					 <div class="row"> 
						<div class="col-xs-12 page-body">	
							


	






	


<div class="container-fluid twocolumns-new">
    <div class="row"> 
        <div class="col-sm-12 col-md-9 page-center">
            


	






<div class="row breadcrubms">
	<div class="col-xs-12 hidden-xs">
		<ol class="breadcrumb">
<li ><a href="/content/city/en.html">Home</a></li><li ><a href="/content/city/en/progs.html">Programs & Initiatives</a></li><li class='active'>Recovery and Reinvestment (Stimulus)</li>
		</ol>
    </div>
</div>


            


	






	







	


 





<h1 class="page-heading">Recovery and Reinvestment (Stimulus)</h1>

<div class="container-fluid top-images">
	<div class="row">
		<div class="col-xs-12">
			
				
				
				
					
				
			
		</div>


	</div>
</div>
<div class="container-fluid page-full-description">
	<div class="row">
		<div class="col-xs-12" >
			<table dir="ltr" style="width: 661px; height: 568px;" border="0" align="center">
<tbody>
<tr>
<td valign="top"><img style="border: 0pt none;" title="Education " src="/content/dam/city/progs/recovery_and_reinvestment/Images/EducationThumbnail.jpg" alt="Education " width="104" height="74" border="0"/></td>
<td valign="top">
<h3><a title="Housing" href="/content/city/en/progs/recovery_reinvest/education1.html" target="_self">Education</a></h3>
Transform lives by building a foundation for excellence and a pathway to dream, achieve, and contribute to a global society.
<p>&nbsp;</p>
</td>
<td valign="top"><img style="border: 0pt none;" title="Housing" src="/content/dam/city/progs/recovery_and_reinvestment/Images/housing.jpg" alt="Housing" width="104" height="75" border="0"/></td>
<td valign="top">
<h3><a title="Environment &amp; Energy" href="/content/city/en/progs/recovery_reinvest/education2.html" target="_self">Housing &amp; Energy (Environment)</a></h3>
<p>Creation and preservation of affordable housing, energy efficiency for private homes,&nbsp; foreclosure prevention, and neighborhood stabilization.</p>
</td>
</tr>
<tr>
<td valign="top"><img style="border: 0pt none;" title="Basic Needs (Health &amp; Human Services)" src="/content/dam/city/progs/recovery_and_reinvestment/Images/health.jpg" alt="Basic Needs (Health &amp; Human Services)" width="104" height="75" border="0"/></td>
<td valign="top">
<h3><a title="Health &amp; Human Services" href="/content/city/en/progs/recovery_reinvest/education3.html" target="_self">Basic Needs (Health &amp; Human Services</a></h3>
Addresses homelessness, Head Start, and a range of counseling and support services.&nbsp;</td>
<td valign="top"><img style="border: 0pt none;" title="Public Safety" src="/content/dam/city/progs/recovery_and_reinvestment/Images/publicsafety.jpg" alt="Public Safety" width="104" height="78" border="0"/></td>
<td valign="top">
<h3><a title="Public Safety" href="/content/city/en/progs/recovery_reinvest/education5.html" target="_self">Public Safety</a></h3>
Make streets, sidewalks, schools, and parks safe for all residents. Helping Chicago protect quality of life by adding new resources for preventing and controlling crime and supporting community capacity.</td>
</tr>
<tr>
<td valign="top"><img style="float: left; border: 0pt none;" title="Transportation" src="/content/dam/city/progs/recovery_and_reinvestment/Images/TransportationThumbnail.jpg" alt="Transportation" width="104" height="74" border="0"/></td>
<td valign="top">
<h3><a title="Transportation &amp; Infrastructure" href="/content/city/en/progs/recovery_reinvest/education7.html" target="_self">Transportation &amp; Infrastructure</a></h3>
Addresses the most pressing capital needs of CDOT, CTA, and other agencies, including reconstruction, resurfacing, repair, and rail improvements.</td>
<td valign="top"><img style="vertical-align: top; border: 0pt none;" title="Broadband Technology" src="/content/dam/city/progs/recovery_and_reinvestment/Images/TechnologyThumbnail.jpg" alt="Broadband Technology" width="104" height="74" border="0"/></td>
<td valign="top">
<h3><a title="Technology" href="/content/city/en/progs/recovery_reinvest/education6.html" target="_self">Broadband (Technology)</a></h3>
Increasing technology access across the city and pursuing digital excellence initiatives that encourage all residents, businesses, and communities to participate fully in the Internet.</td>
</tr>
<tr>
<td valign="top"><img style="border: 0pt none;" title="Workforce Development" src="/content/dam/city/progs/recovery_and_reinvestment/Images/WDThumbnail.jpg" alt="Workforce Development" width="104" height="74" border="0"/></td>
<td valign="top">
<h3><a title="Workforce Development" href="/content/city/en/progs/recovery_reinvest/education8.html" target="_self">Workforce Development</a></h3>
Ensuring that the investments made in education, job training, and businesses support the overall health of the economy by promoting job development and retention.&nbsp;</td>
<td valign="top"><img style="border: 0pt none;" title="Image of a report PDF" src="/content/dam/city/progs/recovery_and_reinvestment/Images/PDFReport.jpg" alt="Image of a report PDF" width="104" height="129" border="0"/></td>
<td valign="top">
<h3><a title="Recovery in Chicago Reports Page" href="/content/city/en/progs/recovery_reinvest/recovery_in_chicago.html" target="_self"><strong>Reports</strong></a></h3>
<p>Download Reports and find other resources with ARRA updates and Job Creation updates.</p>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<p>On February 17, 2009, the <strong>American Recovery and Reinvestment Act ("ARRA") </strong>was signed into law by President Barack Obama, initiating an unparalleled $787 billion stimulus to the national economy through new spending and tax cuts.&nbsp;Recovery and Reinvestment funds are requested through grant application cycles, awarded by the Federal Government, invested locally, and tracked nationwide. To obtain and disburse funds, Chicago has created&nbsp;these strategy teams listed above.</p>
<p>The teams work as part of the <strong>Chicago Recovery Partnership</strong>. The Chicago Recovery Partnership has set three goals to define its purpose:&nbsp;&nbsp;</p>
<ul>
<li>Promote transparency of decision making, funding, and results</li>
<li>Support nonprofits in implementing stimulus programs</li>
<li>Leave a sustainable, lasting legacy that continues to improve the quality of life for all Chicagoans</li>
</ul>
</blockquote>
<blockquote>
<h3><a title="Chicago Recovery in Chicago, Reports and Job Updates" href="/content/city/en/progs/recovery_reinvest/recovery_in_chicago.html" target="_self">Recovery in Chicago: ARRA Reports and Job Creation Updates</a></h3>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
		</div>
	</div>
</div>





	



	



<div class="content-spacer"></div>

<div class="panel-group related-content" id="related-content-accordion" role="tablist" aria-multiselectable="true">









  	<div class="panel panel-default panel-relatedcontent">	
		<div class="panel-heading">
			<a role="button" data-toggle="collapse" class="accordion-toggle" data-parent="#-related-content-accordion" href="#list-news" aria-expanded="false" aria-controls="list-news">		
			<h3 class="panel-title">Most Recent News (Recovery and Reinvestment (Stimulus))</h3>
			</a>								
		</div>
	<div id="list-news" class="panel-collapse collapse" role="tabpanel" aria-labelledby="list-news">	
	<div class="panel-body">  
		<ul class="list-group list-related-info list-news">

			
			   <li class="list-group-item">
					<div class="row">
						<div class="col-xs-12 col-sm-2">Jul 23,2016</div>
						<div class="col-xs-12 col-sm-10 item-link"><a href="/content/city/en/depts/streets/provdrs/street/news/2016/july/mayor-emanuel-announces-city-departments-deliver-a-blitz-of-serv.html">Mayor Emanuel Announces City Departments Deliver a Blitz of Services to Back of the Yards Neighborhood</a></div>
					</div>
				</li>
		
		   
		</ul>
	</div>
	</div>
</div>














	<div class="panel panel-default panel-relatedcontent">
		  <div class="panel-heading">
		<a role="button" data-toggle="collapse" class="accordion-toggle collapsed" data-parent="#-related-content-accordion" href="#list-supporting-info" aria-expanded="false" aria-controls="list-supporting-info">		
		<h3 class="panel-title">Supporting Information</h3>
		</a>		  
			
		  </div>
		  <div id="list-supporting-info" class="panel-collapse collapse" role="tabpanel" aria-labelledby="list-supporting-info">
		<div class="panel-body">
			<ul class="list-group list-related-info list-supporting-info">
				
					<li class="list-group-item"><a href="/content/city/en/depts/water/supp_info/archived_constructionreports/2012_water_and_sewermainprojects.html">2012 Water and Sewer Main Projects</a></li>
				
					<li class="list-group-item"><a href="/content/city/en/progs/recovery_reinvest/education3.html">Basic Needs (Health &amp; Human Services)</a></li>
				
					<li class="list-group-item"><a href="/content/city/en/progs/recovery_reinvest/education6.html">Broadband (Technology)</a></li>
				
					<li class="list-group-item"><a href="/content/city/en/progs/recovery_reinvest/stimulusnews.html">Chicago Recovery &amp; Reinvestment News</a></li>
				
					<li class="list-group-item"><a href="/content/city/en/depts/water/supp_info/dwm_constructionprojects.html">DWM Construction Projects</a></li>
				
			
			
				 <li class="list-group-item more-info">
				 <p class="view-all"><i class="fa fa-angle-double-right" aria-hidden="true"></i>&nbsp;<a href="/content/city/en/progs/recovery_reinvest/supp_info.html">View all Supporting Information</a></p>
				 </li>
			  
			</ul>
		</div>
		</div>
	</div>			







 
</div><!--end related content accordion-->

<style>

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  
    content: "\e114";   
    float: right;        
        /*color: #357fc0;*/
        color:#626668;        
	margin-top: -20px;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";    
}

</style>




		


	







        </div>
        <div class="col-sm-12 col-md-3 page-right">	
            


	






	



<div class="container-fluid find-services-panel">
	<div class="row">
		<div class="col-xs-12">
			<div class="panel panel-default">
                <div class="panel-heading">
					<h3 class="panel-title"><i class="fa fa-hand-o-right" aria-hidden="true"></i>&nbsp;I Want To</h3>
              	</div>
			    <div class="panel-body">

<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
  <div class="panel panel-info">
    <div class="panel-heading" role="tab" id="applyforheading">
      <h4 class="panel-title">
        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#applyfor" aria-expanded="true" aria-controls="applyfor">
         Apply For
        </a>
      </h4>
    </div>
    <div id="applyfor" class="panel-collapse collapse" role="tabpanel" aria-labelledby="applyforheading">
      <div class="panel-body">
		<ul class="list-group i-list-services">
				<li class="list-group-item"><a title="Bid Job Opportunities " href="/content/city/en/depts/dhr/provdrs/emp/svcs/apply_for_bid_opportunities-forcityofchicagoemployeesandbargaini.html"><span>Bid Job Opportunities </span></a></li><li class="list-group-item"><a title="Buildings E-Permits" href="/content/city/en/depts/bldgs/provdrs/stand_plan/svcs/e-permits.html"><span>Buildings E-Permits</span></a></li><li class="list-group-item"><a title="Business Licenses" href="/content/city/en/depts/bacp/provdrs/bus/svcs/apply_for_a_businesslicenseonline.html"><span>Business Licenses</span></a></li><li class="list-group-item"><a title="Chicago Housing Authority (CHA) Housing" href="/content/city/en/depts/other/provdrs/cha/svcs/find_housing_information.html"><span>Chicago Housing Authority (CHA) Housing</span></a></li><li class="list-group-item"><a title="Internships and Volunteer Programs" href="/content/city/en/depts/dhr/provdrs/emp/svcs/internships.html"><span>Internships and Volunteer Programs</span></a></li><li class="list-group-item"><a title="Job Opportunities at City of Chicago" href="/content/city/en/depts/dhr/provdrs/emp/svcs/city_of_chicago_jobopportunities.html"><span>Job Opportunities at City of Chicago</span></a></li><li class="list-group-item"><a title="Link Card, Food Stamps and Medical Assistance" href="/content/city/en/depts/other/provdrs/soi/svcs/apply_for_link_cardfoodstampsandmedicalassistance.html"><span>Link Card, Food Stamps and Medical Assistance</span></a></li><li class="list-group-item"><a title="Permit Parking Zone Lookup" href="/content/city/en/depts/other/provdrs/clerk/svcs/parking_permit_zonelookup.html"><span>Permit Parking Zone Lookup</span></a></li><li class="list-group-item"><a title="WIC (Women Infant Children program)" href="/content/city/en/depts/cdph/provdrs/health_promotion/svcs/apply_for_wic_.html"><span>WIC (Women Infant Children program)</span></a></li> 			
			<li class="list-group-item"><a title="More services" href="/city/en/svcs/iwantto.apply_for.html"><strong>More services</strong></a></li>
				
		</ul>
      </div>
    </div>
  </div><!--End Apply For-->
 


				
   <div class="panel panel-info">
    <div class="panel-heading" role="tab" id="statusOfheading">
      <h4 class="panel-title">
		
			 <a role="button" data-toggle="collapse" data-parent="#accordion" href="#checkstatusOf" aria-expanded="true" aria-controls="checkstatusOf">Check Status Of</a>
		
      </h4>
    </div>
    <div id="checkstatusOf" class="panel-collapse collapse" role="tabpanel" aria-labelledby="statusOfheading">
      <div class="panel-body">
		<ul class="list-group i-list-services">
			<li class="list-group-item"><a title="Abandoned Vehicle Complaint" href="/content/city/en/depts/streets/provdrs/traffic/svcs/abndvhclstatus.html"><span>Abandoned Vehicle Complaint</span></a></li><li class="list-group-item"><a title="Building Permit Status" href="/content/city/en/depts/bldgs/provdrs/stand_plan/svcs/building_permit_status.html"><span>Building Permit Status</span></a></li><li class="list-group-item"><a title="Building Violations" href="/content/city/en/depts/bldgs/provdrs/inspect/svcs/building_violationsonline.html"><span>Building Violations</span></a></li><li class="list-group-item"><a title="Building-Related Court Actions" href="/content/city/en/depts/bldgs/provdrs/inspect/svcs/building-relatedcourtactions.html"><span>Building-Related Court Actions</span></a></li><li class="list-group-item"><a title="Easy Building Permit Applications" href="/content/city/en/depts/bldgs/provdrs/permit_proc/svcs/applications.html"><span>Easy Building Permit Applications</span></a></li><li class="list-group-item"><a title="HomeMod - My Application status" href="/content/city/en/depts/mopd/provdrs/hous/svcs/accessible_home_modificationprogram-ages0-5911.html"><span>HomeMod - My Application status</span></a></li><li class="list-group-item"><a title="Parking, Red Light, or Speed Ticket(s)" href="/content/city/en/depts/fin/provdrs/parking_and_redlightcitationadministration/svcs/pay_parking_and_red-lightticketson-line.html"><span>Parking, Red Light, or Speed Ticket(s)</span></a></li><li class="list-group-item"><a title="Permit for Business ID and Advertising Signs" href="/content/city/en/depts/dcd/provdrs/admin/svcs/business_identificationandadvertisingsigns.html"><span>Permit for Business ID and Advertising Signs</span></a></li><li class="list-group-item"><a title="Service Request for Street Light Out" href="/content/city/en/depts/cdot/provdrs/traffic_signals_andstreetlights/svcs/bldgviolstatus.html"><span>Service Request for Street Light Out</span></a></li><li class="list-group-item"><a title="Vacant Property" href="/content/city/en/depts/bldgs/provdrs/inspect/svcs/check_status_of_vacantproperty.html"><span>Vacant Property</span></a></li> 			
			<li class="list-group-item"><a title="More services" href="/city/en/svcs/iwantto.check_status_of.html"><strong>More services</strong></a></li>

				</ul>
      </div>
    </div>
  </div><!--Status Of--> 
  
				
   <div class="panel panel-info">
    <div class="panel-heading" role="tab" id="findGetheading">
      <h4 class="panel-title">
 		
			 <a role="button" data-toggle="collapse" data-parent="#accordion" href="#findGet" aria-expanded="true" aria-controls="findGet">Find/Get</a>
		
        
      </h4>
    </div>
    <div id="findGet" class="panel-collapse collapse" role="tabpanel" aria-labelledby="findGetheading">
      <div class="panel-body">
		<ul class="list-group i-list-services">
				<li class="list-group-item"><a title="Auto Pound Locations" href="/content/city/en/depts/streets/provdrs/traffic/svcs/auto_pound_locations.html"><span>Auto Pound Locations</span></a></li><li class="list-group-item"><a title="Bids, RFP, RFQ, RFI, Small Order" href="/content/city/en/depts/dps/provdrs/contract/svcs/current_bid_opportunities.html"><span>Bids, RFP, RFQ, RFI, Small Order</span></a></li><li class="list-group-item"><a title="Business License Look-up" href="/content/city/en/depts/bacp/provdrs/bus/svcs/business_licenselook-up.html"><span>Business License Look-up</span></a></li><li class="list-group-item"><a title="Chicago Building Code" href="/content/city/en/depts/bldgs/provdrs/inspect/svcs/chicago_buildingcodeonline.html"><span>Chicago Building Code</span></a></li><li class="list-group-item"><a title="Drivers License or State Id" href="/content/city/en/depts/other/provdrs/soi/svcs/get_a_driver_s_licenseorastateid.html"><span>Drivers License or State Id</span></a></li><li class="list-group-item"><a title="Free STI/HIV/AIDS Testing and Treatment" href="/content/city/en/depts/cdph/provdrs/health_services/svcs/get_yourself_evaluatedforstihivaids.html"><span>Free STI/HIV/AIDS Testing and Treatment</span></a></li><li class="list-group-item"><a title="Maps - GIS/Data" href="/content/city/en/depts/doit/provdrs/gis/svcs/maps---gis-data.html"><span>Maps - GIS/Data</span></a></li><li class="list-group-item"><a title="Permit Parking Zone Lookup" href="/content/city/en/depts/other/provdrs/clerk/svcs/parking_permit_zonelookup.html"><span>Permit Parking Zone Lookup</span></a></li><li class="list-group-item"><a title="Vital Records from the Cook County Clerk's Office" href="/content/city/en/depts/other/provdrs/ccco/svcs/get_vital_records.html"><span>Vital Records from the Cook County Clerk's Office</span></a></li><li class="list-group-item"><a title="Ward & Alderman by Address" href="/content/city/en/depts/other/provdrs/clerk/svcs/find_your_ward_andalderman.html"><span>Ward & Alderman by Address</span></a></li> 			
			<li class="list-group-item"> <a title="More services" href="/city/en/svcs/iwantto.find_get.html"><strong>More services</strong></a></li>

				</ul>
      </div>
    </div>
  </div><!--find get--> 
    
     <div class="panel panel-info">
    <div class="panel-heading" role="tab" id="payForheading">
      <h4 class="panel-title">
        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#payFor" aria-expanded="true" aria-controls="payFor">
        Pay For/Buy
        </a>
      </h4>
    </div>
    <div id="payFor" class="panel-collapse collapse" role="tabpanel" aria-labelledby="payForheading">
      <div class="panel-body">
		<ul class="list-group i-list-services">
				<li class="list-group-item"><a title="Administrative Hearing Fines" href="/content/city/en/depts/fin/provdrs/payment_processingdivision/svcs/QuickPay.html"><span>Administrative Hearing Fines</span></a></li><li class="list-group-item"><a title="Business License Renewal" href="/content/city/en/depts/bacp/provdrs/bus/svcs/renew_your_businesslicenseonline.html"><span>Business License Renewal</span></a></li><li class="list-group-item"><a title="Business Taxes" href="/content/city/en/depts/fin/provdrs/tax_division/svcs/pay_and_file_yourtaxesonline.html"><span>Business Taxes</span></a></li><li class="list-group-item"><a title="CTA Transit Customer Fare Cards" href="/content/city/en/depts/other/provdrs/cta/svcs/customer_fares_chartsandpurchasectafarecards.html"><span>CTA Transit Customer Fare Cards</span></a></li><li class="list-group-item"><a title="Calculate the Cost of a Permit" href="/content/city/en/depts/bldgs/provdrs/stand_plan/svcs/permit_fee_calculator.html"><span>Calculate the Cost of a Permit</span></a></li><li class="list-group-item"><a title="City of Chicago Photography" href="/content/city/en/depts/dgs/provdrs/asset_management/svcs/purchase_city_photography.html"><span>City of Chicago Photography</span></a></li><li class="list-group-item"><a title="Parking, Red Light, or Speed Ticket(s)" href="/content/city/en/depts/fin/provdrs/parking_and_redlightcitationadministration/svcs/pay_parking_and_red-lightticketson-line.html"><span>Parking, Red Light, or Speed Ticket(s)</span></a></li><li class="list-group-item"><a title="Surplus, Vehicles, Auctions" href="/content/city/en/depts/dps/provdrs/auction/svcs/city_of_chicago_onlineauctions.html"><span>Surplus, Vehicles, Auctions</span></a></li><li class="list-group-item"><a title="Vehicle and Residential Permit Parking Stickers" href="/content/city/en/depts/other/provdrs/clerk/svcs/vehicle_sticker_andresidentialpermitparkingsales.html"><span>Vehicle and Residential Permit Parking Stickers</span></a></li><li class="list-group-item"><a title="View Automated Speed Enforcement Video" href="/content/city/en/depts/fin/provdrs/parking_and_redlightcitationadministration/svcs/view_automated_speedenforcementvideo.html"><span>View Automated Speed Enforcement Video</span></a></li> 			
			<li class="list-group-item"> <a title="More services" href="/city/en/svcs/iwantto.pay_for_buy.html"><strong>More services</strong></a></li>

				</ul>
      </div>
    </div>
  </div><!--Payfor/Buy--> 
  
 <div class="panel panel-info">
    <div class="panel-heading" role="tab" id="registerheading">
      <h4 class="panel-title">
        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#register" aria-expanded="true" aria-controls="register">
        Register
        </a>
      </h4>
    </div>
    <div id="register" class="panel-collapse collapse" role="tabpanel" aria-labelledby="registerheading">
      <div class="panel-body">
		<ul class="list-group i-list-services">
				<li class="list-group-item"><a title="Discrimination Complaint" href="/content/city/en/depts/cchr/provdrs/discrim/svcs/file_a_discriminationcomplaint.html"><span>Discrimination Complaint</span></a></li><li class="list-group-item"><a title="Dog Registration" href="/content/city/en/depts/other/provdrs/clerk/svcs/dog_registration.html"><span>Dog Registration</span></a></li><li class="list-group-item"><a title="Extreme Weather Notification" href="/content/city/en/depts/oem/provdrs/emerg_mang/svcs/sign_up_for_extremeweathernotification.html"><span>Extreme Weather Notification</span></a></li><li class="list-group-item"><a title="For Park District Programs" href="/content/city/en/depts/other/provdrs/cpd/svcs/register_for_parkdistrictprogramsonline.html"><span>For Park District Programs</span></a></li><li class="list-group-item"><a title="HIV/AIDS Online Courses" href="/content/city/en/depts/cdph/provdrs/health_services/svcs/register_for_freestihivaidsonlinecourses.html"><span>HIV/AIDS Online Courses</span></a></li><li class="list-group-item"><a title="Independent Living Skills Program" href="/content/city/en/depts/mopd/provdrs/resource/svcs/ilp-independent_livingprogram.html"><span>Independent Living Skills Program</span></a></li><li class="list-group-item"><a title="MPEA Airport Tax" href="/content/city/en/depts/bacp/provdrs/vehic/svcs/mpea_online_permitapplicationform.html"><span>MPEA Airport Tax</span></a></li><li class="list-group-item"><a title="Register a Cottage Food Operation" href="/content/city/en/depts/cdph/provdrs/inspections_and_permitting/svcs/register_a_cottagefoodoperation.html"><span>Register a Cottage Food Operation</span></a></li> 			
			<li class="list-group-item"> <a title="More services" href="/city/en/svcs/iwantto.register.html"><strong>More services</strong></a></li>

				</ul>
      </div>
    </div>
  </div><!--Register--> 
  
 <div class="panel panel-info">
    <div class="panel-heading" role="tab" id="report_fileheading">
      <h4 class="panel-title">
        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#report_file" aria-expanded="true" aria-controls="report_file">
        Report/File
        </a>
      </h4>
    </div>
    <div id="report_file" class="panel-collapse collapse" role="tabpanel" aria-labelledby="report_fileheading">
      <div class="panel-body">
		<ul class="list-group i-list-services">
				<li class="list-group-item"><a title="AIC (Annual Inspection Certification) Inspections" href="/content/city/en/depts/bldgs/provdrs/inspect/svcs/annual_inspectioncertificationaicprogramupdate.html"><span>AIC (Annual Inspection Certification) Inspections</span></a></li><li class="list-group-item"><a title="Abandoned Vehicle" href="/content/city/en/depts/streets/provdrs/traffic/svcs/abandoned_vehicles.html"><span>Abandoned Vehicle</span></a></li><li class="list-group-item"><a title="Cab Feedback" href="/content/city/en/depts/bacp/provdrs/consumer/svcs/consumer_cab_complaint.html"><span>Cab Feedback</span></a></li><li class="list-group-item"><a title="Claim for Vehicle or Property Damage" href="/content/city/en/depts/other/provdrs/clerk/svcs/file_a_claim.html"><span>Claim for Vehicle or Property Damage</span></a></li><li class="list-group-item"><a title="Complaint Against a Chicago Police Officer" href="/content/city/en/depts/ipra/provdrs/investigate/svcs/report_an_incidentagainstachicagopoliceofficer.html"><span>Complaint Against a Chicago Police Officer</span></a></li><li class="list-group-item"><a title="Consumer Complaint Online" href="/content/city/en/depts/bacp/provdrs/pros_adj/svcs/file_a_citizen_complaintonline.html"><span>Consumer Complaint Online</span></a></li><li class="list-group-item"><a title="Economic Disclosure, Affidavit, Online EDS" href="/content/city/en/depts/dps/provdrs/comp/svcs/economic_disclosurestatementseds.html"><span>Economic Disclosure, Affidavit, Online EDS</span></a></li><li class="list-group-item"><a title="Pothole in the Street" href="/content/city/en/depts/cdot/provdrs/street/svcs/report_a_pot_holeinstreet.html"><span>Pothole in the Street</span></a></li><li class="list-group-item"><a title="Stray Animal in Neighborhood" href="/content/city/en/depts/cacc/provdrs/animal_control_andrescue/svcs/report_a_stray_animal.html"><span>Stray Animal in Neighborhood</span></a></li> 			
			<li class="list-group-item"> <a title="More services" href="/city/en/svcs/iwantto.report_file.html"><strong>More services</strong></a></li>

				</ul>
      </div>
    </div>
  </div><!--Report/File-->  
  
  <div class="panel panel-info">
    <div class="panel-heading" role="tab" id="requestheading">
      <h4 class="panel-title">
        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#request" aria-expanded="true" aria-controls="request">
        Request
        </a>
      </h4>
    </div>
    <div id="request" class="panel-collapse collapse" role="tabpanel" aria-labelledby="requestheading">
      <div class="panel-body">
		<ul class="list-group i-list-services">
				<li class="list-group-item"><a title="Building Inspection" href="/content/city/en/depts/bldgs/provdrs/inspect/svcs/request_an_inspection.html"><span>Building Inspection</span></a></li><li class="list-group-item"><a title="Garbage Cart" href="/content/city/en/depts/streets/provdrs/rodent/svcs/garbage_cart_distribution.html"><span>Garbage Cart</span></a></li><li class="list-group-item"><a title="Graffiti Removal Services" href="/content/city/en/depts/streets/provdrs/graffiti_blasters/svcs/mayor_daley_s_graffitiblasters.html"><span>Graffiti Removal Services</span></a></li><li class="list-group-item"><a title="Parking Ticket Photos" href="/content/city/en/depts/fin/provdrs/parking_and_redlightcitationadministration/svcs/view_parking_ticketpictures.html"><span>Parking Ticket Photos</span></a></li><li class="list-group-item"><a title="Request a Bike Map" href="/content/city/en/depts/cdot/provdrs/bike/svcs/request_a_bike_map.html"><span>Request a Bike Map</span></a></li><li class="list-group-item"><a title="Residential Garbage Collection" href="/content/city/en/depts/streets/provdrs/streets_san/svcs/residential_garbagecollection.html"><span>Residential Garbage Collection</span></a></li><li class="list-group-item"><a title="Restaurant Inspection" href="/content/city/en/depts/cdph/provdrs/inspections_and_permitting/svcs/food_protection_program.html"><span>Restaurant Inspection</span></a></li><li class="list-group-item"><a title="View Red Light Video" href="/content/city/en/depts/fin/provdrs/parking_and_redlightcitationadministration/svcs/view_red-light_video.html"><span>View Red Light Video</span></a></li> 			
			<li class="list-group-item"> <a title="More services" href="/city/en/svcs/iwantto.request.html"><strong>More services</strong></a></li>

				</ul>
      </div>
    </div>
  </div><!--Request-->   
  
   <div class="panel panel-info">
    <div class="panel-heading" role="tab" id="sign_upheading">
      <h4 class="panel-title">
        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#sign_up" aria-expanded="true" aria-controls="sign_up">
        Sign up for/Volunteer
        </a>
      </h4>
    </div>
    <div id="sign_up" class="panel-collapse collapse" role="tabpanel" aria-labelledby="sign_upheading">
      <div class="panel-body">
		<ul class="list-group i-list-services">
				<li class="list-group-item"><a title="Alerts from NotifyChicago" href="/content/city/en/depts/oem/provdrs/alertchicago/svcs/notifychicago.html"><span>Alerts from NotifyChicago</span></a></li><li class="list-group-item"><a title="CAPS Brochures & Information" href="/content/city/en/depts/cpd/provdrs/police_services/svcs/caps_brochure_request.html"><span>CAPS Brochures & Information</span></a></li><li class="list-group-item"><a title="Community Emergency Response Team (CERT)" href="/content/city/en/depts/oem/provdrs/edu/svcs/become_a_cert_volunteer.html"><span>Community Emergency Response Team (CERT)</span></a></li><li class="list-group-item"><a title="Food Alerts and Recalls" href="/content/city/en/depts/cdph/provdrs/inspections_and_permitting/svcs/sign_up_to_receivefoodalertsandrecalls.html"><span>Food Alerts and Recalls</span></a></li><li class="list-group-item"><a title="Internships and Volunteer Programs" href="/content/city/en/depts/dhr/provdrs/emp/svcs/internships.html"><span>Internships and Volunteer Programs</span></a></li><li class="list-group-item"><a title="One Good Deed Chicago Volunteer Opportunities" href="/content/city/en/depts/mayor/provdrs/special_prog/svcs/one_good_deed_chicago.html"><span>One Good Deed Chicago Volunteer Opportunities</span></a></li><li class="list-group-item"><a title="Voluntary Disclosure" href="/content/city/en/depts/fin/provdrs/tax_division/svcs/apply_for_voluntarydisclosureofchicagobusinesstaxes.html"><span>Voluntary Disclosure</span></a></li> 			
			<li class="list-group-item"> <a title="More services" href="/city/en/svcs/iwantto.sign_up.html"><strong>More services</strong></a></li>

				</ul>
      </div>
    </div>
  </div><!--sign_up-->   
   
  
</div><!--End Panel Group -->


                </div>
			</div>
		</div>
	</div>
</div>


<p style="margin-top: 1px" ></p>



  






<!-- 



	

<a href="/city/en/ofinterest/bus.html" title="Businesses & Professionals">
    <img class="hover-button" src="/etc/designs/city/images/buttons/for-business.gif" width="175" height="30" border="0" alt="Businesses & Professionals" name="findservicesforbusinesses" />
</a>

<a href="/city/en/ofinterest/res.html" title="Residents">
    <img class="hover-button" src="/etc/designs/city/images/buttons/for-residents.gif" width="175" height="30" border="0" alt="Residents" name="findservicesforresidents" />
</a>

<a href="http://explorechicago.org" title="Visitors" target="_blank">
    <img class="hover-button" src="/etc/designs/city/images/buttons/for-visitors.gif" width="175" height="30" border="0" alt="Visitors" name="findservicesforvisitors" />
</a> 
-->




	<div class="container-fluid left-additional">
	  <div class="row"> 
		<div class="col-xs-12">	

			<div class="panel panel-default">
				<div class="panel-heading">
					<h3 class="panel-title"> 
						<i class="fa fa-info-circle" aria-hidden="true"></i>&nbsp;Additional Information
					</h3>
				</div>
                <div class="panel-body">
					<div>
<h3 class="white">Related Links</h3>
<p><a title="GovBenefits.gov" href="http://www.govbenefits.gov" target="_blank" rel="noopener noreferrer"><strong>GovBenefits.gov</strong></a></p>
<p><strong><a href="https://www.makinghomeaffordable.gov/pages/default.aspx" target="_blank" rel="noopener noreferrer">Making Homes Affordable</a></strong></p>
<h3 class="white">Related Videos</h3>
<p><strong><a title="Video of Mayor Daley Announcement of Stimulus" href="http://www.youtube.com/watch?v=xENxyxRQaw4&amp;amp;amp;amp;feature=channel_page" target="_blank" rel="noopener noreferrer">Mayor Announces City Stimulus Plan<br /></a></strong></p>
<p><strong><a title="Video of President Obama announcing Federal Stimulus" href="http://www.youtube.com/watch?v=m17pz0R_qZo&amp;amp;amp;amp;eurl=http%3A%2F%2Fwww%2Ecitizentube%2Ecom%2F2008%2F11%2Fpresident%2Delect%2Dobama%2Dannounces%2Ehtml&amp;amp;amp;amp;feature=player_embedded" target="_blank" rel="noopener noreferrer">President Obama Announces Federal Stimulus</a></strong></p>
<p><strong><a title="Video of Foreclosure Assistance Announcement" href="http://www.youtube.com/watch?v=iDzeRO85wlg&amp;amp;feature=channel_page" target="_blank" rel="noopener noreferrer">Foreclosure Assistance Announcement</a></strong></p>
<div style="width: 160px; background-color: transparent;"><form style="margin-bottom: 3px;" action="http://visitor.constantcontact.com/d.jsp" method="post"><input name="p" type="hidden" value="oi" /></form></div>
</div>
<p><!-- END: Constant Contact Stylish Email Newsletter Form --></p> 
                </div>
            </div>

		</div>
	 </div>
	</div>	


        </div>

    </div>
</div>		


			
						</div>
					</div>
				</div>
                <!-- Footer -->

                

				<div class="container-fluid page-footer-container">
					 <div class="row"> 
						<div class="col-xs-12 page-footer">					
								


	


 
<!-- footer -->
<div id="footer">
    <div class="footer-navigation">
        <ul>
            <li><a href="/city/en.html" title="The City of Chicago's Official Site">Home</a> : </li>
            <li><!--googleoff: anchor--><a href="/city/en/general/disclaimer.html">Disclaimer</a><!--googleon: anchor--> : </li>
            <li><!--googleoff: anchor--><a href="/city/en/general/privacy.html">Privacy Policy</a><!--googleon: anchor--> : </li>
            <li><!--googleoff: anchor--><a href="/city/en/general/standards.html">Web Standards</a><!--googleon: anchor--> : </li>
            <li><!--googleoff: anchor--><a href="/city/en/general/credits.html">Site Credits</a><!--googleon: anchor--> : </li>
            <li><!--googleoff: anchor--><a href="/city/en/general/sitemap.html">Site Map</a><!--googleon: anchor--> : </li>
            <li><!--googleoff: anchor--><a href="/city/en/general/contact.html">Contact Us</a><!--googleon: anchor--> : </li>
            <li><!--googleoff: anchor--><a href="/content/city/en/depts/mayor/press_room.html">Press Room</a><!--googleon: anchor--> : </li>
            <li><!--googleoff: anchor--><a target="blank" title="Website Feedback" href="https://www.surveymonkey.com/r/cocwebsitesurvey">Website Feedback</a><!--googleon: anchor--></li>
        </ul>
    </div> 
     
    <!-- /footer-navigation -->

    Copyright &#169; 2010 - 2017 City of Chicago<br />

    <br />
    
    <a href="/content/city/en.html" title="The City of Chicago's Official Site">
        <img src="/etc/designs/city/images/seal.gif" width="65" height="65" title="The City of Chicago's Official Site" alt="The City of Chicago's Official Site"/>
    </a>
</div>

						</div>
					</div>
				</div>								
            </div>
            <!-- /container -->

		<button id="toTop" class="btn btn-default btn-lg"><i class="fa fa-chevron-up"></i></button>

 
	<script>

        $(document).ready(function() {
			var qs = window.location.search;
             var isRedirect = window.location.href.indexOf("redirect.html")>=0;

            if(!isRedirect) {
				return;
            }

            if(qs.indexOf("redirectTo")>=0) {
				url = qs.split("=")[1];
                setTimeout( function() {
					window.location = url;
                },5000);
            }else {
                window.location = "/city/en.html";
            }


        });
    </script>

 	    

        
        
            <!-- Google Analytics Snippet - start -->           
            <script type="text/javascript">
                var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
                document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
            </script>
            <script type="text/javascript">
                try {
                    var pageTracker = _gat._getTracker("UA-2412440-12");
                    pageTracker._trackPageview();
                } 
                catch(err) {}
            </script>
            <!-- Google Analytics Snippet - end -->
        
        
    </body>
</html>