<style type="text/css">
<!--
html {
	overflow: scroll;
}
A:link {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
A:visited {
	text-decoration: none;
	color: #881E28;
	font-weight: normal;
}
A:hover {
	color: #881E28;
}
body {
	font-family: Arial, Verdana, Helvetica;
	font-size:11px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	overflow: auto;
	background:#000000 url(images/siteBG.png) repeat-y center;
	text-align:center; /* horizontal centering for IE Win quirks */
	color: #003399;
}
ul {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
}
li {
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
p {
	padding-bottom: 5px;
}

.push {clear:both;}
.floatLeft {float: left;}
.redirect {
	padding-top: 16px;
	padding-bottom: 24px;
	width: 660px;
	color: #cccccc;
	background: #000000;
	border: 1px #333333 solid;
	font-family: Verdana, Arial;
	font-size:11px;
	font-weight: normal;
	line-height: 16px;
}

#myblack {
 background: url(assets/black50.png);
 position: fixed;
 top: -507px;
 left: 0px;
 width: 100%;
 height: 508px;
 z-index: 10;
 margin: 0 auto;
 text-align: left;
}
#myfixed {
  text-align: left;
  font-family: verdana;
  font-size: 9pt;
  color: #333333;
}

#myblack {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; right: 20px; bottom: 10px;
}
body > div#myblack {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#topNav {
	display:inline; /* IE bug work-around */
	position: absolute;
	left: 50%;
	margin-left: -453px;
	width: 906px;
	height: 135px;
	top: 0px;
	border: 0px;
	z-index: 3;
}

#frame {
	width:783px;
	margin-bottom: 24px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:center;
	overflow: hidden;
}

