/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* page styles */

#page_container
{
	margin-left: auto; 
	margin-right: auto;
	max-width: 1024px;
}

/* header styles */

#page_header
{
	clear: both;
	padding-bottom: 20px;
}

#logo
{
	/* padding-left: 42px; */
	padding-left: 4%;
}

#logo_img
{
	width: 100%;
	max-width: 682px;
	height: auto;
}

#header_nav_menu_bar
{
	height: 24px;
	background-color: #ccdae7;
	border-bottom: solid 26px #00598b;
	margin: 0px;
	padding: 0px;
}

#header_nav_menu
{
	float: right;
	margin: 5px 125px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif; /* AvantGarde Bk BT */
	font-size: 14px;
}

#header_nav_menu li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#header_nav_menu li a
{
	text-decoration: none;
	color: #00598b;
	margin: 0px;
	padding: 4px 10px 4px 10px;
}

#header_nav_menu li a:hover
{
	background-color: #8eb3cb;
}

#header_nav_menu li ul
{
	display: none;
}

#header_nav_menu li:hover > ul
{
	display: block;
	position: absolute;
	padding-top: 10px;
	font-size: 16px;
} 

#header_nav_menu li ul li a
{
	color: #ffffff;
}

#menu_about {}
#menu_projects {}
#menu_news { margin-left: 80px; }
#menu_people { margin-left: 180px; }
#menu_fellowships {}

/* core styles */

#page_core
{
	color: #00598b;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 50px;
	padding-right: 50px;
}

#page_core h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	margin: 18px 0px 18px 0px;
}

#page_core h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

#page_core h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
}

#page_core a
{
	color: #00148b;
}

#page_core a:hover
{
	color: #8eb3cb;
}

#page_core a:visited
{
	color: #32008b;
}

#page_core p
{
	padding: 4px 0px 4px 0px;
}

#page_core p, #page_core ul li, #page_core ol li
{
	font-size: 80%;
	line-height: 120%;
}

#page_core ul li li, #page_core ol li li
{
	font-size: 100%;
	line-height: 100%;
}

#page_core ul, #page_core ol
{
	margin: 20px 20px 20px 40px;
}

#page_core ul li
{
	list-style: circle;
	padding: 0px 0px 4px 0px;
}

#page_core ol li
{
	list-style: decimal;
	padding: 0px 0px 4px 0px;
}

/* footer styles */

#page_footer
{
	height: 40px;
	background-color: #ccdae7;
	border-top: solid 1px #00598b;
	border-bottom: solid 1px #00598b;
	margin-top: 50px;
	margin-bottom: 10px;
	clear: both;
}

#footer_nav_menu
{
	float: right;
	margin: 6px 7% 0px 0px;
}

#footer_nav_menu li
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 28px;
}

#footer_nav_menu li img
{
	vertical-align: middle;
}

#footer_nav_menu li a
{
	text-decoration: none;
	color: #00598b;
}

#footer_nav_menu li a:hover
{
	color: #ffffff;
}

/* various */

strong { font-weight: bold; }
em { font-style: italic; }

table.people_list
{
	width: 90%;
	margin-bottom: 36px;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
}

table.people_list tr th
{
	background-color: #f0f4f8;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

table.people_list tr td
{
	padding: 12px 6px 6px 6px;
	vertical-align: top;
	font-size: 80%;
	line-height: 120%;
}

table.people_list tr td.person_details
{
	padding-right: 20px;
}

table.people_list tr td.person_details span
{
	display: block;
}
 
img.person_img
{
}

div#contact_form_area
{
	padding: 20px;
}

div#contact_form_area label
{

}

table.people_list tr td.person_details span.role
{
	font-weight: bold;
}

div.spacer { width:100%; height:10px; clear:both; }

div.snippit { padding: 10px 20px 10px 20px; margin: 0px 0px 10px 0px; clear: left; max-width: 800px; }
img.news_left { float: left; margin: 10px; }
img.news_right { float: right; margin: 10px; }

