/* CSS Document */

/* Set all margins and padding to zero */
* {margin: 0; padding: 0}

html, body {
	 min-height:100%; margin-bottom:1px;
}
div.clearfloats { clear: both; } 

body 
{ 
  background: #fff url(images/background-inside.jpg) top left repeat-x; 
  color: #4f4f4f;  /* dark grey */
  font-family: arial, helvetica, sans-serif;
  font-size: 84%;
  margin: 0px; 
  padding: 0px; 
  width: 100%;
} 

body.home {
	  background: #fff url(images/background-home.jpg) top left repeat-x; 
}

#rightcol a:link, #rightcol a:visited {
  text-decoration: none;
  color: #0066CB;  /* bright blue */
}

#rightcol a:hover, #rightcol a:active {
  color: #7fa093;  /* teal */
}

#container
{
  width: 750px;
  margin: 0px auto;
  background: transparent;
  position: relative;
}


#banner {
  height: 103px;
  width: 750px;
  background-color: #fff;
  position: relative;
}

#banner img {
	border: none;
	padding-top: 24px;
	padding-left: 0px;
}

#topnav
{
  text-align: right;
  font-size: .8em;
  position: absolute;
  top: 22px;
  right: 0;
  width: 240px;
}

#topnav a {
	padding-right: 6px;
	padding-left: 6px;
}

#topnav a:link, a:visited {
  text-decoration: none;
  color: #4f4f4f;  /* dark grey */
}

#topnav a:hover, a:active {
  color: #7fa093;  /* teal */
}


body.home #middle
{
  background: transparent url("images/scientists.jpg") top left no-repeat; 
  width: 750px;
  height: 218px;
}

#middle {
  height: 80px;
  position: relative; 
}

#middle h1
{
   padding-top: 50px;
   padding-left: 230px;
  color: #151A5D; 
  font-size: 1.4em;
  font-weight: normal;

}

#middle img {
	float: left;
	width: 213px;
}

body.home #middle h1
{
  padding-top: 110px;
   padding-left: 30px;
	text-align: right;
}

#content h1 {
	color: #151A5D;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 6px;
}

#content h2 {
	color: #0066CB;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 4px;
}

#content .newsletter h2 {
	font-size: 12px;
}

#content h3 {
font-size: 1em;
font-weight: bold;
color: #4f4f4f;
padding-bottom: 2px;
}

body.home #middle h1
{
  margin-left: 300px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2em;
}

.label {padding-right: 10px;width: 40px;font-weight: bold;}

/*#leftnav ul {
  margin-left: 0px;
  list-style: none;
  margin-top: 0;
}

#leftnav hr {
	background-color: #7fa093;
	color: #7fa093;
	height: 1px;
	margin: 4px 0 4px 10px;
}*/

div.siderule {
	border-top: 1px solid #7fa093; 
	margin: 6px 0 6px 10px;
}

div.announce {
	width: 200px; 
	border: 1px solid #0066CB; 
	padding: 6px; 
	margin: 16px 10px 10px 10px;
}

div.announce p {
	margin: 0; padding: 0;
}
div.announce a:link, div.announce a:visited {
	text-decoration: none;
	color: #0066CB;
}

div.announce ul {margin-left: 16px;}

div.hmannounce {
	width: 375px; 
	border: 1px solid #0066CB; 
	padding: 6px; 
	margin: 16px 10px 10px 10px;
}

#content p {
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 1.4em;
}

#content p.intro {
	font-size: 1.05em;
}

.newsletter {
	padding: 5px;
	border: 1px solid #a5bcb2;
	text-align: center;
}

#rightcol ul {
	padding: 0 0 10px 20px;;
}

#rightcol ul li {
	margin-left: 10px;
	margin-bottom: 6px;
}

#rightcol ul li ul {padding-bottom: 0; padding-top: 6px;}

#rightcol img.thumbnailright {
	float: right;
	margin: 0 0 8px 8px;
	border: 1px solid #a5bcb2;
}

