@charset "utf-8";

/* Table Of Contents
----------------------------------------

# gNav
# content
# clearfix

----------------------------------------*/


/* # gNav
---------------------------------------------------------------------------- */

div#gNav dl dd ul li#gNavStaff a img {
	visibility: hidden;
}


/* # content
---------------------------------------------------------------------------- */

div#content div.profile {
	clear: both;
	margin: 10px 0 6px 0;
}

div#content div.profile div.profileText {
	float: left;
	width: 400px;
}

div#content div.profile p.profileTitle {
	padding-bottom: 7px;
}

div#content p.profileImage {
	float: right;
	padding-top: 1px;
	width: 199
}

div#content div.greeting p {
	padding: 10px 0;
}

div#content p.deanText {
	text-align: right;
}


/* # clearfix
---------------------------------------------------------------------------- */

div#content div.profile {
	zoom: 1;
}

div#content div.profile:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}