/*------------------------------------------------------------------

Project:		6X

Version:		1.0.0

-------------------------------------------------------------------*/

/* ===== Reset ====================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}
body 
{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul 
{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td 
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}
blockquote, q 
{
	quotes: "" "";
}

/* ===== Default ====================================================*/
h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 2.2em;
}
h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 2.2em;
}

h1.h1Home {
	text-indent: -999em;
	margin: 0;
	padding: 0;
	height: 0;
	}

p {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.25em;
	margin-bottom: 0.7em;
	color: #3f3f3f;
}
ul li { line-height: 1.2em }
p a, p a:visited, li a, .pubFinderResultImg a, pubFinderResultImg a:visited
{
	color: #011e48;
}
p a:hover
{
	color: #011e48;
}
.home p
{
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 0.9em;
	color: #011e48;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 565px;
	margin-left: -450px;
	margin-top: -270px;
}

#container {
	width: 900px;
	height: 545px;
	margin: 0;
	padding: 0;
	background: url(/App_Themes/6X/Images/bg.jpg) no-repeat;
}
.imgMain /*landingCentreImage */
{
	position: absolute;
	top: -56px;
	left: 319px;
}
#logo {
	position: absolute;
	top: -35px;
	left: 30px;
}

#bodyContainerHome {
	position: absolute;
	text-align:center;
	width: 650px;
	left: 125px;
	top: 385px
	}
	
#bodyContainer {
	position: absolute;
	width: 494px;
	height: 420px;
	left: 30px;
	top: 108px;
	overflow: auto;
	}
	
#bodyContainerQuizEndWin 
{
	position: absolute;
	width: 480px;
	height: 420px;
	left: 30px;
	top: 108px;
	overflow: auto;
}

#bodyContainerWide {
	position: absolute;
	width: 845px;
	height: 420px;
	left: 30px;
	top: 108px;
	overflow: auto;
	}
#bodyContainerTop {
	position: absolute;
	width: 100%;
	height: 250px;
	left: 30px;
	top: 108px;
	overflow: auto;
	}
#bodyContainerBottom
{
	position: absolute;
	width: 100%;
	height: 276px;
	left: 30px;
	top: 370px;
}
	
#bodyContainerTopSmall {
	position: absolute;
	width: 494px;
	height: 130px;
	left: 30px;
	top: 108px;
	overflow: auto;
	}

	
#bodyContainerBottomSmall {
	position: absolute;
	width: 250px;
	height: 276px;
	left: 30px;
	top: 250px;
	}

#rightBodyContainer {
	position: absolute;
	width: 360px;
	height: 530px;
	left: 529px;
	top: 44px;
	text-align: center;
	z-index: 1;
}
#rightBodyContainerQuizEndWin 
{
	position: absolute;
	width: 360px;
	height: 530px;
	left: 520px;
	top: 44px;
	text-align: center;
	z-index: 1;
}

#rightBodyContainerTop {
	position: absolute;
	width: 350px;
	height: 249px;
	left: 540px;
	top: 81px;
	z-index: 1;
}

#rightBodyContainerBottom {
	position: absolute;
	width: 350px;
	height: 170px;
	left: 540px;
	top: 360px;
	z-index: 1;
}
#aboutImage1 {
	position: absolute;
	height: 213px;
	width: 159px;
	top: 29px;
	left: 4px;
	z-index: 4;
}

#aboutImage2 {
	position: absolute;
	height: 140px;
	width: 192px;
	top: 20px;
	left: 164px;
	z-index: 3;
}

#aboutImage3 {
	position: absolute;
	height: 164px;
	width: 205px;
	top: 122px;
	left: 136px;
	z-index: 2;
}

