You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bu...@apache.org on 2012/10/25 19:44:47 UTC

svn commit: r836152 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/flex/again/ content/flex/again/assets/images/

Author: buildbot
Date: Thu Oct 25 17:44:46 2012
New Revision: 836152

Log:
Staging update by buildbot for flex

Added:
    websites/staging/flex/trunk/content/flex/again/assets/images/flex.png   (with props)
Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)
    websites/staging/flex/trunk/content/flex/again/about_features.html
    websites/staging/flex/trunk/content/flex/again/about_news.html
    websites/staging/flex/trunk/content/flex/again/about_resources.html
    websites/staging/flex/trunk/content/flex/again/about_showcase.html
    websites/staging/flex/trunk/content/flex/again/community_events.html
    websites/staging/flex/trunk/content/flex/again/community_get_involved.html
    websites/staging/flex/trunk/content/flex/again/community_mailing_list.html
    websites/staging/flex/trunk/content/flex/again/community_social_media.html
    websites/staging/flex/trunk/content/flex/again/community_team.html
    websites/staging/flex/trunk/content/flex/again/community_user_groups.html
    websites/staging/flex/trunk/content/flex/again/download.html
    websites/staging/flex/trunk/content/flex/again/get_started_community.html
    websites/staging/flex/trunk/content/flex/again/get_started_download.html
    websites/staging/flex/trunk/content/flex/again/get_started_get_involved.html
    websites/staging/flex/trunk/content/flex/again/get_started_learn.html
    websites/staging/flex/trunk/content/flex/again/index.html

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Oct 25 17:44:46 2012
@@ -1 +1 @@
-1401997
+1402229

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Oct 25 17:44:46 2012
@@ -1 +1 @@
-1401997
+1402229

Modified: websites/staging/flex/trunk/content/flex/again/about_features.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/about_features.html (original)
+++ websites/staging/flex/trunk/content/flex/again/about_features.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,32 +88,47 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
+
 
-<div id="flex-content">
+    <!-- About -->
     
+        <div id="contentHead">
+	<img src="./assets/images/flex.png" alt="" height="285" width="270" style="float: left;">
 
-        <!-- About -->
-        
-            <div>
-    <a href="./index.html">Supported Platforms</a> - 
-    <a href="./about_news.html">News</a> - 
-    <a href="./about_features.html">Features</a> - 
-    <a href="./about_showcase.html">Showcase</a> - 
-    <a href="./about_resources.html">Resources</a>
-</div> 
-        
-
-        <!-- Get Started -->
-        
-        
-        <!-- Community -->
-        
-        
-        <p>Features</p>
+	ONE CODEBASE<br />
+	MULTIPLE DEVICES<br />
+	The Apache Flex is a highly productive open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and and operating systems.<br />
+
+	<br /><br /><br /><br /><br /><br /><br /><br />
+
+	<div id="subNav" class="sub nav">
+		<ul>
+		    <li><a href="./index.html">Supported Platforms</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_news.html">News</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_features.html">Features</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_showcase.html">Showcase</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_resources.html">Resources</a>
+		</ul>
+	</div><!-- subNav -->
+</div><!-- contentHead -->
+ 
+    
 
+    <!-- Get Started -->
+    
     
-</div>
+    <!-- Community -->
+    
+    
+    <p>Features</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/about_news.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/about_news.html (original)
+++ websites/staging/flex/trunk/content/flex/again/about_news.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,32 +88,47 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
+
 
-<div id="flex-content">
+    <!-- About -->
     
+        <div id="contentHead">
+	<img src="./assets/images/flex.png" alt="" height="285" width="270" style="float: left;">
 
-        <!-- About -->
-        
-            <div>
-    <a href="./index.html">Supported Platforms</a> - 
-    <a href="./about_news.html">News</a> - 
-    <a href="./about_features.html">Features</a> - 
-    <a href="./about_showcase.html">Showcase</a> - 
-    <a href="./about_resources.html">Resources</a>
-</div> 
-        
-
-        <!-- Get Started -->
-        
-        
-        <!-- Community -->
-        
-        
-        <p>News</p>
+	ONE CODEBASE<br />
+	MULTIPLE DEVICES<br />
+	The Apache Flex is a highly productive open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and and operating systems.<br />
+
+	<br /><br /><br /><br /><br /><br /><br /><br />
+
+	<div id="subNav" class="sub nav">
+		<ul>
+		    <li><a href="./index.html">Supported Platforms</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_news.html">News</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_features.html">Features</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_showcase.html">Showcase</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_resources.html">Resources</a>
+		</ul>
+	</div><!-- subNav -->
+</div><!-- contentHead -->
+ 
+    
 
