/***********************************************/
/* Faculty CSS                                 */
/***********************************************/

/* content styles */
div#fac_left,
div#fac_right {
	margin-top: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	width: 340px;
}


div#fac_left div,
div#fac_right div {
	padding-top: 3px; /*doubles in firefox */
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;

}

div#fac_left div {
	clear: both;
}

.fac_3left {
	width: 225px;
	margin-top: 12px;
	padding: 0 12px 0 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	vertical-align: top;
	clear: both;
}

.fac_3middle {
	width: 261px;
	margin-top: 12px;	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	vertical-align: top;
}

.fac_3right {
	width: 262px;
	margin-top: 12px;	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	vertical-align: top;
}

.fac_23right {
	width: 523px;
	margin-top: 12px;	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	vertical-align: top;
}

div.fac_pic	{
	float: left;
	left: 0;
	top: 0;
	margin-top: 16px;
	margin-left: 16px;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	line-height: 10pt;
	text-align: center;
}

#fac_left {
	clear: all;
	float: left;
	margin: 0 0 0 0;
	text-align: left;
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

#fac_right {
	margin: 0 0 0 225px;
	top: 12px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

#fac_padding {	
	padding-top: 3px; /*doubles in firefox */
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}


/* ul styles */

#div#fac_left ul.fac_list,
#div#fac_right ul.fac_list {
	list-style: none;
}

/* li styles */
#div#fac_left ul li,
#div#fac_right ul li {
	list-style: none;
}


/* link styles */
/* a {
	   color: #003366;
	   font-weight: bold;
   } */


/* picture styles */

.pic_fac_home {
 	margin-top: 0px;
 	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	float: top;
 	font-size: 7pt;
 	font-family: arial, helvetica, sans-serif;
	line-height: 10pt;
	text-align: center;
}

/* header styles */

.fac_h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

.fac_h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}



/***********************************************/
/* The following is from almainformat.css, and */
/* was added by Michael L. Brown on 11/13/06   */
/* to resolve and issue with the load order of */
/* the css files in the faculty template.      */
/* The font styles are additions to the styles */
/* in almainformat.                            */
/***********************************************/


/***********************************************/
/* facleft, center, and right are the id wrappers */
/* that create three column table replacement  */
/* used in nosplit situations  				   */
/***********************************************/

#facleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;

	float:left;
	margin:0 0 6px 6px;
	padding:4px;
	width:250px;
	text-align: left;
}

#center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;

	float:left;
	margin:0 0 6px 10px;
	padding:4px;
	width:200px;
	text-align: left;	
}

#right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;

	float:left;
	margin:0 0 6px 10px;
	padding:4px;
	width:200px;
	text-align: left;	
}

/***********************************************/
/* facpicture and facbody are the id wrappers  */
/* that create a two column table replacement  */
/* used in nosplit situations  				   */
/***********************************************/

#facpicture {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;

	float:left;
	margin:0 0 6px 6px;
	padding:4px;
}

#facbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;

	float:left;
	margin:0 0 6px 10px;
	padding:4px;
	width:540px;
	text-align: justify;
}

