/* CSS Document */

/*/////////////////////// Common Style ///////////////////////*/

html {
	height: 100%;
	background-image: url(images/background-tile.gif);
	background-position: top left;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

object {
	margin-bottom: 20px;
}

a:link {color: #FF9900; text-decoration: none; font-weight:bold;}     /* unvisited link */
a:visited {color: #DD9900; text-decoration: none; font-weight:bold;}  /* visited link */
a:hover {color: #FF9900; text-decoration: underline; font-weight:bold;}   /* mouse over link */
a:active {color: #FF9900; text-decoration: none; font-weight:bold;}   /* selected link */

p, ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
    color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	text-align: justify;
}

ul {
	padding-left: 30px;
}

li {
	padding: 0px;
	padding-bottom: 10px;
}

h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #555555;
	font-size: 20px;
	text-align:left;
}

h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#666666;
	font-size: 20px;
	text-align:left;
}

h3 {
    margin: 0px;
	padding: 0px;
	padding-bottom:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666666;
	font-size: 15px;
	text-align:left;
}

img {
	border: 0px;
}

img#headerimg {
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	float: left;
}

img.footer {
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-right: 25px;
	padding-left: 25px;
	display: inline;
}

.clr {
	clear:both;
}

table{
	margin:0px;
	padding:0px;
}

/*/////////////////////// Layout Style (Don't mess with this!) ///////////////////////*/


#bodywrapper {
	margin: 0px;
	padding: 0px;
	background: none;
	text-align: center; /*for IE*/
	width:100%;
	height:100%;
	background-image: url(images/background-tile.gif);
	background-position: top left;
}

#bodywrapper-highlight {
	margin: 0px;
	padding: 0px;
	background: none;
	text-align: center; /*for IE*/
	width:100%;
	height:100%;
	background-image: url(images/background-tile-horz.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#main-container {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background: none;
	padding: 0px;
	width: 856px;
	text-align:center; /*for IE*/
}


#page-container-lvl1 {
	margin: 0px;
	padding: 0px;
	width: 856px;
	background-image: url(images/pageborders-tile.jpg);
	background-repeat: repeat-y;
}

#page-container-lvl2 {
	margin: 0px;
	padding: 0px;
	width: 856px;
	background-image:url(images/pageborders-fade.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#page-container-lvl3 {
	margin: 0px;
	padding: 0px;
	width: 856px;
	background-image:url(images/pageborders-highlight.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#header-container{
	margin: 0px;
	margin-left: 23px;
	margin-right: 23px;
	padding: 0px;
	width:810px;
	height:180px;
	background-image: none;
	overflow:hidden;
}

.versiontracker{
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 30px;
    color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	text-align: center;
	display:block;
}

#content-container{
	margin: 0px;
	margin-left: 23px;
	margin-right: 23px;
	padding: 0px;
	width:810px;
	background-image:url(images/content-top.jpg);
	background-repeat: repeat-x;
	background-position:top;
	text-align:left;
}

#breadcrumbs{
	border:none;
	margin:0px;
	padding:0px;
	padding-left: 18px;
	padding-top: 15px;
	padding-bottom: 5px;
	width:810px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

#feature-container{
	margin: 0px;
	margin-left: 6px;
	margin-right: 6px;
	padding: 0px;
	width:798px;
	height:257px;
	background-image:url(images/featured-false.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align:center;
}

#wide-outer {
	width:810px;
	padding:4px;
}

#wide-pane-top{
	width:802px;
	height:18px;
	margin:0px;
	padding:0px;
	background:url(images/wide-panel-top.gif);
	background-repeat:no-repeat;
	background-position:bottom left; /*for IE*/
}

#wide-pane-middle{
	width:802px;
	margin:0px;
	padding:0px;
	background:url(images/wide-panel-middle.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#wide-content{
	margin:0px;
	margin-left:4px;
	margin-right:4px;
	padding:0px;
	width:794px;
}

#wide-content-padding{
	margin:0px;
	margin-left:20px;
	margin-right:20px;
	padding:0px;
	width:762px;
}

#wide-pane-bottom{
	width:802px;
	height:18px;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	background:url(images/wide-panel-bottom.gif);
	background-repeat:no-repeat;
	background-position:top left; /*for IE*/
}

.press-item{
	padding-top:6px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-align: left;
	display:block;
}
.press-date{
	padding-bottom:6px;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	text-align: left;
	display:block;
}
.press-tag{
	padding:0px;
	margin:0px;
	padding-top:0px;
	padding-bottom:5px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
}
.press-tag-pane{
	width:362px;
    padding:0px;
	margin:0px;
	padding-top:0px;
	padding-bottom:5px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
}


.more{
    padding:0px;
	padding-left:15px;
	padding-right:15px;
	margin:0px;
	padding-bottom:10px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	text-align: right;
}

