body { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; z-index: 0; }
p, input, h1, h2, h3, h4, h5, h6, h7, ul, li, a, img { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-family: arial, verdana, sans-serif;}
.clearMe { clear: both; }


/* ---------------------------------- Structure ---------------------------------- */

body { 
	background-color: #000000;

	background-image: url(../images/mainBG.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

#centeredBGContainer {
	position: relative;
	/*
	width: 1300px; height: 1150px;
	background-image: url(../images/mainBG.jpg); 
	background-repeat: none;
	*/
	margin-left: auto; margin-right: auto;
}

#centeredContainer {
	position: relative;
	width: 816px; /* height: 1200px;*/
	margin-left: auto; margin-right: auto;

}

#containerTop {
	width: 816px; height: 18px;
	background-image: url(../images/containerTop.png);
	background-repeat: none;
}

#containerBottom {
	width: 816px; height: 18px;
	background-image: url(../images/containerBottom.png);
	background-repeat: none;

}

#container {
	position: relative;
	width: 806px;
	background-image: url(../images/containerSlice.png);
	background-repeat: repeat-y;
	padding: 5px 5px 5px 5px;
	height: 1700px;

}


/* --------------------- HEADER, MIDDLE ---------------------- */

#header {
	position: relative;
	width: 816px; height: 130px;
}

#cgLogo1 { 
	position: absolute; bottom: 19px; right: 45px;
}

#changeGamingText {
	position: absolute; top: 38px; left: 33px; 
	width: 402px; height: 32px;
}

#subtitle {
	position: absolute; top: 73px; left: 42px;
	width: 402px; height: 32px; font-size: 16px; letter-spacing: 4px;
	color: #7A7A7A; font-weight: normal;
}

#midPic {
	width: 804px; height: 345px;
	border: 0px;
}

#hDivider1 {
	width: 804px; height: 9px;
	background-color: #172155;
}	


/* ---------------------- MAIN NAV --------------------- */

#mainNav {
	width: 804px; height: 34px;
	background-image: url(../images/navBarBG.jpg);
	border-bottom: 2px solid white;
}

#mainNav ul {
	list-style-type: none;
	margin-left: 92px;
}

.mainNavListItem {
	height: 12px;
	float: left;
	padding: 11px 29px 11px 29px;
	border-right: 2px solid white;
}

.mainNavP {
	height: 12px;
	margin-top: -5px;
	font-size: 17px; font-variant: small-caps; font-weight: bold; 
	text-align: center; font-family: verdana, arial, sans-serif;
}

.mainNavLink { text-decoration: none; }
.mainNavLink:link { color: #DDD; }
.mainNavLink:visited { color: #DDD; }
.mainNavLink:hover { color: #DDD; }
.mainNavLink:active { color: #121A41; }

#selectedMainNavListItem {
	/* background-color: #929090; */
	background-color: #58618D;
	z-index: 10;
}

#selectedMainNavP {
	font-weight: bold; color: white;
}

#selectedMainNavLink:link { color: white; }
#selectedMainNavLink:visited { color: white; }

/*
<div id="mainNav">
	<ul>
		<li class="mainNavListItem">
			<p><a href="#">home</a></p>
		</li>
		<li class="mainNavListItem" id='selectedMainNavListItem'>
			<p id='selectedMainNavP'><a id='selectedMainNavLink'href="#">company info</a></p>
		</li>
	</ul>	
</div>
*/


/* ------------------- MAIN CONTENT -------------------- */


#mainContent {
	/* padding: 30px 30px 30px 30px; */

}

#leftMain {
	float: left;
	width: 225px;
	padding: 30px 0px 30px 30px;
}

#centerMain {
	float: left;
	/* margin-top: -30px; */
	width: 10px; height: 427px;
	background-image: url(../images/mainContentCenter.gif);
}

#dlBrochureButton {
	position: absolute;
	bottom: 50px; left: 30px;
	border: 0px;
}

#dlBrochureLink { border: 0px; }
#dlBrochureLink:link { border: 0px; }
#dlBrochureLink:visited { border: 0px; }
#dlBrochureLink:hover { border: 0px; }
#dlBrochureLink:active { border: 0px; }

/*
#rightMain {
	float: right;
	width: 503px;
	padding: 30px 30px 30px 0px;
}
*/
#rightMain { 
	float: right;
	width: 513px;
	padding: 30px 0px 30px 20px;
}


#leftListHeader {
	font-family: verdana, arial, sans-serif;
	font-size: 18px; font-weight: bold;	color: #B42929;
}

#leftList {
	margin: 30px 0px 0px 45px;
	list-style-image: url(../images/smallRedArrow1.gif);
	list-style-position: outside; 
}

.leftListItem {
	margin-bottom: 20px;
	font-family: arial-narrow, arial, verdana, sans-serif;
	font-size: 17px; font-weight: bold; color: #333;
}
.llSpacer { margin-left: 5px; } /* llSpacer is a span that sits at the beginning of each li text. It allows precise cross-browser spacing control. */





/*-------------------- RIGHT SIDE ----------------------- */

/*
#mainRightText {
	margin: 0px 0px 0px 18px;
	font-family: verdana, arial, sans-serif;
	color: #444; font-weight: normal; font-size: 13px;
	text-align: justify;
}
*/


.rightList {
	margin: 20px 0px 30px 18px;
	list-style-type: none;
	/*
	list-style-image: url(../images/smallBlueCircleArrow1.gif);
	list-style-position: inside;
	*/
}

.rightListItem {
	margin: 0px 20px 7px 20px;
	font-family: arial-narrow, arial, verdana, sans-serif;
	font-size: 13px; font-weight: normal; color: #444;	
}

.rlSpace { margin-left: 3px; }

.rightListBulletImage { 
	margin-top: 0px;
	display: block;
	float: left;
	margin-right: 10px;
}



/*-----test-----
.rightListTest {
	margin: 7px 0px 30px 18px;
	list-style-type: none;
}
.rightListTestItem {
	margin: 0px 20px 7px 20px;
	font-family: arial-narrow, arial, verdana, sans-serif;
	font-size: 13px; font-weight: normal; color: #444;
}
.rightListTestBulletImage { 
	margin-top: 0px;
	display: block;
	float: left;
	margin-right: 10px;
}
.rlTestSpace { margin-left: 0px; }
*/



#rightMainHeader {
	font-family: verdana, arial, sans-serif;
	font-size: 18px; font-weight: bold;	color: #B42929;
}

#rightMainContent {
	margin-top: 20px;
	padding-right: 30px;
	width: 481px; height: 394px;
	font-family: verdana, arial, sans-serif;
	color: #444; font-weight: normal; font-size: 13px;
	text-align: justify;
	overflow: auto;
}

.topicTitle {
	font-family: verdana, arial, sans-serif;
	color: #121A41; font-weight: bold; font-size: 13px;
	text-align: left;
}



/* -------------------- FOOTER --------------------- */

#footer {
	position: absolute; bottom: -105px; left: 0px;
	width: 816px; 
}

#footerText {
	font-family: verdana, arial, sans-serif;
	font-size: 10px; color: #CCC; text-align: center;
	margin-top: 10px;
}

.footerLinks {
	margin: 8px 0px 5px 0px;
	text-align: center;
	color: #CCC; font-size: 10px;
}

.footerLinkItem {
	
}

.footerLinkSep {
	margin: 0px 10px 0px 10px;
}

.footerLink { text-decoration: none; }
.footerLink:link { color: #CCC; }
.footerLink:visited { color: #CCC; }
.footerLink:hover { color: #58618D; }
.footerLink:active { color: yellow; }