@charset "utf-8";
/* CSS Document */

/* Screen CSS */

/* HTML */
body { padding-bottom:50px; background: url(../images/bgk_body_grad_gray-white.jpg) repeat-x top left; text-align:center; font-family: Arial, FreeSans, sans-serif;}

p, .stdFont{
	font-size: 12px;
}
strong{
	font-weight: bold;
}
input.text,
select,
textarea { font-size: 11px}

quotation, blockquote,em,cite { font-style:italic;}

abbr, acronym, code, samp, kbd, var, dfn { color:#6D000E;}

a#skiptomenu,
div#logo-prj-print { display:none; }

.column { float:left; margin:0px 10px 10px;}
.first { margin-left:0px; }
.last { margin-right:0px; }
.noscreen { display:none;}
.hint { 
	color:#333 !important; 
	font-size:10px !important; 
	font-style: italic !important;
}

/* CSR # 9856 */
div#scholasticHeader .careerSimsbannerLogo{
	margin: 0px;
	padding: 0px;
     width:990px;
	height:140px;
     background: url(../images/scholastic_banner.png) no-repeat top left;
}
/* CSR # 9856 */
div#scholasticHeader .ohioGovLogo{
	padding: 0px;
	width: 120px; 
	height: 25px;
     float: left;
	clear: both;
     margin: 17px;
     position: relative;
}

/* CSR # 10577 */
div#scholasticBody .homeslideshow{
     background-color: #FEF1C4;
     margin: 0px;
	padding: 1px;
     width: 990px;
	height:580px;
}


/* FOOTER */
/*****************************************************************************/

.footer{
	clear: both;
	width:  990px;
	margin: 0px;
	padding: 0px;
	background: url('../images/footerBg.jpg') center repeat-y;
	font-family: Arial, FreeSans;
	text-align: center;
     position: relative;  

}
.footerTop{
	margin: 0px auto;
	padding: 0px 0px;
	background: url('../images/footerTop.jpg') center top no-repeat;
	min-height: 48px;
     width:990px;
	text-align: center;
}
#footer ul{
	margin: 0px auto;
	padding: 10px 0px 5px 0px ;
	list-style-type: none;
	text-align: center;
}
#footer li{
	margin: 0px;
	padding: 0px ;
	display: inline;
}
#footer li a.last{
	border-right: none;
}
#footer li a{
	color: #6d000e;
	font-size: 11px;
	padding: 0px 2px 0px 0px;
	margin: 0px;
	border-right: 1px solid #6d000e;
	line-height: 8px;
	text-decoration: none;
}
#footer li a:hover{
	color: #ae0a1f;
}
.footerBottom{
	margin: 0px;
	padding: 0px;
	background: url('../images/footerBottom.jpg') center bottom no-repeat;
	min-height: 17px;
	width:990px;
}
#footer p{
	clear: both;
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

/*****************************************************************************/