#aboutImage4 {
	position: absolute;
	height: 304px;
	width: 360px;
	top: 222px;
	left: 3px;
	z-index: 1;
}
#pubFinderProfileImageHolder {
	position: relative;
	float: right;
	background: url(/App_Themes/6X/Images/PubProfilePictureBG.png) no-repeat;
	margin-left: 30px;
	margin-bottom: 15px;
	padding: 0;
	width: 175px;
	height: 124px;
}
#pubFinderProfileImage {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 104px;
	left: 10px;
	top: 7px;
}
#pubFinderProfile {
	position: absolute;
	left: 483px;
	top: 74px;
	width: 384px;
	height: 430px;
	margin: 0;
	padding: 0 0 0 10px;
	z-index: 10;
}
.pubFinderResultText
{
	position: relative;
	float: right;
	width: 267px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 0.8em;
	color: #011e48;
	text-align: left;
}
.PagerNumberArea
{
	float: left;
	position: relative;
	width: 100px;
	margin-top: 0px;
}
#leftCol
{
	position: relative;
	float: left;
	width: 450px;
}
#pubFinderProfileStain 
{
	background: url(/App_Themes/6X/Images/stain.png) bottom no-repeat;
	position: absolute;
	left: 0px;
	top: 20px;
	width: 340px;
	height: 430px;
	margin: 0;
	padding: 0 0 0 10px;
	z-index: 0;
}
#pubFinderProfileTape {
	position: absolute;
	background: url(/App_Themes/6X/Images/PubProfilePictureTape.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 211px;
	height: 57px;
	left: 196px;
	top: -8px;
	z-index: 5;
}

/*
#thoroughlyDecentImage {
	position: relative;
	float: left;
	height: 248px;
	width: 188px;
	margin: 0 0px 0 0;
	padding: 0;
}
#thoroughlyDecentText {
	position: relative;
	float: left;
	height: 200px;
	width: 147px;
	margin: 30px 0 0 0;
	padding: 0;
}
*/
#thoroughlyDecentImageHolder {
	background: url(/App_Themes/6X/Images/6xerBG.png) no-repeat;
	position: absolute;
	height: 243px;
	width: 162px;
	padding: 0;
}
#thoroughlyDecentImage {
	position: absolute;
	height: 197px;
	width: 138px;
	padding: 0;
	top: 34px;
	left: 9px;
	overflow: hidden;
}
#thoroughlyDecentImageTape {
	background: url(/App_Themes/6X/Images/6xerTape.png) no-repeat;
	position: absolute;
	height: 50px;
	width: 84px;
	padding: 0;
	left: 35px;
	top: 2px;
}
#thoroughlyDecentText {
	position: absolute;
	height: 200px;
	width: 147px;
	padding: 0;
	left: 178px;
	top: 35px;
}

#leftImageContact {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 190px;
	top: 213px;
}
#rightImageContact {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 10;
	top: 53px;
	left: 555px;
}
.downloadCol p a
{
	color: #3f3f3f;
}
.downloadCol li a
{
	font-size: 0.85em;
	color: #3f3f3f;
}
.downloadCol {
	position: relative;
	float: left;
	width: 155px;
	height: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.downloadRow {
	position: relative;
	float: none;
	width: 100%;
	height: 180px;
	margin-bottom: 10px;
}

.downloadCol {
	position: relative;
	float: left;
	width: 155px;
	height: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#singleColumn
{
	position: relative;
	float: left;
	width: 850px;
	margin: 100px 20px 0 20px;
	height: 430px;
	overflow: auto;
}
#merch1 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 250px;
	text-align:center;
	left: 31px;
	top: 265px;
}

#merch2 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 250px;
	text-align: center;
	left: 320px;
	top: 264px;
}

#merch3 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 250px;
	text-align: center;
	left: 610px;
	top: 264px;
}

#merch4 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 324px;
	height: 184px;
	text-align: center;
	left: 538px;
	top: 59px;
}

