/*
 * internal.css
 *
 * Style sheet for http://msf.ucsf.edu/
 * Originally written by June Snedecor  12/04/05
 *
/*

/*
*/

/*
 * UCSF's top navigation bar
 */

#brand {
   z-index: 10;
   background-color:#000000;
   color: #ffffff;
   font-size:8pt;
   width: 100%;
   padding-top: 0.1em;
   padding-bottom: 0.7em;
}

#brand a:link {
   color: #ffffff;
   text-decoration:none;
}

#brand a:visited {
   color: #cccccc;
}

#brand a:hover, a:active {
   color: #cccccc;
   text-decoration:underline;
}

#brand_image {
   float: left;
   height: 30px;
   width: 55px;
   padding-left: 30px;
}

#brand_text {
   text-align: left;
   padding-left: 94px;
   padding-top: 1em;
}
/* end UCSF's top navigation bar */



/* general tags */
body {
   z-index: 0;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10pt;
   background-color: #888888;
}

h1 {
   font-weight:normal;
   font-size: 16pt;
   text-align: center;
   color: #cc6600
}

h2 {
   font-size: 12pt;
   font-weight: bold;
   color: #cc6600
}

h3 {
   font-size: 11pt;
   text-align: left;
   font-weight: bold;
   color: #cc6600
}

tr {
   font-size: 10pt;
   vertical-align: top;
}

th {
   text-align:left;
}

a:visited {
   color: blue;
   text-decoration: none;
}

a:link {
   color: blue;
   text-decoration: none;
}

a:hover, a:active {
   text-decoration: underline;
   color: black;
}
/* end general tags */

/* Drop shadows on images; courtesy A List Apart */
.img-shadow {
  float:left;
  background: url(images/transparancy.png) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #F5F5F5;
  margin: -6px 6px 6px -6px;
  padding: 4px;

}
/* end Drop shadows */


/* This isn't probably necessary, but I wanted the page to
be on the far left and top. This encloses all the content in
the page. JS */
#position {
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
   width: 100%
}

#header {
   clear: both;
   z-index: 8;
   width: auto;
   height: 80px;
   border: 0px;
   margin: 0px;
   padding: 2px;
   background-color: #CC5E00;
   background-color: white;
   background: white url(/images/spectrum_sm.png) repeat top left;
   border: 6px solid #CC5E00;
   color: #000000;
}

#header_graphic {
   float: left;
   border: 0px;
   margin: 0px;
   padding: 4px;
   margin: 2px;
}

#header_title {
   float: left;
   height: 80px;
   font-size: 20pt;
   font-family: Arial, sans-serif;
   font-weight: bold;
   margin-bottom: -20px;
   margin-top: 5px;
   padding: 8px;
   color: black;
}

#header_title_2 {
   font-size: 10pt;
}


#header_title a:visited {
   color: #000000;
}

#header_title a:link {
   color: #000000;
}

#header_title a:hover, #header_title a:active {
   text-decoration: underline;
   color: #000000;
}

#header_right {
   display: none;
}

#header_ncrr_logo {
   margin-top: 20px;
   margin-left: 10px;
   float: left;
}
#header_nih_logo {
   margin-top: 15px;
   margin-left: 10px;
   float: left;
   clear: right;
}


#menu {
   /* reset positioning */
   clear: both;
   border: 0px;
   padding: 0px;
   margin: 0px;

   z-index: 4;
   background-color: #59abbf;
   color: black;
   font-size: 10pt;
   padding-left: 0px;
   width: 100%;
   height: 2em;
}


#menu a:visited, #menu a:link {
   color: black;
   font-weight: normal;
   font-weight: bold;
}

#menu a:hover, #menu a:active {
   z-index: 3;
   text-decoration: underline;
   color: #01767B;
   color: black;
   font-weight: bold;
  background: #cc8f51
}

/*
 * Dropdown menus using CSS and a little Javascript (for IE)
 * from http://htmldog.com/articles/suckerfish/dropdowns/
 */

#navigation,
#navigation ul { /* all lists */
   z-index: 3;
   padding: 0;
   margin: 0;
   list-style: none;
   line-height: 2em;

   background: #59abbf;
}

#navigation a {
   display: block;
   width: 11em;
}

#navigation li { /* all list items */
   float: left;
   text-align: center;
   width: 11em; /* width needed or else Opera goes nuts */
}
#navigation li.hover, #navigation li.active {
}

#navigation li ul { /* second-level lists */
   position: absolute;
   width: 11em;
   left: -999em; /* using left instead of display to hide menus because display: none
                    isn't read by screen readers */

   margin-top: 0px;
   border: 5px;
   border-style: solid;
   border-color: #CC5E00;
   border-top-style: none;
   border-right-style: none;
   border-left-style: none;
}

#navigation li ul ul { /* third-and-above-level lists */
   margin: -2em 0 0 11em;
}

#navigation li:hover ul ul,
#navigation li.sfhover ul ul {
   left: -999em;

   border-top-style: solid;
}

#navigation li:hover ul,
#navigation li li:hover ul,
#navigation li.sfhover ul,
#navigation li li.sfhover ul { /* lists nested under hovered list items */
   left: auto;
}

.navigation_image {
   width: 11em;
   border: 0;
}

/* end dropdown menus */


#bottomhalf {
   clear: both;
   background-color: #cccccc;
   z-index: 0;
   right: auto;
}

img.title {
        margin: 0px;
}


#content {
   float: left;
   z-index: 0;
/*        color: #5e5f5f; */
   color: #000000;
   background-color: #eeeeee;
   background-color: white;
   text-align: justify;
   padding: 20px;
   display: inline;
   margin:25px;
   width: auto;
}

#content ul {
   font-weight:bold;
   font-size: 10pt;
   list-style-type: none;
}

#education td, #education th {
   padding: 3px;
}

#work td, #work th {
   padding: 3px;
}

#footer {
   background-color: #59abbf;
   clear:  both;
   font-size:8pt;
   color: black;
   text-align: center;
   padding-top: 1em;
   padding-bottom: 1em;
}

#footer a:visited, #footer a:link {
   color: black;
}

#footer a:hover, #footer a:active {
   text-decoration: underline;
   color: blue;
   color: white;
}

.clear { clear:both; }

signature {
        font-size: 8pt;
}

