
/*========================================================================
Cal Poly Template Custom Print Stylesheet

Add custom styles for your web site here.
=========================================================================*/

/*---used throughout---*/

#headercontent #deptname {
	color: #fff;
	border-left: #fff solid 1px;
	padding: 0 0 0 83px;
}

/*---expands tables to fill page content area ---*/
table {
	width: 90%;
}
/*---changes style to align with above when wraps and bullet---*/
#content ul {
	margin: 10px 0 10px 20px;
	list-style-position: outside;
	list-style-type: disc;
}
/*---changes style to align with above when wraps---*/
/*----home page Major titles----*/

#content .nrmdeptname a:link, #content .nrmdeptname a:visited {
	text-decoration: none;
	color: #003300;
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
}
#content .nrmdeptname a:focus, #content .nrmdeptname a:hover, #content .nrmdeptname a:active {
	text-decoration: none;
	color: #336600;
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
	
}

/*---faculty listings--------------------------*/

			/*---pads name and info ---*/
#content .directory {
	padding: 0 0 0 160px;
}
			/*---areas of interest ---*/
#content .insetBox_interest {
	padding: 0 0 0 200px;
	margin: 40px 0 0 0;
}
#content .insetBox_interest h3 {
	padding: 0 0 0 50px;
}
			/*---office hours ---*/
#content .hours p {
	background: #A1B39C;
	padding: .2em .2em .2em .5em;
	margin: .2em;
	border-bottom-style:inset;
}
/*--- list of links not to be underlined by default--------------------------*/
#content .links  a:link, #content .links a:visited {
	text-decoration:none;
}
#content .links  a:focus, #content .links a:hover, #content .links a:active {
	text-decoration:underline;
}



/*--- comment out rules

---*/