.txtMultiLine
{
	border: 1px solid #cfbda8;
	background: url(/App_Themes/6X/Images/bgTxtMultiLine.png) top left no-repeat;
	color: #87764d;
	padding: 2px;
	font-style: italic;
	width: 320px;
	height: 110px;
	overflow: auto;
	font-size: 1.0em;
	font-family: "Times New Roman", Times, Georgia, serif;
}
.ddlShort
{
	border: 1px solid #cfbda8;
	background: url(/App_Themes/6X/Images/bgTxt.png) top left no-repeat;
	color: #87764d;
	padding: 2px;
	font-style: italic;
	width: 145px;
	font-size: 1.0em;
	font-family: "Times New Roman", Times, Georgia, serif;
}
.txtShort
{
	border: 1px solid #cfbda8;
	background: url(/App_Themes/6X/Images/bgTxt.png) top left no-repeat;
	color: #87764d;
	padding: 2px;
	font-style: italic;
	width: 140px;
	font-size: 1.0em;
	font-family: "Times New Roman", Times, Georgia, serif;
}
.txt
{
	border: 1px solid #cfbda8;
	background: url(/App_Themes/6X/Images/bgTxt.png) top left no-repeat;
	color: #87764d;
	padding: 2px;
	font-style: italic;
	width: 180px;
	font-size: 1.0em;
	font-family: "Times New Roman", Times, Georgia, serif;
}
#container .FormButton
{
	margin: 0 4px 0 4px;
	padding: 0 4px 0 4px;
	font-weight: bold;
	text-decoration: none;
	color: #011e48;
	font-size: 0.85em;
	background: none;
	font-family: "Times New Roman", Times, Georgia, serif;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 140px;
	left: 187px;
}
span.checkbox 
{
	width: 19px;   
	height: 25px;
	padding: 0 5px 0 0;   
	background: url(/App_Themes/6X/Images/bgQuizBox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(/App_Themes/6X/Images/bgQuizCross.png) no-repeat;
	overflow:visible;
 }
.checked, .selected
{
	position: relative;
	float: left;
	background: url(/App_Themes/6X/Images/bgQuizCross.png) no-repeat;
	width: 20px;
	height: 20px;
}
.unchecked, .unselected
{
	position: relative;
	float: left;
	background: url(/App_Themes/6X/Images/bgQuizBox.png) no-repeat;
	width: 20px;
	height: 20px;
}
.lb
{
	margin: 0 4px 0 4px;
	padding: 0 4px 0 4px;
	font-weight: bold;
	text-decoration: none;
	color: #011e48;
	font-size: 0.85em;
	background: none;
	font-family: "Times New Roman", Times, Georgia, serif;
	border: none;
	cursor: pointer;
	z-index: 100;
}
.lbBackToResults
{
	position: absolute;
	top: 430px;
	left: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #011e48;
	font-size: 0.85em;
	background: none;
	font-family: "Times New Roman", Times, Georgia, serif;
	border: none;
	cursor: pointer;
	z-index: 100;
}
.PagerNumberArea
{
	width: 340px;
}
.lbSelectedPrev,.lbSelectedNext
{
	display: none;
}
.lbPrev:hover,.lbNext:hover
{
	text-decoration: underline;
}
.lbPrev
{
	position: relative;
	font-weight: bold;
	text-decoration: none;
	color: #011e48;
	font-size: 0.85em;
	float: left;
}
.lbNext
{
	position: relative;
	font-weight: bold;
	text-decoration: none;
	color: #011e48;
	font-size: 0.85em;
	float: right;
}
.lb:hover
{
	text-decoration: underline;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	border-top: 20px solid #011e48;
	padding-top: 5px;
}
#footer ul li {
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	border-right: 1px solid #666;
	font-size: 0.7em;
	display: inline;
	color:#666;	
	padding-right: 6px;
	margin-right: 5px;
	letter-spacing: 0.07em;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited {
	color: #666;
	text-decoration: none;
}

#footer ul li a:hover {
	display: inline;
	color: #666;
	text-decoration: underline;
}