+    <!-- Get Started -->
+    
     
-</div>
+    <!-- Community -->
+    
+    
+    <p>News</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/about_resources.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/about_resources.html (original)
+++ websites/staging/flex/trunk/content/flex/again/about_resources.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,32 +88,47 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
+
 
-<div id="flex-content">
+    <!-- About -->
     
+        <div id="contentHead">
+	<img src="./assets/images/flex.png" alt="" height="285" width="270" style="float: left;">
 
-        <!-- About -->
-        
-            <div>
-    <a href="./index.html">Supported Platforms</a> - 
-    <a href="./about_news.html">News</a> - 
-    <a href="./about_features.html">Features</a> - 
-    <a href="./about_showcase.html">Showcase</a> - 
-    <a href="./about_resources.html">Resources</a>
-</div> 
-        
-
-        <!-- Get Started -->
-        
-        
-        <!-- Community -->
-        
-        
-        <p>Resources</p>
+	ONE CODEBASE<br />
+	MULTIPLE DEVICES<br />
+	The Apache Flex is a highly productive open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and and operating systems.<br />
+
+	<br /><br /><br /><br /><br /><br /><br /><br />
+
+	<div id="subNav" class="sub nav">
+		<ul>
+		    <li><a href="./index.html">Supported Platforms</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_news.html">News</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_features.html">Features</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_showcase.html">Showcase</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_resources.html">Resources</a>
+		</ul>
+	</div><!-- subNav -->
+</div><!-- contentHead -->
+ 
+    
 
+    <!-- Get Started -->
+    
     
-</div>
+    <!-- Community -->
+    
+    
+    <p>Resources</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/about_showcase.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/about_showcase.html (original)
+++ websites/staging/flex/trunk/content/flex/again/about_showcase.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,32 +88,47 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
+
 
-<div id="flex-content">
+    <!-- About -->
     
+        <div id="contentHead">
+	<img src="./assets/images/flex.png" alt="" height="285" width="270" style="float: left;">
 
-        <!-- About -->
-        
-            <div>
-    <a href="./index.html">Supported Platforms</a> - 
-    <a href="./about_news.html">News</a> - 
-    <a href="./about_features.html">Features</a> - 
-    <a href="./about_showcase.html">Showcase</a> - 
-    <a href="./about_resources.html">Resources</a>
-</div> 
-        
-
-        <!-- Get Started -->
-        
-        
-        <!-- Community -->
-        
-        
-        <p>Showcase</p>
+	ONE CODEBASE<br />
+	MULTIPLE DEVICES<br />
+	The Apache Flex is a highly productive open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and and operating systems.<br />
+
+	<br /><br /><br /><br /><br /><br /><br /><br />
+
+	<div id="subNav" class="sub nav">
+		<ul>
+		    <li><a href="./index.html">Supported Platforms</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_news.html">News</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_features.html">Features</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_showcase.html">Showcase</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_resources.html">Resources</a>
+		</ul>
+	</div><!-- subNav -->
+</div><!-- contentHead -->
+ 
+    
 
+    <!-- Get Started -->
+    
     
-</div>
+    <!-- Community -->
+    
+    
+    <p>Showcase</p>
+
+
 
     </div> <!-- mainContent -->
 

Added: websites/staging/flex/trunk/content/flex/again/assets/images/flex.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/flex/trunk/content/flex/again/assets/images/flex.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: websites/staging/flex/trunk/content/flex/again/community_events.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/community_events.html (original)
+++ websites/staging/flex/trunk/content/flex/again/community_events.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,20 +88,19 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
 
-<div id="flex-content">
-    
 
-        <!-- About -->
-        
+    <!-- About -->
+    
 
