@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body 	{
	background-color:#000000;
	background-image: url("picts/background-main.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	border: 0;
	}





.background-home { background-image: none; background-repeat: no-repeat; background-attachment: fixed; }




/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse:collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-middle	{ vertical-align: middle; }

.td-top		{ vertical-align: top; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.nobreak	{ white-space: nowrap; }

.formmargin	{ margin: 0px; }

.just		{ text-align: justify; }

img 		{ border: 0; }

.rimage		{ max-width: 100%; height: auto; }

.blockimage	{ display: block; }

.divclear 	{ clear: both; height: 0px; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; overflow: hidden; }




/* NON-MENU LINKS */

a:link, a:visited, a:active	{ color: #3A8EFF; text-decoration: none; }

a:hover				{ color: #00ED58; text-decoration: none; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

div, table	{ color: #9AACC5; font: normal 13px "Open Sans", arial, sans-serif; line-height: 20px; }

.title		{ color: #FFFFFF; font: normal 25px "Open Sans", "Trebuchet MS", arial, sans-serif; }

.title-2	{ color: #FFFFFF; font: 600 22px "Open Sans", "Trebuchet MS", arial, sans-serif; }

.subtitle	{ color: #FFFFFF; font: normal 18px "Open Sans", "Trebuchet MS", arial, sans-serif; }

.smalltitle	{ color: #FFFFFF; font: bold 14px "Open Sans", "Trebuchet MS", arial, sans-serif; }

.hilite		{ color: #D2A65B; font-weight: bold; }




/* PAGE & CONTENT HEIGHTS, WIDTHS, PADDING AND ALIGNMENT */

#wrapper	{ width: 100%; margin: auto; }

.contentwidth	{ max-width: 650px; min-width: 250px; }

.contentpad	{ padding: 0px 12px 0px 12px; margin-top: 12px; }

.pageheight	{ min-height: 675px; }




/* CODE FOR IMAGES */

.main-imagediv	{
		position: relative;
		width: 100%;
		padding: 0px;
		margin: 0px auto 0px auto;
		}

.main-image	{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		border: #254F78 0px solid;
		border-width: 0px 0px 1px 0px;
		}

.main-image-mobile	{
		width: 100%;
		height: auto;
		display: none;
		margin: 0px auto 0px auto;
		border: #254F78 0px solid;
		border-width: 0px 0px 1px 0px;
		}

.main-imagediv, img.main-image 
		{
		min-width: 250px;
		height: auto;
		}

.img-borders	{ border: #0057B2 1px solid; }

.img-left	{ float: left; margin: 5px 10px 5px 0px; }

.HoverBorder	{
		border: #0057B2 1px solid;
	/* FADE UP */
	transition: border 0.5s ease;
	-webkit-transition: border 0.5s;
		}

a:hover .HoverBorder, 
a:active .HoverBorder 
		{ border: #00ED58 1px solid; }




/* IMAGE BORDERS AND SPACING AND BARS ARROWS */

.page-splits 	{
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		background-color: transparent;
		padding: 0;
		margin: 8px auto 8px auto;
		border-top: #0092FE 1px solid;
		}

.map-splits	{ margin: 8px 0px 8px 0px; }

.nextback-arrows { padding: 10px 0px 10px 0px; position: relative; }




/* HOME PAGE MUSIC PLAYER */

.homeplayer		{ width: 700px; }

.homeplayerdiv		{
			max-width: 700px;
			min-width: 210px;
			}




/* JQUERY CONTENT SLIDESHOW LOADING */

div.JQDiv div 	{ display: none; overflow: hidden; }   /* HIDES SLIDES DURING LOADING */

.JQDiv 		{ overflow: hidden; }


/* HOMEPAGE LAYERED TEXT JQUERY */

.layertext	{ color: #F0F0F0; font: normal 12px "Open Sans", arial, sans-serif; line-height: 20px; }

.layertitle	{ color: #FFFFFF; font: bold 20px "Open Sans", arial, helvetica, sans-serif; letter-spacing: -0.5px; font-style: normal; line-height: normal; }

.hometextlayer	{
	background: transparent;
	background:rgba(0,0,0,0.60); /* SEMI TRANSPARENT BACKGROUND */
	border: #254F78 0px solid;
	border-width: 1px 0px 1px 1px;
	/* CORNER ROUNDING */
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
		}

.JQposition 	{
		position: absolute;
		top: 70px;
		right: 0px;
		width: 300px;
		height: 240px;
		z-index: 40;
		}

.textlayer-pad	{ padding: 10px 10px 10px 15px; }



/* TEXT LAYER LINK COLORS */

a.layerlink:link, a.layerlink:visited, a.layerlink:active 
			{ color: #33CCFF; font-size: 13px; text-decoration: none; }

a.layerlink:hover	{ color: #00ED58; text-decoration: none; }

.llbar			{ color: #FFC547; padding: 0px 5px 0px 5px; }

/* JQUERY NEXT PREV BUTTONS */

#NextPrev	{
		position: absolute;
		right: 55px;
		top: 212px;
		width: 62px;
		height: 33px;
		z-index: 41;
		background-image: url("JQuery-Content/JQ-buttonshade.png");
		background-repeat: no-repeat;
		}

div#NextPrev	td	{ padding: 0px; }

#prev			{ margin: 4px 2px 0px 0px; }

#next			{ margin: 4px 0px 0px 2px; }

.home-small-image	{ margin: 14px 0px 0px 0px; }



/* POSITION USED IN THE No-Animation-Home-sample.htm */

.TLposition	{
		position: absolute;
		top: 70px;
		right: 0px;
		width: 300px;
		height: 220px;
		z-index: 40;
		}




/* HEADER CODE */

.header		{
		background-color: #000000;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-bottom: #DA8520 0px solid;
		}

.header a	{ outline: none; }

.headerheight	{ height: 80px; }

.logoimage	{ margin: 0px; }




/* SOCIAL ICON LOCATION, SPACING & WIDTH */

.socialspace	{ padding: 0px 1px 0px 1px; }

#sociallinks	{
		width: 103px;
		position: absolute;
		right: 8px;
		top: 15px;
		z-index: 100;
		border: #C0C0C0 0px solid;
		}

/* SOCIAL ICON HOVER */

.socialicons 	{
		border: #000000 1px solid;
		margin-bottom: 3px;
		/* FADE UP */
		transition: border 0.5s ease;
		-webkit-transition: border 0.5s;
		}

a:hover .socialicons 	{ border: #00ED58 1px solid; margin-bottom: 3px; }




/* FOOTER */

.footer		{
		color: #9AACC5;
		font: normal 12px "Open Sans", arial, sans-serif;
		width: 100%;
		text-align: center;
		padding: 10px 5px 10px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
		}

.footerbars	{ color: #7E6755; }

.footerspace	{ height: 60px; }

.footer-icon	{ margin: 11px auto 8px auto; }

.footer-images	{
		text-align: center;
		padding: 10px 5px 10px 5px;
		}

.foot-image	{
		display: inline-block;
		padding: 0px 5px 0px 5px;
		}

.foot-image img	{
		display: block;
		margin: 0px 0px 3px 0px;
		}




/* STYLES FOR merchandise.htm */

.formmargin-cart	{ margin: 15px 0px 0px 0px; }

.merchwidth		{ width: 96%; }

table.merchbox td	{ padding: 8px 8px 8px 8px; }

.merchbox		{
			line-height: normal;
			background-color: #000000;
			background-image: url("picts/background-merchbox.jpg");
			background-repeat: repeat-x;
			border: #0057B2 1px solid;
			border-width: 0px 0px 0px 0px;
			}

.price	 		{ color: #D2A65B; font: 16px "Open Sans", arial, sans-serif; font-weight: bold; }

.merch-title		{ float: left; padding: 0px 36px 15px 0px; }

.view-cart		{ float: right; padding: 0px 0px 15px 0px; width: 165px; }

.cart-icon		{ margin: 0px 8px 0px 0px; display: block; }

/* ORDER BUTTONS */

.button-order	 	{
			color: #FFFFFF;
	       		font: bold 14px "Open Sans", arial, serif;
			text-align: center;
			background-color: #006600;
			background-image: url("picts/button.png");
        		padding: 6px 5px 6px 5px;
			cursor:pointer;
			width: 125px;
			-webkit-appearance: none;
        		border: #00CC00 1px solid;
		/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
			}

.buttonon-order	 	{
			color: #FFFFFF;
	       		font: bold 14px "Open Sans", arial, serif;
			text-align: center;
			background-color: #008800;
			background-image: url("picts/button.png");
        		padding: 6px 5px 6px 5px;
			cursor:pointer;
			width: 125px;
			-webkit-appearance: none;
        		border: #99FF00 1px solid;
		/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
			}




/* SLIDESHOW CODE */

.slideshow-imagediv
		{
		position: relative;
		z-index: 2;
		width: 96%;
		padding: 0px;
		margin: 0px auto 0px auto;
		}

.slideshow-imagediv-width { max-width: 750px; }

.slideshow-image
		{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		}

.slideshow-imagediv, img.slideshow-image 
		{
		min-width: 250px;
		height: auto;
		}

.slideshow-borders 
		{
		border: #1F558B 0px solid;
		border-width: 1px 1px 1px 1px;
		}

.slideshow-borders-buttons 
		{
		border-top: 0px solid;
		}

.slide-loading	{
		min-width: 250px;
		min-height: 167px;
		background-color:#000000;
		background-image: url("picts/slideshow-loading-black.gif");
		background-position: center center;
		background-repeat: no-repeat;
		}



/* SLIDESHOW LAYERED TEXT */

.slideshowlayer {
		position: absolute;
		top: 25px;
		left: 25px;
		width: 250px;
		z-index: 40;
		background: transparent;
/* ----- SHADE COLORS LOOK IN THE "picts/shading" FOLDER FOR MORE COLORS */
		background-image: url("picts/shading/shade-blue-50.png");
/* ----- CORNER ROUNDING */
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		border-radius: 7px;
		}

.sld-pad	{ padding: 10px; }

.sld-text	{ color: #FFFFFF; font: normal 11px "Open Sans", arial, sans-serif; line-height: 20px; }

.sld-title	{ color: #FFFFFF; font: bold 15px "Open Sans", arial, sans-serif; }



/* SLIDESHOW BUTTONS */

.button-slideshow-box 	{ width: 100%; }

.button-slideshow-box td { width: 25%; }

.button-slide-next	{
			background-image: url("picts/button-slide-next.png");
			border-right: #999999 0px solid;
			}

.button-slide-back	{
			background-image: url("picts/button-slide-back.png");
			border-left: #999999 0px solid;
			border-right: #999999 0px solid;
			}

.button-slideshow 	{
			color: #FFFFFF;
	       		font: bold 13px "Open Sans", arial, serif;
			line-height: 34px;
			text-align: center;
			background-color: #041F3C;
        		padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
        		display: block;
			cursor:pointer;
			height: 36px;
			width: 100%;
			-webkit-appearance: none;
        		border: #999999 0px solid;
			background-position: center center;
			background-repeat: no-repeat;
/* ----- CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

.button-slideshow:hover, 
.button-slideshow:active {
			color: #FFFFFF;
			background-color: #0066CC;
        		border: #999999 0px solid;
			}




/* SAMPLES PAGE CODE */

.tt-topspace		{ margin-top: 20px; }

.tracktablebox		{ min-width: 250px; }

.tracktable		{ font-size: 14px; width: 100%; margin: 3px 0px 3px 0px; }

table.tracktable td 	{ padding: 4px 2px 4px 2px; border-bottom: #2A4066 1px solid; }

table.tracktable 	{ border-top: #2A4066 1px solid; }

.floatcd		{ float: left; width: 162px; height: 162px; padding: 0px; margin: 0px 15px 5px 0px; }

.floatcd-info		{ float: left; padding: 0px; margin: 0px; min-width: 220px; }

.cd-borders		{ border: #0184A0 1px solid; }




/* MUSIC POPUP PAGE STYLES */

.playerbackground	{
			overflow: hidden;
			background-color:#000000;
			background-image:url("picts/player-background.jpg");
			background-position: right top;
			background-repeat: no-repeat;
			}

.player-box	{ padding: 12px 10px 6px 20px; }

.player-box-sub	{ padding: 12px 20px 6px 20px; }

.choice-text	{ color: #FFFFFF; font: bold 12px "Open Sans", arial, sans-serif; padding-left: 10px; }

.player-song1	{ color: #FFFFFF; font: normal 12px "Open Sans", arial, sans-serif; }

.player-song2	{ color: #9AACC5; font: normal 12px "Open Sans", arial, sans-serif; }

.player-title	{ color: #FFFFFF; font: normal 17px "Open Sans", arial, sans-serif; letter-spacing: -1px; }

.player-space	{ padding: 5px 2px 5px 0px; }

.player-image	{
		width: 100%;
		height: auto;
		border-bottom: #004C74 1px solid;
		}

/* PLAYER BUTTON BORDERS */

.player-borders { border: #666666 1px solid; cursor: pointer; }	

a:hover .player-borders,
a:active .player-borders, .player-borderson 
		{ border: #00ED58 1px solid; cursor: pointer; }

#flash-button embed, #flash-button object { margin-top: 0px; vertical-align: top; }



#music-closebutton 	{ position: absolute; top: 10px; left: 10px; }

.buttonspace		{ padding-left: 3px; }

.html5player		{ width: 100%; max-width: 400px; min-width: 250px; }

.quickplayer		{ width: 100%; max-width: 400px; min-width: 250px; }




/* HTML5 MP4 VIDEO CODE ALLWEBCO 12/7/2020 */

.videobox	 {
		 max-width: 1000px;
		 margin: 0 auto;
		 padding: 0px 0px 0px 0px;
		 }
.Rvideo-box 
	{
	background-color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	border: 1px solid #000000;
	}

.Rvideo-box video 
	{
	width: 100%;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0px;
	}

.Rvideo-nosupport
	{
	color: #FFFFFF;
	padding-top: 110px;
	padding-bottom: 110px;
	}




/* ******OLD - YOUTUBE VIDEO CODE */

.videodescription	{
			color: #698CCD;
			font-size: 12px;
			font-weight: bold;
			max-width: 642px;
			padding: 12px 0px 12px 0px;
			border: #3399FF 1px solid;
			border-width: 0px 0px 1px 0px;
			}

/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.video-container {
		 min-width: 200px;
		 padding-top: 25px;
		 padding-bottom: 56.25%; /* 16:9 */
		 padding-top: 0px;
		 margin: 0px auto 0px auto;
		 height: 0;
		 overflow: hidden;
		 position: relative;
		 z-index: 10;
		 }
 
.video-container iframe,
.video-container object,
.video-container embed {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 left: 0;
		 z-index: 10;
		 }

.video-menu	 { max-width: 642px; }




/* CONTACT FORM */

.floatcontact	{ float: left; margin: 0px 40px 10px 0px; padding-top: 15px; }

.shadeform	{
		color: #FFFFFF;
		font: 13px arial, sans-serif;
		background-color: #13205F;
		text-align: left;
		width: 190px;
		border: #373FA6 1px solid;
		}

.textarea	{
		color: #FFFFFF;
		font: 13px arial, sans-serif;
		background-color: #13205F;
		text-align: left;
		overflow: auto;
		width: 240px;
		height: 150px;
		border: #373FA6 1px solid;
		}

.button 	{
		color: #6BBBE4;
	       	font: normal 12px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #13205F;
        	padding: 5px 25px 5px 25px;
		cursor: pointer;
		-webkit-appearance: none;
        	border: #373FA6 1px solid;
		}

.buttonon 	{
		color: #6BBBE4;
	       	font: normal 12px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #13205F;
        	padding: 5px 25px 5px 25px;
		cursor: pointer;
		-webkit-appearance: none;
        	border: #6BBBE4 1px solid;
		}




/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* NUMBERS MENU "menu-video.js" AND "menu-samples.js" AND "menu-slideshows.js" */

.num-arrow	{ width: 77px; background-color: transparent; }

#nummenu	{ width: 100%; position: relative; top: 0px; left: 0px; z-index: 43; text-align: center; }

.menu-num, #nummenu a.currenthilite	{
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: normal;
		padding: 5px 7px 5px 7px;
		margin: 0px 1px 0px 1px;
		cursor:pointer;
		text-align: center;
		display: inline-block;
		}

a.menu-num:link, a.menu-num:visited, a.menu-num:active 
			{
			color: #FFFFFF;
			border: #000000 0px solid;
			}

a.menu-num:hover 	{
			color: #FFFFFF;
			padding: 4px 6px 4px 6px;
			border: #00ED58 1px solid;
			}

/* CURRENT PAGE NUMBER MENU HIGHLIGHT */

#nummenu a.currenthilite {
			color: #FFFFFF;
			padding: 4px 6px 4px 6px;
			border: #00ED58 1px solid;
			}




/* START ICON MENUS */

#menudiv1 a, #menudiv2 a { outline: none; }

#menu-outer	{
		height: 36px;
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		z-index: 1500;
		background-color: rgba(0, 0, 0, 0.5);
		border-top: #000000 1px solid;
		border-bottom: #000000 1px solid;
		}

#menu-outer-noimage
		{
		background-color: #000000;
		background-image: url("picts/menu-2-background.jpg");
		background-repeat: repeat-x;
		position: relative;
		width: 100%;
		min-width: 250px;
		margin: 0px auto 0px auto;
		border-top: #3399FF 1px solid;
		border-bottom: #3399FF 1px solid;
		}



/* TOP MENU 1 (MENU) */

#menu-icon1	{
		background-color: #FFFFFF;
		width: 130px;
		cursor: pointer;
		display: block;
		padding: 0px 0px 0px 0px;
		}

div#menu-icon1:hover	{ background-color: #800030; }


.menu1-icon-img	{ display: block; margin: 0px auto 0px 0px; vertical-align: top; }

#menudiv1	{
		background-color: transparent;
		height: 36px;
		position: relative;
		float: left;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border: #666666 0px solid;
		border-width: 0px 0px 0px 0px;
		}

#menusub1	{
		background-color: #800030;
		width: 180px;
		padding-top: 0px;
		display: none;
		position: absolute;
		top: 36px;
		left: 0px;
		z-index: 1501;
	/* DROP SHADOW */
		-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
		}

#menusub1 a	{
		color: #FFFFFF;
		background-color: transparent;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: normal;
		text-decoration: none;
		text-align: left;
		padding: 6px 6px 6px 6px;
		margin: 0px 0px 0px 0px;
		display: block;
		border: #000000 0px solid;
		/* MENU FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

/* MENU 1 HOVER COLORS */

#menusub1 a:hover 
		{
		color: #FFFFFF;
		background-color: #000000;
		border: #999999 0px solid;
		text-decoration: none;
		}

/* SUB MENU CORNER ROUNDING */

#menusub1, #menusub1 a:first-child {
		border-width: 0px 0px 0px 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		}

#menusub1, #menusub1 a:last-child {
		-moz-border-radius-bottomright: 25px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 25px;
		border-bottom-left-radius: 6px;
		}



/* MENU VIDEO ICON */

.menu2-video-img {
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #FFFFFF;
		width: 130px;
		z-index: 1499;
		cursor: pointer;
		display: inline-block;
		padding: 0px 0px 0px 0px;
		}



/* MENU 2 (MUSIC) */

#menu-icon2	{
		background-color: #FFFFFF;
		width: 130px;
		cursor: pointer;
		display: inline-block;
		padding: 0px 0px 0px 0px;
		}

div#menu-icon2:hover	{ background-color: #800030; }

.menu2-icon-img	{ display: block; margin: 0px auto 0px 0px; vertical-align: top; }

#menudiv2	{
		background-color: transparent;
		height: 36px;
		position: relative;
		float: left;
		z-index: 1500;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border: #666666 0px solid;
		border-width: 0px 0px 0px 0px;
		}

#menusub2	{
		background-color: #800030;
		width: 180px;
		padding-top: 0px;
		display: none;
		position: absolute;
		top: 36px;
		left: 0px;
		z-index: 1502;
	/* DROP SHADOW */
		-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
		}

#menusub2 a	{
		color: #FFFFFF;
		background-color: transparent;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: normal;
		text-decoration: none;
		text-align: left;
		padding: 6px 6px 6px 6px;
		margin: 0px 0px 0px 0px;
		display: block;
		border: #000000 0px solid;
		/* MENU FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

/* MENU 2 HOVER COLORS */

#menusub2 a:hover 
		{
		color: #FFFFFF;
		background-color: #000000;
		border: #999999 0px solid;
		text-decoration: none;
		}

/* SUB MENU CORNER ROUNDING */

#menusub2, #menusub2 a:first-child {
		border-width: 0px 0px 0px 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		}

#menusub2, #menusub2 a:last-child {
		-moz-border-radius-bottomright: 25px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 25px;
		border-bottom-left-radius: 6px;
		}


/* COMPACT CAPTCHA GOLD */

.capbox {
	background: #B7954F;
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	border: #512C00 0px solid;
	border-width: 2px 2px 2px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 5px 3px 5px 8px;
	border-radius: 4px 4px 4px 4px;
	}

.capbox-inner {
	font: bold 12px arial, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	margin: 0px auto 0px auto;
	padding: 3px 10px 5px 6px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	}

#CaptchaDiv {
	color: #000000;
	font: normal 25px Impact, Charcoal, arial, sans-serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	background:rgba(255,255,255,0.60); /* SEMI TRANSPARENT BACKGROUND */
	user-select: none;
	display: inline-block;
	padding: 3px 10px 3px 5px;
	margin-right: 4px;
	border-radius: 4px;
	}






/* TOOLTIPS ON PAGE press-release.htm */

.tooltip {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	cursor:pointer;
	width: 90%;
	max-width: 1360px;
	}

.tooltip .tooltiptext {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	visibility: hidden;
	width: 100%;
	background-color: #462302;
	border: #E1B481 3px solid;
	text-align: left;
	padding: 25px;
	border-radius: 5px;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 0;
	transition: opacity 1.2s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: 0px;
	border-width: 0px;
	border-style: solid;
	border-color:  transparent transparent transparent transparent;
	}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	}

.tooltip .tooltipLS	{ left: 0%; margin-left: 0px; }

.tooltip .tooltipLS::after { left: 50%; }

/* TOOTIP LINK COLORS */

.tooltiptext a:link, .tooltiptext a:visited, .tooltiptext a:active 
	{ color: #33FFFF; text-decoration: none; font-weight: 600; }

.tooltiptext a:hover 
	{ color: #FF66FF; text-decoration: none; font-weight: 600; }

/* TOOLTIP ARROW */

.arrow-ttip {
	border: solid #FF0000;
	border-width: 0 8px 8px 0;
	display: inline-block;
	padding: 8px;
	margin-bottom: 5px;
	}

.a-up	{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	}

.a-down	{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	}