#footer-start {
	margin: 0px;
	padding: 0px;
	background-image:url(images/footer-top.jpg);
	width:856px;
	height:23px;
}

#footer {
	margin: 0px;
	margin-left: 14px;
	margin-right: 14px;
	padding: 0px;
	background-color:#E8E9ED;
	width:828px;
}

#footer-logo{
	margin:0px;
	padding:0px;
	width:110px;
	height:80px;
	background-image:url(images/footer-logo.gif);
	background-position: 15px 3px;
	background-repeat:no-repeat;
	float:left;
}

.supplementarymenu{
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	width:710px;
	border:none;
	text-align: center;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight:bold;
	float:right;
}

a.supplementary:link {color: #333333; font-weight:bold; text-decoration:none;}     /* unvisited link */
a.supplementary:visited {color: #666666; font-weight:bold; text-decoration:none;}  /* visited link */
a.supplementary:hover {color: #333333; font-weight:bold; text-decoration:underline;}   /* mouse over link */
a.supplementary:active {color: #333333; font-weight:bold; text-decoration:underline;}   /* selected link */

.comingsoon {
	color:#999999;
}

.copyright {
	padding:0px;
	margin:0px;
	background: none;
	width:710px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#777777;
	font-style: normal;
	text-align: justify;
	float:right;
}

.privacy-statement {
    border:0px;
	margin:0px;
	padding:0px;
	margin-left: 20px;
	margin-right: 20px;
	float:right;
}

#footer-end {
    margin: 0px;
	padding: 0px;
	background-image:url(images/footer-bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:856px;
	height:25px;
}

/*/////////////////////// Unique Page Elements ///////////////////////*/

/*/////////////////////// home ///////////////////////*/

#welcome-outer {
	margin: 0px;
	padding: 0px;
	width:263px;
	height:208px;
	background-image:url(images/welcome.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	float:left;
}

#welcome-notice{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-right: 20px;
	width:500px;
	float:right;
}

.signature{
	font-weight:bold;
	color:#FF9900;
}

/*/////////////////////// press ///////////////////////*/

#pressfeature-container{
	border:0px;
	margin:0px;
	padding:0px;
	width:810px;
	height:203px;
	background-image:url(images/featured-press-backer.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#newsfeature-image{
	border:0px;
	margin:0px;
	margin-top:23px;
	margin-left:16px;
	margin-right:2px;
	padding:0px;
	width:387px;
	height:180px;
	background-image:url(images/news-feature.jpg);
	background-repeat:no-repeat;
	float:left;
}

#videofeature-image{
	border:0px;
	margin:0px;
	margin-top:23px;
	margin-left:2px;
	margin-right:16px;
	padding:0px;
	background-image:url(images/video-feature.jpg);
	background-repeat:no-repeat;
	float:left;
}

#newsfeature-textouter {
	border:0px;
	margin:0px;
	padding:0px;
	width:405px;
	background-image:url(images/feature-typebacker.gif);
	background-repeat:no-repeat;
	background-position:16px bottom;
	float:left;
}

#videofeature-textouter {
	border:0px;
	margin:0px;
	padding:0px;
	width:405px;
	background-image:url(images/feature-typebacker.gif);
	background-repeat:no-repeat;
	background-position:2px bottom;
	float:left;
}

#newsfeature-textinner {
    border:0px;
	margin:0px;
    margin-left:16px;
	margin-right:2px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
}

#videofeature-textinner {
    border:0px;
	margin:0px;
    margin-left:2px;
	margin-right:16px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
}

.featurepress-item{
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
}
.featurepress-tag{
    padding:0px;
	margin:0px;
	padding-top:3px;
	padding-bottom:5px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
	display:block;
}
.featurepress-date{
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
}

#latestnews-container{
	width:392px;
	margin:0px;
	padding-left:12px;
	padding-top: 30px;
	padding-right:1px;
	padding-bottom:10px;
	background-image:url(images/latest-news.gif);
	background-position: 15px 10px;
	background-repeat:no-repeat;
	float:left;
}

#latestvideos-container{
	width:392px;
	margin:0px;
	padding-right:12px;
	padding-top: 30px;
	padding-left:1px;
	padding-bottom:10px;
	background-image:url(images/latest-videos.gif);
	background-position: 5px 10px;
	background-repeat:no-repeat;
	float:left;
}

