* {
	margin: 0px;
	padding: 0px;
}

html {
	background: url('../images/backfill.png') #d6e6f7 repeat-x scroll;
	height: 100%;
}

body {
	width: 770px;
	margin: 0px auto;
	height: auto;
	min-height: 100%;
	position: relative;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}

html, body, #contents {
	min-height: 100%;
	height: 100%;
}

html>body, html>body #contents {
	height: auto;
}

a, a:active {
	outline: none;
}

a, a:visited {
	color: #0000DD;
}
/* header div */

div#top {
	position: relative;
	height: 117px;
	padding: 0px 7px;
	background: transparent url(../images/header-bg2.jpg) bottom center no-repeat;
}

div#top img.logo
{
/*	height: 90px;	*/
	padding-top: 15px;
}

#subsidiary
{
	position: absolute;
	top: 15px;
	right: 20px;
	text-align: center;
}

#subsidiary span
{
	display: block;
}

#subsidiary a
{
	
}

#subsidiary img
{
	border: none;
}


/* top tab CSS */

div#tabs
{
	background: #555555;
	position: absolute;
	left: 8px;
	right: 8px;
	top: 93px;
}

div#tabs ul
{
	list-style: none outside;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	float: left;
	width: 100%;
}

div#tabs li
{
	float: left;
	border-right: 2px solid white;
}

div#tabs li a
{
	background: #555555;
	display: block;
	padding: 5px 13px;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

div#tabs li a:hover, div#tabs li a.active
{
	background: #007000;
}

/* drop-down menu using CSS; Source: http://www.tjkdesign.com/articles/keyboard_friendly_dropdown_menu/default.asp */

#tabs ul li ul {
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding:1px 10px 10px 10px;
	background:url(/img/clear.gif);/* trick to keep'em open */
}

/* END tab CSS */

/* end header div */

/* footer div */

div#bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#bottomnav {
	display: block;
	padding: 6px;
	font-size: 11px;
	background-color: #555555;
}

#bottomnav a {
	padding: 3px 5px;
	text-decoration: none;
	color: #DDDDDD;
}

#bottomnav a:hover {
	text-decoration: underline;
}

#bottomnav, #bottomnav a:visited {
	color: #DDDDDD;
}

span.footer {
	font-size: 11px;
	color: #AAAAAA;
	display: block;
	padding: 3px;
}

/* end footer div */

/* main content */

div#contents {
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	width: 100%;
}

div#main, div#bottom {
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 130%;
}

div#main{
	padding: 30px 60px 10px;
	margin-bottom: 100px;
/*	min-height: 100%;	*/
	min-height: 300px;
}

span.desc, span.pdesc {
	margin-bottom: 13px;
	display: block;
}

span.pdesc {
	min-height: 128px;
}

span.desc li.header {
	list-style: circle;
	font-size: 16px;
	font-weight: 700;
	margin-left: 0;
}

span.desc li {
	margin-left: 20px;
}

ol li {
	margin-left: 40px;
	padding-bottom: 5px;
}

h2 {
	color: #158015;
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}

/* end main content */

/* Contact Us specifics */

div#map_container {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

div#map {
	border: 1px solid black;
}

div#directions
{
	margin-bottom: 20px;
}

span.address {
	text-indent: 40px;
	display: block;
}

/* end Contact Us specifics */

/* team.html specifics */

h1 {
	color: #0060B6;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	display: block;
	width: 100%;
}

h2.teamtitle {
	text-align: center;
}

p.person {
	
}

span.name {
	color: #FF0000;
	font-size: 16px;
	font-weight: 700;
}

span.title {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

img.portrait {
	width: 150px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* research project stuff */

ul#research
{
	margin-top: 50px;
}

ul#research li
{
	font-weight: bold;
	padding-bottom: 4px;
	margin-left: 15px;
	margin-top: 15px;
}

ul#research li span
{
	font-weight: normal;
}

/* careers page */

ul.career
{
	padding-left: 50px;
}