body {
  line-height: 1.5;
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;   
  color: #000;
  background: none;
  font-size: 9pt;
}


/* Layout
-------------------------------------------------------------- */

ul#accessibility,
ul#nav,
ul#sub-nav,
ul#people-nav,
div#related-links,
div#archive,
form#contact-form,
p.vcard-download,
p.work span.work {
	display: none;
	visibility: hidden;
}

div#content {
	clear: both;
}


/* Text
-------------------------------------------------------------- */

/* hx */

h1, h2, h3 {
	font-weight: normal;
}

h1 a {
	color: #88bbd8;
	text-decoration: none;
	float: left;
	margin-bottom: 1em;
}

h2, h3 {
	font-weight: normal;
	text-transform: lowercase;
	clear: both;
}

h2 {
	margin-bottom: 1.5em;
}

h3 {
	text-transform: none;
}

/* p */

p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

p.tagline {
	text-transform: uppercase;
	font-size: 8pt;
	color: #002548;
	float: right;
	letter-spacing: 1px;
}

	p.tagline strong {
		font-weight: normal;
	}	

	p.tagline span {
		color: #ed6617;
	}
	
p.intro {
	clear: both;
}

/* img */

p img {
	float: left;
	margin: 0 30px 20px 0;
}

a img { border:none; }

div#banner img {
	float: left;
	height: 121px;
	margin: 0 .25em 1.5em 0;
}

/* ul */

div#banner ul {
	margin: 0;
	padding: 0 0 .75em 0;
	list-style: none;
	overflow: hidden;
}

ul#photo-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ul#photo-gallery li {
		display: inline;
		margin-right: 10px;
	}


/* Links
-------------------------------------------------------------- */

a {
	background: transparent;
	text-decoration: none;
	color: #999;
}

/* a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
} */

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */


/* About us
-------------------------------------------------------------- */

body.about-page ol {
	color: #002548;
	font-size: 11pt;
	text-transform: lowercase;
	margin: 0;
	padding: 1.5em 0 0 0;
}

	body.about-page ol li {
		margin-right: 5px;
		display: inline;
	}

	body.about-page ol li.alt {
		color: #ff6800;
	}


/* Our people
-------------------------------------------------------------- */

body.people-page div#banner a {
	color: #000;
	text-decoration: none;
}

body.people-page div#banner img {
	height: 200px;
}

body.people-page div#banner ul {
	margin: 0;
	padding: 0;
}

body.profile-page div#banner li {
	width: 45%;
	float: left;
}

div#profile {
	float: left;
	width: 40%;
}

body.profile-page h3 {
	margin: 0;
	padding: 0;
}

body.profile-page p.email {
	font-size: 12pt;
	text-decoration: none;
}

body.profile-page dl {
	width: 250px;
	margin: 0 0 1.5em 0;
	overflow: hidden;
}

	body.profile-page dl dt {
		width: 45px;
		float: left;
		font-weight: bold;
		clear: both;
	}
	
	body.profile-page dl dd {
		float: left;
		width: 160px;
	}
	
body.profile-page ul#links {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

body.profile-page blockquote {
	background: url(/images/people/quote-begin.gif) no-repeat;
	padding: 12px 0 0 50px;
	width: 40%;
	float: right;
	font-size: 8pt;
}

	body.profile-page blockquote p {
		padding-right: 50px;
	}
	
	body.profile-page blockquote p.last {
		background: url(/images/people/quote-end.gif) no-repeat right bottom;
		padding-bottom: 12px;
	}
	
	body.profile-page blockquote em {
		font-style: normal;
		text-transform: uppercase;
	}
	
	body.profile-page blockquote small {
		margin: -10px 0 0 50px;
		float: left;
	}