html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------- end of eric meyer reset -------------------- */

body {
	background: #9a9888 url(/images/background.gif) no-repeat;
	color: #585a4c;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a {
	color: #585a4c;
}
h1 {
	font-size: 1.5em;
	line-height: 1em;
	/*padding: 1em 0;*/
}
h2 {
	padding: 1em 0;
}
p {
	line-height: 1.7em;
	padding-bottom: 1.5em;
}

#header {
	background: transparent url(/images/logo.gif) no-repeat right;
	width: 728px;
}
#middle{
	background-color: white;
	width: 720px;
}
#navigation {
	height: 26px;
	width: 719px;
	/*margin: auto;*/
}
#main {
	min-height: 500px;
	background: #eae8d9 url(/images/headings/home.gif) no-repeat 0 20px;
	width: 359px;
	padding: 64px 38px 38px 322px;
}
body#about #main {
	background-image: url(/images/headings/about.gif);
}
body#newsroom #main {
	background-image: url(/images/headings/newsroom.gif);
}
body#projects #main, body#project #main {
	background-image: url(/images/headings/projects.gif);
}
body#people #main {
	background-image: url(/images/headings/people.gif);
}
body#contact #main {
	background-image: url(/images/headings/contact.gif);
}

#main_transfer {
	min-height: 500px;
	background-color: #eae8d9;
	padding: 30px;
}

#main_transfer em {
	font-weight: bold;
	font-style: normal;
}

#navigation ul {
	padding: 0px 2px 0px 3px;
}
#navigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 119px;
	text-align: center;
	font-size: 1.1em;
}

#navigation li a {
	text-decoration: none;
	display: block;
	padding-top: 6px;
	height: 21px;
	color: #585A4C;
	text-transform: lowercase;
}

#navigation li a:hover {
	background-color: #9a9888;
	color: white;
}


#main ul {
	padding-bottom: 1.5em;
	padding-left: 3em;
	font-size: .9em;
	line-height: 1.7em;
	list-style-position: inside;
}
#main li:before {
	content: "*";
}


/* Contact */
#address {
	padding-bottom: 30px;
}
	#address .org {
		font-weight: bold;
	}
#contact_list {
	padding-bottom: 30px;
}

#contact_list .vcard {
	height: 20px;
}

.vcard {
	padding-bottom: 10px;
	clear: both;
}
.vcard span.email_wrap {
	float: right;
}

.vcard span.name_wrap {
	float: left;
}

.clear_both {
	clear:both;
}

/* Newsroom */
.article {
	padding-bottom: 10px;
}
.titlepress {
	font-weight: bold;
}
.authorpress, .sourcepress {
	font-size: .85em;
	line-height: 1.5em;
}

/* People */
.person {
	margin-bottom: 30px;
	border-bottom: 1px solid #9a9888;
}
.person_name {
	padding: 3px 10px 3px 60px;
	background-color: #9a9888;
	font-size: 1.2em;
}
	.person_name, .person_name a {
		color: #eae8d9;
		text-decoration: none;
	}
	
.title {
	position:relative;
	height: 43px;
}
	.title, .title a {
		color: #9a9888;
		text-decoration: none;
	}
	
.title div {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align: right;
	padding: 5px 5px 3px 55px;
	font-size: .9em;
}

.photo {
	float: left;
}

/* Projects */
#sidebar {
	position:absolute;
	left:0;
	top:350px;
}
#projects_pulldown {
	margin-left: 10px;
}
#sidebar select {
	color: #EAE8D9;
	background-color: #9A9888;
	border-color: #EAE8D9;
	border-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dashed;
	scrollbar-face-color: #EAE8D9; 
   	scrollbar-highlight-color: #C8C9C1;
   	scrollbar-shadow-color: #9A9888; 
   	scrollbar-3dlight-color: #9A9888; 
   	scrollbar-arrow-color: #9A9888; 
   	scrollbar-track-color: #9A9888; 
   	scrollbar-darkshadow-color: #9A9888;
}
#back {
	position: absolute;
	left: 240px;
	left: 0px;
	top: -72px;
	width: 270px;
	text-align: right;
	font-size: .9em;
	
}
#back a {
	color: #585A4C;
	text-decoration: none;
}
	#back a:before {
		content: url(/images/back_arrow.gif);
	}
	#back a:hover {
		color: #000;
		text-decoration: none;
	}
.project {
	width: 356px;
}
#projects .project {
	margin-bottom: 30px;
}
.project_name {
	background-color: #9a9888;
	width: 250px;
	padding: 3px 6px;
	font-size: 1.2em;
}
	.project_name, .project_name a {
		color: #eae8d9;
		text-decoration: none;
	}

.project_image {
	padding: 10px 0;
	border-top: 1px solid #9a9888;
}
#projects .project_image {
	border-bottom: 1px solid #9a9888;
}
.caption {
	font-style: italic;
	font-size: .9em;
}
