@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('fonts/helveticaneue-blackext.eot');
    src: url('fonts/helveticaneue-blackext.eot') format('embedded-opentype'),
         url('fonts/helveticaneue-blackext.woff') format('woff'),
         url('fonts/helveticaneue-blackext.ttf') format('truetype'),
         url('fonts/helveticaneue-blackext.svg#HelveticaNeueRegular') format('svg');
}
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 5px 0px 0px 0px;
	padding: 0;
	text-align: center;
	color: #BCC9EB;
	line-height: 16px;
	background-image: url("graphics/column-background.png");
	background-repeat: repeat;
}

/* COKKIE CONSENT BOX */

#consentBox { 
	background: rgba(1,41,92,.9); 
	padding: 20px; 
    	border-radius: 15px; 
	-webkit-box-shadow: 0px 0px 32px 8px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 32px 8px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 32px 8px rgba(0,0,0,0.45);
	text-align: center; 
	color: #fff;
	position: fixed;
	width: 450px;
	height: 190px;
	bottom: 5%;
	left: 50%;
	margin-left: -225px; /* Negative half of width. */
	z-index: 100;
}
#consentBox a {
	color: #fff;	
}
#consentBox.hide { 
	opacity: 0; 
	pointer-events: none; 
	transform: scale(0.8); 
	transition: all 0.3s ease; 
}
::selection { 
	color: #fff; 
	background: #229a0f; 
} 
#consentContent p { 
	color: #eee; 
	margin: 10px 0 20px 0; 
}
#consentContent .buttons { 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	margin-top: 20px;
} 
.consentButton, 
.rejectButton { 
	padding: 12px 30px; 
	padding-bottom: 12px;
	border: none; 
	outline: none; 
	color: #fff; 
	font-size: 18px; 
	font-weight: bold; 
	border-radius: 5px; 
	cursor: pointer; 
	transition: all 0.3s ease; 
} 
.consentButton { 
	background: #ff0000; 
	margin-right: 10px; 
} 
.rejectButton { 
	color: #111211; 
	background: transparent; 
	border: 2px solid #099c2c; 
	text-decoration: none; 
}
#consentBox img { 
	max-width: 90px; 
} 
#consentHeader { 
	font-size: 25px; 
	font-weight: 600; 
	margin-top: 10px; 
}

/* NEIL'S MODIFICATIONS JUL 2021 */

#bonusUpdate {
	width: 910px;
	margin: 0 auto;
	background-color: #990000;
	padding: 20px;
	margin-bottom: 20px;
}
#bonusUpdate h1 {
	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
#bonusUpdate .bonusDate {
	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
	color: #fff;
	text-align: right;
	float: right;
	font-size: 20px;
}
#bonusUpdate .bonusName {
	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
#bonusUpdate .bonusText {
	background-color: #fff;
	color: #000;
	width: 890px;
	text-align: left;
	padding: 10px;
	display: block;
}
a #bonusUpdate {
	font-weight: normal;
	text-decoration: none;
}
#bonusUpdate img {
	border: 4px solid #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
	height: auto;
}

/* NEIL'S MODIFICATIONS JULY 2019 */

#modelforus {
	width: 950px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-weight: 100;
	border: 5px solid #1C6EA4;
	border-radius: 17px;
	background: #EEEEEE;
	color: #C90000;
}
#modelforus a {
	color: #C90000;
	font-size: 2em;
}

/* NEIL'S MODIFICATIONS OCTOBER 2018 */

