@charset "UTF-8";
/**
 * CSS for layout elements.
 *
 * @copyright  Copyright (c) 2005-2009 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: layout-screen.css 326 2009-07-24 20:14:20Z jason.pelletier $
 */

body {
    background-color: #1E576B;
    font-family: Arial, sans-serif;
    font-size: 62.5%;
    color: black;
    text-align: center;
}
#page {
    position: relative;
    margin: 57px auto 0;
}
    body.root #page {
        margin-top: 75px;
    }

#content,
#header,
#footer {
    width: 100%;
    text-align: center;
}
#content {
    position: relative;
    background-color: #F2F6F8;
    line-height: 1.2;
}
#header {
    position: absolute;
    height: 57px;
    _height: 67px;
    top: -57px;
    left: 0;
    overflow: visible;
    background: transparent url('../images/glare.png') repeat-x left -10px;
    _background: none;
    border-bottom: 10px solid #66BF7F;
    border-bottom: 10px solid rgba(102, 191, 127, 0.5); /* must repeat width and style for IE6 */
}
    body.root #header {
        height: 75px;
        _height: 85px;
        top: -75px;
    }
#footer {
    padding-bottom: 5.0em;
}

#content .inner,
#header .inner,
#footer .inner {
    position: relative;
    width: 94.0em;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding: 0.1em 2.0em 1.0em;
    text-align: left;
}
#content .inner {
    min-height: 350px;
    padding-bottom: 100px;
    background-color: white;
    z-index: 0;
}
#header .inner {
    overflow: visible;
}
#footer .inner {
    padding-top: 2.0em;
    background-color: #53727C;
    _z-index: -1;
    *z-index: -1;
}

#header img#found-line-logo {
    position: absolute;
    top: 0.8em;
}
#footer .inner li {
    *padding-bottom: 2px !important;
    line-height: 1.1;
    color: #1E576B;
    list-style: none;
}
#footer .inner li.legal {
    margin: 1.5em 0 0.5em;
    padding: 0;
    font-size: 1.2em;
    color: #1E576B;
}

/* LINKS */
a {
    color: #2A6EBB;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #C75B12;
}

/* NAV FOOTER */
#footer .navigation {
    overflow: hidden;
    margin: 0 -2.0em;
    padding: 0 1.0em;
}
#footer .navigation li {
	width: 180px;
	display: inline-block;
    zoom: 1;
    *display: inline;
    _height: 0;
	margin: 0 1.0em;
	padding: 0.5em 0.3em;
	font-size: 1.4em;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
}
    #footer .navigation li, x:-moz-any-link {
        display: block;
        float: left;
        clear: none;
    }
    #footer .navigation li, x:-moz-any-link, x:default {
        display: inline-block;
        *display: inline;
        float: none;
        clear: none;
    }
#footer .navigation ul {
    margin-top: 0.1em;
	border-top: 1px solid #5B92A4;
}
#footer .navigation li li {
	display: block;
	margin: 0;
	padding: 0.5em 0 0;
	font-size: 0.9em;
	font-weight: normal;
    text-transform: none;
}
#footer .navigation a {
    color: #5B92A4;
    text-decoration: none;
}
#footer .navigation a:hover,
#footer .navigation a:focus {
    color: #8CC0D2;
}

/* SEARCH */
ul.search {
    width: 460px;
    float: left;
    clear: none;
}
#header ul.search {
    position: absolute;
    width: 405px !important;
    top: 0;
    right: -10px;
    float: none;
    clear: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}
ul.search li.hosted-by-google,
ul.search li.custom-search-element {
    margin: 0;
    padding: 0;
    font-size: 1.0em;
    list-style: none;
    display: none;
}
#header ul.search li.hosted-by-google,
#header ul.search li.custom-search-element {
    padding: 4px 10px 0;
    background-color: #D6E0E4;
    background-color: rgba(255, 255, 255, 0.8);
    _background-color: #D6E0E4;
    *background-color: #D6E0E4;
    border: 1px solid #1E576B;
    border-top: none;
	border-radius: 0 0 5px 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
#header ul.search li.hosted-by-google {
    padding-bottom: 2.4em;
}
ul.search li.current {
    display: block;
}