-        <!-- Get Started -->
-        
-        
-        <!-- Community -->
-        
-            <div>
+    <!-- Get Started -->
+    
+    
+    <!-- Community -->
+    
+        <div>
     <a href="./community_team.html">Team</a> - 
     <a href="./community_get_involved.html">Get Involved</a> - 
     <a href="./community_mailing_list.html">Mailing List</a> - 
@@ -102,12 +108,11 @@
     <a href="./community_user_groups.html">User Groups</a> - 
     <a href="./community_events.html">Events</a>
 </div> 
-        
-        
-        <p>Events</p>
-
     
-</div>
+    
+    <p>Events</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/community_get_involved.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/community_get_involved.html (original)
+++ websites/staging/flex/trunk/content/flex/again/community_get_involved.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,20 +88,19 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
 
-<div id="flex-content">
-    
 
-        <!-- About -->
-        
+    <!-- About -->
+    
 
-        <!-- Get Started -->
-        
-        
-        <!-- Community -->
-        
-            <div>
+    <!-- Get Started -->
+    
+    
+    <!-- Community -->
+    
+        <div>
     <a href="./community_team.html">Team</a> - 
     <a href="./community_get_involved.html">Get Involved</a> - 
     <a href="./community_mailing_list.html">Mailing List</a> - 
@@ -102,12 +108,11 @@
     <a href="./community_user_groups.html">User Groups</a> - 
     <a href="./community_events.html">Events</a>
 </div> 
-        
-        
-        <p>Get Involved</p>
-
     
-</div>
+    
+    <p>Get Involved</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/community_mailing_list.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/community_mailing_list.html (original)
+++ websites/staging/flex/trunk/content/flex/again/community_mailing_list.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,20 +88,19 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
 
-<div id="flex-content">
-    
 
-        <!-- About -->
-        
+    <!-- About -->
+    
 
-        <!-- Get Started -->
-        
-        
-        <!-- Community -->
-        
-            <div>
+    <!-- Get Started -->
+    
+    
+    <!-- Community -->
+    
+        <div>
     <a href="./community_team.html">Team</a> - 
     <a href="./community_get_involved.html">Get Involved</a> - 
     <a href="./community_mailing_list.html">Mailing List</a> - 
@@ -102,12 +108,11 @@
     <a href="./community_user_groups.html">User Groups</a> - 
     <a href="./community_events.html">Events</a>
 </div> 
-        
-        
-        <p>Mailing List</p>
-
     
-</div>
+    
+    <p>Mailing List</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/community_social_media.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/community_social_media.html (original)
+++ websites/staging/flex/trunk/content/flex/again/community_social_media.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,20 +88,19 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
 
-<div id="flex-content">
-    
 
-        <!-- About -->
-        
+    <!-- About -->
+    
 
-        <!-- Get Started -->
-        
-        
-        <!-- Community -->
-        
-            <div>
+    <!-- Get Started -->
+    
+    
+    <!-- Community -->
+    
+        <div>
     <a href="./community_team.html">Team</a> - 
     <a href="./community_get_involved.html">Get Involved</a> - 
     <a href="./community_mailing_list.html">Mailing List</a> - 
@@ -102,12 +108,11 @@
     <a href="./community_user_groups.html">User Groups</a> - 
     <a href="./community_events.html">Events</a>
 </div> 
-        
-        
-        <p>Social Media</p>
-
     
-</div>
+    
+    <p>Social Media</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/community_team.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/community_team.html (original)
+++ websites/staging/flex/trunk/content/flex/again/community_team.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,20 +88,19 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
 
-<div id="flex-content">
-    
 
-        <!-- About -->
-        
+    <!-- About -->
+    
 
-        <!-- Get Started -->
-        
-        
-        <!-- Community -->
-        
-            <div>
+    <!-- Get Started -->
+    
+    
+    <!-- Community -->
+    
+        <div>
     <a href="./community_team.html">Team</a> - 
     <a href="./community_get_involved.html">Get Involved</a> - 
     <a href="./community_mailing_list.html">Mailing List</a> - 
@@ -102,12 +108,11 @@
     <a href="./community_user_groups.html">User Groups</a> - 
     <a href="./community_events.html">Events</a>
 </div> 
