--- a/Allura/allura/templates/widgets/neighborhood_add_project.html
+++ b/Allura/allura/templates/widgets/neighborhood_add_project.html
@@ -41,25 +41,26 @@
                 and efficiency.</p>
         </div>
         <div class="tool">
-            <div class="big_icon ui-icon-tool-downloads"></div>
-                <input checked type="checkbox" value="Downloads"
+            <div class="big_icon ui-icon-tool-tickets"></div>
+                <input checked type="checkbox" value="Tickets"
                        name="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}"
-                       id="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Downloads">
-                <h1><label for="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Downloads">Downloads &amp; Stats</label></h1>
-                <p>Use the largest free, managed, global mirror network to
-                distribute your files, and follow the download trends that
-                enable you to develop better software.</p>
+                       id="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Tickets">
+                <h1><label for="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Tickets">Tickets</label></h1>
+                <p>Bugs, enhancements, tasks, etc., will help you plan and
+                manage your development.</p>
         </div>
         <div style="clear:both"></div>
     </div>
     <div class="inner-row">
         <div class="tool">
             <div class="big_icon ui-icon-tool-git"></div>
-                <input type="checkbox" value="SVN"
+                <input type="checkbox" value="Hg"
                        name="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}"
-                       id="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_SVN">
-                <h1><label for="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_SVN">SVN</label></h1>
-                <p>Enterprise-class centralized version control for the masses.</p>
+                       id="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Hg">
+                <h1><label for="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Hg">Mercurial</label></h1>
+                <p>Mercurial is a distributed source control management tool that efficiently
+                handles projects of any size and offers an easy and intuitive
+                interface.</p>
         </div>
         <div class="tool">
             <div class="big_icon ui-icon-tool-wiki"></div>
@@ -75,26 +76,24 @@
     <div class="inner-row">
         <div class="tool">
             <div class="big_icon ui-icon-tool-git"></div>
-                <input type="checkbox" value="Hg"
+                <input type="checkbox" value="SVN"
                        name="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}"
-                       id="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Hg">
-                <h1><label for="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Hg">Mercurial</label></h1>
-                <p>Mercurial is a distributed source control management tool that efficiently
-                handles projects of any size and offers an easy and intuitive
-                interface.</p>
+                       id="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_SVN">
+                <h1><label for="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_SVN">SVN</label></h1>
+                <p>Enterprise-class centralized version control for the masses.</p>
         </div>
         <div class="tool">
-            <div class="big_icon ui-icon-tool-tickets"></div>
-                <input checked type="checkbox" value="Tickets"
+            <div class="big_icon ui-icon-tool-discussion"></div>
+                <input checked type="checkbox" value="Discussion"
                        name="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}"
-                       id="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Tickets">
-                <h1><label for="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Tickets">Tickets</label></h1>
-                <p>Bugs, enhancements, tasks, etc., will help you plan and
-                manage your development.</p>
+                       id="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Discussion">
+                <h1><label for="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Discussion">Forums</label></h1>
+                <p>Collaborate with your community in your forum.</p>
         </div>
         <div style="clear:both"></div>
     </div>
     <div class="inner-row">
+        <div class="tool" style="visibility: hidden"></div>
         <div class="tool">
             <div class="big_icon ui-icon-tool-blog"></div>
                 <input type="checkbox" value="Blog"
@@ -103,14 +102,6 @@
                 <h1><label for="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Blog">Blog</label></h1>
                 <p>Share exciting news and progress updates with your
                 community.</p>
-        </div>
-        <div class="tool">
-            <div class="big_icon ui-icon-tool-discussion"></div>
-                <input checked type="checkbox" value="Discussion"
-                       name="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}"
-                       id="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Discussion">
-                <h1><label for="{{ widget.context_for(widget.fields.tools)['rendered_name'] }}_Discussion">Forums</label></h1>
-                <p>Collaborate with your community in your forum.</p>
         </div>
         <div style="clear:both"></div>
     </div>