/* ---------------------------------------------------------------------------
	=history + timeline
--------------------------------------------------------------------------- */
body.history-timeline #intro h2 { font-size: 1.34em; }

/* ---------------------------------------------------------------------------
	=staff listings
--------------------------------------------------------------------------- */

div.staff {
	/*background: url(../img/div-dot.png) repeat-x 0 0;*/
	border-bottom: 1px solid #099;
	/*margin-bottom: 10px;*/
	padding: 20px 0 20px 127px;
	position: relative;
}
div.staff.line { background: url(../img/div-dot.png) repeat-x 0 0; border-top: none; }

div.staff.more .staff-bio {
	margin-bottom: 20px;
}

div.staff img {
	float: left;
	left: -127px;
	margin-right: -100px;
	position:relative;
	border: 1px solid #fff;
}

div.staff h2 {
	margin-bottom: 5px;
}

div.staff p {
	margin-bottom: 5px;
}

p.staff-position {
	color: #0a1f3e;
	font: bold .92em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
	text-transform: uppercase;
}

div.staff-bio {
	overflow: hidden;
}

#content-main div.staff .staff-more {
	background: url(../img/button-bio-more.png) no-repeat 0 0;
	color: #fff;
	display: block;
	font-family: Helvetica, Arial, sans;
	font-size: 10px;
	line-height: 30px;
	padding-right: 35px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	
	width: 86px;
	height: 30px;
	
	position: absolute;
		right: 0;
		bottom: 0;
}

#content-main div.staff .staff-more.close { background-position: 0 -30px; }

/* ---------------------------------------------------------------------------
	=news
--------------------------------------------------------------------------- */
.news-notice {
	font-style: italic;
}

#news-listing div.news-item {
	background: url(../img/div-dot.png) repeat-x 0 0;
	margin-bottom: 15px;
	padding-top: 20px;
}

#news-listing div.news-item h2 {
	background: url(../img/icon-arrows.png) no-repeat 0 7px;
	font-size: 1.4em;
	padding-left: 14px;
}

#news-listing div.news-item h2 a { text-decoration: none; }

#news-listing div.news-item h2 a:hover { text-decoration: underline; }

#news-listing p { margin-bottom: 0; }

#news-listing p.date {
	color: #0a1f3e;
	font: bold .92em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	padding-left: 14px;
	text-transform: uppercase;
}

/* detail page */

ul.news-item-contact {
	list-style: none;
	margin-left: 0;
}

li.news-contact-who {
	font-size: 1.3em;
}

.news-item-detail p.date {
	color: #3d4e51;
	font: bold .92em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-transform: uppercase;
}

/* sidebar Media Contact info */
.callout .callout-item.media-contact ul li,
.callout .callout-item.looking-for ul li {
	background-position: 0 0.45em;
	font-size: 0.78em;
}

.callout-item.media-contact span {
	color: #1c437f;
	display: block;
	line-height: 1.4em;
}

span.media-title { font-size: 0.8em; margin-bottom: 1.0em; }

/* sidebar RSS button */

#rss p {
	margin-bottom: 5px;
}

#button-rss {
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 40px;
	text-transform: uppercase;
}

#button-rss a {
	background: url(../img/icon-rss.png) no-repeat 0 50%;
	padding-left: 20px;
}

#button-rss a:link, #button-rss a:visited {
	color: #0a1f3e;
	text-decoration: none;
}

#button-rss a:hover {
	color: #099;
	text-decoration: underline;
}

#rss-what {
	color: #666;
	font: italic .82em Georgia, 'Times New Roman', Times, serif;
	padding-left: 5px;
}

#rss-what a {
	background-image: none;
	padding: 0;
	text-transform: none;
}

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

#rss-what a:hover {
	color: #0a1f3e;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------
	=accreditation & certification
--------------------------------------------------------------------------- */

body.accreditation-certification h2 {
	font-size: 1.3em;
}

#company-contacts {
	background: url(../img/div-dot.png) repeat-x 0 0;
	margin-bottom: 25px;
	padding-top: 20px;
}

#company-contacts dl {
	float: left;
	margin-right: 10px;
	width: 205px;
}

#company-contacts dt {
	color: #3d4e51;
	font: bold 1.1em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
}

#company-contacts dd {
	font-size: .92em;
}

#company-contacts dd.company-formally {
	color: #666;
	font-style: italic;
}

div.download-group {
	background: url(../img/div-dot.png) repeat-x 0 0;
	margin-bottom: 25px;
	padding-top: 20px;
}

div.download-group ul {
	list-style: none;
	margin: 0;
}

div.download-group ul li {
	background: url(../img/icon-pdf.png) no-repeat 0 4px;
	color: #666;
	font-style: italic;
	padding: 0 0 0 14px;
}

div.download-group ul li a {
	font-style: normal;
}

div.download-group p {
	color: #666;
	margin: 0;
	padding-top: 10px;
}

div.download-group p span {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
}

/* ---------------------------------------------------------------------------
	=video player
--------------------------------------------------------------------------- */
#player {
	display: block;
	margin-bottom: 20px;
	
	width: 658px;
	height: 439px;
}


