/*  Common Styles  */

body {
  color: black;
  background-color: rgb(255,255,255);
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 81%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  background-image:  url(images/rgb_100_135_220.gif);
  background-repeat : repeat-x;
}

html > body {
	font-size: 10pt;
	margin: 0;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/*  Header  */

#address	{
	position: absolute;
	top: 10px;
	left: 65%;
	width: 275px;
	height: auto;
	text-align: center;
	background-color: transparent;
	margin-right: 1em;
	padding: 0;
	border: none;
	visibility: visible;
	z-index: 90;
	}
	
#offices	{
	position: absolute;
	top: 0;
	left: 65%;
	width: 275px;
	height: 198px;
	margin-right: 1em;
  	padding: 0;
	z-index: 20;
}

#nav	{
	position: absolute;
	width: 100%;
	top: 200px;
	left: 0;
	height: 2.0em;
	border:none;
	background:#003399;
}
#NavList, #NavList UL
{
 display:inline;
 list-style-type:none;
 margin:0;
 padding:0;
}
#NavList LI
{
 float:left;
 width:6.0em;
}
#NavList LI UL
{
 position: absolute;
 left: -999em;
 background: #003399;
 list-style-type:none;
}

#NavList LI:hover UL, #NavList LI.sfhover UL {
 left: auto;
}

#NavList LI UL LI {
float : none;
width:16.0em;
padding:0.25em 0.75em;
font-size:xx-small;
}

.photo	{
	padding: 0;
	margin: 5px 0 5px 1em;
	white-space: nowrap;
}

.photoleft	{
	padding: 0;
	margin: 5px 5px 0 0;
}

.superHeader {
	color: white;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
  color: rgb(39,78,144);
  background-color: rgb(140,170,230);
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
	color: white;
	background-color: rgb(0,51,153);
	margin: 0;
	padding: 1ex 1ex 1ex 1.5mm;
	left: 0px;
	top: 200px;

}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight{
	color: #FFFFFF;
	background-color: transparent;
	position: absolute;
	width: 100%;
}
	/* ###   Search ### */

#search	{
	position: absolute;
	left: 70%;
	top: 202px;
	width: auto;
	height: auto;
	}
	
.TextField {
	background-color: white;
	border-width: 1px;
	color: black;
	font-size: 1em;
	font-family: verdana, arial, sans-serif;
}

.button {
	background-color: #fff;
	color: #000;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	border: thin black solid ;
}

	/*  ###  Side Bar ###  */

#side-bar {
  margin-top: 2em;
  width: 15em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.5em 1ex 0.5em 5mm; /* Adjusts line-height for "Solutions for" */
  display: block;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}

	/* ### Main Copy ### */

#main-copy {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 15em;
  padding: 0.5mm 5mm 5mm 5mm;
  border-left: 1px solid rgb(153,153,153);
}

#main-copy p {
  margin: 1em 1ex 1em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy h1 {
  font-family: Geneva, Arial, Helvetica, serif;
  color: white;
  background-color: rgb(100,135,220);
  font-size: 1.75em;
  font-weight: bold;
  margin: 1.5em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy h2	{
	color: #000;
	background-color: transparent;
	font-size: 1.15em;
	font-weight: bold;
	padding: 0.5ex 0.5ex 0 0;
	}
	
.pub-h1	{
	color: #000;
	background-color: transparent;
	font-size: 1.5em;
	margin-top: 50px !important;
	text-align: center;
	}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 4ex 1em 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 4ex 1em 0 0;  /* For fully standards-compliant user agents */
}

dl {
  font-family: Geneva, Arial, Helvetica, serif;
  color: #6487DC;
  font-size: 1em;
  font-weight: bold;
  margin: .5em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  color: #000;
  background-color: transparent;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 .2em;
}

dd {
  margin: 0 0 1em .5em;
  padding: 0;
}

/* ###	Calendar And Publications ### */

#calendar {
	float: left;
	padding: 10px;
	margin-right: 10px;
	background: #fff;
  /*border: 3px solid #003399;*/
	width: 300px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 350px;
	}
html>body #calendar {
	width: 350px; 
	/* ie5win fudge ends */
	}

#publications {
	float: left;
	padding: 10px;
	margin: 5px;
	background: #fff;
  /*border: 3px solid #003399;*/
	width: 300px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 350px;
	}
html>body #publications {
	width: 350px; 
	/* ie5win fudge ends */
	}

		/* ### Footer ### */

#footer {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}


.subHeader .highlight  {
	color: #FFCC00;

 }

	/*  ### Project Data Sheet ### */

.title	{
	font-family: "Times New Roman", Times, serif !important; 
  	color: #000;
  	background-color: rgb(100,135,220);
  	text-align: right;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 1.75em;
  	font-weight: bold;
  	margin: 1.5em 0 0 0;
  	padding: 0.5ex 0.5ex 0.5ex 0 !important;	
}

.b	{text-transform: lowercase;
	}

.pdsText	{
	font-family: "Times New Roman", Times, serif !important;
	font-size: 1.25em;
}

	/* ### People ### */
	
.biomug  {
	float: left;
	padding: 0;
}

.bioaddress	{
	color: #ffcc00 !important;
	float:left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	background-color: rgb(100,135,220);
	padding: 1em;
	margin-right: 1em;
	border-top: none;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	border-left: solid black 1px;
	}
	
.biolink	{
	color: #ffcc00 !important;
	}
	
.biotext	{
	text-align: left;
	}

.otherProjects	{
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	line-height: 1em;
  	margin: 1em;
  	display: block;
	}

.fineprint {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.25ex;
	text-transform: uppercase;
	color: #003399;
	}
	
.directory	{
	font-family: Arial, Verdana, sans-serif;
	font-size: .75em;
	color: black;
	}
	
.quote	{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: .85em;
	width: 175px;
	height: 300px;
	float: right;
	padding: 0;
	margin: 0px 1em 5px 1em;
}
table	{
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 65%;
	}.tblStyle {
	float: right;
	margin-left: 1%;
}
#directory {width: 100%;}

#new	{
	position: relative;
	float: right;
	width: 280px;
	height: auto;
	color: #ffb00b;
	background-color: #6487DC;
	border: 1px #ffb00b solid;
	padding: .5em .5em 1em .5em;
	margin-left: 1em;
}
#main-copy p {
	padding: 5px;
}
