
/*****************************************
 CSS rules common to all, or most, of site
******************************************/

/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: #144672;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

body
{
    color: black;
    font: normal 12px 'Helvetica', 'sans-serif';
    margin: 0px;
    background: #e6e5e5;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

hr
{
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-top: 8px solid #d5d4d4;
}

/***************
 Overall layout
****************/
#outer-wrap
{
    background: url(/images/layout/body-background.png) repeat-x #fff;

}

#wrap
{
    max-width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
    position: relative;
}


/*******
 Header
********/
#header
{
    /* background: url(/images/layout/header-background.png) top right no-repeat; */
    margin: 0px 0px;
    padding: 5px 5px 3px 5px;
    position: relative;
}

#header h1 {
    float: left;
}

#header h2 {
    position: absolute;
    top: 20px;
    right: 0;
}

#numbers
{
    width: 40%;
    float: right;
    margin: 85px 10px 0px 0px;
}

#numbers p
{
    font: bold 18px 'Helvetica', sans-serif;
    line-height: 24px;
    margin-top: 5px;
    color: #333;
    text-align: right;

}

/*
#numbers p span {
    font-size: 16px;
    font-weight: normal;
}
*/

#logo
{
    display: block;
    margin: 10px;
    width: 277px;
}

#slideshow
{
    float: right;
    margin: 15px 0px 15px 10px;
    border: 2px solid #d5d4d4;

}

#slideshow img
{
    display: block;

}

#ecanz
{
    margin: 5px 10px 0px 0px;
}

#site-safe {
    margin: 5px 20px 0px 0px;
}

#ecans,
#site-safe:hover {
    opacity: 0.8;
}

.page-img
{
    float: right;
    margin: 15px 0px 15px 30px;
    border: 2px solid #d5d4d4;
}

.about-img
{
    float: right;
    margin: 15px 0px 15px 30px;
}

.about-img img
{
    margin: 5px 0px 5px 30px;
    border: 2px solid #d5d4d4;
}

#facebook
{
    position: absolute;
    top: 152px;
    left: 50%;
    margin-left: 445px;
}


/**********
 Navigation
***********/
a#mobile-nav-expand {
    display: none;
    background: #0065B0;
    text-align: center;
    color: white;
    padding: 5px 0 10px 0;
}

a#mobile-nav-expand img {
    width: 20px;
    height: auto;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

#navigation
{
    margin: 0px;
    display: block;
    height: 30px;
    overflow: hidden;
    padding: 0px;
    padding-left: 15px;
    margin-top: 2px;
    position: absolute;
    top: 146px;
}

#navigation.mobile-device {
    background: pink;
}

#navigation li
{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 30px;
}

#navigation li a:link,
#navigation li a:visited
{
    display: block;
    color: #81aecf;
    font-weight: bold;
    padding: 9px 25px 7px 25px;
    margin-top: 0;
    font-size: 12px;
    border-right: 1px solid #81aecf;
    transition: color 0.3s ease, background 0.3s ease;
    -moz-transition: color 0.3s ease, background 0.3s ease;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
}

#navigation li a:link.selected,
#navigation li a:visited.selected
{
    color: #ffffff;
    background: #1D7DC6;
}

#navigation li a:hover
{
    text-decoration: none;
    color: #ffffff;
    background: #1D7DC6;
}


/****
 Body
*****/
div.mobile-intro {
    display: none;
}


#page
{
    padding: 45px 0px 10px 18px;
    margin: 0px 0px;
    clear: both;
}

#page h1
{
    color: #0067b4;
    margin: 20px 0px 15px 0px;
}

#page h2
{
    color: #333;
    background: none; /*url(/images/layout/hero-text.jpg) repeat-x #e4e4e4;*/
    font: bold 16px 'Helvetica', sans-serif;
    line-height: 22px;
    margin: 20px 0px 10px 0px;
    padding: 0px;
    width: 480px;
    text-align: left;
    text-transform: none;
}

#page h3
{
    font: normal 16px 'Helvetica', sans-serif;
    line-height: 22px;
    margin: 10px 0px 15px 0px;
    color: #0067b4;

}

#page h3 a
{
    text-decoration: underline;
    font-weight: normal;
    color: #0067b4;
}

#page h4
{
    color: #0067b4;
    font: bold 12px 'Helvetica', sans-serif;
    line-height: 16px;
    margin: 10px 0px 10px 0px;
    text-transform: uppercase;
}

#page p
{
    margin: 10px 0px;
    line-height: 18px;
    font-size: 13px;
}

#page ul
{
    list-style-image: url(/images/layout/bullet.png);
    margin: 0px 10px;
    padding: 0px;
}

#page li
{
    line-height: 18px;
    font-size: 13px;
    padding: 0px;
    margin: 3px 12px;
}

#home-table {
    margin: 0px;
}

#home-table td
{
    padding: 10px 20px;
    background: #f4f4f4;
    border-right: 5px solid white;
    width: auto;
    width: 50%;
}

#home-table p
{
    margin-right: 0px;
    font-size: 14px;
    line-height: 145%;
}

#page h2.condensed
{
    width: 240px;
}

#team {
    margin-bottom: 20px;
}

#team td
{
    background: #f4f4f4;
    border-right: 5px solid white;
}

#team p
{
    margin: 10px;
    font-size: 11px;
}

#team img
{
    border: 2px solid #f4f4f4;
    width: 225px;
    height: auto;
}

blockquote,
address
{
    margin-left: 40px;
    border-left: 7px solid #d5d4d4;
    padding-left: 15px;
    font-style: italic;
    line-height: 18px;
    margin-right: 40px;
}

/******
 Footer
*******/
#footer-wrap
{
    border-top: 8px solid #bebdbd;
    text-align: center;


}

#footer ul
{
    color: #666;
    line-height: 18px;
    margin: 10px 0px 0px 20px;
    padding: 0px;
}

#footer li
{
    margin: 0px;
    padding: 0px;
}

#footer p
{
    line-height: 18px;
    color: #666;
    font-weight: normal;
    margin: 5px 0px;
}

#footer
{
    max-width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
    padding: 15px 0px;
}

#footer table
{
    max-width: 945px;
    border-left: 1px solid white;
    border-collapse: collapse;
    margin: 10px 15px;
}

#footer table td
{
    width: 33%;
    border-right: 1px solid white;
    padding: 5px 20px;
    border-collapse: collapse;

}

#footer td h2
{
    color: #14467e;
    font: bold 16px 'Helvetica', sans-serif;
    line-height: 22px;
    margin: 0px 0px 0px 0px;
}


/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}


/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}

/****
Facebook footer
*****/

#footer table #edge-facebook p
{
    font-size: 10px;
    text-align: left;
}

#edge-facebook p img
{
    float: left;
    margin: 15px 15px 0px 0px;
}

#edge-facebook h4:nth-of-type(2)
{
    text-align: left;
    line-height: 18px;
    color: #666;
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0px 5px 0px;

}

#edge-facebook h2 a:link,
#edge-facebook h2 a:visited
{

}