#footer ul li.last {
	border: 0;
}
.hidden 
{
	display: none;
	visibility: hidden;
}

#navigation {
	position: absolute;
	top: 10px;
	left: 215px;
	height: 25px;
	width: 681px;
}

#navigation ul li a span {
	visibility: hidden;
}

#navigation li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul li a {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	background: url(/App_Themes/6X/Images/navigation.png);
	text-decoration: none
}

#navigation ul li.navHome a { width: 52px; height:25px; background-position: 0 0; }
#navigation ul li.navAbout a { width: 85px; height:25px; background-position: -52px 0%;}
#navigation ul li.navThoroughly a { width: 161px; height:25px; background-position: -137px 0%; }
#navigation ul li.navPubFinder a { width: 92px; height:25px; background-position: -298px 0%; }
#navigation ul li.navMerchandise a { width: 112px; height:25px; background-position: -390px 0%; }
#navigation ul li.navDownloads a { width: 94px; height:25px; background-position: -502px 0%;}
#navigation ul li.navContact a { width: 66px; height:25px; background-position: -596px 0%;}

#navigation ul li.navHome a:hover, #navigation ul li.navHomeCurrent a { width: 52px; height:25px; background-position: 0 24px; }
#navigation ul li.navAbout a:hover, #navigation ul li.navAboutCurrent a { width: 85px; height:25px; background-position: -52px 24px;}
#navigation ul li.navThoroughly a:hover, #navigation ul li.navThoroughlyCurrent a { width: 161px; height:25px; background-position: -137px 24px; }
#navigation ul li.navPubFinder a:hover, #navigation ul li.navPubFinderCurrent a { width: 92px; height:25px; background-position: -298px 24px; }
#navigation ul li.navMerchandise a:hover, #navigation ul li.navMerchandiseCurrent a { width: 112px; height:25px; background-position: -390px 24px; }
#navigation ul li.navDownloads a:hover, #navigation ul li.navDownloadsCurrent a { width: 94px; height:25px; background-position: -502px 24px;}
#navigation ul li.navContact a:hover, #navigation ul li.navContactCurrent a { width: 66px; height:25px; background-position: -596px 24px;}

