<!DOCTYPE html>
<html>
  <head>
    <title>Site is down for maintenance - CFP</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
    <style>
      body { 
        text-align: center; 
        padding: 5%; 
        background: #333 url("bg.jpg") repeat; 
        color: #FFF; 
        font: normal 16px/24px 'Open Sans', sans-serif;
      }
      article { 
        display: block; 
        text-align: left; 
        max-width: 650px; 
        margin: 0 auto; 
      }
      h1 {
        color: #FFCD33;
        font-size: 2em;
        line-height: 1.1em;
      }
      img {
        max-width: 100%;
      }
      a {
        color: #FFCD33;
        text-decoration: none;
      }
      a:hover {
        color: #FFCD33;
        text-decoration: underline;
      }
      .footer {
        border-top: 1px solid #DDD;
      }      
    </style>
  </head>
  <body>

    <article>
        <img src="NAES_50_Reverse-RGB.png" alt="National Association of Episcopal Schools">
        <h1>Site is temporarily unavailable.</h1>

        <p>We are currently performing scheduled maintenance. Our site will be back soon.</p> 
        <p>During this short maintenance period, you can still:</p>
        <ul>
          <li><a href="http://www.facebook.com/naes.episcopal">Like us on Facebook</a></li>
          <li><a href="http://www.twitter.com/naes_episcopal">Follow us on Twitter</a></li>
          <li><a href="http://www.youtube.com/user/EpiscopalSchools">Subscribe to our YouTube channel</a></li>
        </ul>
           
        <p>We apologize for any inconvenience.</p>

        <footer class="footer">
          <p>National Association of Episcopal Schools<br/>815 Second Avenue, Third Floor, New York, NY 10017<br/>Phone: 800.334.7626 | 212.716.6134 | Fax: 212.286.9366 | <a href="mailto:info@episcopalschools.org">info@episcopalschools.org</a><p>
          <p>&copy; 2014 National Association of Episcopal Schools. ALL RIGHTS RESERVED.</p>
        </footer>
    </article>

  </body>
</html>