/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/*ul.tngdd .menulink {
	padding:3px 2px 3px 30px;
	font-weight:bold;
	height:16px;
	background: #e0e0f7 url(../img/ArrowDown.gif) 2px 8px no-repeat;
	width:70px;
	line-height:1.5;
}*/
/* updated 2/29/16
.snlink {
	background-color:#fff;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #211a16;
	border-right:1px solid #211a16;
}

a.snlink {
	color: #211a16;
	background-color:#fff;
	border-left:1px solid #e9cfa2;
	border-top:1px solid #e9cfa2;
	border-bottom:1px solid #211a16;
	border-right:1px solid #211a16;
}

a.snlink:hover, .snlinkact, .adminnav .snlinkact {
	background-color:#504034;
	color: #fff;
	border-left:1px solid #e9cfa2;
	border-top:1px solid #e9cfa2;
	border-bottom:1px solid #211a16;
	border-right:1px solid #211a16;
}
*/
/* body: describes page background color and all non-table text not governed by any other style */
body {
	background-color : #FFFFFF;
	color : #000000;
	font-family : 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	-webkit-print-color-adjust:exact;
}
.LB_window {
	background: #f9f5f0;
	border: 2px solid #000000;
	color:#000000;
}

div.menucontainer {
    margin-top:10px;
    margin-bottom:14px;
}

div.innercontainer {
    border-bottom: 1px solid #810120;
}

ul.tngdd {
    background-color:#211a16;
}

ul.tngdd a {
	color:#e9cfa2;
}

ul.tngdd ul li a, .slidedown {
	background-color:#810120;
}

ul.tngdd ul li a {
	color: #fffffa;
	border-top:0px solid #504034;
}

ul.tngdd ul li a:hover {
	background-color:#ffffff;
	color:#000000;
}

