/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   gannonconsult styles
   ========================================================================== */
body{/*background-color: #124060; background-image: url('/img/pagebg.png')*/}
#container{width: 950px; min-height: 100%; margin: auto; background-color: #fff; padding: 0 0 60px 0;-moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
	xbackground-image: url('/img/container_bg.gif');

	}
.bg-image{
    background-color: #124060;
    background-image: url('/img/pagebg.png');
    position:fixed;
    z-index:-1;
    width:100%;height:100%;
}
#logo{margin-left: 58px;padding-top: 42px; float: left;}

#outer {
    width: 950px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;

}


#banner{height: 275px; width: 950px; -moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
}
.maine{background-image: url('/img/maine.jpg')}
.capeann{background-image: url('/img/capeann.jpg')}
.mesaverde{background-image: url('/img/mesaverde.jpg')}
.lake{background-image: url('/img/lake.jpg')}
.rockies{background-image: url('/img/rockies.jpg')}

p{font-family:'HelveticaNeueW01-55Roma';}
a, a:visited{color: #104358;}
a:hover{color:#4D741F;}
h1, h2, h3{font-family:'HelveticaNeueW01-75Bold'; font-size: 20px; font-weight: normal; color: #4c721d;}
h2, h3{color: #004161; font-size: 16px;}
h1{margin-bottom: 26px;}
#nav{display: block; float: right;margin-right: 22px; margin-top: 36px; margin-bottom: 52px;}
#nav{font-family:'HelveticaNeueW01-65Medi'; font-size: 12px;}
#nav li{display: block; float: left; margin-left: 24px;}
#nav li a{text-decoration: none; color: #00517a;}
#nav li a:hover{color: #F7BD3C;}
#nav  li.selected a{color: #4c721d;}
#nav ul{list-style: none;}

.intro p, .intro ul{font-family: 'Buenard', serif; font-size: 18px; color: #004161;}

.content, .intro{width: 628px;margin-left: 164px; background-image: url('/img/gainperspective.png'); background-repeat: no-repeat;  background-position: right top;padding-top: 30px;background-position-y: 20px;}
.content p, .content ul{color: #111111; font-size: 14px;margin-right: 82px;}
.content ul{list-style: none;padding-left: 0px;}
.content li{ padding-bottom: 12px;}

.content ul.bullet{list-style-type: disc;padding-left: 24px;}
.content ul.indent{padding-left: 60px;}


.quote{
	width:600px;margin: auto;
	margin-top: 54px; margin-bottom: 90px;
	padding-top: 18px;padding-left: 30px;padding-bottom: 20px;
	background-color: #2EC0FE;
	background-image: -o-linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	background-image: linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 5px rgba(87,87,87,1);
	-webkit-box-shadow: 0px 0px 5px rgba(87,87,87,1);
	box-shadow: 0px 0px 5px rgba(87,87,87,1);

}
/*
.quote{
background-color: #fff;
	width:600px;margin: auto;
	margin-top: 54px; margin-bottom: 90px;
	padding-top: 18px;padding-left: 30px;padding-bottom: 20px;padding-right: 30px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #233d51; /* layer fill content */
-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.75); /* drop shadow */
-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.75); /* drop shadow */
box-shadow: 1px 2px 2px rgba(0,0,0,.75); /* drop shadow */
background-image: url('/img/quote_bg.jpg');
position: relative;
}
*/
/*
.quotemark{ background-image: url('/img/left_quote.png');
 background-repeat:no-repeat;
 position: absolute;
 height: 122px;
 width: 122px;
 
 }
.quotemarkclose{ background-image: url('/img/right_quote.png');
 background-repeat:no-repeat;
 position: absolute;
 height: 122px;
 width: 122px;
 right: 20px;
 bottom: 0px;
 }
*/


/*
.quote p{color: #233d51; /* text color */
text-transform: uppercase;
font-family: "Gotham";
font-size: 18px;
font-weight: bold;
margin-right: 40px;
margin-left: 40px;
margin-top:48px;
line-height: 38px;}
.quote p.quotee{text-align: right;margin: 0 20px 0 0;
	padding: 0 0 28px; 0;
	line-height: 18px;
}
*/

.quote{
	width:600px;margin: auto;
	margin-top: 54px; margin-bottom: 90px;
	padding-top: 18px;padding-left: 30px;padding-bottom: 20px;
	background-color: #2EC0FE;
	background-image: -o-linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	background-image: linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 5px rgba(87,87,87,1);
	-webkit-box-shadow: 0px 0px 5px rgba(87,87,87,1);
	box-shadow: 0px 0px 5px rgba(87,87,87,1);

}
.quote p{font-family:'HelveticaNeueW01-75Bold'; font-size: 14px; color: #00517a; margin-right: 0px;}
.ToolKitStyle {
	background-color: #2EC0FE;
	background-image: -o-linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	background-image: linear-gradient(90deg , rgb(189,187,189) 0%, rgb(254,253,253) 100%);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 5px rgba(87,87,87,1);
	-webkit-box-shadow: 0px 0px 5px rgba(87,87,87,1);
	box-shadow: 0px 0px 5px rgba(87,87,87,1);
}
.quote p.quotee{font-family:'HelveticaNeueW01-66Medi'; color: #111111;}
#rightcolumn{float: left;width: 300px;}
#leftcolumn{float: left; width: 300px;}

div.clear {clear: both;}


li.selected a{font-family:'HelveticaNeueW01-75Bold'; color: fuchsia; border-bottom: 12px; border-bottom-color: black;text-decoration: underline;}


/* Staff Listing */

ul#list{list-style-type: none;padding-left: 0px;
}

ul#list li{border-bottom: 1px dotted #00517B;padding-bottom: 12px;}
a.togglelink{font-style: italic; font-size: 14px; text-decoration: none;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.footer{margin-left: 164px;}

.footer.nav {
    position: relative;
    clear: both;
    padding-top: 80px;
    width: 192px;
    height: 54px;
    margin: auto;
}

    .footer .nav a {
        float: left;
        width: 54px;
        height: 0;
        padding-top: 54px;
        margin-left: 10px;
        overflow: hidden;
        outline: 0;
    }

        .footer .nav a.home-button {
            background: url(../images/home-button-off.png) no-repeat;
        }

            .footer .nav a.home-button:hover {
                background: url(../images/home-button-on.png) no-repeat;
            }

        .footer .nav a.prev-button {
            background: url(../images/prev-button-off.png) no-repeat;
        }

            .footer .nav a.prev-button:hover {
                background: url(../images/prev-button-on.png) no-repeat;
            }

        .footer .nav a.next-button {
            background: url(../images/next-button-off.png) no-repeat;
        }

            .footer .nav a.next-button:hover {
                background: url(../images/next-button-on.png) no-repeat;
            }

/**
