/******************** STYLE SHEET FOR PHYSICS DEPT PAGES: STYLES for FACULTY PAGES  ********************/

/* Faculty Page Styles */

h3 {
		font-size: 2em;
		padding: 0 0 4px 0;
}

#facpage_header {
		top: 4px;
		left: 8px;
		width: 634px;
		min-height: 150px;
		margin-right: 8px;
		padding: 0;
}

#facpage_float {
		float: right;
		width: auto;
		height: auto;
		margin: 8px 0 8px 8px;
		padding: 0;
}


#facpage_text {
		margin: 0;
		padding: 4px 0;
		border-top: solid #701d27 1px;
}
		
#leftbar_fac { /* use for vertical navigation */ 
		padding: 30px 0 10px 10px;
		text-align: left;
		font-size: 12px;
}

#leftbar_fac a:link, #leftbar_fac a:visited, #leftbar_fac a:active  {
		color: white;
		background-color: inherit;
}


#leftbar a:hover  {
		color: #d1a797;;
		background-color: inherit;
}

ul#ref {
	padding: 2px;
	margin: 2px;
}

#ref li {
	color:#000033;
	width: auto;
	height: auto;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 14px;
}

ul#ref2 {
	font-size: 12px;
}

#ref2 li {
	padding: 6px;
	font-family: Helvetica, sans-serif;
	color:#000033;
	width: auto;
	height: auto;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}


#ref3 li{ /* use for Prof. Randall */
	margin-left: 28px;
	list-style-type: disc;
	list-style-position: outside;
}


.source {
	font-family:  Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}