@charset "UTF-8";
/* CSS Document */

	

/* href variants */
a.workshopRegTag:link {
	color: #572B00 !important;
	text-decoration: none;
	font-weight: 900 !important;
	/* This will be applied. */
	font-size: 16px;
}

a.workshopRegTag:visited {
	color: DarkSlateBlue !important;
	text-decoration: none;
	font-weight: 500 !important;
	/* This will be applied. */
	font-size: 16px;
}

a.workshopRegTag:hover {
	color: #572B00 !important;
	text-decoration: underline;
	font-weight: 900 !important;
	/* This will be applied. */
	font-size: 18px;
}


a.icpnTag:link {
	color: #572B00 !important;
	text-decoration: none;
	font-weight: 900 !important;
	/* This will be applied. */
	font-size: 16px;
}

a.icpnTag:visited {
	color: DarkSlateBlue !important;
	text-decoration: none;
	font-weight: 500 !important;
	/* This will be applied. */
	font-size: 16px;
}

a.icpnTag:hover {
	color: #572B00 !important;
	text-decoration: underline;
	font-weight: 900 !important;
	/* This will be applied. */
	font-size: 18px;
}

a.globalNav:link {
	color: #804000 !important;
	/* #FF9933 contrast 2.65 with background, not 4.5 */
	text-decoration: none;
	font-weight: bolder !important;
	/* This will be applied. */
	font-size: 14px;
}

a.globalNav:visited {
	color: black !important;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold !important;
	/* This will be applied. */
}

a.globalNav:hover {
	font-size: 14px;
	color: #FFFFFF !important;
	text-decoration: underline;
	font-weight: 500 !important;
	/* This will be applied. */
}


a.globalNavSub:link {
	font-size: 14px;
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: 500 !important;
	/* This will be applied. */
}

a.globalNavSub:visited {
	font-size: 14px;
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: bold !important;
	/* This will be applied. */
}


a.globalNavSub:hover {
	font-size: 14px;
	color: #FFFFFF !important;
	text-decoration: underline;
	font-weight: 500 !important;
	/* This will be applied. */
}


a.link {
	color: #804000 !important;
	/* #FF9933 contrast 2.65 with background, not 4.5 */
	text-decoration: none;
	font-weight: bolder !important;
	/* This will be applied. */
}

a:visited {
	color: #804000 !important;
	text-decoration: none;
	font-weight: bold !important;
	/* This will be applied. */
}

a:hover {
	color: #3264C8;
	text-decoration: underline;
}

a.bannerTagLine:hover {
	text-decoration: underline;
	color: #804000;
}

a.logoText:hover {
	text-decoration: underline;
	color: #ffff8e;
}

a.normalLink {
	color: #804000;
	text-decoration: none;
	font-weight: bold;
}

a.tocLink {
	color: #3355CC;
	text-decoration: none;
	font-weight: bold;
}

a.workshopToCTitle {
	color: #804000;
	text-decoration: none;
	font-weight: bold;
}

a.keyTextLinked {
	color: #000000;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* new global menu clickbutton */
a.globalNav:link {
	color: #804000 !important; /* #FF9933 contrast 2.65 with background, not 4.5 */
	text-decoration: none;
	font-weight: bolder !important; /* This will be applied. */
	}

a.globalNav:visited {
	color: black !important; 
	text-decoration: none; 
	font-weight: bold !important; /* This will be applied. */
	}

a.globalNav:hover {
	color: #FFFFFF !important;
	text-decoration: underline;
	font-weight: 500 !important; /* This will be applied. */
	}


a.globalNavSub:link {
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: bolder !important; /* This will be applied. */
	}
	
a.globalNavSub:visited {
	color: #FFFFFF !important;
	text-decoration: underline;
	font-weight: bold !important; /* This will be applied. */
	}


a.globalNavSub:hover {
	color: #FFFFFF !important;
	text-decoration: underline;
	font-weight: 500 !important; /* This will be applied. */
	}



.sidebarR {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
	background: linear-gradient(180deg, #B9B9CA 0%, #e0f1fa 100%);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebarR a:link {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #804000;
  display: block;
  transition: 0.3s;
}

.sidebarR a:hover {
	color: black;
	text-decoration: underline;
}

.sidebarR a:visited {
	color: #804000;
	font-weight: bolder !important; /* This will be applied. */

}


.sidebarR .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 36px;
  cursor: pointer;
  background-color: #B9B9CA;
  color: white;
  padding: 10px 15px;
  border: none;
	z-index: 99;
	float: left;
}

.openbtn:hover {
  background-color: #B9B9CA;
}


/* eflora_display specific css */


.i-align {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

.v-align {
	display: inline-block;
        vertical-align: top;
        margin: 0;
}

div.image{
	vertical-align: top;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

span.tax{ 
  vertical-align: top;
  	display:block;
  float:left;
}

span.copy{ 
  vertical-align: bottom;
  	display:block;
  float:left;
  }

span.mid{ 
  vertical-align: middle;
  	display:block;
  float:left;
  }

#ckboxes {	/* pushes checkbox a little from sidebar left edge */
	padding-left: 10px;
}

/* ID Styles */




#calphotos table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
    border-collapse: collapse;
    border-style: hidden; /* hide standard table (collapsed) border */

}

#calphotos tr {
    vertical-align: top;

}

