@charset "utf-8";
/* Pearson Custom Publishing
/* Website Portal local instance stylesheet
 * The local instance stylesheet is for applying and customizing styles for the portal project's
 * deployment instance. _global styles may also be overridden in this stylesheet.
 *
 * CTMS: 200XXXXXXX : ENTER BREIF DESC. OR PAGE TITLE FROM XHTML
 */

/*Header Elements */
#headerWrapper{
	margin:0 auto;
	width:770px;
	height:125px;
	background:url(media/sample2_header_bg.jpg) left top no-repeat;
}
#schoolLogo{
	float:left;
	display:block;
	width:550px;
	height:60px;
	margin:5px 0 5px 5px;
}
/*Positioning the schoolLogo in IE versions <7*/
*html #schoolLogo{
	margin-left:15px;
}

/*Overrides*/
/*example-->.navPanelWrapper{border:1px solid #000;}*/
.accessBtn{
	display:block;
	width:180px;
	height:21px;
	padding:9px 0 0;
	margin:10px auto 5px;
	font:bold 0.7em Arial, Helvetica, sans-serif;
	text-align:center;
	color:#052860;
	background:url(media/_access_btn_bg.gif) center bottom no-repeat;
	text-decoration:none;
}
.accessBtn:hover{
	color:#fff;
	background-position:center top;
	text-decoration:none;
}

.instruxHover{background-color:#e7f0fd;}
.navPanelTitle{
	font:bold 0.7em Arial, Helvetica, sans-serif;
	padding:2px 5px 2px 10px;
	color:#fff;
	background:url(media/_navpanel_h5_bg.gif) left center repeat-x;
	border-bottom:1px solid #069;
}

/*Local Elements*/
/*add Local element declarations here*/