input.inputBG {
	border: 1px solid #cfbda8;
	background: url(/App_Themes/6X/Images/inputBG.png) top left no-repeat;
	text-align: center;
	color: #87764d;
	padding: 2px;
	font-style: italic;
}
#pubFinderForm
{
	width: 150px;
	position: relative;
	float: left;
	margin-right: 40px;
}
#pubFinderImg
{
	width: 120px;
	height: 152px;
	position: relative;
	float: left;
}
.pubFinderResultImg
{
	float: left;
	position: relative;
	width: 100px;
}
.pubFinderResultImg img
{
	border: solid 2px #011e48;
}
strong
{
	font-weight: bold;
}
.pubFinderResultText a, .pubFinderResultText a:visited
{
	text-decoration: none;
}
#pubFinderProfileText li
{
	line-height: 1.4em;
	font-size: 0.85em;
	color: #011e48;
}
#pubFinderProfileText p
{
	/*font-size: 0.85em;*/
	color: #011e48;
	text-align: left;
	overflow: auto;
}
.pubFinderResultHolder
{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0 10px 0;
	border-bottom: solid 2px #3f3f3f;
}
#bottomText
{
	position: relative;
	float: left;
	margin-top: 20px;
	width: 100%;
}
#topText
{
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.text2
{
	color: #011e48;
	text-align: left;
}
.questionHolder
{
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 100%;
}
.question
{
	position: relative;
	float: left;
	width: 100%;
}
.answers
{
	position: relative;
	float: left;
	width: 100%;
}
.answers ul
{
	position: relative;
	float: left;
}
.answers ul li
{
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	height: 20px;
	color: #3f3f3f;
	margin-left: 10px;
}
ul.answerText
{
	width: 70%;
}
ul.answerCheckBoxes
{
	width: 29%;
}
ul.answerCheckBoxes li
{
	display: block;
	clear: both;
}
#arrowHolder
{
	position: absolute;
	top: 390px;
	left: 750px;
}
#backToStart
{
	position: absolute;
	top: 403px;
}
h2.backToStart
{
	/*background: url(/App_Themes/6X/Images/arrow-left.png) left top no-repeat;*/
	position: absolute;
	top: 403px;
	left: 0px;
	width: 110px;
	/*padding-left: 80px;*/
}
.ErrorLabel
{
	display: none;
}
.clickToPlay
{
	position: relative;
	margin: 20px 10px 0;
}
h2.clickToPlay
{
	position: relative;
	float: right;
	background: url(/App_Themes/6X/Images/arrow-right.png) right top no-repeat;
	width: 210px;
}
.playAgain
{
	position: relative;
	margin: 15px 0;
}
h2.playAgain
{
	position: relative;
	float: left;
	background: url(/App_Themes/6X/Images/arrow-left.png) left top no-repeat;
	width: 210px;
	padding-left: 80px;
}
.backToSite
{
	position: relative;
	margin: 15px 0;
	z-index: 1000;
}
h2.backToSite
{
	position: relative;
	float: right;
	
	width: 100px;
	margin-right: 40px;
	z-index: 1001;
}
.tickABox
{
	position: absolute;
	margin: 15px 0;
	z-index: 1000;
	top: -10px;
	left: 590px;
}
h2.tickABox
{
	position: absolute;
}
#quizHomeImageHolder
{
	margin-top: 20px;
}
.clear
{
	clear: both;
}


/*=====sIFR========================================*/
/* These are standard sIFR styles... do not modify */
/*=================================================*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

#flashVideoHolder1
{
	position: relative;
	float: left;
	margin-top: 135px;
	padding: 15px 4px 0 0;
	background: url(/App_Themes/6X/Images/flashholder.png) center center no-repeat;
	width: 345px;
	height: 264px;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 1.9em;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 1.8em;
	letter-spacing: -6px;
	line-height: 0.95em;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

/*#Noble CSS#*/

body {
	scrollbar-3dlight-color:#02225c;
	scrollbar-arrow-color:#fff;
	scrollbar-base-color:#02225c;
	scrollbar-darkshadow-color:#02225c;
	scrollbar-face-color:#011d50;
	scrollbar-highlight-color:#02225c;
	scrollbar-shadow-color:#02225c;
}

#nobleBodyContainerHome {
	position: absolute;
	text-align:center;
	width: 650px;
	left: 125px;
	top: 430px
}

#nobleBodyContainerHome input.inputBG {
	color:#011d50;
	font-style: normal;
}

.nobleimgMain
{
	position: absolute;
	top: 20px;
	left: 300px;
}

.noblehome p {
	font-family: Arial, Helvetica, Georgia, serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 0.9em;
	color: #fff;
}

#nobleContainer {
	width: 900px;
	height: 545px;
	margin: 0;
	padding: 0;
	background: url(/App_Themes/6X/Images/nobleBG.jpg) no-repeat;
}

#nobleNavigation {
	position: absolute;
	top: 10px;
	left: 480px;
	height: 20px;
	width: 395px;
}

#nobleNavigation ul li a span {
	visibility: hidden;
}

#nobleNavigation li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#nobleNavigation ul li a {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	background: url(/App_Themes/6X/Images/nobleNavigation.png);
	text-decoration: none
}

#nobleNavigation ul li.navNoble a { width: 56px; height:20px; background-position: 0 0; }
#nobleNavigation ul li.navHow a { width: 117px; height:20px; background-position: -56px 0%;}
#nobleNavigation ul li.navRegister a { width: 121px; height:20px; background-position: -173px 0%; }
#nobleNavigation ul li.navSite a { width: 101px; height:20px; background-position: -294px 0%; }