#calphotos td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 5px;

}

/* eflora default table */
#EF_right table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: none;
}


#EF_right tbody {
    vertical-align: top;
    border: none;
}


#EF_right tr {
    vertical-align: top;
    border: none;
}

#EF_right td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	border: none;
	width: 70%;
}


#EF_left table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
	width: 100%;
	border: none;
}


#EF_left tbody {
    vertical-align: top;
    border: none;
}


#EF_left tr {
    vertical-align: top;
    border: none;
	line-height: 1.5em;
}

#EF_left td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	border: none;
	width: 30%;
}


#EF_citation table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border: none;
	margin: auto;
}


#EF_citation tbody {
    vertical-align: top;
    border: none;
}


#EF_citation tr {
    vertical-align: top;
    border: none;
}

#EF_citation td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	border: none;
	width: 100%;
	margin: auto;
}



#EF_bottom table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: none;
}


#EF_bottom tbody {
    vertical-align: top;
    border: none;
}


#EF_bottom tr {
    vertical-align: top;
    border: none;
}

#EF_bottom td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	border: none;
	width: 50%;
}


/* central css for dropdowns for main site */
body {
	background-color: #F4FAFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 2px;
	padding: 3px;
}

.floatLeft {
	float: left;
	margin: 4px;
}

.floatRight {
	float: right;
	margin: 4px;
}

table.imgleft {
	float: left;
}

table.imgright {
	float: right;
}

td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

/* Class Styles */


.banner {
	background-color: #3264C8;
}

.bannerBottomBorder {
	background-color: #CCFF99;
}

.bannerTagLine {
	color: #804000;
	letter-spacing: .4em;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}

.bannerTagAlt {
	font-family: "Helvetica";
	color: #ffff8e;
	letter-spacing: .4em;
	line-height: 22px;
	font-size: 20px;
	font-weight: bold;
}

.bannerTitle {
	/*	font-family: "Times New Roman", Times, serif; */
	/*	font-family: "Helvetica"; */
	font-family: "Open Sans";
	color: #ffff8e;
	font-weight: bold;
	/*	font-style: italic; */
	font-size: 36px;
	letter-spacing: 0.15em;
}

.caption {
	font-size: 9px;
	line-height: 14px;
}

.copyrightText {
	color: #003366;
	line-height: 18px;
	margin-top: 0px;
	font-size: 14px;
}

.bodyCloserText {
	color: #003366;
	line-height: 18px;
	margin-top: 0px;
	font-size: 16px;
}

.bodyHangingQuarter {
	color: #003366;
	line-height: 18px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: -0.25in;
	margin-left: 0.25in;
}

.bodyIndentedText {
	color: #003366;
	line-height: 18px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 0.25in;
}

.bodyReferenceFollowing {
	color: #003366;
	line-height: 18px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: -0.25in;
	margin-left: 0.5in;
}

.bodyReferenceLeading {
	color: #003366;
	line-height: 18px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: -0.5in;
	margin-left: 0.5in;
}

.feedbackLink {
	color: #FF0000;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.keyText {
	color: #000000;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: -.1in;
}

.keyTextEm {
	color: #3264C8;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 16px;
	text-indent: -.1in;
}

