﻿/* Grid Default 1004px + (mediaqueries)
---------------------------------------------------------------------*/
@media only screen and (min-width: 1004px) {
    

/* RESPONSIVE FIXED HEADER POSITIONS - 1004px +
----------------------------------------------------*/
.addressfixpositionheader {
    z-index: 99;
    }
    
.addressfixpositionsubbanner {
    margin-top: 300px;
    }

.addressfixpositionparenttitlebanner {
    margin-top: 155px;
    }

.addressfixpositioncontent {
    margin-top: 12px;
    min-height: 800px;
    _height: 800px;
    }


/* RESPONSIVE BASE CONTAINER & GRID WIDTH - 1004px +
----------------------------------------------------*/
#basecontainer {
    clear: both; 
    width: 100%; 
    }

.basesectionwidth {
    clear: both; 
    width: 100%;
    min-width: 1004px; 
    }

.basegridwidth {
    width: 90%;
    min-width: 1004px; 
    max-width: 1200px; 
    }
    
.contentwidth {
    width: 98%;
    min-width: 964px;
    }

.subpagewidth {
    width: 95%;
    min-width: 900px;
    }
    
/* RESPONSIVE HEADER - 1004px +
----------------------------------------------------*/
 .header {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 159px;
    z-index: 102;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;  
    }
    
.logo {
    position: absolute; 
    top: 35px; 
    left: 0; 
    z-index: 2;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    }

.logo img {
    width: 320px;
    }
 
/* RESPONSIVE MAIN NAV SHOW/HIDE - 1004px + 
----------------------------------------------------*/
.navd, .subnavvisible {
    display: block;
    }

header, .navr {
    display: none !important;
    }


/* RESPONSIVE CONTENT AREAS & GRIDS - 1004px +
--------------------------------------------------*/     
.contentgrid {
    width: 100%;
    } 

.contentarea {
    position: relative;
    padding: 0;
    width: 80%;
    min-width: 700px;
    padding-left: 79px;
    }
    
.contentarea .contentblock {
    padding: 5px 0 0 0;
    width: 100%;
    max-width: 900px;
    min-width: 585px;
    min-height: 550px;
    _height: 550px;
    } 

/* RESPONSIVE MAIN NAV - 1004px +
----------------------------------------------------*/
.mainnav {
    height: 35px;
    top: 118px;
    left: 320px;
    }

/* RESPONSIVE UTILITY NAV
---------------------------------------- */
.utilitynav {
    position: absolute; 
    top: 9px; 
    right: 135px; 
    font-size: 10px;
    }
    
.utilitynav a {
    padding: 0 10px;
    }
    
/* RESPONSIVE SUB BANNER - 1004px +
----------------------------------------------------------*/
.subbanner{
    clear: both;
    position: relative;
    top: 160px;
    left: 0;
    width: 100%;
    height: 215px;
    margin: 0 auto;
    background-color: #005074;
    background-image: url('/Themes/Default/Content/Images/fpo-subbanner.jpg');
    z-index: 4;
    background-position: center top;
    }
       
/* RESPONSIVE SUB PARENT TITLE - 1004px +
----------------------------------------*/
.parenttitlebanner {
    z-index: 4;
    width: 100%;
    height: 96px;
}

.parenttitlebanner .topdivider {
    top: 5px;
    left: 0;
}

.parenttitlebanner .bottomdivider {
    bottom: 5px;
    left: 0;
}

.subparenttitle {
    top: 39px;
    padding: 0 0 0 69px;
    }

.subparenttitle h1, .blogpostparent h2 {
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 30px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: .03em;
    }

.parentaccent {
    position: absolute;
    top: -6px;
    left: 0;
    }

.parentaccent img {
    width: 60%;
    }

          
/* RESPONSIVE FOOTER - 1004px +
----------------------------------------------------*/ 
#footer {
    height: 160px;
    font-size: 11px;
    font-weight: 500;
    padding: 10px 0 0 0;
    background-image: url('/Themes/Default/Content/Images/bg.jpg');
    text-align: center;
    }

.footergrid {
    text-align: center;
    }
    
.footergrid div {
    padding-top: 8px;
    clear: both;
    } 

.fflogo img {
    width: 150px;
}
 
/* RESPONSIVE HOME PAGE GALLERY - 1004px +
----------------------------------------------------*/
.centerspace {
    width: 65%;
    padding: 16px 0 0 45px;
    }

.gallerycontainer {
    position: relative;
    width: 100%;
    z-index: 4;
    min-width: 1004px;
    height: 517px;
    margin: 0 auto;
    background-color: #005074;
    }

.bannertextgrid {
    top: 150px;
    width: 520px;
    }

.gallerytitle, .gallerydescrip {
    color: #005074;
    text-transform: uppercase;
    }

.gallerytitle {
    }
    
.gallerydescrip {
    }

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
    }

.slides-navigation a.next:before, .slides-navigation a.prev:before {
    font-size: 40px;
    }
    
.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    text-align: center;
    width: 100%;
    }

.slides-pagination a {
    border: 2px solid #222;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin: 2px;
    text-indent: -100%;
    }

/* BLOG - 768-1003px
----------------------------------------------------*/
.blogarea {
    float: left !important;
    position: relative;
    padding: 0;
    width: 70% !important;
    min-width: 650px;
    padding-left: 79px;
    }

.blogarea .contentblock {
    padding: 5px 0 0 0;
    width: 98%;
    max-width: 900px;
    min-width: 585px;
    min-height: 550px;
    _height: 550px;
}

}