section#acgme-vision p:first-child {
	padding: 0;
}

section#acgme-vision p:first-child img {
	display: block;
}

section#acgme-vision .image-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 14px;
	background: black;
	background: rgba(0,0,0,.5);
	filter: alpha(opacity=75);
}

section#acgme-vision .image-holder {position:relative;}

section#acgme-vision .image-overlay p {
	z-index: 2;
	color: #fff !important;
	padding: 10px;
}

/* Files
-------------------------------------------------------------------------------*/
ul.files {
	
}

ul.files li {
	border-top: 1px solid #f7f7f7;
	background: #f1f1f1;
	margin: 0 0 7px 0;
	padding: 0 4px;
}

ul.files li a {
	color: #424242;
	display: block;
	padding: 2px 0;
}

.files li a[href$=".pdf"], .files li a[href$=".PDF"], .files li a[href$=".ppt"], .files li a[href$=".pptx"], .files li a[href$=".xls"], .files li a[href$=".xlsx"], .files li a[href$=".csv"], .files li a[href$=".doc"], .files li a[href$=".docx"], .files li a[href$=".rtf"] {
	background-position: left center;
	padding-left: 22px;
}

/* Recent News
-------------------------------------------------------------------------------*/
section#recent_news header {
	margin: 0;
}

#recent_news .button.icon, .toggle .button.icon {
	margin: 0 12px 0 15px;
}

#recent_news a.button.icon.closed, .toggle a.button.icon.closed {
	float: left;
	margin: 13px 13px 0 13px;
}

#recent_news h3 {
	font-weight: normal;
	min-height: 32px;
	border-bottom: 1px solid #c9c9c9;
	padding-top: 13px;
}

#recent_news ul {
	padding: 0;
}

#recent_news ul li a.header, .toggle a.header {
	color: #4E4E4E;
	font-size: 14px;
	outline: none;
}

#recent_news ul li div p a:hover {
	text-decoration: underline;
}

#recent_news ul li div p {
	font-size: 0.958em;
	margin-left: 15px;
}

section#recent_news ul li {
	border-top: 1px solid #dadada;
	padding: 10px 0;
	line-height: normal;
	background: none;
	margin: 0;
}

#recent_news ul li:first-child {
	border-top: none;
}

#recent_news ul li:last-child {
	border-bottom: 1px solid #dadada;
}

#recent_news a:hover {
	text-decoration: none;
	color: #F74A3E;
}

section.toggle:first-child {
	
}

section.toggle {
	border-bottom: 1px solid #dadada;
	padding: 10px 0;
	line-height: normal;
	background: none;
	margin: 0;
}

.toggle .ui-state-default + .content { display: none; }
.toggle .ui-state-active + .content { display: block; }
.toggle .content {
	padding-top: 11px;
}

section.flush {
	margin: 30px 0px 0px 0px;
}

section.flush header {
	margin: 0;
}

/* Staff Listing
-------------------------------------------------------------------------------*/
section.alphabet:first-child {
	border-top: 0 none;
	padding-top: 0;
	margin-top: -5px;
}

section.alphabet {
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	font-size: 0.858em;
	padding: 5px;
}

section.alphabet a.disabled {
	cursor: default;
	color: #aaa;
}

section.alphabet a.active {
	color: #424242;
	font-weight: bold;
}

ul#staff {
	margin: 10px 0;
	padding: 0;
}

ul#staff li {
	background: none;
	list-style: none;
	padding: 10px;
	margin: 0;
}

ul#staff li:nth-child(even) {
	background: #f1f1f1;
}

ul#staff li:hover {
	background: #d3d3d3;
}

ul#staff li strong {
	font-size: 1.1em;
}

ul#staff li div.more {
	float: right;
	text-align: right;
}

ul#staff li .more a, ul#staff li .more span.phone {
	padding-right: 22px;
	display: block;
	color: transparent;
}

ul#staff li .more a.mailto {
	background: url(../images/icons/email.png) no-repeat right center;
}

ul#staff li .more a.phone, ul#staff li .more span.phone {
	background: url(../images/icons/phone.png) no-repeat right center;
	cursor: default;
}

ul#staff li:hover a.phone, ul#staff li a.phone:hover, ul#staff li:hover span.phone, ul#staff li .more span.phone:hover {
	color: #424242;
}

ul#staff li:hover a.mailto, ul#staff li a.mailto:hover {
	color: #E63226;
}
