body {
	margin:0;
	padding:0;
	font:11px verdana, helvetica, arial, sans-serif;
	text-align:center; /*To center in IE*/
	color:#000;
	}
#Wrap {
	position:relative;
	width:780px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}

/* @group Masthead */
#Masthead {
	position:relative;
	height:84px;
	background: #dadadb url(../Images/HeaderImage.jpg) 0 0 no-repeat;
	margin:0;
	padding:0;
	z-index:13;
	}
#Masthead #MastheadLogo {
	position:absolute;
	top:23px;
	left:15px;
	z-index:12;
	}
#Ribbon {
	position:absolute;
	right:0;
	top:0px;
	}
/* @end */


/* @group Page Layout */
.HeightFix { height:300px; }
#PageContent {
	position:relative;
	top:0px;
	width:765px;
	margin:0 7px 0 8px;
	padding:0;
	}
.NavSingleLine {
	background:#FFF url(../Images/NavSingleLine.gif) 0 0 repeat-y;
	}
.NavDoubleLine {
	background:#FFF url(../Images/NavDoubleLine.gif) 0 0 repeat-y;
	}
#PageContentNoNav {
	position:relative;
	top:6px;
	width:765px;
	margin:0 7px 0 6px;
	padding:0;
	}
.NoNavSingleLine {
	background:#FFF url(../Images/NoNavSingleLine.gif) 0 0 repeat-y;
	}
.NoNavDoubleLine {
	background:#FFF url(../Images/NoNavDoubleLine.gif) 0 0 repeat-y;
	}
/* @end */

/* @group Links */
a:link, a:visited {
	color:#B90125;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	}
span.LinkArrow {
	color:#B90125;
	font-weight:bold;
	}

/* For news section */
#Center span.LinkArrow {
	font-style:normal;
	}
/* @end */

/* @group Navigation */
#Bug {
	position: absolute;
	right: 17px;
	top: 10px;
	}

#Social {
	position: absolute;
	right: 19px;
	top: 8px;
	}
#Social img {padding-right:5px;}
#Social p {	color:#FFF;
	font-size:11px;
	font-weight:bold;
	float:left;
	font-family:arial;
	}

#Nav {
	position: relative;
	height: 32px;
	width: 780px;
	background: #000 url(../Images/NavBG.jpg) 0 0 repeat-x;
	z-index: 15;
	}
#Nav ul {
	list-style:none;
	padding:10px 0 0 20px;
	margin:0;
	}
#Nav ul li {
	float:left;
	}
#Nav ul li a {
	display:block;
	padding:0 12px 0 9px;
	background: url(../Images/NavArrow.gif) 0 -15px no-repeat;
	text-transform:uppercase;
	color:#FFF;
	font:11px/14px  arial, helvetica, verdana, sans-serif; 
	font-weight:bold;
	text-decoration:none;
	}
	#Nav ul li.Last a {
	padding-right:0;
	}
#Nav ul li a:hover {
	background: url(../Images/NavArrow.gif) 0 0px no-repeat;
	}
#Nav ul li.Current a {
	background:url(../Images/NavArrow.gif) 0 0px no-repeat;
	}
 .NavTryButton {
	position: absolute;
	right: 51px;
	top: 1px;
	z-index: 1;
	}
 .NavTryButtonNew {
	position: absolute;
	right: 8px;
	top: -11px;
	z-index: 1;
	}
/* @end */

/* @group Side Nav */
#SideNav {
	float:left;
	width:120px;
	margin:0 10px 0 0;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
	}
#SideNav ul {
	margin:0;
	padding:0;
	}
#SideNav ul li {
	list-style-type:none;
	margin: 0px 0 7px 0;
	padding:0 0 9px 0;
	background: url(../Images/HorizontalLineBG.gif) 0 100% repeat-x;
	line-height:11px;
	}
#SideNav ul li a {
	display:block;
	text-decoration:none;
	color:#7F7F7F;
	background: url(../Images/SideNavArrow.gif) 0 0 no-repeat;
	padding-left:9px;
	line-height:12px;
	}
#SideNav ul li.Current a {
	color:#B90125;
	font-weight:bold;
	background: url(../Images/SideNavArrowCurrent.gif) 0 0 no-repeat;
	}
#SideNav ul li a:hover {
	background: url(../Images/SideNavArrowCurrent.gif) 0 0 no-repeat;
	color:#4B4B4B;
	}