#nobleNavigation ul li.navNoble a:hover, #nobleNavigation ul li.navNobleCurrent a { width: 56px; height:20px; background-position: 0 20px; }
#nobleNavigation ul li.navHow a:hover, #nobleNavigation ul li.navHowCurrent a { width: 117px; height:20px; background-position: -56px 20px;}
#nobleNavigation ul li.navRegister a:hover, #nobleNavigation ul li.navRegisterCurrent a { width: 121px; height:20px; background-position: -173px 20px; }
#nobleNavigation ul li.navSite a:hover, #nobleNavigation ul li.navSiteCurrent a { width: 101px; height:20px; background-position: -294px 20px; }

/*#Noble CSS/Home#*/

#nobleHomeLeftContainer {
	position: absolute;
	width: 340px;
	height: 420px;
	text-align: center;
	left: 30px;
	top: 108px;
	z-index: 1;
	}

#nobleHomeRightContainer {
	position: absolute;
	width: 500px;
	height: 420px;
	left: 380px;
	top: 168px;
	z-index: 1;
}

#nobleHomeRightContainer p,
#nobleHomeTerms p {
	font-family: Arial, Helvetica, Georgia, serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0.9em;
	color: #fff;
}

#nobleHomeButtons {
	position: relative;
	float: left;
	width: 500px;
	height: 70px;
	margin-top: 10px;
	z-index: 1;
	text-align: center;
}
	

#nobleHomeTerms {
	position: absolute;
	float: left;
	width: 400px;
	height: 50px;
	left: 0;
	top: 350px;
	z-index: 1;
}

#nobleHomeTerms p {
	font-family: Arial, Helvetica, Georgia, serif;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0.9em;
	color: #fff;
}

#nobleHomeTerms p a:link,
#nobleHomeTerms p a:visited {
	color: #fff;
}

#nobleHomeTerms p a:hover {
	color: #fff;
	text-decoration: none;
}


#nobleHomeTextLeft {
	position: relative;
	float: left;
	width: 240px;
	margin-right: 20px;
	padding-top: 10px;
	text-align: justify;
}

#nobleHomeTextRight {
	position: relative;
	float: left;
	width: 240px;
	padding-top: 10px;
	text-align: justify;
}

#nobleHomeTextLeft p a:link,
#nobleHomeTextLeft p a:visited,
#nobleHomeTextRight p a:link,
#nobleHomeTextRight p a:visited {
	color: #ff9b50;
	text-decoration: underline;
}

#nobleHomeTextLeft p a:hover,
#nobleHomeTextRight p a:hover {
	color: #ff9b50;
	text-decoration: none;
}

#noblePump {
	position: absolute;
	width: 109px;
	height: 212px;
	left: 780px;
	top: 370px;
	z-index: 1;
}

/*#Noble CSS/How It Works#*/

#nobleHowLeftContainer {
	position: absolute;
	width: 570px;
	height: 420px;
	left: 20px;
	top: 108px;
	z-index: 1;
	}

#nobleDownload {
	position: relative;
	float: left;
	width: 570px;
	height: 100px;
	z-index: 1;
	margin-left: 20px;
	}

#nobleHowRightContainer {
	position: absolute;
	width: 250px;
	height: 420px;
	left: 620px;
	top: 122px;
	z-index: 1;
}

#nobleHowLeftContainer p,
#nobleHowRightContainer p,
#nobleHowRightContainer li {
	font-family: Arial, Helvetica, Georgia, serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.9em;
	color: #fff;
}

#nobleHowRightContainer ol li {
	list-style-type: decimal;
}

#nobleRewardsHolder {
	position: relative;
	float: left;
	width: 501px;
	padding: 15px 30px;
	height: 320px;
	background: url(/App_Themes/6X/Images/HowItWorks-BG.png);
}

#nobleRewards {
	position: relative;
	float: left;
	width: 511px;
	height: 210px;
	overflow: auto;
}