.topmostNav {
	float: left;
	width: 100%;
	height: 20px;
	background: url(images/topmostNavBG.png) repeat-x;
	border-bottom: 1px #666666 solid;
}
.topmostNav .topNav_home {
	float: right;
	width: 72px;
	height: 19px;
	background: url(images/top_nav_home.jpg) no-repeat;
}
.topmostNav .topNav_home:hover {
	background: url(images/top_nav_home_roll.jpg) no-repeat;
}
.topmostNav .topNav_siteMap {
	float: right;
	width: 89px;
	height: 19px;
	background: url(images/top_nav_map.jpg) no-repeat;
}
.topmostNav .topNav_siteMap:hover {
	background: url(images/top_nav_map_roll.jpg) no-repeat;
}
.topmostNav .topNav_contact {
	float: right;
	width: 102px;
	height: 19px;
	background: url(images/top_nav_contact.jpg) no-repeat;
}
.topmostNav .topNav_contact:hover {
	background: url(images/top_nav_contact_roll.jpg) no-repeat;
}
.topmostNav .topNav_jobs {
	float: right;
	width: 119px;
	height: 19px;
	margin-right: 3px;
	background: url(images/top_nav_jobs.png) no-repeat;
}
.topmostNav .topNav_jobs:hover {
	background: url(images/top_nav_jobs_roll.png) no-repeat;
}
#topNavBar {
	float: left;
	width: 100%;
	height: 26px;
	border-top: 0px #666666 solid;
	border-bottom: 0px #666666 solid;
	text-align: center;
}
#headBanner {
	float: left;
	width: 100%;
	border-bottom: 1px #666666 solid;
}
.leftNav {
	float: left;
	width: 207px;
	min-height: 10px;
	padding-top: 4px;
	padding-left: 4px;
}
.leftNavItem {
	float: left;
	height: 15px;
	width: 165px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 1px;
	background: url(images/leftNavItemBG.png) no-repeat;
	cursor: pointer;
	text-align: left;
	font-size: 10px;
	font-family: verdana;
	color: #ffffff;
}
.leftNavItem:hover {
	background: url(images/leftNavItemBG_over.png) no-repeat;
	color: #ffffff;
}
.leftNavItem:link		{ text-decoration: none; color: #ffffff; }
.leftNavItem:visited	{ text-decoration: none; color: #ffffff; }
.leftNavItem:hover		{ text-decoration: none; color: #ffffff; }
.leftNavItem:active		{ text-decoration: none; color: #ffffff; }

.rightContent {
	float: left;
	width: 556px;
	padding-top: 18px;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
}
.rightContent A:link		{ text-decoration: underline; color: #ffffff; }
.rightContent A:visited	{ text-decoration: underline; color: #ffffff; }
.rightContent A:hover	{ text-decoration: none; color: #ffffff; }
.rightContent A:active	{ text-decoration: underline; color: #ffffff; }

.jobTitle {
	font-size: 16px;
	color: #b82d17;
	margin-bottom: 10px;
	font-weight: bold;
}
.jobHeader {
	font-size: 13px;
	color: #ff8a00;
	font-weight: bold;
}






#breadCrumb {
	width:900px;
	padding-top:102px;
	padding-bottom: 2px;
	float:left;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size:9px;
	text-align: left;
}
#breadCrumb A:link		{ text-decoration: none; color: #99ccff; font-family: arial; font-size: 10px; }
#breadCrumb A:visited	{ text-decoration: none; color: #99ccff; font-family: arial; font-size: 10px; }
#breadCrumb A:hover		{ text-decoration: none; color: #ffffff; font-family: arial; font-size: 10px; }
#breadCrumb A:active		{ text-decoration: none; color: #ffffff; font-family: arial; font-size: 10px; }
.topLeft {
	width: 441px;
	float: left;
	margin-right: 8px;
}
.topRight {
	width: 441px;
	float: right;
	margin-left: 8px;
}
.leftColumn {
	float: left;
	width: 231px;
	text-align: left;
	vertical-align: top;
	margin-top: 3px;
}
.rightColumn {
	float: left;
	width: 668px;
	min-height: 278px;
	padding-left: 1px;
	background: url(images/rightColumnBG.png) repeat-y;
	text-align: left;
	margin-bottom: 21px;
	margin-top: 3px;
}
.rightColumnHeader {
	float: left;
	color: #a1dbff;
}
.rightColumnHeaderShort {
	float: left;
	width: 427px;
	color: #a1dbff;
}
.rightColumnText {
	float: left;
	width: 614px;
	padding-left: 36px;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	font-family: arial, verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height: 15px;
	padding-bottom: 15px;
}
.rightColumnText A:link		{ text-decoration: underline; color: #ffffff; font-family: arial; font-size: 11px; font-weight: bold; }
.rightColumnText A:visited	{ text-decoration: underline; color: #ffffff; font-family: arial; font-size: 11px; font-weight: bold; }
.rightColumnText A:hover		{ text-decoration: none; color: #ffffff; font-family: arial; font-size: 11px; font-weight: bold; }
.rightColumnText A:active	{ text-decoration: underline; color: #ffffff; font-family: arial; font-size: 11px; font-weight: bold; }
.bold {
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 4px;
}
.applyBtn {
	margin-top: 12px;
	margin-left: -4px;
	margin-bottom: 9px;
	border: 0px;
}
.clientLoginBox {
	width: 372px;
	height: 74px;
	background: url(images/clientLoginBox.png) no-repeat;
}
.clientLoginInput {
	width: 190px;
	font-family: arial, verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.floatingIcon {
	display:inline; /* IE bug work-around */
	position: absolute;
	right: 50%;
	margin-right: -453px;
	width: 162px;
	top: 150px;
	border: 0px;
	z-index: 1;
	text-align: right;
}
#smallFeed {
	padding-bottom: 21px;
}

#comingSoon {
	width: 433px;
	height: 297px;
	float: left;
	background:#6a93bb url(images/comingSoonBG.jpg);
}
.comingBorder {
	margin-left:0px;
	width: 4px;
	height: 297px;
	float: left;
	background:#6a93bb url(images/comingSoonBorder.jpg);
}
.comingBorder2 {
	margin-left:0px;
	width: 4px;
	height: 297px;
	float: left;
	background:#6a93bb url(images/comingSoonBorder.jpg);
}
.comingHR {
	width: 420px;
	height: 1px;
	background:#6a93bb url(images/comingHR.png);
	padding: 0px;
	margin: 0px;
	float: left;
}
.comingTile {
	width: 433px;
	height: 93px;
}
.comingThumb {
	width: 136px;
	float: left;
	padding-top: 8px;
	padding-left: 6px;
}
.comingText {
	width: 253px;
	color: #ffffff;
	line-height: 13pt;
	background:url(images/comingBG.png) 5px 9px no-repeat;
	float: left;
	padding-top: 40px;
	padding-left: 35px;
	text-align: left;
	cursor: hand;
}
.bottomEdge {
	width: 441px;
	height: 49px;
	float: left;
	background:url(images/bottomEdge.jpg) no-repeat;
}
.bottomEdgeText{
	width: 363px;
	text-align: left;
	line-height: 12pt;
	padding-left: 24px;
	padding-top: 8px;
	float: left;
}
.linkTab {
	width: 54px;
	padding-right: 0px;
	float: right;
}
.linkTab img{
	border: 0px;
}
.bigHR {
	width: 900px;
	height: 19px;
	background:url(images/bigHR.png) no-repeat;
	float: left;
}
.secondary {
	width: 441px;
	height: 152px;
	float: left;
	background:url(images/secondaryBG.jpg) no-repeat;
}
.secondaryImage {
	width: 204px;
	height: 152px;
	float: left;
}
.secondaryText{
	width: 184px;
	text-align: left;
	line-height: 12pt;
	background:url(images/secondaryArrow.gif) no-repeat 3px 23px;
	float: left;
	padding-top: 18px;
	padding-left: 18px;
	text-align: left;
}
.secondaryLinkTab {
	width: 56px;
	height: 49px;
	position: absolute;
	padding-top: 103px;
	padding-left: 386px;
	z-index: 1;
}
.secondaryLinkTab2 {
	width: 56px;
	height: 49px;
	position: absolute;
	padding-top: 103px;
	padding-left: 386px;
	z-index: 2;
}
.ie .secondaryLinkTab {
	margin-left: -423px;
}
.ie .secondaryLinkTab2 {
	margin-left: -441px;
}

.secondaryLinkTab img{
	border: 0px;
}
.secondaryLinkTab2 img{
	border: 0px;
}
.stats {
	width: 900px;
	min-height: 143px;
	float: left;
	background:url(images/statsBG.jpg) no-repeat;
	padding-top: 0px;
	text-align: left;
}
.statsImage {
	width: 540px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: left;
	float: left;
}
.statsText{
	width: 285px;
	text-align: left;
	line-height: 12pt;
	background:url(images/secondaryArrow.gif) no-repeat 12px 21px;
	float: left;
	padding-top: 15px;
	padding-left: 26px;
}

#linkArea {
	width:900px;
	min-height: 84px;
	margin-top: 11px;
	padding:0px;
	float:left;
	font-family: Arial, Verdana;
	text-align: left;
	background: url(images/linksBG.png) no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #628caf;
	line-height: 13px;
}
#linkArea A:link		{ text-decoration: none; color: #39658a; font-family: arial; font-size: 10px; font-weight: normal; }
#linkArea A:visited	{ text-decoration: none; color: #39658a; font-family: arial; font-size: 10px; font-weight: normal; }
#linkArea A:hover	{ text-decoration: none; color: #b0c1d0; font-family: arial; font-size: 10px; font-weight: normal; }
#linkArea A:active	{ text-decoration: none; color: #39658a; font-family: arial; font-size: 10px; font-weight: normal; }
.footerHR {
	float: left;
	width: 900px;
	height: 1px;
	background: url(images/footerHR.png) no-repeat;
}
#links_f84games {
	float: left;
	width: 123px;
	height: 71px;
	padding-left: 98px;
	padding-top: 11px;
	background: url(images/links_f84games.png) no-repeat;
	text-align: left;
}
#links_f84studio {
	float: left;
	width: 201px;
	height: 71px;
	padding-left: 106px;
	padding-top: 11px;
	background: url(images/links_f84studio.png) no-repeat;
	text-align: left;
}
#links_alliance {
	float: left;
	width: 160px;
	height: 71px;
	margin-left: 27px;
	padding-top: 11px;
	text-align: left;
}
#links_socialmedia {
	float: left;
	width: 149px;
	height: 71px;
	padding-left: 27px;
	padding-top: 11px;
	background: url(images/links_socialmedia.png) no-repeat;
	text-align: left;
}
.social_img {
	float: left;
	border: 0px;
	margin-right: 16px;
}

#f84Text {
	float:left;
	width: 900px;
	margin-top: 8px;
	margin-bottom: 18px;
	color: #628caf;
	font-size:10px;
	text-align: center;
}
#f84Logo {
	width: 88px;
	height: 28px;
	float: left;
	background:url(images/f84Logo.jpg) no-repeat 0px 2px;
}
#floor84logo {
	float: left;
	width: 43px;
	height: 26px;
	padding-left: 16px;
	padding-top: 1px;
}
#links {
	height: 28px;
	padding-top: 5px;
	padding-left: 2px;
	float:left;
	text-align: left;
}
#links A:link		{ text-decoration: none; color: #99ccff; font-family: arial; font-size: 10px; }
#links A:visited	{ text-decoration: none; color: #99ccff; font-family: arial; font-size: 10px; }
#links A:hover		{ text-decoration: none; color: #ffffff; font-family: arial; font-size: 10px; }
#links A:active		{ text-decoration: none; color: #ffffff; font-family: arial; font-size: 10px; }
.spacer4 {
	height: 20px;
}

</style>