.nrgUpdatePanel {
	width: 910px;
	margin: 0 auto;
	background-color: #A7A9AC;
	padding: 20px;
	margin-bottom: 20px;
}
.nrgUpdatePanel .nrgUpdatePic {
	width: 650px;
	height: 366px;
	background-color: black;
//	margin: 0 auto;
	float: left;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
}
//.nrgUpdatePanel .nrgUpdateText {
//	margin-top: 20px;
//	background-color: #01295C;
//	padding: 20px;
//	text-align: left;
//	color: #fff;
//	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
//	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
//	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
//}
.nrgUpdatePanel .nrgUpdateText {
	width: 200px;
	min-height: 326px;
//	max-height: 326px;
	background-color: #01295C;
	padding: 20px;
	text-align: left;
	color: #fff;
	float: right;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
}
.nrgUpdatePanel .nrgUpdateText .nrgUpdateDescription {
//	max-height: 276px;
//	overflow-y: auto;
}
.nrgUpdatePanel .nrgUpdateVid {
	clear: both;
	margin-top: 20px;
	width: 910px;
	height: 512px;
	background-color: black;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
}
//.nrgUpdatePanel .nrgUpdateTitle {
//	margin-bottom: 20px;
//	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
//	font-size: 20px;
//	color: #fff;
//	background-color: #01295C;
//	padding: 20px;
//	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
//	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
//	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
//}
.nrgUpdatePanel .nrgUpdateText .nrgUpdateTitle {
	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 25px;
}
.nrgUpdatePanel .nrgUpdateButtons a {
	display: inline-block;
	font-size: 46px;
	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
	color: #990000;
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	text-decoration: none;
	margin-top: 20px;
}
.nrgUpdatePanel .nrgUpdateButtons a:hover {
	color: #ffffff;
}
.nrgUpdateExpiry {
	margin-top: 20px;
	color: #ffffff;
}
.archiveUpdatePanel {
	width: 910px;
	margin: 0 auto;
	background-color: #A7A9AC;
	padding: 20px;
	margin-bottom: 20px;
}
.archiveUpdatePanel .archiveUpdatePic {
	width: 650px;
	height: 366px;
	background-color: black;
	float: left;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
}
.archiveUpdatePanel .archiveUpdateText {
	width: 200px;
	min-height: 326px;
	background-color: #01295C;
	padding: 20px;
	text-align: left;
	color: #fff;
	float: right;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
}
.archiveUpdatePanel .archiveUpdateVid {
	clear: both;
	margin-top: 20px;
	width: 910px;
	height: 512px;
	background-color: black;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.79);
}
.archiveUpdatePanel .archiveUpdateText .archiveUpdateTitle {
	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 25px;
}
.archiveUpdatePanel .archiveUpdateButtons a {
	display: inline-block;
	font-size: 46px;
	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
	color: #990000;
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	text-decoration: none;
	margin-top: 20px;
}
.archiveUpdatePanel .archiveUpdateButtons a:hover {
	color: #ffffff;
}
#nrgWhatItsAboutPanel {
	width: 950px;
	margin: 0 auto;
	background-color: #01295C;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 25px;
}
.nrgWhatItsAboutHeading {
	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
	color: #01295C !important;
	font-size: 3em !important;
}
#nrgCallsToAction {
	width: 950px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#nrgCallsToAction:last-of-type {
	margin-top: 80px;
	margin-bottom: 80px;
}
#nrgCallsToAction a {
	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	font-size: 40px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	padding: 35px;
	color: #ffffff;
	background-color: #01295C;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid #ffffff 4px;
	box-shadow: 1px 1px 20px 0px #000000;
	-webkit-box-shadow: 1px 1px 20px 0px #000000;
	-moz-box-shadow: 1px 1px 20px 0px #000000;
	text-shadow: 1px 1px 20px #000000;
}
#nrgCallsToAction a:hover {
	color: #ffff00;
}

/* --------------------------------- */

#latestupdate {
	width: 950px;
	margin: 0 auto;
	margin-bottom: 15px;
	background-attachment: scroll;
	background-image: url(graphics/latestupdate-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-shadow: 0px 0px 8px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}
#latestupdate h1 {
	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
	line-height: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#update-date {
	width: 950px;
	margin: 0 auto;
	background-color: #CC3333;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#lu-video {
	height: 400px;
	float: left;	
}
#lu-pic1 {
	height: 400px;
	float: right;	
}
#lu-pic2 {
	height: 360px;
	float: left;
}
#lu-pic3 {
	height: 360px;
	float: right;
}
#lu-text {
	background-color: rgba(0, 0, 0, 0.6);
	clear: both;
	padding: 15px;
	color: #fff;
	text-align: left;	
}
#lu-buttons {
	font-size: 46px;
	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
	color: #009900;
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
}
#latestupdate a {
	text-decoration: none;
	color: #009900;
}
#latestupdate a:hover, #latestupdate a:active {
	color: #fff;
}
.previewpages p {
	margin: 4px;
	padding: 0px;
}
.previewpages #header {
	width: 950px;
	margin: 0 auto; 
	text-align: center;
	margin-bottom: 5px;
}
.previewpages #header1 {
	width: 950px;
	margin: 0 auto; 
	text-align: center;
	margin-bottom: 5px;
	background-image: url(graphics/header1.gif);
	background-repeat: no-repeat;
	color:#990000;
}
.headertext {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.headertext a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.headertext a:visited {
	color: #990000;
	text-decoration: none;
}
.headertext a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.previewpages #container {
	width: 950px;
	margin: 0 auto;
	border: thick solid #0000CC;
	text-align: left;
border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.previewpages #container2 {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-image: none;
	background-color: #fff;
	color: #003366;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.updated {
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}
.updated a:link a:hover a:visited  {
	font-size: 12px;
	font-weight: 700;
	color: #FFFFF0;
	text-decoration: underline;
}
.introduction {
	font-size: 14px;
	font-weight: 800;
	line-height: normal;
	margin-left: 12px;
	padding-left: 5px;
}


.previewpages #caption {
	color: #CC0000;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	line-height: normal;
	background-color: #FFFFFF;
	padding: 10px;
}


.previewpages #textbox {
	width: 890px;
	height: 50px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px; 
	background-image: url(graphics/textbox-bg.jpg);
	background-repeat: repeat-x;
	background-color: #cacaca;
	border: 2px solid #072043;
	text-align: center; 
	clear: both;
	color: #000000;

}
.previewpages #mainContent {
	padding: 0 px; 
}
.previewpages #mainContent2 {
	padding: 8px 25px 8px 25px; 
	text-align: center;
	font-size: 16px;
	clear: both;
}

.previewpages #mainContent2 p {
	margin: 8px; padding: 0px;
}
.previewpages #mainContent2 .muted {
	color: #999999;	font-size: 11px;
}
.previewpages #mainContent2 .muted a:link {
	color: #999999;
}

.previewpages #mainContent2 .muted a:visited {
	color:  #999999;
}
.previewpages #mainContent2 .muted a:hover {
	color: #CCCCCC;
}
.enterbutton {
	margin: 11px;
	line-height: 50px;
	font-size: 33px;
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
.enterbutton a:link {
	margin: 11px;
	line-height: 50px;
	font-size: 33px;
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
.enterbutton a:visited {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
.enterbutton a:hover {
	color: #009900;
	font-weight: bold;
	text-decoration: underline;
}
.enterbutton a:active {
	color: #006633;
	font-weight: bold;
}
.enterbutton2 {
	  line-height: 38px; font-size: 33px; color: #FFCC00; font-weight: bold; text-decoration: none; text-align: center;
}
.enterbutton2 a:link {
	  line-height: 38px; font-size: 33px; color: #FFCC00; font-weight: bold; text-decoration: none; text-align: center;
}
.enterbutton2 a:visited {
	color: #FFCC00; font-weight: bold; text-decoration: none; text-align: center;
}
.enterbutton2 a:hover {
	color: #FED370; font-weight: bold; text-align: center;
}
.previewpages #mainContent3 {
	padding: 8px 25px 8px 25px; 
	text-align: center;
	font-size: 14px;
	clear: both;
}
.previewpages #preview-table {
	text-align: center;
	width: 950px;
	font-size: 12px;
	clear: both;
	height: inherit;
	margin: auto;
}
.previewimage {
	border: 2px solid #d97c24;
	margin: 5px 8px 5px 8px;
}
.previewpages #preview-left {
	width: 280px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-left: 4px;
	borxder: 1px solid green;
}
.previewpages #preview-center {
	width: 330px;
	text-align: left;
	margin-right: 25px;
	padding-top: 10px;
	float: left;
	font-size: 14px;
	line-height: 18px;

}
.previewpages #preview-right {
	width: 280px;
	text-align: center;
	float: left;
	bordxer: 1px solid green;
}
.updatedx {
	font-size: 11px;
	font-weight: 800;
	color: #CC3300;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	border: thin solid #FF3300;
}
.update {background-color:#e3e3e3; margin-top: 10px; margin-bottom: 8px; width: 910px; padding: 5px; border: 1px solid #c5c5c5}
.about {width: 320px; padding: 5px; background-color: #173054; border: 1px solid #000; text-align: left; margin-bottom: 10px}
.previewpages #showcaseheader {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
	background-image: url(graphics/header001.jpg);
	background-repeat: no-repeat;
	color:#990000;
}
#showcaseheader {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0px;
	background-image: url(graphics/header001.jpg);
	background-repeat: no-repeat;
	color:#990000;
}
.previewpages #container23 {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-x;
	color: #003366;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 0px solid #999999;
}
.introduction0 {
	font-size: 17px;
	font-weight: 900;
	line-height: normal;
	margin-left: 12px;
	padding-left: 5px;
	color: #FF3333;
	text-decoration: none;
}
.introductionZ {
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	margin-left: 12px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.icon {float: left; margin-right: 8px; border: 2px solid #960000}
.bigjoinlink {
	font-family: HelveticaNeueRegular, "Arial Black", Gadget, sans-serif;
	line-height: normal;
	text-transform: uppercase;
	font-size: 46px;
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	background-image: url(graphics/latestupdate-background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #009900;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 3px solid #fff;
}
a.bigjoinlink:hover, a.bigjoinlink:active {
	color: #fff;
}