/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #dde2e8; color: #fff; text-shadow: none; }
::selection { background: #dde2e8; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: 0 thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: M. Ross Luebe @ QRSTUV.net
   ========================================================================== */

@font-face { 
    font-family: Avenir;
    src: url('../inc/fonts/AvenirLT-Medium.eot'); 
    src: local('☺'),
        url('../inc/fonts/AvenirLT-Medium.woff') format('woff'),
        url('../inc/fonts/AvenirLT-Medium.otf') format('otf'),
        url('../inc/fonts/AvenirLT-Medium.svg') format('svg');
    font-weight:normal; 
    font-style:normal;
}

@font-face { 
    font-family: Avenir;
    src: url('../inc/fonts/AvenirLT-Heavy.eot'); 
    src: local('☺'),
        url('../inc/fonts/AvenirLT-Heavy.woff') format('woff'),
        url('../inc/fonts/AvenirLT-Heavy.otf') format('otf'),
        url('../inc/fonts/AvenirLT-Heavy.svg') format('svg');
    font-weight:bold; 
    font-style:normal;
}

h1.absolute-off-vp { position: fixed; left: -99999px; }

body { font: 12px/18px Avenir, Helvetica, sans-serif; color:#17345e; overflow:auto; }
#divBg1, #divBg2, #divBg3 { position:fixed; height:100%; width:100%; z-index:1; }

#divBg1, #divBgCover1 {
    background: url(../img/bg/blur.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	 -khtml-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#divBg2, #divBgCover2 {
    background: url(../img/bg/blur2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	 -khtml-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#divBg3, #divBgCover3 {
    background: url(../img/bg/blur3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	 -khtml-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

a { text-decoration:none; color: #4d6e91; }

p { margin:0 0 1em; }

ul { list-style:none outside none; margin:0; padding:0; }

.floatLeft { float:left; }
.floatRight { float:right; }
.textRight { text-align:right; }
.textLeft { text-align:left; }

#outerWrapper { width: 100%; }
#outerWrapper, #content, #subNavBand { margin:0 auto; }

#logo { width:148px; height:51px; margin:13px 0 0 25px; }
#nav { display:block; margin:34px 14px 0 0; }
#nav li { float:left; margin-right:30px; text-transform:uppercase; }
#nav li a, #nav li a:visited { font-size:14px; font-weight:bold; padding: 0 4px 1px; color:#00447a; border-bottom:5px solid hsla(207, 100%, 24%, 0); }
#nav li a:hover, #nav li a.current { border-bottom:5px solid hsla(207, 100%, 24%, 1); }
#nav li a {
    -webkit-transition: border-bottom .25s linear;
     -khtml-transition: border-bottom .25s linear;
       -moz-transition: border-bottom .25s linear;
        -ms-transition: border-bottom .25s linear;
	     -o-transition: border-bottom .25s linear;
	        transition: border-bottom .25s linear;
}

#subNav { display:block; margin-right:13px; }
#subNav li { float:left; }
#subNav li a, #subNav li a:visited { padding:3px 13px 0; font-weight:normal; background:#17345e; color:white; height:22px; display:block; }
#subNav li a:hover { background:#4d6e91; }
#subNav li a.current { font-weight:bold; background:#dde2e8; color:#17345e; cursor:default; }
#subNav li a {
    -webkit-transition: background .25s linear;
     -khtml-transition: background .25s linear;
       -moz-transition: background .25s linear;
        -ms-transition: background .25s linear;
	     -o-transition: background .25s linear;
	        transition: background .25s linear;
}

.gradBg { background: url(../img/footBg.png) repeat-x top; }
#leed { background: url(../img/leed_logo_white.png) no-repeat top; width:100px; height:100px; }
#rda { background: url(../img/rda_logo_white.png) no-repeat top; width:78px; height:70px; margin:20px 0 0; }
#leed a img, #rda a img { opacity:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0);}
#leed a:hover img, #rda a:hover img { opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }
#leed a img, #rda a img {
    -webkit-transition: opacity .25s linear;
     -khtml-transition: opacity .25s linear;
       -moz-transition: opacity .25s linear;
        -ms-transition: opacity .25s linear;
	     -o-transition: opacity .25s linear;
	        transition: opacity .25s linear;
}
#addressFt { background: url(../img/footRight.png) no-repeat top; width: 411px; height: 83px; text-align: right; margin:20px 0 0; }
#addressFt p { margin:17px 25px 0 0; line-height: 15px; }

#imgGallery { padding: 0 7px 110px; position:relative; }
#imgGallery img { margin:5px 4px; border:solid hsla(207, 100%, 24%, 0) 0px;
    -webkit-box-shadow: 0 1px 3px 1px hsla(0, 1%, 0%, 0.4);
     -khtml-box-shadow: 0 1px 3px 1px hsla(0, 1%, 0%, 0.4);
       -moz-box-shadow: 0 1px 3px 1px hsla(0, 1%, 0%, 0.4);
        -ms-box-shadow: 0 1px 3px 1px hsla(0, 1%, 0%, 0.4);
	     -o-box-shadow: 0 1px 3px 1px hsla(0, 1%, 0%, 0.4);
	        box-shadow: 0 1px 3px 1px hsla(0, 1%, 0%, 0.4);
}

#imgGallery img:hover { border:solid hsla(207, 100%, 24%, 1) 4px; margin:1px 0px; }

#aboutAddress { width:18%; }
#aboutAddress a:hover { text-decoration:underline; color: #17345e; }
#aboutInfo, #aboutAddress { padding:20px; margin: 0 10px; background: #fff; height: 100%; }
#techInfo { font: 110%/150% Avenir, Helvetica, sans-serif; margin:0 auto; width: 90%; padding:20px; margin: 0 auto 110px; background: #fff; height: 100%; }
.techBox ul li { margin:8px; }
.techBox a, .techbox a:visited { color:#17345e; text-decoration: underline; }
.techBox a:hover { color:#4d6e91; } 
#scrollDiv { position:absolute; z-index:5; top:120px; right:-66px; }

.specBox {padding: 20px;}
.title {font-weight:bold; font-size:110%;}
.subOne {margin:10px 0 3px; font-weight:bold;}
.subTwo {margin:0 0 3px 20px;}
.subThree {margin:0 0 3px 40px;}
.subFour {margin:0 0 3px 60px;}


/* =============================================================================
   IE Conditionals
   ========================================================================== */
.lt-ie9 #divBg1, .lt-ie9 #divBgCover1 { background:#63809f; }
.lt-ie9 #divBgCover1, .lt-ie9 #divBgCover2, .lt-ie9 #divBgCover3 { position:fixed; height:115px; width:100%; left:0; top:0; z-index:60; }
.lt-ie9 #nav li a { font-size:14px; font-weight:bold; padding: 0 4px 1px; color:#00447a; border-bottom:5px solid #fff; }
.lt-ie9 #nav li a:hover, .lt-ie9 #nav li a.current { border-bottom:5px solid #17345e; }
.lt-ie9 #content { width:965px; }
.lt-ie9 #navBand { background: url(../img/header.png) no-repeat top; width:965px; height:83px; position:fixed; z-index:99; top:38px; }
.lt-ie9 #subNavBand { background:#17345e; width:950px; position:fixed; z-index:98; top:114px; height:25px; margin-left: 7px; }
.lt-ie9 #footBand { width:965px; height:115px; position:fixed; bottom:0; z-index:97; }
.lt-ie9 #galleryFrame, #aboutFrame, #techFrame { position:absolute; top:145px; width:965px; z-index:50; }
.lt-ie9 .gradBg { background: url(../img/footBg_ie.png) repeat-x top; }
.lt-ie9 #imgGallery img { border:4px solid #63809f; margin:1px 0px; }
.lt-ie9 #imgGallery img:hover { border:4px solid #17345e; margin:1px 0px; }


/* =============================================================================
   Media Queries
   ========================================================================== */

@media screen {
    #divBgCover1, #divBgCover2, #divBgCover3 { position:fixed; height:77px; width:100%; left:0; top:0; z-index:60; }
    #content { width: 726px; }
    #navBand { background: url(../img/header_sm.png) no-repeat top; width:726px; height:83px; position:fixed; z-index:99; top:0px; }
    #subNav li a, #subNav li a:visited { padding:3px 11px 0; font-weight:normal; background:#17345e; color:white; height:22px; display:block; }
    #subNav li a:hover { background:#4d6e91; }
    #subNav li a.current { font-weight:bold; background:#dde2e8; color:#17345e; cursor:default; }
    #subNav li a {
    -webkit-transition: background .25s linear;
     -khtml-transition: background .25s linear;
       -moz-transition: background .25s linear;
        -ms-transition: background .25s linear;
	     -o-transition: background .25s linear;
	        transition: background .25s linear;
}
    #subNavBand { background:#17345e; width:712px; position:fixed; z-index:98; top:76px; height:25px; margin-left: 7px; }
    #footBand { width: 726px; height:115px; position:fixed; bottom:0; z-index:97; }
    #galleryFrame, #aboutFrame, #techFrame { position:absolute; top:107px; width:726px; z-index:50; }
    #aboutFrame { top: 99px; }
    #techFrame { top:117px; }
    .techBox { width: 326px; }
	.techBox ul li { margin-left: 15px; }
    .techBox a { font: 110%/150% Avenir, Helvetica, sans-serif; }
    #aboutInfo { font: 110%/150% Avenir, Helvetica, sans-serif; width: 65%; }
}

@media only screen and (min-width: 965px) {
    #divBgCover1, #divBgCover2, #divBgCover3 { position:fixed; height:115px; width:100%; left:0; top:0; z-index:60; }
	#content { width:965px; }
	#navBand { background: url(../img/header.png) no-repeat top; width:965px; height:83px; position:fixed; z-index:99; top:38px; }
	#subNav li a, #subNav li a:visited { padding:3px 13px 0; font-weight:normal; background:#17345e; color:white; height:22px; display:block; }
	#subNav li a:hover { background:#4d6e91; }
    #subNav li a.current { font-weight:bold; background:#dde2e8; color:#17345e; cursor:default; }
    #subNav li a {
    -webkit-transition: background .25s linear;
     -khtml-transition: background .25s linear;
       -moz-transition: background .25s linear;
        -ms-transition: background .25s linear;
	     -o-transition: background .25s linear;
	        transition: background .25s linear;
}
	#subNavBand { background:#17345e; width:950px; position:fixed; z-index:98; top:114px; height:25px; margin-left: 7px; }
	#footBand { width:965px; height:115px; position:fixed; bottom:0; z-index:97; }
	#galleryFrame, #aboutFrame, #techFrame { position:absolute; top:145px; width:965px; z-index:50; }
	#aboutFrame { top: 138px; }
	#techFrame { top:155px; }
	.techBox { width: 434px; margin: 20px 0; }
	.techBox ul li { margin-left: 40px; }
	.techBox a { font: 120%/150% Avenir, Helvetica, sans-serif; }
	#aboutInfo { font: 120%/150% Avenir, Helvetica, sans-serif; width: 69%; }
}

@media only screen and (min-width: 1400px) {
    #divBgCover1, #divBgCover2, #divBgCover3 { position:fixed; height:127px; width:100%; left:0; top:0; z-index:60; }
    #content { width:1202px; }
    #navBand { background: url(../img/header_lg.png) no-repeat top; width:1202px; height:83px; position:fixed; z-index:99; top:50px; }
    #subNav li a, #subNav li a:visited { padding:3px 13px 0; font-weight:normal; background:#17345e; color:white; height:22px; display:block; }
    #subNav li a:hover { background:#4d6e91; }
    #subNav li a.current { font-weight:bold; background:#dde2e8; color:#17345e; cursor:default; }
    #subNav li a {
    -webkit-transition: background .25s linear;
     -khtml-transition: background .25s linear;
       -moz-transition: background .25s linear;
        -ms-transition: background .25s linear;
	     -o-transition: background .25s linear;
	        transition: background .25s linear;
}
    #subNavBand { background:#17345e; width:1188px; position:fixed; z-index:98; top:126px; height:25px; margin-left: 7px; }
    #footBand { width:1202px; height:115px; position:fixed; bottom:0; z-index:97; }
    #galleryFrame, #aboutFrame, #techFrame { position:absolute; top:157px; width:1203px; z-index:50; }
    #techFrame { top:167px; }
    .techBox { width: 541px; margin: 40px 0; }
    .techBox ul li { margin-left: 80px; }
    .techBox a { font: 130%/150% Avenir, Helvetica, sans-serif; }
    #aboutInfo { font: 130%/150% Avenir, Helvetica, sans-serif; width: 71%; }
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}


/* =============================================================================
   Supersized Styles
   ========================================================================== */
* { margin:0; padding:0; }
body { background:#dde2e8; height:100%; }
img { border:none; }
	
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#dde2e8 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }