@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: 2009933001 : Revise existing Georgia Southern writing portal.
 */

/*Header Elements */
#headerWrapper{
	margin:0 auto;
	width:790px;
	height:114px;
	background:url(media/sample3_header_bg.jpg) center top no-repeat;
}
#schoolLogo{
	float:left;
	display:block;
	width:300px;
	height:85px;
	margin:20px 0 5px 10px;
}
/*Positioning the schoolLogo in IE versions <7*/
*html #schoolLogo{
	margin-left:15px;
}

/*Overrides*/
/*example-->.navPanelWrapper{border:1px solid #000;}*/

/*Override specifically for clemson style with alternating left and rightnav pagewrapper backgrounds
#pageWrapper{
	background:url(_global/_packages/_pcp08_a_003/_media/_page_wrapper_navright_bg.gif) center top repeat-y;
}
.navPanelTextLink{
	padding:3px 10px 3px 5px;
}
.navPanelTextLink:hover{
	border-left:none;
	border-right:5px solid #EC7702;
}
*/


/*Local Elements*/
/*add Local element declarations here*/

#footerWrapper{
	clear:both;
	width:790px;
	height:28px;
	padding:7px 0 0;
	margin:0 auto;
	font:0.65em Arial, Helvetica, sans-serif;
	text-align:center;
	color:#1c3664;
	background:url(media/_footer_bg.gif) center top no-repeat #eee;
}
.leftNavWrapper{
	float:left;
	width:200px;
	background:url(media/_navpanel_left_bg.gif) center top repeat-y;
}
.instruxHover{background-color:#f4efd2;}

.navPanelTextLink:hover{
	background-color:#1c3664;
	border-left:5px solid #c3bd9f;
	padding:3px 5px;
	color:white;
	text-decoration:none;
}
a:hover{
	color:#1c3664;
	text-decoration:underline;
}
a{
	color:#d28e00;
	text-decoration:none;
