﻿body .body{
	position:relative;
	margin:0 auto;
	overflow:hidden;
	max-width:1120px;
	width:100%;
	height:auto;
	background-color:transparent; background-image: url('../images/BlackTransparent.png');
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 2px rgba(0,0,0,.2);
	box-shadow:0 0 2px rgba(0,0,0,.2);
}
body .body2{
	position:relative;
	margin:0 auto;
	overflow:hidden;
	max-width:1120px;
	width:100%;
	height:auto;
	background-color:transparent; background-image: url('../images/WhiteSemiTransparent.png');
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 2px rgba(0,0,0,.2);
	box-shadow:0 0 2px rgba(0,0,0,.2);
}

.meta-data{
	color:#e9dcb9;
	font-style:italic;
	font-size:12px;
	font-weight:400;
	font-family:"Volkhov", serif;
}
 /* Color Scheme color of fonts on Transparent background Yellow Family */
h1 a, h2 a, h3 a{
	color:#f0c75e;
	text-decoration:none;
}
 /* Color Scheme color of fonts on White background - Charcoal */
h5 a, h6 a, h7{
	color:#333;
	text-decoration:none;
}
 /* Color Scheme color of fonts on Transparent background Yellow Family */
h3{
	margin:0 0 18px 0;
	color:#e9dcb9;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:1px;
}
h7{
	margin:0 0 18px 0;
	color:#e9dcb9;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:1px;
	font-size:18px;

}
h4{
	margin:0 0 18px 0;
	color:#000000;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:1px;
	font-size:20px;

}

 /* Color Scheme color of fonts on Transparent background Yellow Family (#e9dcb9 old value) */
  .tran-Color{
	color:#f1ead5;
}
 /* Color Scheme color of fonts on Transparent background Yellow Family */
.tran-HeaderColor{
	color:#f1ead5;
}
 /* Color Scheme color of fonts on White background - Charcoal */
.tran-HeaderColorBlack{
	color:#5f5f5f;
}
 /* Color Scheme color of fonts on Header on White background for index1 - Dark Green */
  .tran-White-HeaderColor{
	color:#454b3e;
}
.grid-item-inner{
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.0);
	background:;
}
 /* Color Scheme color of fonts on Hyperlinks on White background for index1 - Dark Green */
  .basic-link-WhiteBackground{
	color:#454b3e;
}.basic-link-WhiteBackground{
	display:inline-block;
	letter-spacing:1px;
	font-weight:400;
	font-size:13px;
}
.basic-link-WhiteBackground:hover{
	color:#e7cc65;
}
.basic-link-WhiteBackground.inverted{
	text-transform:uppercase;
	margin-top:10px;
}
.basic-link-WhiteBackground.backward .fa-angle-right{
	display:none;
}
.extended { position: absolute; top: 35px; left: 0; width: 220px; background: url(.Menu_Pictures/dropdownback.png); z-index: 3000; -moz-box-shadow: 0 0px 8px rgba(0,0,0,0.8); -webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.8); box-shadow: 0 0 8px black; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid white; display: none; color: white; }

/* Tool Tip */
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}