ul.tngdd .stubmenu {
     border-left: 0;
     width: 1px;
	-moz-border-radius: 0px 25px 25px 0px;
	-webkit-border-radius: 0px 25px 25px 0px;
	border-radius: 0px 25px 25px 0px;
}
ul.tngdd .menulink:hover, ul.tngdd .menuhover {
	border:0px solid #810120;
	color: #ffffff;
	background: #810120 url(../img/arrowdown2.gif) 2px 8px no-repeat;

}
ul.tngdd .menulink, ul.tngdd .langmenu {
	border:0px solid #810120;
}
ul.tngdd .menulink {
	padding:3px 2px 3px 50px;
	font-weight:bold;
	height:13px;
	width:50px;
	line-height:1.5;
}
ul.tngdd .menulink {
	background: #810120 url(../img/ArrowDown.gif) 2px 8px no-repeat;
}
ul.tngdd ul li {
	position:relative;
	border:1px solid #900;
	border-top:none;
	width:158px;
	margin:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
ul.tngdd .menulink, ul.tngdd .langmenu {
	border-bottom:0px solid #aaa; /*same as "databack" background color */
	border-right:0px solid #aaa; /*same as "databack" background color */
}


ul.tngdd a {
	display:block;
	text-decoration:none;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 0px;
}
ul.tngdd ul {
	position:absolute;
	/* top:26px; */
	left:0px;
	display:none;
	opacity:0;
	list-style:none;
	-moz-box-shadow:    1px 1px 1px 0px #666;
	-webkit-box-shadow: 1px 1px 1px 0px #666;
	box-shadow:         1px 1px 1px 0px #666;
	background-color: #000;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
ul.tngdd ul li:first-child, ul.tngdd ul li:first-child a {
	-moz-border-radius: 1px 1px 0px 0px;
	-webkit-border-radius: 1px 1px 0px 0px;
	border-radius: 1px 1px 0px 0px;
}

ul.tngdd ul li:last-child, ul.tngdd ul li:last-child a {
	-moz-border-radius: 0px 0px 1px 1px;
	-webkit-border-radius: 0px 0px 1px 1px;
	border-radius: 0px 0px 1px 1px;
}
ul.tngdd {
	list-style:none;
	/*margin:0 6px 0 0;*/
	padding:0;
	margin-left: 0px;
	font-size:13px;
    background-color:#810120;
}


/*.templatebody {
	background: #2d3143;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}*/
/* left and right borders */
/* footer added to replace <font size="1" color="#cccc99"> in footer */
.menurow {
	width: 100%;
	height: 46px;
	background: #810120;
}
/* databack: background color for data areas */
div.innercontainer, ul.tngdd .langmenu, ul.tngdd .stubmenu {
    background-color: #810120;
}
#hs1 {
	-moz-border-radius: 1px 0px 0px 1px;
	-webkit-border-radius: 1px 0px 0px 1px;
	border-radius: 1px 0px 0px 1px;
}

div.icons {
font-size: 17px;
}

.page {
	background-color : #000000;
	/*background-color : #810120; red */
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.footer {
	font-size: 11px;
	color: #fffffa;
	text-align: center;
}

.mainborder {
    width: 0px;
	background: none;
	background-color : #000000;
}
}
.page {
	background-color : #000000;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.templatebody {
	background: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
.homenav a:visited {
	color:#3c3a3a;
}
.homenav a {
	color:#3c3a3a;	
}
/*left navbar*/
.homenav_col {
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding: 15px 10px 0px 10px;
	background-color: #ffffff;
	font-size: 18px;
}

.homenav, .homenav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.homenav li {
    background-color: #ffffff;
    color: #e9cfa2;
	-moz-border-radius: 3px 1px 1px 3px;
	-webkit-border-radius: 3px 1px 1px 3px;
	border-radius: 3px 1px 1px 3px;
	padding: 2px 1px 2px 5px;
}
/*
.homenav li {
    background-color: #211a16; 810120 --red?
    color: #e9cfa2;
	-moz-border-radius: 3px 4px 4px 3px;
	-webkit-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	padding: 2px 1px 2px 5px;
}
*/

.homenav li:hover {
	background-color: #e9cfa2;
	color: #211a16;
}

.homenav li:hover a {
	color: #211a16;
}
.headertext {
    font-size: 60px;
    FONT-FAMILY: Garamond;
}

.indexphototable {
    float: center;
    text-align: center;
    padding-right: 6px;
}

	body{
		/*height: 10000px;*/
		/*font-family: "Lato";*/
		background-color: #ffffff;
		padding:2px 2px;
		margin: 0px;
	}

	h1,h2,h3,h4{
		padding: 0px;
		margin: 0px;
	}

	.caption-style-2{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}

	.caption-style-2 li{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}

	.caption-style-2 li:hover .caption{
		opacity: 1;
		transform: translateY(-100px);
		-webkit-transform:translateY(-100px);
		-moz-transform:translateY(-100px);
		-ms-transform:translateY(-100px);
		-o-transform:translateY(-100px);

	}


	.caption-style-2 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 4;
	}


	.caption-style-2 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		top:300px;
		-webkit-transition:all 0.15s ease-in-out;
		-moz-transition:all 0.15s ease-in-out;
		-o-transition:all 0.15s ease-in-out;
		-ms-transition:all 0.15s ease-in-out;
		transition:all 0.15s ease-in-out;

	}
	.caption-style-2 .blur{
		background-color: rgba(0,0,0,0.7);
		height: 300px;
		width: 400px;
		z-index: 5;
		position: absolute;
	}

	.caption-style-2 .caption-text h1{
		text-transform: uppercase;
		font-size: 18px;
	}
	.caption-style-2 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 400px;
		height: 300px;
		text-align: center;
		top:20px;
	}


	/** Nav Menu */
	ul.nav-menu{
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		width: 510px;
		margin: 60px auto;
	}

	ul.nav-menu li{
		display: inline;
		margin-right: 10px;
		padding:10px;
		border: 1px solid #ddd;
	}

	ul.nav-menu li a{
		color: #eee;
		text-decoration: none;
		text-transform: uppercase;
	}

	ul.nav-menu li a:hover, ul.nav-menu li a.active{
		color: #2c3e50;
	} 
	/** content **/
	.content{
		margin-top: 100px;
		margin-left: 100px;
		width: 700px;
	}
	.content h1, .content h2{
		font-family: "Source Sans Pro",sans-serif;
		color: #ecf0f1;
		padding: 0px;
		margin: 0px;
		font-weight: normal;
	}

	.content h1{
		font-weight: 900;
		font-size: 64px;
	}

	.content h2{
		font-size:26px;
	}

	.content p{
		color: #ecf0f1;
		font-family: "Lato";
		line-height: 28px;
		font-size: 15px;
		padding-top: 50px;
	}

	p.credit{
		padding-top: 20px;
		font-size: 12px;
	}

	p a{
		color: #ecf0f1;
	}

	/** fork icon**/
	.fork{
		position: absolute;
		top:0px;
		left: 0px;
	}

	

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  line-height: 1;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #141414;
  background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
  background: -o-linear-gradient(top, #333333 0%, #141414 100%);
  background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
  background: linear-gradient(to bottom, #333333 0%, #141414 100%);
  border-bottom: 2px solid #0fa1e0;
  width: auto;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #141414;
  background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
  background: -o-linear-gradient(top, #333333 0%, #141414 100%);
  background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
  background: linear-gradient(to bottom, #333333 0%, #141414 100%);
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 19px 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  font-size: 12px;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #ffffff;
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #262626 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #262626 0%, #070707 100%);
  background: -o-linear-gradient(top, #262626 0%, #070707 100%);
  background: -ms-linear-gradient(top, #262626 0%, #070707 100%);
  background: linear-gradient(to bottom, #262626 0%, #070707 100%);
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #0fa1e0;
  border-bottom: 1px dotted #31b7f1;
  font-size: 11px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}
#cssmenu ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #31b7f1;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #0a6d98;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}