#rightcol div.photocap {
	float: right;
	width: 160px;
	margin: 0 0 8px 8px;
	border: 1px solid #a5bcb2;
}

div.photocap p {
	padding: 4px;
	font-size: .70em;
	font-style: italic;
}

#rightcol ol {
	margin-left: 26px;
	font-size: .85em;
}

#rightcol ol li {
	padding-bottom: 10px;
}

.errormsg {
	color: #ff0000;
	margin-left: 6px;
}

#bottom {
	background: #fff;
}

#leftnav {
  float: left;
  width: 215px;
    font-size: .9em;
  margin-top: 10px;
}

body.home #leftnav {
  width: 284px;
}


#searcharea{
	position: relative;
}

#banner #searcharea{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#leftnav form {
	padding: 10px 0 0 10px;
}

#searcharea input {
 vertical-align: top;
}

#searcharea input.searchbtn {
	padding-left: 8px;
}

.newsletter input.searchbtn {
	margin: 5px 0 -5px;
}

input.searchtext {
	padding: 2px;
	color: #0066cb;
	height: 16px;
}


#rightcol {
  float: left;
  width: 512px;
  padding: 20px 10px 10px 10px;
}

.actionbox {
	float: right;
	padding: 0 0 10px 10px;
}

.callus {
	margin-bottom: 12px;
}

body.home #rightcol {
  width: 446px;
}

#footer {
	position: relative;
	height: 80px;
}

#footer .leftcol  {
	text-align: left;
	width: 215px;
	position: absolute;
	bottom: 10px;
}

#footer p {
  font-size: .7em;
}

#footer div.rightcol 
{
  text-align: right;
  width: 512px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
}

#footer div.rightcol a:link, #footer div.rightcol a:visited {
  text-decoration: none;
  color: #0066CB;  /* bright blue */
}

#footer div.rightcol a:hover, #footer div.rightcol a:active {
  color: #7fa093;  /* teal */
}



table.info {
	margin-top: 30px; margin-bottom: 30px;
	border-top: 1px solid #a5bcb2;
	border-left: 1px solid #a5bcb2;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	background-color: #d2e1f1;
}

table.info th {
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
	background-color: #4F81BD;
	color: #fff;
}

table.info td, table.info th {
	border-collapse: collapse;
	border-right: 1px solid #a5bcb2;
	border-bottom: 1px solid #a5bcb2;
	vertical-align: top;
	padding: 4px;
	line-height: 1.4em;
	font-size: .85em;
}

table ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

table ul li {
	padding:0 0 0 10px;
}

table.photogallery td {
	padding: 0 4px 4px 0;
	vertical-align: top;
}

table.photogallery img {
		border: 1px solid #06c;
}

table.events td {
	vertical-align:top;
	padding: 0 0 16px 10px;
}

table.partner {
	margin: 10px 0 10px 0;
	border: none;
}

table.partner td {
	border: none;
	padding: 10px;
}

table.partner img {
	border: none;
}



/* form */
td.formlabel {	
	font-weight: bold;
	padding-right: 10px;
	vertical-align: top;
}

table.form td {
	padding: 0px 4px 8px 0;
}

table.form {

}

textbox {
	font-size: .9em;
}

table.form img {
	padding: 8px 0 8px 0;
}



body.popup {
	margin: 20px 10px 10px 10px;
	text-align: center;
	background-image: none;
}

body.popup #wrapper {
		margin: 0 auto;
		width: 450px;
}

body.popup img {
	border: 1px solid #06c;
}

body.popup p {
	padding-top: 10px;
	width: 432px;
}

ul.publication li {
	font-size: .9em;
}

.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; } 
		.results { font-size: 100%; }
		.category { color: #999999; }
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}
		.sorting { text-align: right; }
		.result_title { font-size: 100%; }

		.zoom_searchform { font-size: 100%; }
		.zoom_options { font-size: 80%; }
		input.zoom_button {  }
		input.zoom_searchbox {  }	