/* GOOGLE SEARCH */
.custom-search-element .cse {
    width: 100%;
}
.custom-search-element #cse-inline-404 {
    width: 460px;
}
.custom-search-element .cse table,
.custom-search-element .cse tr th,
.custom-search-element .cse tr td {
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.custom-search-element .cse form tr td {
    padding: 1px;
}
.custom-search-element .cse input {
    margin-top: 0;
    font-size: 0.8em;
}
.custom-search-element .cse .gs-result .gs-title,
.custom-search-element .cse .gs-result .gs-title {
    font-weight: bold !important;
}
.custom-search-element .cse .gsc-control-cse a,
.custom-search-element .cse .gs-result .gs-title,
.custom-search-element .cse .gs-result .gs-title *,
.custom-search-element .cse .gsc-results .gsc-cursor-box .gsc-trailing-more-results {
    color: #2A6EBB !important;
}
.custom-search-element .cse .gsc-control-cse a:hover,
.custom-search-element .cse .gsc-control-cse a:focus,
.custom-search-element .cse .gs-result .gs-title:hover,
.custom-search-element .cse .gs-result .gs-title:focus,
.custom-search-element .cse .gs-result .gs-title:hover *,
.custom-search-element .cse .gs-result .gs-title:focus *,
.custom-search-element .cse .gsc-results .gsc-cursor-box .gsc-trailing-more-results:hover,
.custom-search-element .cse .gsc-results .gsc-cursor-box .gsc-trailing-more-results:focus {
    color: #C75B12 !important;
}
.custom-search-element .cse .gs-visibleUrl {
    color: #66BF7F !important;
}
.custom-search-element .cse .gsc-tabHeader.gsc-tabhActive {
    border-top-color: #1E576B !important;
    border-left-color: #1E576B !important;
    border-right-color: #1E576B !important;
}
.custom-search-element .cse table.gsc-resultsHeader {
    margin-bottom: 10px;
    border-bottom-color: #CCC;
}
.custom-search-element .cse .gs-no-results-result .gs-snippet,
.custom-search-element .cse .gs-error-result .gs-snippet {
    background-color: transparent;
    border: none;
}
#header .hosted-by-google input {
    margin-top: 0;
}
.hosted-by-google input.q {
    width: 375px;
    height: 19px;
    border: 1px solid #BCCDF0;
}
#header .hosted-by-google input.q {
    width: 286px;
    margin-top: 0;
}
.hosted-by-google input.sa,
.custom-search-element .cse input.gsc-search-button {
    display: inline-block;
    padding: 0.2em 0.5em 0.1em;
    background: #53727C url('../images/glare.png') repeat-x center center;
    _background-image: none;
    border: 0.1em solid #53727C;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    color: white;
    text-decoration: none;
    white-space: pre;
}
.hosted-by-google input.sa {
    font-size: 1.3em;
}
.custom-search-element .cse input.gsc-search-button {
    font-size: 0.7em;
}
.hosted-by-google input.gsc-search-button:hover,
.hosted-by-google input.gsc-search-button:focus,
.hosted-by-google input.gsc-search-button:active,
.custom-search-element .cse input.gsc-search-button:hover,
.custom-search-element .cse input.gsc-search-button:focus,
.custom-search-element .cse input.gsc-search-button:active {
    background-color: #1E576B;
    border-color: #1E576B;
    color: white;
    text-decoration: none;
}

/* LOGO */
#header h1#logo a {
    position: absolute;
    width: 100px;
    height: 38px;
    top: 8px;
    left: 10px;
    display: block;
    background: transparent url('../images/found-line-white-66BF7F-100x38.png') no-repeat 0 0;
    *background-image: url('../images/found-line-white-66BF7F-1E576Bpng8-100x38.png');
    text-indent: -999em;
    z-index: 10;
}
body.root #header h1#logo a {
    width: 150px;
    height: 56px;
    top: 10px;
    background-image: url('../images/found-line-white-66BF7F-150x56.png');
    *background-image: url('../images/found-line-white-66BF7F-1E576Bpng8-150x56.png');
}