-        
-        
-        <p>Team</p>
-
     
-</div>
+    
+    <p>Team</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/community_user_groups.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/community_user_groups.html (original)
+++ websites/staging/flex/trunk/content/flex/again/community_user_groups.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,20 +88,19 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
 
-<div id="flex-content">
-    
 
-        <!-- About -->
-        
+    <!-- About -->
+    
 
-        <!-- Get Started -->
-        
-        
-        <!-- Community -->
-        
-            <div>
+    <!-- Get Started -->
+    
+    
+    <!-- Community -->
+    
+        <div>
     <a href="./community_team.html">Team</a> - 
     <a href="./community_get_involved.html">Get Involved</a> - 
     <a href="./community_mailing_list.html">Mailing List</a> - 
@@ -102,12 +108,11 @@
     <a href="./community_user_groups.html">User Groups</a> - 
     <a href="./community_events.html">Events</a>
 </div> 
-        
-        
-        <p>User Groups</p>
-
     
-</div>
+    
+    <p>User Groups</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/download.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/download.html (original)
+++ websites/staging/flex/trunk/content/flex/again/download.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,31 +88,29 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
 
-<div id="flex-content">
-    
 
-        <!-- About -->
-        
+    <!-- About -->
+    
 
-        <!-- Get Started -->
-        
-            <div>
+    <!-- Get Started -->
+    
+        <div>
     <a href="./get_started_download.html">Download SDK</a> - 
     <a href="./get_started_learn.html">Learn</a> - 
     <a href="./get_started_get_involved.html">Get Involved</a> - 
     <a href="./get_started_community.html">Community</a>
 </div> 
-        
-        
-        <!-- Community -->
-        
-        
-        <p>Download</p>
-
     
-</div>
+    
+    <!-- Community -->
+    
+    
+    <p>Download</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/get_started_community.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/get_started_community.html (original)
+++ websites/staging/flex/trunk/content/flex/again/get_started_community.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,31 +88,29 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
 
-<div id="flex-content">
-    
 
-        <!-- About -->
-        
+    <!-- About -->
+    
 
-        <!-- Get Started -->
-        
-            <div>
+    <!-- Get Started -->
+    
+        <div>
     <a href="./get_started_download.html">Download SDK</a> - 
     <a href="./get_started_learn.html">Learn</a> - 
     <a href="./get_started_get_involved.html">Get Involved</a> - 
     <a href="./get_started_community.html">Community</a>
 </div> 
-        
-        
-        <!-- Community -->
-        
-        
-        <p>Community</p>
-
     
-</div>
+    
+    <!-- Community -->
+    
+    
+    <p>Community</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/get_started_download.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/get_started_download.html (original)
+++ websites/staging/flex/trunk/content/flex/again/get_started_download.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,31 +88,29 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
 
-<div id="flex-content">
-    
 
-        <!-- About -->
-        
+    <!-- About -->
+    
 
-        <!-- Get Started -->
-        
-            <div>
+    <!-- Get Started -->
+    
+        <div>
     <a href="./get_started_download.html">Download SDK</a> - 
     <a href="./get_started_learn.html">Learn</a> - 
     <a href="./get_started_get_involved.html">Get Involved</a> - 
     <a href="./get_started_community.html">Community</a>
 </div> 
-        
-        
-        <!-- Community -->
-        
-        
-        <p>Download</p>
-
     
-</div>
+    
+    <!-- Community -->
+    
+    
+    <p>Download</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/get_started_get_involved.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/get_started_get_involved.html (original)
+++ websites/staging/flex/trunk/content/flex/again/get_started_get_involved.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,31 +88,29 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
 
-<div id="flex-content">
-    
 
-        <!-- About -->
-        
+    <!-- About -->
+    
 
-        <!-- Get Started -->
-        
-            <div>
+    <!-- Get Started -->
+    
+        <div>
     <a href="./get_started_download.html">Download SDK</a> - 
     <a href="./get_started_learn.html">Learn</a> - 
     <a href="./get_started_get_involved.html">Get Involved</a> - 
     <a href="./get_started_community.html">Community</a>
 </div> 
-        
-        
-        <!-- Community -->
-        
-        
-        <p>Get Involved</p>
-
     