.bodyText {
	color: #003366;
	line-height: 20px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.bodyText1 {
	color: #003366;
	line-height: 20px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 0.25in;
}

.bodyText2 {
	color: #003366;
	line-height: 20px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 0.5in;
}

.bodyText3 {
	color: #003366;
	line-height: 20px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 0.75in;
}

.bodyTextNS {
	color: #003366;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: -0.25in;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0.25in;
}

.bodyTextNS1 {
	color: #003366;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: -0.25in;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0.5in;
}

.bodyTextNS2 {
	color: #003366;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: -0.25in;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0.75in;
}

.bodyTextLarge {
	color: #003366;
	line-height: 22px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodyTextLargeBold {
	color: #003366;
	line-height: 22px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
}

.horizMenu {
	background-color: #e0f1fa;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.horizMenuActive {
	color: #804000;
	font-weight: bold;
	font-size: 16px;
}

.horizMenuInactive {
	color: #7F9FEF;
	font-weight: bold;
	font-size: 16px;
}

.horizMenuLinks {
	color: #804000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.logoText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffff8e;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 0.1em;
}

.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height: 12px;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.pageAuthorLine {
	color: #3355CC;
	line-height: 18px;
	letter-spacing: 0.05em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.pageTOCLine {
	color: #3355CC;
	line-height: 18px;
	letter-spacing: 0.05em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.indexBar {
	//	color: #3355CC;
	//	line-height:18px;
	letter-spacing: 0.0001em;
	//	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Lucida Console, Monaco, monospace;
	font-size: 16px;
	//	font-weight: bold;
}

.pageLargeHeading {
	color: #3355CC;
	line-height: 26px;
	letter-spacing: .2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.pageMajorHeading {
	color: #3355CC;
	line-height: 20px;
	letter-spacing: 0.05em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.pageName {
	color: #3355CC;
	line-height: 24px;
	letter-spacing: .2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.pageHeadingAlt {
	color: #804000;
	line-height: 19px;
	letter-spacing: .2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.pageSubheading {
	color: #3355CC;
	line-height: 18px;
	letter-spacing: 0.05em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height: 30px;
}

.smallText {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.spacer_grey {
	padding-bottom: 5px;
	border-bottom: solid 4px grey;
	width: 100%;
}

.spacer_lightgrey {
	padding-bottom: 5px;
	border-bottom: solid 4px lightgrey;
	width: 100%;
}

.spacer_blue {
	border-bottom: solid 2px DarkSlateBlue;
	width: 100%;
}



.spacer_lightblue {
	border-bottom: solid 2px LightSkyBlue;
	width: 100%;
	z-index: -1 !important;
}

.spacer_lightblue_right {
	border-bottom: solid 2px LightSkyBlue;
	z-index: -1 !important;
	float: right !important;
	vertical-align: top;
}

.spacer_lightblue_left {
	border-bottom: solid 2px LightSkyBlue;
	z-index: -1 !important;
	float: left !important;
	vertical-align: top;
}

.way-back {
	border-bottom: solid 2px LightSkyBlue;
	z-index: -999 !important;
}

.index-behind {
	z-index: 1 !important;
}

.index-front {
	z-index: 9 !important;
}

.subHeader {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3264C8;
	line-height: 16px;
	letter-spacing: .2em;
}


.workshopDateLarge {
	font-size: 15px !important;
}

.workshopInstructorsLarge {
	font-size: 15px !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold !important;
}

.workshopLocationLarge {
	font-size: 15px !important;
	border: 0px none #F4FAFF !important;
}


.dot-block {
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.info-block {
	padding: 0;
	line-height: 18px;
	text-indent: -5em;
	margin-left: 0;
	float: left;
}



.workshopBody {
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
	color: #003366;
}

.workshopDate {
	font-size: 16px;
}

.workshopInstructors {
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}

.workshopLocation {
	font-size: 16px;
	border: 0px none #F4FAFF;
}



.workshopSection {
	font-size: 18px;
	font-weight: bolder;
	background-color: #3264C8;
	background-position: center;
	color: #FFFF55;
}

.workshopTitle {
	font-size: 17px;
	font-weight: bolder;
	font-style: italic;
	line-height: 22px;
}

.workshopToCTitle {
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}

.workshopTitleNote {
	font-size: 17px;
	font-weight: bolder;
	font-style: normal;
	line-height: 22px;
	color: #000000;
}

.workshopToCTitleNote {
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.eFloraTable table {
	border: 1px solid;
	border-spacing: 5px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.eFloraTable th td {
	color: black;
	font-size: 16px;
	line-height: 18px;
}


.eFloraTable {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;

}

.eFloraTable table {
	border: 1px solid;
	border-spacing: 5px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.eFloraTable th td {
	color: black;
	font-size: 16px;
	line-height: 18px;
}

.eFloraTable tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.eFloraTable table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.eFloraTable table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.eFloraTable tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.eFloraTable tr:hover td {}

.eFloraTable tr:nth-child(odd) {
	background-color: #CFE4FC;
}

.eFloraTable tr:nth-child(even) {
	background-color: #f1f8fe;
}

.eFloraTable td {
	vertical-align: middle;
	width: 20%;
	border: 0px solid #264ec0;
	border-width: 0px 0px 0px 0px;
	text-align: left;
	padding: 5px 12px 5px 8px;
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	color: #003366;
}

.eFloraTable tr:last-child td {
	border-width: 0px 0px 0px 0px;
}

.eFloraTable tr td:last-child {
	border-width: 0px 0px 0px 0px;
}

.eFloraTable tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.eFloraTable tr:first-child td {
	background: -o-linear-gradient(bottom, #264ec0 5%, #264ec0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #264ec0), color-stop(1, #264ec0));
	background: -moz-linear-gradient(center top, #264ec0 5%, #264ec0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#264ec0", endColorstr="#264ec0");
	background: -o-linear-gradient(top, #264ec0, 264ec0);
	background-color: #264ec0;
	border: 0px solid #264ec0;
	text-align: left;
	border-width: 0px 0px 0px 0px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #003366;
}

.eFloraTable tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #264ec0 5%, #264ec0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #264ec0), color-stop(1, #264ec0));
	background: -moz-linear-gradient(center top, #264ec0 5%, #264ec0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#264ec0", endColorstr="#264ec0");
	background: -o-linear-gradient(top, #264ec0, 264ec0);

	background-color: #264ec0;
}

.eFloraTable tr:first-child td:first-child {
	border-width: 0px 0px 0px 0px;
}

.eFloraTable tr:first-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

u.dotted {
	border-bottom: 1px dotted;
	text-decoration: none;
}


figcaption {
	text-align: center;
	background-color: white;
	margin-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	color: black;
	width: 132px;
	box-shadow: 1px 1px 3px 3px rgba(127, 127, 127, 0.15);
}


/* ID Styles */

#normalTable td {
	color: #003366;
	line-height: 20px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	z-index: 1;
}

#navigation td {
	border-bottom: 2px solid #e0f1fa;
}

#navigation a {
	color: #003366;
	line-height: 20px;
	letter-spacing: .1em;
	text-decoration: none;
	display: block;
	padding: 8px 6px 10px 26px;
	background: url("/common/images/common_arrow.gif") 14px 45% no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#navigation a:hover {
	background: #ffffff url("/common/images/common_arrow.gif") 14px 45% no-repeat;
	color: #FF6600;
}


.directorySection {

	font-size: 18px;
	font-weight: bolder;
	background-color: #3264C8;
	background-position: center;
	color: #FFFF55;
}

.horizRuleColor {
	background-color: #9FBFFF;
}

nav {
	margin: -11px auto;
	text-align: center;
	/*the following two are to make sure the menu appears above other items
	The main culprit being jquery tabs */
	position: relative;
	z-index: 99;
}

nav ul ul {
	display: none;
}

nav ul li:hover>ul {
	display: block;
}

nav li {
	margin: -1px;
}

nav ul {
	background-color: #e0f1fa;
	/*#cde9f3  4.4*/
	padding: 0 5px;
	border-radius: 10px;
	list-style: none;
	position: relative;
	display: inline-table;
}


nav ul li {
	float: left;
}

nav ul li:hover {
	background-color: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%, #5f6975 40%);
}

nav ul li a {
	display: block;
	padding: 10px 13px;
	color: #804000;
	/* text-decoration: none; */
	font-size: 16px;
	font-weight: bold;
}


nav ul ul {
	background-color: #5f6975;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	/* top: 85px; */
}

nav ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
}

nav ul ul li a {
	padding: 15px 40px;
	color: #ffffff;
}

nav ul ul li a:hover {
	background-color: #4b545f;
}

nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}


.bannerSmFontSH {
	/*text-shadow: 4px 4px 8px black;*/
	text-shadow: -1px -1px 6px black, 5px 5px 5px black;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 25px;
	margin-right: 25px;
	display: table-cell;
	line-height: 24px;
	letter-spacing: -0.02em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #FEFEFE;
	/*letter-spacing:0.05em;*/
}

.bannerLgFontSH {
	/*text-shadow: 5px 5px 5px black;*/
	text-shadow: -1px -1px 6px black, 5px 5px 5px black;
	padding-left: 5px;
	line-height: 56px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: -0.02em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: 500;
	color: #FEFEFE;
}

img.HEAD {
	width: 100px;
	margin-bottom: 1px;
}


#bottomTable table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bottomTable td {
	margin: 0;
	padding-top: 50px;
}

.body-section {
	max-width: 100vw;
	text-align: left;
	margin-top: 20px !important;
	margin-left: 50px !important;
	margin-bottom: 20px !important;
	vertical-align: top;
}

.header-section {
	max-width: 100vw;
}

.section1 {
	width: 10%;
	float: left;
	text-align: left;
	margin-top: 20px !important;
	margin-left: 10px !important;
	margin-bottom: 20px !important;
	vertical-align: top;
}

.section1right {
	width: 10% !important;
	float: right;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	margin-right: 10px !important;
	vertical-align: top;
}

.section2 {
	width: 80%;
	margin-top: 40px !important;
	margin-left: 10px !important;
	vertical-align: middle;
}

.section2right {
	height: 120px;
	width: 80%;
	float: left !important;
	margin-top: 40px !important;
	margin-left: 100px !important;
	padding-left: 20px !important;
	vertical-align: bottom !important;
}

.section3 {
	width: 10% !important;
	float: right !important;
	margin-right: -15px !important;
	margin-top: -90px !important;
	text-align: left !important;
	vertical-align: top !important;
}

.titleTextHead {
	line-height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #ffff8e;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px !important;
	text-align: center !important;
	letter-spacing: 0.15em;
}


.titleTextTag {
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffff8e;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center !important;
	letter-spacing: 0.15em;
}

#topbar {
	padding-left: 50px;
	width: 100%;
	height: 20%;
	  z-index: 101;
}

#zul_menu {
  position: relative;
  z-index: 100;
  transition: all 1s;
}


/* 13-02-2025 Start CSS */
* {
	box-sizing: border-box;
}

img {
	max-width: 100% !important;
}

@media(max-width: 991px) {

	table,
	tbody,
	td,
	tr,
	#EF_right td {
		display: block;
		width: 100% !important;
	}

	#map_canvas,
	#EF_bottom td,
	#EF_right td {
		width: 100% !important;
		float: none !important;
		padding: 0 !important;
		margin-top: 15px;
	}

	#content {
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding: 10px 0;
	}

	.section1,
	.section2 {
		width: 100%;
		float: none;
	}

	.section1 {
		text-align: center;
		width: 100%;
		float: none;
		margin: 0 !important;
		padding-top: 20px;
	}

	#content-top table:first-child span.pageAuthorLine {
		display: block;
		margin-bottom: 15px;
	}

	.section2 {
		width: 100%;
		margin-top: 0px !important;
		margin-left: 0px !important;
	}

	.section2 .titleTextTag {
		margin-bottom: 20px;
	}

	.section2 .titleTextTag {
		margin-bottom: 20px;
	}

	.section2 .titleTextHead {
		margin-top: 0 !important;
	}

	div#content-top {
		margin: 0;
		margin-top: 20px;
		padding-top: 10px;
	}

	.pageMajorHeading {
		margin-bottom: 10px;
	}

	table.taxonomy_table {
		margin-bottom: 10px !important;
	}

	form input[type="submit"] {
		margin-top: 10px;
	}

	#EF_bottom br {
		display: none;
	}

	.smallText img {
		margin-top: 15px;
	}

	#footer td {
		height: auto;
		padding: 10px 0;
	}

	#EF_citation p {
		margin-bottom: 0;
	}

	#EF_citation p+p {
		margin-top: 15px;
	}
}

