/*-------------------- Element Definitions --------------------*/

body {
	margin: 0px;
	background-color: rgb(129,167,180);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a {
	color: rgb(109,136,146);
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

h3 {
  	margin-top: 12px;
	margin-bottom: 3px;
}



/*--------------------    Id Definitions   --------------------*/
/*-- IDs are unique things, syntax is id="whatever"  --*/
/*-- IDs are identified by hashes in CSS, ie #whatever  --*/

#main {
	text-align: left;
	width: 764px;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	padding: 6px;
	background-color: rgb(255,255,255);
}

#td-left {
	background: url("/images/navigation-background-blue.gif");
	background-color: rgb(129,167,180);
	background-repeat: no-repeat;
	background-position: bottom;
}

#left {
	width: 112px;
	background-color: rgb(129,167,180);
	overflow: hidden;
}

#content {
	width: 632px;
	background-color: rgb(255,255,255);
	border: solid 1px #666666;
	padding: 6px;
	overflow: hidden;
	margin-left: 6px;
}

#center {
	float: left;
	width: 440px;
	background-color: rgb(255,255,255);
	overflow: hidden;
	padding-right: 4px;
	padding-top: 0px;
	padding-left: 18px;
	padding-bottom: 0px;
}

#center ul {
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
}

#center li {
	margin: 0px;
	padding: 0px;
}


#right {
	float: right;
	width: 126px;
	background-color: rgb(255,255,255);
	overflow: hidden;
	border-left: solid 1px #666666;
	padding-left: 18px;
	padding-bottom: 6px;
	padding-right: 12px;
	font-size: 8pt;
}

#right h2 {
	font-size: 9pt;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 15px;
	margin-bottom: 4px;
	background-color: rgb(129,167,180);
	color: #dae7ec;
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-family: "arial narrow";
	font-weight: bold;
	border: solid 1px #666666;
}

#right h4 {
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}

#right p {
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* begin header styles */
#header {
	background: url("/images/header-background-blue.gif");
	background-repeat: no-repeat;
	background-position: right;
	background-color: rgb(129,167,180);
	margin-bottom: 6px;
	height: 100px;
}

#header-logo {
	position: absolute;
	left: 6px;
	top: 6px;
	border-right: solid 6px rgb(255,255,255);
}

#header-main {
	width: 644px;
	height: 98px;
	position: absolute;
	left: 124px;
	top: 6px;
	border: solid 1px #666666;
}

#header-title-location {
	position: absolute;
	left: 0px;
	top: 46px;
	padding-left: 6px;
	padding-bottom: 6px;
}

#header-navigation {
	color: rgb(255,255,255);
}

#header-navigation a {
	color: rgb(255,255,255);
}

#header-sticky {
	text-transform: lowercase;
	font-size: 7pt;
	float: right;
	color: rgb(255,255,255);
	padding: 2px;
}

#header-sticky a {
	color: rgb(255,255,255);
}

#nav {
	text-transform: uppercase;
	color: rgb(255,255,255);
	font-size: 9pt;
	font-family: "arial narrow";
	padding: 3px;
	font-weight: bold;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav a {
	color: rgb(255,255,255);
	font-weight: bold;
}

#nav .nav-l2 {
	font-size: 9pt;
	padding: 3px;
	padding-left: 6px;
	color: rgb(0,0,0);
	border: solid 1px rgb(109,136,146);
	background-color: rgb(255,255,255);
}

#nav .nav-l2 a {
	color: rgb(0,0,0);
	font-weight: bold;
}

#nav .nav-l2 a:hover {
	color: rgb(129,167,180);
	text-decoration: none;
}

#nav .nav-l3 {
	font-size: 7pt;
	padding: 3px;
	margin-right: 3px;
	color: #333333;
	border: solid 1px #cccccc;
	background-color: rgb(255,255,255);
	font-weight: bold;
}

#nav .nav-l3 a {
	color: #333333;
	font-weight: bold;
}

#nav .nav-l3 a:hover {
	color: rgb(129,167,180);
	text-decoration: underline;
}

