--- 1stcustomsave	2011-01-04 13:11:31.000000000 -0800
+++ 2ndcustomsave	2011-01-04 13:11:59.000000000 -0800
@@ -9,40 +9,55 @@
     [feed_base] => feed
     [comments_feed_structure] => 
     [front] => /
     [root] => 
     [index] => index.php
     [matches] => matches
     [rules] => Array
         (
             [category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
             [category/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
             [category/(.+?)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
             [category/(.+?)/?$] => index.php?category_name=$matches[1]
             [tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
             [tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
             [tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?tag=$matches[1]&paged=$matches[2]
             [tag/([^/]+)/?$] => index.php?tag=$matches[1]
             [type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2]
             [type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2]
             [type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_format=$matches[1]&paged=$matches[2]
             [type/([^/]+)/?$] => index.php?post_format=$matches[1]
+            [staff/.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
+            [staff/.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
+            [staff/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
+            [staff/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
+            [staff/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
+            [staff/(.+?)/trackback/?$] => index.php?staff=$matches[1]&tb=1
+            [staff/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?staff=$matches[1]&feed=$matches[2]
+            [staff/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?staff=$matches[1]&feed=$matches[2]
+            [staff/(.+?)/page/?([0-9]{1,})/?$] => index.php?staff=$matches[1]&paged=$matches[2]
+            [staff/(.+?)/comment-page-([0-9]{1,})/?$] => index.php?staff=$matches[1]&cpage=$matches[2]
+            [staff/(.+?)(/[0-9]+)?/?$] => index.php?staff=$matches[1]&page=$matches[2]
+            [departments/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?departments=$matches[1]&feed=$matches[2]
+            [departments/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?departments=$matches[1]&feed=$matches[2]
+            [departments/([^/]+)/page/?([0-9]{1,})/?$] => index.php?departments=$matches[1]&paged=$matches[2]
+            [departments/([^/]+)/?$] => index.php?departments=$matches[1]
             [robots\.txt$] => index.php?robots=1
             [.*wp-atom.php$] => index.php?feed=atom
             [.*wp-rdf.php$] => index.php?feed=rdf
             [.*wp-rss.php$] => index.php?feed=rss
             [.*wp-rss2.php$] => index.php?feed=rss2
             [.*wp-feed.php$] => index.php?feed=feed
             [.*wp-commentsrss2.php$] => index.php?feed=rss2&withcomments=1
             [sample-page/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
             [sample-page/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
             [sample-page/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
             [sample-page/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
             [sample-page/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
             [(sample-page)/trackback/?$] => index.php?pagename=$matches[1]&tb=1
             [(sample-page)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
             [(sample-page)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
             [(sample-page)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
             [(sample-page)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2]
             [(sample-page)(/[0-9]+)?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
             [feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]
             [(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]
@@ -94,122 +109,155 @@
         )
 
     [extra_rules] => Array
         (
         )
 
     [extra_rules_top] => Array
         (
             [category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
             [category/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
             [category/(.+?)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
             [category/(.+?)/?$] => index.php?category_name=$matches[1]
             [tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
             [tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
             [tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?tag=$matches[1]&paged=$matches[2]
             [tag/([^/]+)/?$] => index.php?tag=$matches[1]
             [type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2]
             [type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2]
             [type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_format=$matches[1]&paged=$matches[2]
             [type/([^/]+)/?$] => index.php?post_format=$matches[1]
+            [staff/.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
+            [staff/.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
+            [staff/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
+            [staff/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
+            [staff/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
+            [staff/(.+?)/trackback/?$] => index.php?staff=$matches[1]&tb=1
+            [staff/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?staff=$matches[1]&feed=$matches[2]
+            [staff/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?staff=$matches[1]&feed=$matches[2]
+            [staff/(.+?)/page/?([0-9]{1,})/?$] => index.php?staff=$matches[1]&paged=$matches[2]
+            [staff/(.+?)/comment-page-([0-9]{1,})/?$] => index.php?staff=$matches[1]&cpage=$matches[2]
+            [staff/(.+?)(/[0-9]+)?/?$] => index.php?staff=$matches[1]&page=$matches[2]
+            [departments/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?departments=$matches[1]&feed=$matches[2]
+            [departments/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?departments=$matches[1]&feed=$matches[2]
+            [departments/([^/]+)/page/?([0-9]{1,})/?$] => index.php?departments=$matches[1]&paged=$matches[2]
+            [departments/([^/]+)/?$] => index.php?departments=$matches[1]
         )
 
     [non_wp_rules] => Array
         (
         )
 
     [extra_permastructs] => Array
         (
             [category] => Array
                 (
                     [0] => category/%category%
                     [1] => 0
                 )
 
             [post_tag] => Array
                 (
                     [0] => tag/%post_tag%
                     [1] => 0
                 )
 
             [post_format] => Array
                 (
                     [0] => /type/%post_format%
                     [1] => 0
                 )
 
+            [staff_listing] => Array
+                (
+                    [0] => /staff/%staff_listing%
+                    [1] => 1
+                )
+
+            [departments] => Array
+                (
+                    [0] => departments/%departments%
+                    [1] => 0
+                )
+
         )
 
     [endpoints] => Array
         (
         )
 
     [use_verbose_rules] => 
     [use_verbose_page_rules] => 1
     [rewritecode] => Array
         (
             [0] => %year%
             [1] => %monthnum%
             [2] => %day%
             [3] => %hour%
             [4] => %minute%
             [5] => %second%
             [6] => %postname%
             [7] => %post_id%
             [8] => %author%
             [9] => %pagename%
             [10] => %search%
             [11] => %category%
             [12] => %post_tag%
             [13] => %post_format%
+            [14] => %staff_listing%
+            [15] => %departments%
         )
 
     [rewritereplace] => Array
         (
             [0] => ([0-9]{4})
             [1] => ([0-9]{1,2})
             [2] => ([0-9]{1,2})
             [3] => ([0-9]{1,2})
             [4] => ([0-9]{1,2})
             [5] => ([0-9]{1,2})
             [6] => ([^/]+)
             [7] => ([0-9]+)
             [8] => ([^/]+)
             [9] => (sample-page)
             [10] => (.+)
             [11] => (.+?)
             [12] => ([^/]+)
             [13] => ([^/]+)
+            [14] => (.+?)
+            [15] => ([^/]+)
         )
 
     [queryreplace] => Array
         (
             [0] => year=
             [1] => monthnum=
             [2] => day=
             [3] => hour=
             [4] => minute=
             [5] => second=
             [6] => name=
             [7] => p=
             [8] => author_name=
             [9] => pagename=
             [10] => s=
             [11] => category_name=
             [12] => tag=
             [13] => post_format=
+            [14] => staff=
+            [15] => departments=
         )
 
     [feeds] => Array
         (
             [0] => feed
             [1] => rdf
             [2] => rss
             [3] => rss2
             [4] => atom
         )
 
     [date_structure] => /%year%/%monthnum%/%day%
     [search_structure] => search/%search%
     [author_structure] => /author/%author%
     [page_structure] => %pagename%
 )