#SideNav ul li.Current a:hover {
	color:#B90125;
	}
/* @end */

/* @group Sub Side Nav */
ul#SubSideNav {
	margin:8px 0 -5px 9px;
	padding:0;
	}
#SideNav ul#SubSideNav li {
	list-style-type:none;
	margin:0;
	padding:0 0 8px 0;
	background:none;
	}
#SideNav ul#SubSideNav li a {
	color:#444;
	font-weight:normal;
	background: url(../Images/Dot.gif) 0 0 no-repeat;
	}
#SideNav ul#SubSideNav li a:hover {
	text-decoration:underline;
	}
#SideNav ul#SubSideNav li.On a {		
	background: url(../Images/DotOn.gif) 0 0 no-repeat;
	color:#000;
	text-decoration:none;
	}
/* @end */

/* @group Homepage */

/* Top row */
.FeatureBox {
	float: left;
	width:490px;
	min-height: 272px;
	margin:20px 0 10px 14px;
	background: url(../Images/SolidVerticalBG.gif) 489px 30px repeat-y;
	/*border-bottom: 1px solid #939393; Hide for rotating content */
	}
.HolidayAdSmall {padding-bottom:12px;}
.NoBorder {
	background:none;
	}
.FeatureBox h3 {
 	padding-top: 43px;
 	margin: 1em 0 .75em 0;
		}
.FeatureBox p {
	font-size: 12px;
	line-height: 1.5em;
	margin: .5em .75em 0 0;
	}
.FeatureBox .Title {
/*	background: url(../Images/FeatureBoxBar.gif) 0 0 no-repeat;*/
	position:absolute;
	margin: 0;
	left: 156px;
	padding: 0px 0 0 0px;
	}
.FeatureBox .ImageLeft {
	margin: 0;
	padding: 0;
	margin-right: 15px;	
	}
	
/* Bottom row */
.ProductBox {
	float: left;
	width: 490px;	
	padding-top: 20px;
	padding-left: 14px;
	}
.ProductBox h3 {
	margin: .5em 0;
	}
.ProductBox p {
	line-height: 1.5em;
	}	
.G2EBox {
	background: url(../Images/G2EBg.jpg) 0 0 no-repeat;
	width: 238px;
	height: 145px;
	position: relative;
	}
.G2EText {
	position:absolute;
	top: 80px;
	left: 10px;
	width: 230px;
	padding: 0;
	margin: 0;
	}
.RightCol {
	float: right;
	margin-top: 20px;
	padding-right: 13px;
	width:241px;
	}
.RightCol h3 {
	font-size:12px;
	margin-top:0;
	margin-right:20px;
	}	
ul.NewsBox {
	background:#e6e6e6;
	margin:0;
	padding: 0;
	width:238px;
	list-style:none;	
	color:#3E3E3E;
	}
h3.Featured {
	/*background: url(../Images/RedHorizontalLineBG.gif) 100% 75% repeat-x;*/
	padding: 5px 0 5px 0;
	line-height:1.75em;
	margin: 0 0 3px -15px;
	color: #000;
	clear:left;
	}
ul.NewsBox li h3.Featured a { color: #000; text-decoration: none;	}
.Relative { position:relative; }
.FeaturedImage {
	float: right;
	margin-top: 0;
	}
.FeaturedText {
	line-height: 1.35em;
	margin-top: 0;
	}
.Arrow {
	float:left;
	display:block;
	margin-right:5px;
	}
ul.NewsBox li {
	padding:8px 0 10px 10px;
	margin:0 12px;
	border-top:1px solid #f4f4f4;
	border-bottom:1px solid #cecece;
	}
ul.NewsBox li a:link, ul.NewsBox li a:visited { color:#3E3E3E; }
ul.NewsBox li.First {
	border-top:none;
	padding-top:20px;	
	}
ul.NewsBox li.Last {
	border-bottom:none;
	padding-bottom:8px;	
	}
ul.NewsBox li.NoTop {
	border-top: none;
	}
/* @end */

/* @group Sub Pages */
h1 {
	color:#B90125;
	text-transform:uppercase;
	font-weight:normal;
	margin:25px 0 15px 12px;
	}

/*-----Center Content --------------*/
#Center {
	display:inline;
	float:left;
	margin:0 0 0 18px;
	padding:0;
	line-height:17px;
	}
#PageContent .OneColumn {
	width:612px;
	margin-right:0px;
	padding-right:0;
	}
