/* CSS Document */
#noFlash {
	display:none;
}

#homeNavDiv{
	width:1010px;
	height:600px;
	margin:0 auto;
}

body {
	background-image:url(/img/home/bg.jpg);
	background-repeat:repeat-x;
	background-color:#505050;
	padding:0px;
	margin:0px;
	text-align:center;
}

div.footerRule {
	margin-top:0px;
}

div.clear {
	clear:both;
}

#shimForm {
	padding:0;
	margin:0;
}

/* BEGIN FOOTER CLASSES */
div.footerRule {
	height:2px;
	margin-bottom:25px;
	background-image:url(/img/global/footer_dotted.gif);
}

div.footerLogo {
	float:left;
}

div.footerText {
	float:left;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#A2A2A2;
	margin-left:16px;
}

div.footerLinkContainer {
	margin-top:5px;
}

div.footerLinkContainer a{
	color:#A09F9F;
}

div.footerESRB {
	float:right;
}

div.printFooterLogo {
	display:none;
}
/* END FOOTER CLASSES */

