@charset "UTF-8";

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	float: left;
	display: block;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    clear: none;
    float: none;
    margin-top: 0%;
}

.header {
    position: fixed;
    z-index: 1000;
    top: 0px;
    height: auto;
    background-image: url(../images/sitewide/hdrBkgd-sz.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-box-shadow: 2px 2px 5px 5px rgba(149,148,148,0.39);
    -moz-box-shadow: 2px 2px 5px 5px rgba(110,110,110,0.39);
    box-shadow: 2px 2px 5px 5px rgba(149,148,148,0.39);
    width: 100%;
}

.logo {
    width: 40%;
    margin-top: 1%;
    margin-left: 30%;
    height: auto;
    margin-bottom: 2%;
    float: left;
    clear: none;
}

.headPanel {
    width: 100%;
    margin-top: 1%;
    margin-right: 0%;
    display: block;
    float: left;
}

.headText {
    width: 100%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 2%;
    display: block;
    float: left;
    clear: none;
}

.pageContainerHome {
    float: left;
    clear: none;
    margin-top: 30%;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
}

.pageContainer {
    float: left;
    clear: left;
    margin-top: 30%;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 2px 2px 5px 5px rgba(149,148,148,0.39);
    -moz-box-shadow: 2px 2px 5px 5px rgba(110,110,110,0.39);
    box-shadow: 2px 2px 5px 5px rgba(149,148,148,0.39);
    background-image: url(../images/sitewide/pageBkgd-White_Fade.png);
}

.pageContentPanel {
    margin-left: 2%;
    width: 74%;
    margin-top: 4%;
    float: left;
    clear: none;
}

.pageContentPanelFullWidth {
    margin-left: 2%;
    width: 98%;
    float: left;
    clear: left;
}

.titlePanel {
	width: 100%;
	clear: none;
	margin-top: 0%;
	margin-bottom: 0%;
	float: left;
	margin-left: 0%;
}
.imagePanel {
	width: 100%;
	margin-left: 0%;
	margin-bottom: 2%;
}

#caption {
 width: 92%;
 margin-bottom: 5%;
 margin-left: 0%;
 padding-left: 1%;
 margin-top: 0%;
}

#footer {
    width: 92%;
    text-align: left;
    margin-left: 0%;
    display: none;
    background-image: url(../images/sitewide/navBkgd.jpg);
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 2%;
    padding-left: 4%;
}

#fMobile {
    width: 92%;
    margin-left: 0%;
    display: inline;
    visibility: visible;
    background-image: url(../images/sitewide/navBkgd.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 2%;
    padding-left: 4%;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 62.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    

.gridContainer {
}

.header {
    -webkit-box-shadow: 0px 8px 8px -2px rgba(52,52,52,0.39);
    -moz-box-shadow: 0px 8px 8px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 8px -2px rgba(52,52,52,0.39);
}

.logo {
    width: 26%;
	margin-left: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
}

.headPanel {
    width: 100%;
    margin-top: 0%;
    margin-right: 0%;
    display: block;
    visibility: visible;
    float: left;
    clear: none;
    background-image: url(../images/sitewide/hdrTxtBkgd2.png);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: right 0%;
    background-origin: content-box;
}

.headText {
    width: 70%;
    margin-top: 2.5%;
    margin-bottom: 0%;
    float: left;
    clear: none;
}

.pageContainer {
    margin-top: 12%;
    -webkit-box-shadow: 2px 2px 5px 5px rgba(149,148,148,0.39);
    -moz-box-shadow: 2px 2px 5px 5px rgba(110,110,110,0.39);
    box-shadow: 2px 2px 5px 5px rgba(149,148,148,0.39);
}

.pageContainerHome {
    margin-top: 12%;
    height: auto;
}

.pageContentPanel {
    margin-top: 4%;
    margin-left: 3%;
    width: 80%;
    float: left;
    clear: none;
}

.pageContentPanelFullWidth {
    margin-left: 2%;
    width: 98%;
    float: left;
    clear: left;
}

.titlePanel {
	width: 96%;
	margin-left: 1.5%;
}

.imagePanel {
	width: 100%;
	margin-left: 0%;
	margin-bottom: 2%;
}

#caption {
}

#fMobile {
	width: 96%;
	margin-left: 2%;
	display: none;
}

#footer {
    width: 98%;
    margin-left: 0%;
    display: block;
    visibility: visible;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
}

/* Flexible iFrame */

.Flexible-container {
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
}


.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}




/* Desktop Layout: 769px to a max of 1400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
 max-width: 1400px;
}

.header {
-webkit-box-shadow: 2px 2px 5px 5px rgba(149,148,148,0.39);
-moz-box-shadow: 2px 2px 5px 5px rgba(110,110,110,0.39);
box-shadow: 2px 2px 5px 5px rgba(149,148,148,0.39);
 max-width: 1400px;
}

.logo {
    margin-left: 4%;
	width: 20%;
}

.headPanel {
    width: 100%;
    margin-top: 0%;
    margin-right: 0%;
    display: block;
    visibility: visible;
    clear: none;
    float: left;
}

.headText {
    width: 72%;
    margin-right: 0%;
    float: left;
    clear: none;
}

.pageContainerHome {
	margin-top: 10%;
}

.pageContainer {
	margin-top: 10%;
}

.pageContentPanel {
    margin-top: 4%;
    margin-left: 2%;
    width: 80%;
    float: left;
    clear: none;
}

.pageContentPanelFullWidth {
    margin-left: 2%;
    width: 98%;
    float: left;
    clear: left;
}

titlePanel {
	text-align: left;
}

.imagePanel {
	margin-bottom: 2%;
}

.caption {
}

#fMobile {
}

#footer {
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    width: 98%;
}

/* Flexible iFrame */

.Flexible-container {
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
