@charset "UTF-8";

/* CSS Document */



/*----------Wide Column-----------------------------------------------------------------*/

#wideColumn {
	margin: 0 21px 0 0;
	_margin: 0 11px 0 0;
	padding: 3px 0 0 0;
	width: 533px;
	float: right;
}

#containerInside #heading {
	margin: 0 21px 0 24px;
	padding: 3px 5px 0 5px;
}

#cvOuter {
	background: url(../uploads/images/people/cvTop.gif) center top no-repeat;
	padding-top: 9px;
}

#cvMiddle {
	background: url(../uploads/images/people/cvMiddle.gif) center top repeat-y;
	padding: 15px 20px;
}

#cvInner {
	background: url(../uploads/images/people/cvBottom.gif) center bottom no-repeat;
	padding-bottom: 16px;
}

#cvMiddle h2 {
	font: normal bold 1.2em Arial, Helvetica, sans-serif;
	border: none;
	padding: 0;
	margin: 0 0 5px 0;
}

#cvMiddle h3 {
	font: normal bold .9em Arial, Helvetica, sans-serif;
	color: #666;
	border: none;
	padding: 0;
	margin: 0 0 15px 0;
}

#cvMiddle h4 {
	font: normal.9em Arial, Helvetica, sans-serif;
	color: #1a366b;
	border: none;
	padding: 0;
	margin: 0 0 3px 0;
}

/*----------Narrow Column-----------------------------------------------------------------*/


#containerInside #narrowColumn {
	margin: 0 10px 15px 24px;
	_margin: 0 10px 15px 14px;
	width: 271px;
	float: left;
}

#container #containerInside #narrowColumn h2 {
	border: none;
	padding: 0;
	margin: 0;
}

#containerInside #narrowColumn h2 a {
	padding: 6px 10px 16px 10px;
	background: #e2dbbe url(../uploads/images/people/departmentDropShadow.jpg) center bottom no-repeat;
	display: block;
	color: #1b376b;
}

#containerInside #narrowColumn h2 a:hover {
	background: #CCC url(../uploads/images/people/departmentDropShadow.jpg) center bottom no-repeat;
	color: #7a0d13;
}

#containerInside #narrowColumn h2 a:active {
	background: #CCC url(../uploads/images/people/departmentDropShadow.jpg) center bottom no-repeat;
	font: inherit;
}

#containerInside #narrowColumn li {
	font-weight: normal;
	margin: 0 10px 0px 10px;
	font-size: .9em;
	line-height: 25px;
	border-bottom: dotted #CCC;
	border-width: 0 0 1px 0;
	height: 25px;
}

#narrowColumn a:link, #narrowColumn a:visited {
	text-decoration: none;
	color: #666;
}

#narrowColumn a:hover {
	text-decoration: none;
	color: #7a0d13;
}

#narrowColumn a:active {
	text-decoration: none;
	color: #1a366b;
	font-weight: bold;
}

