.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: 336666;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	/*border: 1px solid black;*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background-color: lightyellow;
	width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	background: black; 
	color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid white;
	padding: 5px 12px;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #FFFFFF;
	/*border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;*/
}
#site-menu-dropdown li {
	position: relitive;
}

.anylinkcsscols .column{
	width: 160px;
	float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */

.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background-color: #252424;
	/*background-color: transparent;
  	-webkit-box-shadow: none;
          box-shadow: none;*/
	background-color: rgba(0, 0, 0, 0.2);
	/*border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;*/
	visibility: hidden;
}
.myownclass {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;*/
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight: 400;
	color: #58595B;
	text-decoration: none;
	/*line-height: .9em;
	background-color: #F78E1E;
	padding: 3px 10px;
	height: 30px;*/
	letter-spacing: .1em;
	/* [disabled]display: flex; */
	margin: 0;
	position: relative;
	z-index: 121;
	list-style-type: none;
	left: 0;
	top: 0;
}
/*.body {
	background-color: #F0E8D1;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}*/
.navtd {
	background-color: #339999;
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-right: 150px;
	padding-bottom: 16px;
	padding-left: 4px;
	top: 0px;
}
.body li {
	text-decoration: none;
	list-style-type: none;
	position: relative;
	padding:0px 8px 5px 8px;
	z-index: 4;
	left: 0;
	top: 0;
}
#globalnav {
	/*position: relative;
	top: 0;
	left: 0;*/
	float: right;
	/*z-index: 2;
	display: block;
	_height: 2em;
	padding: 0 50px 5px 8px;
	margin-top: 120px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;*/
	border-top: 2px solid #EA632E;
	border-bottom: 2px solid #EA632E;
	/*background : #F78E1E;*/
	background : rgba(164, 194, 194, .4);
	/*width: 100%;*/
}
/* nav {
    float: right; text-align: right; margin-right: 25px;
    width: 100%;
	background-color: #fff;
	z-index: 10;
}*/
#site-menu {
	position: relative;
	z-index: 3;
	padding: 1;
	padding-top: 6px;
	margin: 0;
	/*width: 90%;*/
}
/*#social-menu {
	position: relative;
	z-index: 2;
	padding: 1;
	padding-top: 3px;
	margin: 0;
	width: 9%;
	float: right;
	margin-top: 10px;
	display: inline-block;
}*/

#site-menu-dropdown li {
	position:relative;
	z-index: 3;
	margin: 0;
	padding:0px 8px 5px 8px;
	padding-bottom: 0.5em;
	/*background-color: #F78E1E;*/
	font-weight: 400;
}
#site-menu-dropdown li li {
	position:relative;
	z-index: 3;
	margin: 0;
	padding:0px 8px 5px 8px;
	padding-bottom: 0.5em;
	/*background-color: #F78E1E;*/
	font-weight: 400;
}

.quoteBox {
	float:right;
	width:175px;
	font:italic 14px/18px Georgia, 'Times New Roman', Times, serif;
	color:#444; 
	background-color: #F8F8F8; 
	margin: 0 0 10px 10px;
	text-indent:-5px;
}
.quote {
	background-color: #F8F8F8; 
	margin:20px;
	width:135px;
}
	
.quoteBox SPAN {
	float:right;
	text-align:right;
	color:#818181;
	font-size:10px;
	line-height:12px;
	margin-top:6px;
}
