@charset "UTF-8";

body {
	background-color: #424528;
	background-repeat: repeat;
	top: 0px;
	background-image: url(../images/bkgnd.png);
    margin: 0;
    padding: 0;
}

#body-background-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
}

#body-background {
	position: relative;
	top: 0;
	width: 750px;
	height: 627px;
	background-image: url(../images/body-bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.shadow {
  -moz-box-shadow: 1px 3px 6px #000;
  -webkit-box-shadow: 1px 3px 6px #000;
  box-shadow:1px 3px 6px #000;
}

.innerShadow {
  -moz-box-shadow: inset 0 0 10px #000 ;
  -webkit-box-shadow: inset 0 0 10px #000 ;
  box-shadow: inset 0 0 10px #000 ;
	z-index: 5000;
}

.wrap {
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	min-width: 1020px;
}

.white-header {
    -webkit-transform: rotate(155deg);
    -moz-transform: rotate(155deg);
    -o-transform: rotate(155deg);
    -ms-transform: rotate(155deg);
    transform: rotate(155deg);
	
	
	background-color: #FFF;
	top: -150px;
	width: 400px;
	height: 350px;
	position: relative;
	left: 130px;
    z-index: 5;
}

.white-footer {
    -webkit-transform: rotate(155deg);
    -moz-transform: rotate(155deg);
    -o-transform: rotate(155deg);
    -ms-transform: rotate(155deg);
    transform: rotate(155deg);
	
	
	background-color: #FFF;
	top: -150px;
	width: 400px;
	height: 250px;
	position: relative;
	left: 530px;
    z-index: 5;
}


.header-block {
	background-color: #990000;
	width: 1020px;
	height: 81px;
	left: auto;
	right: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	border: 1px solid #000;
	display: block;
}

.header-badge {
	height: 80px;
	width: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: auto;
	border: 1px solid #000;
	text-decoration: none;
}

.header-467 {
	position: absolute;
	top: 0px;
	left: 90px;
    z-index: 1;
}

.header-title {
	position: absolute;
	top: 0px;
	right: 20px;
    z-index: 25;	
}


.menu-block {
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top:0px;
	border: 1px solid #000;	
    z-index: 25;
}

.menu-index {
	height: 40px;
}


.menu-sub {
	height: 60px;
}


.menuMain {

}

.menuGroup {
	left: 200px;
	height: 20px;
	position: relative;
}

.menuAssoc {
	left: 350px;
	height: 20px;
	position: relative;
}

.menuLib {
	left: 440px;
	height: 20px;
	position: relative;
}

.menuGradiant {
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0%, #000),
	color-stop(40%, #62663C),
	color-stop(60%, #62663C),
	color-stop(100%, #000)
	);
	background-image: -o-linear-gradient(bottom,#000 0%, #62663C 40%, #62663C 60%, #000 100%);
	background-image: -moz-linear-gradient(bottom, #000 0%, #62663C 40%, #62663C 60%, #000 100%);
	background-image: -webkit-linear-gradient(bottom, #000 0%, #62663C 40%, #62663C 60%, #000 100%);
	background-image: -ms-linear-gradient(bottom, #000 0%, #62663C 40%, #62663C 60%, #000 100%);
	background-image: linear-gradient(to bottom, #000 0%, #62663C 40%, #62663C 60%, #000 100%);
}

.menuSubGradiant {
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0%, #000),
	color-stop(30%, #62663C),
	color-stop(30%, #62663C),
	color-stop(100%, #000)
	);
	background-image: -o-linear-gradient(bottom,#000 0%, #62663C 30%, #62663C 30%, #000 100%);
	background-image: -moz-linear-gradient(bottom, #000 0%, #62663C 30%, #62663C 30%, #000 100%);
	background-image: -webkit-linear-gradient(bottom, #000 0%, #62663C 30%, #62663C 30%, #000 100%);
	background-image: -ms-linear-gradient(bottom, #000 0%, #62663C 30%, #62663C 30%, #000 100%);
	background-image: linear-gradient(to bottom, #000 0%, #62663C 30%, #62663C 30%, #000 100%);
}



.page {
	background-image: url(../images/index.jpg);
	height: 800px;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	top: 0px;
	display: block;
    z-index: 1;
}

.px {
	height: 800px;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	display: block;
    z-index: 25;
}

.indexImage {
	width: 1000px;
	height: 800px;
	position: relative;
	left: 100px;
}

.scroll{
	position: relative;
	top: 20px;
	height: 650px;
    overflow-y:auto; 
    display:inline-block;
    padding-right: 20px;
}


.reflection {
	
	-webkit-box-reflect:below 0px
    -webkit-gradient(linear, left top, left bottom, from(transparent),
    color-stop(0.25, transparent), to(white));
	
	/* No Mozilla Reflection code*/
}

.innerShadow {
  -moz-box-shadow: inset 0 0 10px #000 ;
  -webkit-box-shadow: inset 0 0 10px #000 ;
  box-shadow: inset 0 0 10px #000 ;
	z-index: 5000;
}

.headGradiant {
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0%, #000),
	color-stop(20%, #62663C),
	color-stop(80%, #62663C),
	color-stop(100%, #000)
	);
	background-image: -o-linear-gradient(bottom,#000 0%, #62663C 20%, #62663C 80%, #000 100%);
	background-image: -moz-linear-gradient(bottom, #000 0%, #62663C 20%, #62663C 80%, #000 100%);
	background-image: -webkit-linear-gradient(bottom, #000 0%, #62663C 20%, #62663C 80%, #000 100%);
	background-image: -ms-linear-gradient(bottom, #000 0%, #62663C 20%, #62663C 80%, #000 100%);
	background-image: linear-gradient(to bottom, #000 0%, #62663C 20%, #62663C 80%, #000 100%);
	
}

.index-content {
	width: 760px;
	height: 560px;
	position: absolute;
	left: 120px;
	top: 120px;
	border: 1px solid #424528;
	background-image: url(../images/content-bkgnd.gif);
}

.content {
	width: 760px;
	height: 560px;
	position: absolute;
	left: 120px;
	top: 120px;
	margin: 50 px;
	border: 1px solid #424528;
	/* background-color: #F0EDC9; */
}

.opacity {
	opacity: 0.7;
}

.indexOverlay {
	position: absolute;
	top: 90px;
	left: 100px;
	width: 560px;
	height: 210px;
	z-index: 1000;
}


.head{
	height: 20px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
}


.infoAccordianWrap{
	width: 286px;
	height: 300px;
	left: 422px;
	position: absolute;
	z-index: 1000;
}

.moreInfo {
	width: 266px;
	height: 20px;
	position: absolute;
	top: 280px;
	border-top: 1px solid #424528;
	line-height: 20px;
    padding-right: 20px;
}


.photoWrap{
	width: 400px;
	height: 300px;
	position: absolute;
}


.noPhoto{
	position: relative;
	top: 100px;
	width: 100px;
	left: 150px;
}


.noNarrative{
	position: relative;
	top: 100px;
	width: 100px;
	left: 300px;
}

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:before{
    border: solid;
    border-color: #424528 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltip:hover:after{
    background: #424528;
	opacity: .6;
    /*background: rgba(0,0,0,.8);*/
    /*border-radius: 5px;*/
    bottom: 26px;
    color: #F0EDC9;
    content: attr(tooltip);
    left: 0px;
    padding: 5px 5px;
    position: absolute;
    z-index: 98;
    /*width: 220px;*/
}

.divider {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	line-height: 1px;
	border-top: 1px solid #424528;
}

.divider-Yellow {
  	margin: 0 auto;
	width: 100%;
	line-height: 1px;
	border-top: 1px solid #F0EDC9;
}

.contentTitle {
	width: 720px;
	top: 20px;
	left: 240px;
	position: absolute;
}

.content-wrap {
	width: 720px;
	height: 710px;
	position: absolute;
	left: 260px;
	top: 50px;
	z-index: 1000;
	
}

.content-block {
	width: 700px;
	height: 710px;
	position: absolute;
	background-image: url(../images/content-bkgnd.gif);
	border: 1px solid #424528;
	padding: 10px;
}


.content-image {
	width: 680px;
	height: 680px;
	position: absolute;
	left: 20px;
	top: 25px;
	opacity: 0.9;
	z-index: 1000;
}


.contentAccordianWrap{
	width: 698px;
	height: 398px;
	position: absolute;
	top:320px;
	z-index: 1000;
}

.fullTitle {
	width: 1000px;
	top: 60px;
	left: 0px;
	position: absolute;
}

.fullFrame {
	width: 760px;
	height: 560px;
	position: absolute;
	left: 120px;
	top: 120px;
	border: 1px solid #424528;
	opacity: 0.9;
	background-image: url(../images/content-bkgnd.gif);
}

.fullOverlay {
	position: absolute;
	top: 40px;
	left: 60px;
	width: 760px;
	height: 210px;
	z-index: 5000;
}

.fullWrap {
	width: 640px;
	height: 470px;
	position: absolute;
	left: 0px;
	top: 5px;
}

.fullContent {
	width: 580px;
	height: 410px;
	position: absolute;
	padding: 30px;
	border: 1px solid #F0EDC9;
	background-image: url(../images/content-bkgnd.png);
	overflow-y: auto;
	
}

.fullCat {
	width: 100%;
	height: 20;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.fullRow {
	/* width: 100%; */
	/* height: 20; */
	line-height: 20px;
	/* margin-bottom: 10px; */   
}

.fullLeft {
	left: 60px;
	width: 180px;
	position: relative;
}


.fullRight {
	left: 260px;
	/* top: -16px; */
	position: relative;
	width: 240px;
}

.subWrap {
	width: 600px;
	height: 630px;
	position: absolute;
	left: 60px;
	top: 50px;
}

.subContent {
	width: 538px;
	height: 627px;
	position: absolute;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #F0EDC9;
	background-image: url(../images/content-bkgnd.png);
	overflow: auto;
}


.subShadow {
  -moz-box-shadow: inset 0 0 40px #F0EDC9 ;
  -webkit-box-shadow: inset 0 0 40px #F0EDC9 ;
  box-shadow: inset 0 0 40px #F0EDC9 ;
	z-index: 5000;
}



    .subTable {
		display: table;
	}
	
    .subHeading {
        /* display: table-row; */
  		padding-top: 30px;
  		padding-bottom: 10px;
    }
    
    .subRow {
        display: table-row;
    }
    
    .subCell
    {
        display: table-cell;
        padding: 3px;
		width: 250px;
    }
    
     
.contactHead {
	position: relative;
  /* 	padding-top: 30px; */
	
}
   
.contactTitle {
	position: relative;
  	/* padding: 80px; */
}
   
.contactSelectTitle {
	position: relative;
  	padding: 20px 0px 10px 0px;
}
    
.contactGreeting {
	position: relative;
  	padding: 20px 30px 20px 30px;
	
}


    
.contactForm {
  	padding: 0px 80px 0px 80px;
}

.contactCAPTCHA {

  	padding: 40px 0px 10px 0px;

}

.contactCAPTCHAForm {
  	/* padding: 40px 0px 10px 0px; */
}

.contactCAPTCHASubmit{
  	padding-top: 10px;
}
   
.contactSent {
	position: relative;
  	padding-top: 10px;
}

  
.archiveTitle {
	position: relative;
  	padding: 20px 0px 0px 0px;
}


.archiveContent {
  	padding-top: 10px;
  	padding-bottom: 30px;
}


.archiveRow {
	line-height: 20px;
  	padding: 10px 30px 0px 30px;  
}



.archiveLeft {
	left: 20px;
	width: 280px;
	position: relative;
	display: block;
}


.archiveRight {
	left: 340px;
	top: -60px;
	position: relative;
	width: 100px;
}

.memberRow {
	line-height: 20px;
  	padding: 20px 30px 10px 30px;  
}

.memberAddressRow {
	line-height: 20px;
  	padding: 0px 0px 0px 0px;  
}

.memberLeft {
	/* left: 20px; */
	width: 200px;
	position: relative;
	display: block;
}

.memberMiddle {
	left: 192px;
	top: -42px;
	position: relative;
	width: 100px;
}

.memberRight {
	left: 246px;
	top: -84px;
	position: relative;
	width: 100px;
}


.narrative{
	height: 365px;
	position: absolute;
	padding:40px;
	z-index: 1000;
}


.memImage {
	width: 680px;
	height: 300px;
	position: absolute;
	top: 20px;
	left: 20px;
}




.memContain {
	width: 640px;
	height: 350px;
	position: absolute;
	top: 320px;
	left: 20px;
	overflow:auto;
}

.memValued {
  	padding: 20px 40px 20px 40px;
}


.pxContain {
	width: 640px;
	height: 350px;
	position: absolute;
	top: 320px;
	left: 20px;
	padding: 20px;
	overflow:auto;
}

.footer-stem {
	width: 980px;
	height: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top:0px;
	border: 1px solid #000;
    z-index: 25;
	
}


.footer-text {
    z-index: 125;
}

.footer-block {
	background-color: #990000;
	width: 1020px;
	height: 130px;
	position: relative;
	top:0px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	border: 1px solid #000;
}


.footerRow {
	width: 1020px;
	height: 80px;
	position: relative;
	left: 0px;
	top: 10px;
 	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
/* 	border: 1px solid #F0EDC9; */
	}
	
.footer-left {
	position: relative;
	width: 100px;
/* 	border: 1px solid #F0EDC9; */
}
	
.footer-middle {
	position: relative;
	width: 180px;
/* 	border: 1px solid #F0EDC9; */
}

.footer-right {
	position: relative;
	width: 180px;
/* 	border: 1px solid #F0EDC9; */
}
	
.footer-title {
	position: relative;
	width: 100%;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
/* 	border: 1px solid #F0EDC9; */
}


.footer-links {
	position: relative;
}

.copyright {
	width: 1000px;
	height: 30px;
	position: relative;
	top: 30px;
	margin-right: auto;
	margin-left: auto;
}