#nav .nav-14 {
        font-size: 7pt;
	padding: 3px;
	margin-right: 3px;
	color: #333333;
	border: solid 1px #cccccc;
	background-color: rgb(255,255,255);
	font-weight: bold;
}

#nav .nav-l4 a {
	color: #333333;
	font-weight: bold;
}

#nav .nav-l4 a:hover {
	color: rgb(129,167,180);
	text-decoration: underline;
}

#nav-press-room-dtm-news {
        display:none;
}

#nav-projects-kinkajou {
	display:none;
}

#nav-projects-iv_drip {
	display:none;
}

#nav-projects-cmes {
	display:none;
}

#nav-field-journal-africa {
        display:none;
}

#nav-field-journal-africa-jul-2003 {
        display:none;
}

#nav-field-journal-africa-nov-2004 {
        display:none;
}

#nav-field-journal-asia {
        display:none;
}

#nav-field-journal-asia-jan-2005 {
        display:none;
}

#nav-field-journal-asia-jun-2005 {
        display:none;
}

#nav-field-journal-asia-nov-2005 {
        display:none;
}

/* -- search form -- */
#searchBox {
	position: relative;
	top: 0px;
	left: -120px;
}

.search #searchBox {
	display: inline;
}

#searchBox #search {
	position: absolute;
	top: 0px;
	right: -75px;
	width: 75px;
	height: 13px;
	border: none;
	color: rgb(109,136,146);
	font-size: 7pt;
}

#searchBox .button {
	position: absolute;
	top: 0px;
	right: -120px;
	height: 15px;
}

#searchButton:hover {
	border: solid 1px #ffffff;
	margin: -1px;
}
/* end header styles */

#footer-left {
	background-color: rgb(129,167,180);
	border-top: solid 6px white;
}

#footer {
	font-size: 7pt;
	text-align: center;
	border-top: solid 6px white;
}



/*--------------------   Class Definitions  -------------------*/
/*-- Classes are general styles, syntax is class="whatever"  --*/
/*-- Classes are used in div or any other tags  --*/
/*-- Classes are identifies by dots in CSS, ie .whatever  --*/


.sub-category-nav {
	padding: 3px;
	font-size: 11px;
	background: #eee;
	text-align: center;
	color: #999;
}

.hr-dotted {
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: none;
	border-bottom: dashed 1px #666666;
}

.hr-double {
	margin: 0px;
	padding: 0px;
	height: 4px;
	border: none;
	border-bottom: solid 1px #666666;
	border-top: solid 1px #666666;
}

.photo-float-left-fixed {
	float: left;
	width: 304px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.photo-float-left-fixed img {
	width: 300px;
	border: solid 1px #000000;
}

.photo-float-right-fixed {
	float: right;
	width: 304px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.photo-float-right-fixed img {
	width: 300px;
	border: solid 1px #000000;
}

.photo-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.photo-float-left img {
	border: solid 1px #000000;
}

.photo-float-left_nb {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.photo-float-left_nb img {
	border: solid 1px #ffffff;
}

.photo-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.photo-float-right img {
	border: solid 1px #000000;
}

.photo-centered {
	width: 432px;
	margin-bottom: 10px;
}

.photo-centered img {
	border: solid 1px #000000;
}

.photo-centered-mult {
	margin-bottom: 10px;
}

.photo-centered-mult img {
	width: 206px;
	margin-right: 3px;
	padding-right: 0px;
	border: solid 1px #000000;
}


.photo-border img {
	border: solid 1px #000000;
}

.photo-attribution {
	font-size: 6pt;
	margin: 0px;
	text-align: right;
}

.photo-caption {
	font-size: 7pt;
	font-style: italic;
	margin: 0px;
	text-align: left;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.nav-secondary {
	font-size: 8pt;
	margin-left: 6px;
	margin-bottom: 6px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #dae7ec;
	border: solid 1px #666666;
	color: #333333;
}


.byline { 
	font-weight: bold;
	color: silver;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 3px;
}

.blogentry h3, .blogentry h3 a { 
	color: #000000;
	font-weight: bold;
	font-size: 12px; 
  	margin-top: 12px;
	margin-bottom: 3px;
	text-decoration: none;
}