-</div>
+    
+    <!-- Community -->
+    
+    
+    <p>Get Involved</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/get_started_learn.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/get_started_learn.html (original)
+++ websites/staging/flex/trunk/content/flex/again/get_started_learn.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,31 +88,29 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
 
-<div id="flex-content">
-    
 
-        <!-- About -->
-        
+    <!-- About -->
+    
 
-        <!-- Get Started -->
-        
-            <div>
+    <!-- Get Started -->
+    
+        <div>
     <a href="./get_started_download.html">Download SDK</a> - 
     <a href="./get_started_learn.html">Learn</a> - 
     <a href="./get_started_get_involved.html">Get Involved</a> - 
     <a href="./get_started_community.html">Community</a>
 </div> 
-        
-        
-        <!-- Community -->
-        
-        
-        <p>Learn</p>
-
     
-</div>
+    
+    <!-- Community -->
+    
+    
+    <p>Learn</p>
+
+
 
     </div> <!-- mainContent -->
 

Modified: websites/staging/flex/trunk/content/flex/again/index.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/index.html (original)
+++ websites/staging/flex/trunk/content/flex/again/index.html Thu Oct 25 17:44:46 2012
@@ -15,6 +15,10 @@
 		padding: 0;
 	}
 
+	body {
+       	font-family: 'Open Sans', sans-serif;
+    }
+
     .orangeDot {
     	margin-left: 10px;
     	margin-right: 10px;
@@ -27,21 +31,24 @@
         width: 960px;
     }
 
-    #mainNav {
-        display: table-cell;
-       	font-family: 'Open Sans', sans-serif;
+    .main {
        	font-weight: 600;
+    }
+
+    .nav {
+        display: table-cell;
        	vertical-align: middle;
     }
 
-    #mainNav li {
+    .nav li {
         display: inline-block;
         list-style-type: none;
         text-align: center;
         vertical-align: middle;
     }
 
-    #mainNav li a {
+    .nav li a {
+    	color: black;
         text-decoration: none;
     }
 
@@ -55,10 +62,10 @@
     	width: 960px;
     }
 
-    #footerNav {
-    	position: absolute;
+    .sub {
+    	/**/
     }
-    
+
     </style>
 
 </head>
@@ -66,7 +73,7 @@
 <body>
   
 	<div id="allContainer">
-        <div id="mainNav">
+        <div id="mainNav" class="main nav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
                 <li><a href="./index.html">ABOUT</a></li>
@@ -81,32 +88,47 @@
             </ul>
         </div>
 
-    <div id="mainContent">
+        <div id="mainContent">
+
+
 
-<div id="flex-content">
+    <!-- About -->
     
+        <div id="contentHead">
+	<img src="./assets/images/flex.png" alt="" height="285" width="270" style="float: left;">
 
-        <!-- About -->
-        
-            <div>
-    <a href="./index.html">Supported Platforms</a> - 
-    <a href="./about_news.html">News</a> - 
-    <a href="./about_features.html">Features</a> - 
-    <a href="./about_showcase.html">Showcase</a> - 
-    <a href="./about_resources.html">Resources</a>
-</div> 
-        
-
-        <!-- Get Started -->
-        
-        
-        <!-- Community -->
-        
-        
-        <p>Desktop | Mobile | TV | Killed the buildbot?</p>
+	ONE CODEBASE<br />
+	MULTIPLE DEVICES<br />
+	The Apache Flex is a highly productive open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and and operating systems.<br />
+
+	<br /><br /><br /><br /><br /><br /><br /><br />
+
+	<div id="subNav" class="sub nav">
+		<ul>
+		    <li><a href="./index.html">Supported Platforms</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_news.html">News</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_features.html">Features</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_showcase.html">Showcase</a></li>
+		    <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+		    <li><a href="./about_resources.html">Resources</a>
+		</ul>
+	</div><!-- subNav -->
+</div><!-- contentHead -->
+ 
+    
 
+    <!-- Get Started -->
+    
     
-</div>
+    <!-- Community -->
+    
+    
+    <p>Desktop | Mobile | TV</p>
+
+
 
     </div> <!-- mainContent -->