.rewardItem {
	position: relative;
	float: left;
	background-color: #02225c;
	width: 471px;
	padding: 10px;
}

.rewardItemAlt {
	position: relative;
	float: left;
	background-color: #011d50;
	width: 471px;
	padding: 10px;
}

.rewardImage {
	position: relative;
	float: left;
	width: 140px;
	text-align: center;
}

.rewardText {
	position: relative;
	float: left;
	width: 301px;
	margin-left: 20px;
}


h5 {
	font-family: Arial, Helvetica, Georgia, serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.9em;
	color: #ff9b50;
}

h6 {
	font-family: Arial, Helvetica, Georgia, serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.9em;
	text-align: right;
	color: #fff;
}


#nobleDownload h6 {
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
	font-size: 0.9em;
}

#nobleDownload h6 a:link,
#nobleDownload h6 a:visited {
	color: #ff9b50;
	text-decoration: underline;
}

#nobleDownload h6 a:hover{
	color: #ff9b50;
	text-decoration: none;
}


/*#Noble CSS/Register#*/

#nobleRegisterLeftContainer {
	position: absolute;
	width: 380px;
	height: 400px;
	padding: 10px 20px;
	left: 20px;
	top: 108px;
	background: url(/App_Themes/6X/Images/BlackTrans.png);
	z-index: 1;	
	}

#nobleRegisterRightContainer {
	position: absolute;
	width: 410px;
	height: 370px;
	left: 460px;
	top: 115px;
	z-index: 1;
}

#nobleRegisterLeftContainer p,
#nobleRegisterLeftContainer td {
	font-family: Arial, Helvetica, Georgia, serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0.9em;
	color: #fff;
}

#nobleRegisterRightContainer p {
	font-family: Arial, Helvetica, Georgia, serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 0.9em;
	color: #fff;
}
.RadioButtonList {
	font-family: Arial, Helvetica, Georgia, serif;
	font-size: 130%;
	margin: 5px 0;
	clear: both;
}
.RadioButtonList td {
	width: 40px;
	text-align: center;
}



#nobleRegisterRightContainer p a:link,
#nobleRegisterRightContainer p a:visited {
	color: #ff9b50;
	text-decoration: underline;
}

#nobleRegisterRightContainer p a:hover{
	color: #ff9b50;
	text-decoration: none;
}

/*#Noble CSS/Register Form#*/

fieldset#nobleRegistration {
}

fieldset#nobleRegistration td {
	margin: 0;
	padding: 0;
}
fieldset#nobleRegistration label,
fieldset#nobleRegistration .EditingFormLabel {
	padding-right: 5px;
	margin-top: 0;
	float: left;
	clear: left;
}

fieldset#nobleRegistration .EditingFormErrorLabel {
	color: red;
	display: inline;
	float: left;
}

fieldset#nobleRegistration .EditingFormInfoLabel {
	color: #feddbe;
}

fieldset#nobleRegistration .RadioButtonList input,
fieldset#nobleRegistration .RadioButtonList label {
	clear: both;
	padding: 0 4px;
	float: none;
}
fieldset#nobleRegistration .TextAreaField,
fieldset#nobleRegistration .TextboxField,
fieldset#nobleRegistration .TextBoxField {
	width: 170px;
	margin-bottom: 5px;
	margin-right: 20px;
	color: #000;
	background-color: #feddbe;
	border: none;
}


fieldset#nobleRegistration .FormButton {
	background: url(/App_Themes/6X/Images/Send.png) 50% 50% no-repeat;
	border: 0;
	width: 68px;
	height: 26px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 0;
}

.inputWrapper  {
	/*
	width: 170px;
	overflow: hidden;
	text-align: right;
	*/
}

fieldset#nobleRegistration input.UploaderInputFile {
	background-color: #feddbe;
	color: #000;
	border: 0;
	width: 170px;
}

fieldset#nobleRegistration .UploaderLabel {
	display: none;
}