﻿<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="utf-8" />
    <title>We're Offline!</title>
    <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" />
</head>
<body>
    <style type="text/css">
        @import "https://fonts.googleapis.com/css?family=PT+Sans+Caption:700,400";
        @import "https://fonts.googleapis.com/css?family=Lato:700,400";

        .bodyCopy {
            font-family: 'Lato',sans-serif;
            letter-spacing: 0;
        }

        h1, h2, h3, h4, h5 {
            font-family: 'PT Sans Caption',sans-serif;
            letter-spacing: -.02em;
        }

        #header .header_container .globalLinks ul li {
            margin: 0 3px 0 0;
            padding: 0 0 0 3px;
            font-size: 14px;
            letter-spacing: -1px;
        }

        .intro {
            font-size: 130%;
            color: #262626;
            line-height: 150%;
            margin-bottom: 20px;
        }
        
        .quote-source {
            margin: -3px 0 20px 0;
            color: #939393;
            font-style: italic;
            font-size: 105%;
        }

        .panel-default {
            border-color: transparent;
        }

            .panel-default > .panel-heading {
                padding-left: 0px;
                padding-right: 0px;
                background-color: transparent;
                border-color: transparent;
            }

        .panel-title a {
            text-decoration: none;
            color: #337ab7;
        }

            .panel-title a:hover {
                text-decoration: underline;
                color: #212e73;
            }

        .btn-xs {
            margin-top: -3px;
            margin-right: 10px;
        }

        .glyphicon-chevron-right {
            color: #7d7d7d;
        }
    </style>
    <div id="container">
        <div class="content_body">
            <div class="container bodyCopy">
                <div class="row">
                    <div class="col-md-8" style="padding-top: 20px">
                        <br />
                        <h1 style="color:#262626;">We'll Be Right Back...</h1><br />
                        <p class="intro" style="padding-top:20px;">
                            We're currently improving the BizQuest and FindAFranchise websites to better serve the needs of the business-for-sale and franchise communities.<br /><br />Thank you for your patience.  The sites will be online as soon as possible.<br /><br /><br />

                    </div>
                    <div class="col-md-4" style="padding-top: 20px">
                        <br /><a href="http://www.bizquest.com/">
                            <img height="60" src="/bq-logo.gif" />
                        </a>
                        <br />
                        <br />
                        <br /><a href="http://www.findafranchise.com/">
                            <img height="35" src="/faf-logo.gif" />
                        </a>
                        <br />
                    </div>
                </div>
            </div>
            <!-- end content -->
        </div>
        <!-- end contentBody -->
    </div>
    <!-- end container -->
    <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
    <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</body>
</html>