.LessRight {
	margin-left:0px;
	}
#PageContentNoNav .OneColumn {
	width:748px;
	margin-right:12px;
	margin-left:5px;
	}
#PageContent .TwoColumn {
	width:400px;
	margin-right:12px;
	}
#PageContentNoNav .TwoColumn {
	width:530px;
	margin-right:12px;
	margin-left:5px;
	}
#Center .FloatRight {
	float:right;
	margin:0 0 15px 15px;
	padding:0;
	clear:right;
	}
#Center .Container {
	width:200px;
	margin-top:-15px;
	margin-bottom:10px;
	line-height:1.35em;
	}
#Center .ContainerNoMargin{
	width:200px;
	margin-top:0px;
	margin-bottom:10px;
	line-height:1.35em;
	}
.Container span {
	font-size:10px;
	color:#383838;
	}
#Center .Second {
	margin:-15px 0 10px 15px;
	}
#Center h3 {
	margin:0 0 1em 0;
	}
#Center h4 {
	font-size:11px;
	margin:1.15em 0 0 0;
	} 
#Center h4.SubHead {
	font-size:12px;
	margin:0 0 1em 0;
	}
#Center ol {
	margin:0 0 10px 0;
	padding:0;
	}
#Center ol li {
	margin:0 0 0 30px;
	padding:0;
	}
.ImageLeft {
	float:left;
	margin-right:5px;
	margin-top:0;
	}
.Separator {
	background:#fff url(../Images/HorizontalLineBG.gif) 0 0 repeat-x;
	margin:15px 0 0 0;
	padding:20px 0 0 0;
	}

/* Modifier for Separator used on homepage*/
.HP {
	margin:20px 260px 0 0;
	padding:5px 0 0 0;
	}
.LessMargin {
	padding-top:5px;
	}
/*For IE Quirk with Management team pics and .Separator */
.FirstManPicture {
	margin: 0;
	margin-top: -15px;
	padding: 0;
	}
.Border {
	background:#fff url(../Images/VerticalLineBG.gif) 0 0 repeat-y;
	}
p.Question {
	font-weight:bold;
	margin:1.15em 0 0 0;
	}
#Center ul {
	margin:0 0 10px 25px;
	padding:0;
	}
#Center ul li {
	list-style-image:url(../Images/ListArrowCenterGray.gif);
	}
.Top {
	text-align:right;
	}
#Wrap #Right a#ListMoreLink {
	color:#fff;
	text-align:right;
	margin-left:90px;
	}

/* ----- News ----- */

div.Date {
	position:relative;
	float:left;
	width:90px;
	color:#000;
	font-weight:bold;
	}
.Content {
	margin-left:100px;
	margin-right:0;
	margin-bottom:20px;
	}
#Center .Content h4 {
	margin-top:0;
	}
#Center .Content p {
	margin-bottom:0;
	}
.Content span, span.DateLine {
	font-weight:bold;
	font-style:italic;
	}
#Center .NoSpace {margin-bottom:0}
#Center h3.News {
	background:#fff url(../Images/HorizontalLineBG.gif) 0 100% repeat-x;
	font-family:arial, helvetica, verdana, sans-serif;
	margin:15px 0px 5px 0px;
	padding:0 0 7px 0;
	}
#Center ul.MediaList {
	margin:0px 0 20px 15px;
	padding:0;
	list-style-type:none;
	}
#Center ul.MediaList li {
	margin:5px 0;
	}
#Center ul.MediaList a {
	font-weight:normal;
	}

/* In the News */
#Center p.NewsTag {
	font-size:11px;
	color:#333;
	font-weight:bold;
	margin:5px 0 5px 0;
	}
#Center p.NewsTag span {font-weight:normal;}
#Center h3.NewsTitle {
	margin-bottom:5px;
	}
#Center h3.NewsTitle a {
	color:#000;
	text-decoration:none;
	}
#Center h3.NewsTitle a:hover {
	text-decoration:underline;
	}
#Center p.NewsStory {
	margin-right:35px;
	margin-bottom:10px;
	}
#NoBold { font-weight:normal; }

/*-----Contact Us ------------*/

#Center .ContentFloatLeft {
	float:left;
	padding-right:10px;
	}
#Center .ContentFloatLeft a{
	font-weight:normal;
	}
#Center .ContentFloatLeft h3 {
	margin-bottom:.25em;
	font-family:arial, helvetica, verdana, sans-serif;
	}
