body 
{
	font-family: Verdana, Helvetica, sans-serif;
	/* font-family: "Helvetica Neue", Helvetica, Sans-serif; */
	font-size: 0.9em;
	background-color: #101010;  /* 15171c */
	color: #000000;
	/* font-smooth: always; */
	/* transform: rotate(-0.0000000001deg); */
	-webkit-font-smoothing: antialiased;
}

.bodyIE
{
	text-shadow: 0 0 1px rgba(0,0,0,0.03);
	/* text-shadow:1px 1px 1px 1px rgba(0,0,0,0.005); */
	font-size: 11pt;
}


#modal_Cover, #modal_ImageCover {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#imgFullHolder
{
	display: none;
	height: 100%;
	width: 100%;
	/* margin: auto; */
	/* margin-top: 0px; */
	overflow: auto;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}

#imgFullScaleTitle, #imgFullScaleClose
{
	border: 2px solid #993d00;
	border-radius: 10px;
	padding: 2px;
	background-color: #cc5200;
	width: 50%;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 3px 3px 5px #000000;
	-webkit-font-smoothing: antialiased;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

#imgFullHolder a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#imgFullScale
{
	display: block;
	margin: 0 auto;
}

h3, h4
{
	margin: 0px;
}

div.GoogleAdHolder
{
	display: block; 
	/* margin: 0 auto;  */
	/* width: 320px; */
	/* width: 100%; */
}

div.GoogleAd
{
	height: 600px; 
	width: 160px; 
	background-color: #0000ff;
	margin: 0 auto;
}

.mainContainer
{
	width: 90%;
	height: 100%;
	border: 4px solid #b24800;
	background-color: #f4f4f4;
	margin: 0 auto;
	min-height: 1100px;
}

.subContainerHeader
{
	width: 90%;
	display: flex;
	justify-content: center;
	/* margin-bottom: 10px; */
	background-color: #000000;
	margin: auto;
}

.subContainer
{
	width: 95%;
	display: flex;
	justify-content: center;
	margin: auto;
}

.mainHeader
{
	/* border-bottom: 2px solid #4E5C4C; */
	border-bottom: 2px solid #b24800;
	width: 100%;
	display: block;
	background-color: #000000;
}

.mainHeaderText
{
	font-size: 3em;
	font-weight: bold;
	color: #f4f4f4;
	text-shadow: 3px 3px 5px #000000;
	-webkit-font-smoothing: antialiased;
}

.mainHeaderTextSmallHeader
{
	font-size: 1.5em;
	font-weight: bold;
	color: #f4f4f4;
	text-shadow: 3px 3px 5px #000000;
	-webkit-font-smoothing: antialiased;
}

.mainHeaderTextSmall
{
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 3px 3px 5px #000000;
	-webkit-font-smoothing: antialiased;
}

.subHeader
{
	border-bottom: 2px solid #993d00;
	border-right: 2px solid #993d00;
	background-color: #cc5200;
	padding: 4px;
	width: 65%;
	border-bottom-right-radius: 25px;
}

.mainTitleLeft
{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: auto;
	width: 50%;
	position: relative;
	top: 18px;
	/* top: 30px; */
}

.mainTitleRight
{
	display: inline-block;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 50%;
	margin-top: auto;
	position: relative;
	top: 13px;
}

.mainTitleRightIE
{
	display: inline-block;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 50%;
	margin-top: auto;
	position: relative;
	top: 38px;
}

.leftPanel
{
	border: 0px solid #4da3f5;
	display: inline-block;
	float: left;
	width: 100%;
	/* background-color: #d2e8fc; */
	margin-top: 25px;
	margin-bottom: 25px;
}

.rightPanel
{
	border: 0px solid #4da3f5;
	display: inline-block;
	width: 450px;
	float: right;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 25px;
}

.fullPanel
{
	border: 0px solid #4da3f5;
	display: inline-block;
	float: none;
	width: 100%;
	/* background-color: #d2e8fc; */
	margin-top: 25px;
	margin-bottom: 25px;
}

.holderDivInline
{
	display: block;
}

.sectionMain
{
	height: 100%;
	background-color: #ffffff;
	padding: 4px;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.sectionMain_Left
{
	justify-content: flex-start;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.sectionMain h4
{
	border: 2px solid #993d00;
	border-radius: 10px;
	padding: 5px;
	background-color: #cc5200;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 3px 3px 5px #000000;
	-webkit-font-smoothing: antialiased;
}

.sectionMain li
{
	margin-bottom: 15px;
}

.contentPortal
{
	border: 2px solid #993d00;
	margin-bottom: 10px;
	background-color: #ffffff;
}

#menu_PopOut_Holder
{
	width: 95%; 
	height: 50%; 
	margin: 0 auto; 
	/* overflow: scroll; */
}

#menu_PopOut_Holder_Inner
{
	overflow: scroll;
}

#menu_PopOut_Holder_Header
{
	cursor: pointer;
}

.contentPortalFooter
{
	/* border: 2px solid #993d00; */
	margin-bottom: -30px;
	/* background-color: #ffffff; */
}

#QuickMenus_Responsive
{
	cursor: pointer;
	display: none;
}

#guideNavResponsive_Header
{
	display: none;
}

#guideNavResponsive
{
	margin: 0 auto;
	margin-top: 20px;
	display: none;
}

#bestViewSize
{
	display: none;
}

div.recentNewsItem
{
	border-bottom: 2px solid #cc5200;
	padding: 10px;
	margin: 5px;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	border-radius: 15px;
}

div.recentNewsItem:hover
{
	background-color: #fff0e6;
	cursor: pointer;
}

@media screen and (max-width: 900px)
{
	.mainTitleLeft
	{
		width: 75%;
	}
	
	.mainHeaderText
	{
		font-size: 2.5em;
	}
	
	.mainTitleRight
	{
		width: 25%;
	}
	
	.mainContainer
	{
		width: 90%;
	}
	
	.subHeader
	{
		width: 75%;
	}
}

@media screen and (max-width: 1525px)
{
	.mainContainer
	{
		width: 95%;
	}
}

@media screen and (max-width: 1000px)
{
	#bestViewSize
	{
		display: block;
	}
}

@media screen and (max-width: 800px)
{
	.mainContainer
	{
		width: 99%;
	}
	
	.rightPanel
	{
		display: none;
	}
	
	#QuickMenus
	{
		display: none;
	}
	
	#QuickMenus_Responsive
	{
		display: block;
	}
	
	#guideNavResponsive_Header
	{
		display: block;
	}
	
	#guideNavResponsive
	{
		display: block;
	}
}

/* Start Animation */
.objOverlayHolder
{
	position: relative;
}

.objOverlayBGImg
{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* box-shadow: 0px 3px 3px #1a1a1a; */
	border: solid 1px #993d00;
}

.objOverlayObj
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: auto;
	opacity: 0.0;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
}

.objOverlayObj:hover
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: auto;
	opacity: 1.0;
	transition: opacity .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out;
	-webkit-transition: opacity .55s ease-in-out;
	-webkit-user-select: none;
	-webkit-touch-callout: none;   
}

.objOverlayObj div
{
/* 	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: auto;
	color: white;
	font-weight: bold;
	font-size: 12px;
	background-color: #993d00;
	height: 50%;
	opacity: .8;
	padding: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0px 3px 3px #1a1a1a inset; */
	display: block; 
	background-color: white; 
	font-weight: bold;
	font-size: 11px;
	opacity: 1.0; 
	color: black; 
	margin: 0 auto; 
	position: absolute; 
	left: 0; 
	right: 0; 
	bottom: 10px; 
	text-align: center; 
	width: 90%; 
	border: 3px solid white; 
	border-radius: 10px;	
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	box-shadow: 3px 3px 3px #1a1a1a;
}

div.guideList
{
	border: 2px solid #cc5200;
	/* padding: 5px; */
	margin: 5px;
	margin-bottom: 20px;
	width: 90%;
	text-align: left;
	background-color: #ffffff;
}

div.guideList p
{
	margin: 15px;
}

div.guideList:hover
{
	background-color: #fff0e6;
	cursor: pointer;
}

p.fullCenter
{
	text-align: center; 
	width: 100%;
}

img.smallImg
{
	zoom: 40%;
	box-shadow: 4px 4px 6px #1a1a1a; 
	cursor: pointer;
}

img.smallImgIE
{
	height: 150px;
	width: 150px;
	box-shadow: 4px 4px 6px #1a1a1a; 
}

p.pageNavLink
{
	width: 100%;
	margin: 0px;
	font-size: .75em;
	text-align: right;
}

p.pageNavLink a
{
	text-decoration: none;
}

p.pageNavLink a:hover
{
	text-decoration: underline;
}

a, a:visited
{
	color: #0000ff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div.footerLeft
{
	position: relative;
	display: inline-block;
	/* float: left; */
	width: 30%;
	text-align: left;
}

div.footerLeft p
{
	padding: 5px;
}

div.footerCenter
{
	position: relative;
	display: inline-block;
	/* float: left; */
	width: 40%;
	text-align: center;
}

div.footerCenter p
{
	padding: 5px;
}

div.footerRight
{
	position: relative;
	display: inline-block;
	/* float: right; */
	width: 30%;
	text-align: right;
}

div.footerRight p
{
	padding: 5px;
}

div.footerDefault
{
	display: inline-block;
	width: 100%;
}

div.videoList
{
	margin: 5px;
	margin-bottom: 0px;
	width: 90%;
	text-align: left;
	background-color: #ffffff;
	cursor: pointer;
	overflow: hidden;
}

img.videoList
{
	float: left; 
	width: 288px; 
	height: 162px; 
	margin: 10px 10px 2px 10px; 
	box-shadow: 3px 3px 3px #1a1a1a;
}

p.videoList
{
	margin: 20px 20px 20px 20px;
	border: 2px solid #cc5200;
	padding: 15px;
	min-height: 150px;
}

div.videoList:hover p.videoList
{
	background-color: #fff0e6;
}

span.videoListTitle
{
	/* font-size: 1em; */
	font-weight: bolder;
	display: block;
	text-shadow: 1px 2px 3px #8c8c8c;
}

span.videoListSubTitle
{
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

span.videoListSubTitle span
{
	font-weight: normal;
	display: inline;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

div.videoList_ViewAll
{
	border: 2px solid #cc5200;
	border-radius: 10px;
	padding: 5px;
	background-color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	/* color: #000000; */
	-webkit-font-smoothing: antialiased;
	width: 80%;
	text-align: center;
	margin-bottom: 15px;
	order: 10000;
	-webkit-order: 10000;
}

div.videoList_ViewAll:hover
{
	background-color: #fff0e6;
	cursor: pointer;
}

div.tipList
{
	padding: 10px;
}

span.tipListTitle
{
	/* font-size: 1em; */
	font-weight: bolder;
	display: block;
	text-align: left;
	/* text-shadow: 1px 2px 3px #8c8c8c; */
}

span.tipListSubTitle
{
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

span.tipListSubTitle span
{
	font-weight: normal;
	display: inline;
}