/* .smallText img {
	width: 100%;
} */

/* 13-02-2025 End CSS */
/* 17-02-2025 Start CSS */
.togglemenu button {
	outline: none;
	border: none;
	background-color: transparent;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
	justify-content: center;
	width: 100%;
	align-items: center;
	cursor: pointer;
}

.togglemenu button span {
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	position: relative;
	display: block;
	transition: all 0.5s ease-in-out;
}

.togglemenu {
	/* margin-bottom: 20px; */
	text-align: center;
	z-index: 99;
	/* margin-top: 5px; */
}

@media(min-width: 990px) {
	.togglemenu {
		display: none;
		
	}

}

@media(max-width: 990px) {
	.header__logo {
		display: flex;
		align-items: center;
		padding: 0 15px;
		justify-content: space-between;
		margin-bottom: 20px;
		z-index: 1;
		
	}

	.header__logo .section1 {
		width: auto;
	}

	table.horizMenu {
		position: fixed;
		top: 0;
		left: -310px;
		width: 270px !important;
		height: 100%;
		transition: all 0.5s ease-in-out;
		z-index: 99;
	}

	table.horizMenu.main {
		left: 0;
		transition: all 0.5s ease-in-out;
		z-index: 99;
	}

	table.horizMenu ul li.globalNav {
		float: none;
		position: relative;
	}

	table.horizMenu nav {
		margin: 0;
		width: 100%;
	}

	table.horizMenu nav ul {
		width: 100%;
		padding: 0;
	}

	table.horizMenu nav ul ul {
		top: 0;
		z-index: 9999;
		position: relative;
	}

	table.horizMenu ul li.globalNav ul li a {
		padding: 15px;
		font-size: 12px;
	}

	table.horizMenu ul li.globalNav a {
		text-align: start;
	}

	.togglebtn.active span:first-child {
		transform: rotate(45deg) translate(3px, 1px);
		transition: all 0.5s ease-in-out;
	}

	.togglebtn.active span:last-child {
		transform: rotate(-45deg) translate(6px, -4px);
		transition: all 0.5s ease-in-out;
	}

	.togglebtn.active span:nth-child(2) {
		opacity: 0;
		transition: all 0.5s ease-in-out;
	}

	.summary__data--table tr {
		display: table-row;
	}

	.summary__data--table td {
		display: table-cell;
	}
}


