@charset "utf-8";
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-size: 100%;
	vertical-align: baseline;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #4D4D4D;
}

#aboutSlogan {
	background-image: url(images/about_slogan.png);
	background-repeat: no-repeat;
	height: 160px;
	background-position: 450px 20px;
}

#contest {
	position: absolute;
	top: 0;
	left: 250;
	z-index:999;
	visibility: visible;
}

.alignRight {
	text-align: right;
}

.b10 {
	margin-bottom: 10px;
}

.bBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;	/* 10px root */
	line-height: 1.2;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333;
	height: 100%;
	margin-bottom: 20px;
}
#banner {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/transparent_bg.png);
	height: 160px;
}
#contactSlogan {
	background-image: url(images/contact_slogan.png);
	background-repeat: no-repeat;
	height: 160px;
	background-position: 400px 20px;
}
#container  {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#copyright {
	font-size: 1.5em;
	margin-top: 8px;
	padding-left: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#facebook {
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	height: 32px;
	display: block;
}

#footer  {
	height: 200px;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
	width: 898px;
	border: 1px solid #CCC;
}
#footer #navbar  {
	display: block;
	height: 25px;
	line-height: 23px;
	margin-top: 8px;
	margin-left: 200px;
}
#footer #navbar a {
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
#footer #navbar li {
	display: block;
	float: left;
	height: 23px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: repeat-x;
	list-style-type: none;
	background-position: 0px -23px;
}
#footerLogos {
	background-image: url(images/footer_logos.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 450px;
	margin-top: 35px;
	margin-left: 150px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
#gameGallery img{
	margin-top: 6px;
	margin-left: 6px;
	border: 1px solid #CCC;
	margin-right: 0px;
	margin-bottom: 0px;
}
#gamesSlogan {
	background-image: url(images/games_slogan.png);
	background-repeat: no-repeat;
	height: 160px;
	background-position: 150px 20px;
}

h1 {
	font-size: 2em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	-moz-text-shadow: 1px  1px 2px #666;
	-webkit-text-shadow: 1px 1px 2px #666;
	text-shadow: 1px 1px 2px #666;
	color: #4D4D4D;
}

h2 {
	font-size: 1.7em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	-moz-text-shadow: 1px  1px 2px #666;
	-webkit-text-shadow: 1px 1px 2px #666;
	text-shadow: 1px 1px 2px #666;
	color: #4D4D4D;
}
h3 {
	font-size: 1.9em;
	font-weight: bold;
	color: #4D4D4D;
	-moz-text-shadow: 1px  1px 2px #666;
    -webkit-text-shadow: 1px 1px 2px #666;
    text-shadow: 1px 1px 2px #666;
}

h4 {
	font-weight: bold;
	color: #4D4D4D;
	font-size: 1.4em;
	-moz-text-shadow: 1px  1px 2px #666;
	-webkit-text-shadow: 1px 1px 2px #666;
	text-shadow: 1px 1px 2px #666;
}
h5 {
	font-weight: bold;
	color: #4D4D4D;
	-moz-text-shadow: 1px  1px 2px #666;
	-webkit-text-shadow: 1px 1px 2px #666;
	text-shadow: 1px 1px 2px #666;
}

#header  {
}
#header #navbar  {
	display: block;
	height: 25px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 23px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 330px;
}
#header #navbar a {
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
	display: block;
	height: 23px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/navbar/navbar_bg_02.gif);
	background-repeat: repeat-x;
	background-position: 0px -23px;
}

#header #navbar a span {
	-moz-text-shadow: 1px  1px 1px #999;
	-webkit-text-shadow: 1px  1px 1px #999;
	text-shadow: 1px  1px 1px #999;
}

#header #navbar a:hover span {
	-moz-text-shadow: -1px  -1px 1px #999;
	-webkit-text-shadow: -1px  -1px 1px #999;
	text-shadow: -1px  -1px 1px #999;
}


#header #navbar li {
	display: block;
	float: left;
	height: 23px;
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
}
#header #navbar li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
}
#header #navbar li:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e0e0e0;
}

#header #navbar li.navbarDiv {
	background-image: url(images/navbar/navbar_div.gif);
	height: 23px;
	width: 3px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: 0px 0px;
}
.job li {
	margin-left: 15px;
	list-style-type: none;
	margin-top: 10px;
}
.jobHead {
	cursor: pointer;
}


#jobsSlogan {
	background-image: url(images/jobs_slogan.png);
	background-repeat: no-repeat;
	height: 160px;
	background-position: 375px 20px;
}
.l8 {
	margin-left: 8px;
}

.l9 {
	margin-left: 9px;
}
.l10 {
	margin-left: 10px;
}
.lBlueBorder {
	margin-left: 5px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6CC;
}


.lightBg {
	background-image: url(images/transparent_bg.png);

}
.lightBorder {
	border: 1px solid #CCC;
}
.lightGray {
	color: #999;
}

.list1 li {
	margin-left: 15px;
	padding-left: 5px;
}




#logo {
	position: absolute;
	margin-left: 20px;
	top: 20px;
	z-index: 500;
}

#mainContent  {
	font-size: 1.4em;
}
#mediaPlayer01 {
	width: 616px;
	z-index: -1;
}
#mediaPlayer02 {
	width: 600px;
	z-index: -1;
}

#mediaPlayerInfo {
	background-image: url(images/transparent_bg_02.png);
	background-repeat: repeat-y;
	padding: 10px;
	height: 328px;
}
#mediaPlayerInfoGamesPage {
	background-image: url(images/transparent_bg_02.png);
	background-repeat: repeat-y;
	padding: 10px;
	height: 328px;
	width: 245px;
}



.middleRow {
	background-image: url(images/transparent_bg.png);
	height: 160px;
}
.min700{
	min-height:500px;
	height:auto !important;
	height:550px;
} 
p {
	margin: 0px;
	padding: 0px;
}
.p10 {
	padding: 10px;
}
.percent100 {
	height: 100%;
}
#photostream {
	margin-top: 20px;
}
#photostream img {
	margin: 3px;
	border: 1px solid #CCC;
}
.r9 {
	margin-right: 9px;
}

/* rotator in-page placement */
#rotator {
	position:relative;
}
/* rotator css */
#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin-left: 10px;
}
/* rotator image style */	
#rotator ul li img {


}
    div#rotator ul li.show {
	z-index:200;
}

#scBanner {
	height: 100px;
	background-image: url(images/sc_banner.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
}

#slogan {
	background-image: url(images/slogan.png);
	background-repeat: no-repeat;
	height: 160px;
	background-position: 280px 20px;
}
.strong {
	font-weight: bold;
}

.t10 {
	margin-top: 10px;
}
#twitter {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	height: 32px;
	display: block;
}

.w230 {
	width: 230px;
}

.w250 {
	width: 250px;
}

.w255 {
	width: 255px;
}
.w275 {
	width: 275px;
}
.w280 {
	width: 280px;
}
.w600 {
	width: 598px;
}
.w616 {
	width: 616px;
}

.w636 {
	width: 636px;
}
.w880 {
	width: 880px;
}

.zBanner {
	height: 100px;
	background-image: url(images/z_banner.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
}