#Center .ContentFloatLeft h3.BorderBottom {
	background:#fff url(../Images/HorizontalLineBG.gif) 0 100% repeat-x;
	margin:0 12px 7px 0;
	padding:0 0 7px 0;
	}
#Center .ContentFloatLeft span {
	color:#B90125;
	font-weight:bold;
	}
#Center .ContentFloatLeft p {
	margin-bottom:20px;
	}
#Center ul#Directions {
	margin-left:8px;
	padding-left:8px;
	}
#Center ul#Directions li {
	list-style-image:url(../Images/ListArrowCenterGray.gif);
	margin-left:0px;
	}
#Center .FirstColumn {
	width:180px;
	margin:0 15px 0 0;
	padding-right:0;
	}
#Center .MiddleColumn {
	width:240px;
	margin:0 15px 0 15px;
	padding-right:0px;
	}
#Center .LastColumn {	
	margin:0 0 0 15px;
	padding-right:0px;
	width:250px;
	}

/*------Right Side ----------------*/
#Right {
	float:right;
	width:200px;
	color:#383838;
	}
#Right .PullUp {
	position:relative;
	top:-35px;
	margin-bottom:-25px;
	}
#Center #RightPV {
	float:right;
	width:200px;
	padding:20px;
	}
#Center .PullUp p {
	width:200px;
	padding:4px;
	background:#999;

	}

/* For Q&A graphic */
#Center .PullUp {
	position:absolute;
	top:-25px;
	right:0;
	z-index:30;
	}
p.PictureMargin {
	position:relative;
	z-index:40;
	margin-right:170px
	}
#Right p {
	margin:0 0 1em 5px;
	font-size:10px;
	line-height:15px;
	}
.RightSideBox {
	background-color:#7D7D7D;
	width:190px;
	margin-top:10px;	
	margin-left:5px;
	padding:0;
	color:#000;
	}
.NoTopBG {
	background:#7D7D7D;
	}
.NoTopMargin {
	margin-top:0;
	}
#Right img {
	display:block;
	}
#Right ol {
	margin:0 10px 0 25px;
	padding:0;
	}
.RightSideBox ul, .RightSideBox ol{
	margin:0px 10px 0px 0;
	padding:5px 0 5px 13px;
	font-size:10px;
	}

/* Special to overwrite regular lists in center column*/
#Center .RightSideBox ul {
	margin:0px 10px 0px 0;
	padding:5px 0 5px 13px;
	}

/* Special to over right regular lists in center column*/
#Center .RightSideBox ul li {
	list-style-image:none;
	padding:4px 0 8px 0px;
	}
.RightSideBox ul li, .RightSideBox ol li {
	list-style-type:none;
	color:#FFF;
	font-weight:bold;
	padding:4px 0 8px 0px;
	background: url(../Images/HorizontalLineBGRight.gif) 0 100% repeat-x;
	clear:both;
	}
.RightSideBox ol li {
	list-style-type: decimal;
	}
#Center .RightSideBox img {
	display:block;
	}
.RightSideBox ul li img {
	float:left;
	margin-bottom:20px;
	margin-right:3px;
	clear:both;
	}
.RightSideBox ul li img.SingleLine {
	margin-bottom:0px;
	}
.RightSideBox ul li img.FourLines {
	margin-bottom:28px;
	}
.RightSideBox ul li img.FiveLines {
	margin-bottom:40px;
	}
.RightSideBox ul li.Last, .RightSideBox ol li.Last {
	background:none;
	}
.RightSideBox .BoxBottom {
	clear:both;
	}

/* Technology Side Box - special unordered list box */

.RightSideBox ul.NoLineList {
	list-style-image: url(../Images/ListArrowRight.gif);
	margin-left:15px;
	padding-left:15px;
	background: url(../Images/HorizontalLineBGRight.gif) 0 100% repeat-x;
	} 
.RightSideBox ul.NoLines {background:none;}
.RightSideBox ul#Last {
	background:none;
	}
.RightSideBox ul.NoLineList li.Title {
	font-weight:bold;
	list-style-image:none;
	margin-left:-15px;
	padding-right:0;
	}
.RightSideBox ul.NoLineList li {
	background:none;
	font-weight:normal;
	padding:0;
	}
.RightSideBox ul.NoLineList li.Last {
	margin-bottom:4px;
	}