/* 17-02-2025 End CSS */
/* 18-02-2025 End CSS */
nav {
	z-index: 0;
}

.summary__data--inner {
	/* display: table; */
	table-layout: fixed;
	width: 100%;
}

.summary__data--table {
	/* display: table-cell; */
	overflow-x: auto;
	width: 100%;
}

.style2 {color: #CC6600}

@media(min-width: 990px) {
	.mobile-container {
		display: none;
		
	}

}
/* 2-07-2025 mobile vert-menu */

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #000080;
  height: 45px;
  color: white !important;
  border-radius: 10px;
}

.VERTtopnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.VERTtopnav #myLinks {
  display: none;
}

.VERTtopnav a {
  color: white !important;
  padding: 5px 8px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.VERTtopnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.VERTtopnav a:hover {
  background-color: black;
  color: white; !important;
	font-weight: bold !important;

}

.VERTtopnav a.:visited {
	color: white !important;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold !important;
	/* This will be applied. */
}



.active {
  background-color: #000080;
  color: white !important;
}

/* main page css to make mobile vert-menu fit */

.section1Main {
	width: 10%;
	float: left;
	text-align: left;
	margin-right: 30px !important;
	margin-top: 10px !important;
	  z-index: -99;
}

.section3Main {
	width: 10%;
	float: right;
	text-align: right;
	margin-left: 5px !important;
	margin-top: -5px !important;
	vertical-align: top;
	  z-index: -99;
}


.mainBody {
	width: 80vw;
	margin-left: 35px !important;
	margin-top: 10px !important;
	vertical-align: top;
	  z-index: -99;
	border-bottom: solid 2px LightSkyBlue;

}