.pressitems-pane-top {
	width:392px;
	height:18px;
	margin:0px;
	padding:0px;
	background:url(images/pressitems-panel-top.gif);
	background-repeat:no-repeat;
	background-position:bottom left; /*for IE*/
}
.pressitems-pane-middle {
	width:392px;
	margin:0px;
	padding:0px;
	padding-left: 15px;
	padding-right: 15px;
	background:url(images/pressitems-panel-middle.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
.pressitems-pane-bottom {
	width:392px;
	height:18px;
	margin:0px;
	padding:0px;
	background:url(images/pressitems-panel-bottom.gif);
	background-repeat:no-repeat;
	background-position:top left; /*for IE*/
}

/*/////////////////////// press-archive ///////////////////////*/

#pressarchive-spacer {
	height:40px;
}

#newsarchive-container{
	width:392px;
	margin:0px;
	padding-left:12px;
	padding-top: 30px;
	padding-right:1px;
	padding-bottom:10px;
	background-image:url(images/news-archive.gif);
	background-position: 15px 10px;
	background-repeat:no-repeat;
	float:left;
}

#videoarchive-container{
	width:392px;
	margin:0px;
	padding-right:12px;
	padding-top: 30px;
	padding-left:1px;
	padding-bottom:10px;
	background-image:url(images/video-archive.gif);
	background-position: 5px 10px;
	background-repeat:no-repeat;
	float:left;
}

/*/////////////////////// press-article ///////////////////////*/

#article-outer {
	width:573px;
	float:left;
	padding:6px;
}

#article-pane-top{
	width:560px;
	height:18px;
	margin:0px;
	padding:0px;
	background:url(images/article-panel-top.gif);
	background-repeat:no-repeat;
	background-position:bottom left; /*for IE*/
}

#article-pane-middle{
	width:560px;
	margin:0px;
	padding:0px;
	/*padding-left:20px;
	padding-right:20px;*/
	background:url(images/article-panel-middle.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#article-content{
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-right:20px;
	width:520px;
}

#article-pane-bottom{
	width:560px;
	height:18px;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	background:url(images/article-panel-bottom.gif);
	background-repeat:no-repeat;
	background-position:top left; /*for IE*/
}

#start-spacer{
	height:15px;
}

.articleimage-left{
	width:210px;
	background-color:#CCCCCC;
	padding:0px;
	margin-right:17px;
	float:left;
}

.articleimage-right{
	width:210px;
	background-color:#CCCCCC;
	padding:0px;
	margin-left:17px;
	float:right;
}

.img-thumb{
	margin:0px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}

.caption {
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
}

#media-container{
	text-align:center;
}

/*/////////////////////// games latest and archive ///////////////////////*/

.games-categories{
	margin:0px;
	padding:10px;
	background-color:#DDDDDD;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: left;
}

.games-cover{
	margin:0px;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: ormal;
	text-align: left;
}

.games-datafield{
	margin:0px;
	padding:10px;
	background-color:#FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: ormal;
	text-align: left;
	vertical-align:top;
}

.games-seperator{
	border-bottom:dotted 1px #666666;
	height:3px;
}

/*/////////////////////// company ///////////////////////*/

#company-content{
	margin:0px;
	margin-left:4px;
	margin-right:4px;
	padding:0px;
	width:794px;
	background-image:url(images/company-backer.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#mailing-address{
    margin:0px;
	padding:0px;
	padding-left:150px;
	padding-top:60px;
	padding-bottom:40px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: ormal;
	text-align: left;
	vertical-align:top;
}

.company-textcolumn {
	width:397px;
	margin:0px;
	padding:0px;
	float:left;
}

.company-textfield {
	width:357px;
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-right:20px;
}

/*/////////////////////// team ///////////////////////*/

#team-contentfield {
	margin:0px;
	padding:0px;
	padding-left:20px;
	padding-right:20px;
	width:802px;
	background:none;
}

.teamprofile-item {
	width:250px;
	height:107px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(images/teamprofile-backer.jpg);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
}

.profile-thumb {
	margin:6px;
	float:left;
}

.profile-link {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
	margin-top:35px;
}


.profile-jobtitle{
	font-family: Arial, Helvetica, sans-serif;
	color:#555555;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
}

#teampic-container {
	width:212px;
	height:279px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	background-image:url(images/teampic-backer.jpg);
	background-repeat:no-repeat;
	float:right;
	overflow:hidden;
}

.profile-pic {
	margin:6px;
}

#profile-content{
	margin:0px;
	padding:0px;
	padding-left:20px;
	width:530px;
	float:left;
}

.profile-more{
    padding:0px;
	padding-left:15px;
	margin:0px;
	padding-bottom:10px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	text-align: right;
}

/*/////////////////////// careers ///////////////////////*/

.careers-textcolumn {
	width:397px;
	margin:0px;
	padding:0px;
	float:left;
}

.careers-textfield {
	width:357px;
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-right:20px;
}

.job-link{
	display:block;
	margin:0px;
	margin-bottom:5px;
}

.listing{
	padding:0px;
	padding-top:15px;
	border:none;
	border-bottom:dotted 1px #666666;
}