.RightSideBar {
	width:180px;
	padding:10px;
	background:#ddd;
	float:right;
	margin:-20px 0 10px 10px;
	font-weight:bold;
	line-height:1.35em;
	}

/*-------Sub-Features ------------*/
#SubFeatureWrap {
	float:left;
	background: url(../Images/SubWrapVertical.gif) 0 0 repeat-y;
	width:100%;
	margin:0;
	padding:0;
	}
#HPFeatureWrap {
	float:left;
	width:765px;
	margin-left:10px;
	background: url(../Images/HPSubWrapVertical.gif) 0 0 repeat-y;
	}
#SubFeatureComponent {
	float:left;
	width:33%;
	margin:0;
	padding:0;
	}
#SubFeatureComponent p {
	margin:0 10px 10px 0;
	padding:0;
	line-height:1.5em;
	}
#SubFeatureComponent h4 {
	font-weight:bold;
	margin:0px 10px 5px 0;
	padding:0;
	line-height:1em;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	}
#HPFeatureWrap #SubFeatureComponent h4 {
	font-size:13px;
	}
#SubFeatureWrap .WithBorder p {
	margin:0 5px 0 16px;
	}
#HPFeatureWrap .WithBorder p {
	margin:0 16px 0 16px;
	}
.WithBorder img {
	display:inline;
	float:left;
	margin-left:15px;
	margin-right:8px;
	padding:0;
	}
.First img {
	display:block;
	float:left;
	margin:0 8px 0 0;
	padding:0;
	}
.First h4 img {
	margin-left:0;
	padding-left:0;
	}

/* -----Management -----*/

#Center h4.ManagementTitle, #Center h4.JobTitle {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:13px;
	line-height:1em;
	margin:12px 0 0 0;
	padding:0;
	}
span.ManSubTitle {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#B90125;
	font-style:italic;
	padding:5px 0 0 0;
	}
#Center h4.ManagementTitle .ImageLeft {
	margin-right:12px;
	height: 116px;
	}
#Center .ManagementTop {
	margin-top:-10px;
	}


/* ----How it Works Pages   ------------*/

#HowItWorksContainer {
	position:relative;
	}
#HowItWorksContainer img {
	display:block;
	}
#HowItWorksContainer p.MainCopy {
	position:absolute;
	top:56px;
	left:185px;
	margin:0 20px 0 0;
	font-size:12px;
	color:#000;
	font-weight:normal;
	}
.RedButton {
	position:absolute;
	top:5px;
	left:531px;
	}
.BlueButton {
	position:absolute;
	top:5px;
	left:226px;
	}
.PyramidCopy {
	position:absolute;
	top:119px;
	left:375px;
	}

/*Players */
#HowItWorksContainer p.PlayersMainCopy {
	position:absolute;
	top:50px;
	left:60px;
	margin:0 60px 0 0;
	font-size:12px;
	color:#FFF;
	text-align:center;
	}
#HowItWorksContainer p.BottomCopy {
	position:absolute;
	width:607px;
	top:410px;
	left:0;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#3c3c3c;
	}
/* @end */

/* @group Footer */
#Footer {
	width:99%;
	margin:40px 0 20px 3px;
	padding:0 0 40px 0;
	border-top:1px solid #686868;
	}
#Footer p {
	color:#6C6C6C;
	text-align:right;
	margin:5px 0 0 0;
	}
.Logo{
	float:right;
	margin-left:5px;
	}
p.ImageLeft a {
	color:#333;
	text-decoration:none;
	}
p.ImageLeft a:hover {text-decoration:underline;}
/* @end */

/* @group Try Our Games Buttons */

/* for button 195px */
img.GamesButton {
	margin:0 0 12px 2px;
	}
img.GamesButtonSpace {
	margin:5px 0 17px 2px;
	}
#GrayBack {
	clear:both;
	margin:0 0 25px 0;
	background:#efefef url(../Images/GrayBack.jpg) 0 0 no-repeat;
	width:607px;
	height:50px;
	}
img.GamesButtonGray {
	margin:10px 0 0px 203px;
	}
#MainFeature img.GamesMain {
	position:relative;
	margin-left:285px;
	}
/* @end */


/* @group Resources Website */
#Center p.Clippings {
	margin-bottom:15px;
	}
#Center h4.Date {
	font-size:12px;
	color:#111;
	background-color:#efefef;
	padding:4px 3px;
	}
/* @end */

