/* CSS file for Patti's work site */

* { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

/* Notes on colors 

  background color:
  #FFCC66 - light brown 
  #E8EEF7 - light blue
  
  336699 - medium blue
  003366 - darker blue
  
*/
 
/* Colors for links */

a, a:link { color:#003366;} 
a:visited { color:#000000;} 

a:hover, a:active {
  color: #4C6BA9;
  text-decoration: underline;
  }

body { color: #003; background-color: #E8EEF7}

h1 {
    color: #003366;
    font-weight: bold;
    font-size: 15px;
}

h2 {
    color: #003366;
    font-weight: bold;
    font-size: 12px;
}

dl {
  padding-left: 1em;
}

dd {
  margin-left: 1.5em;
  padding-bottom: .5em;
}

.border
{
    border: solid 1px #5675A5;
}

.title {
  color: #003366;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap
}

#header {
  text-align: center;
  padding-top: 5px;
  border-bottom: 1px solid #5675A5;
}

#content {
  margin-top: 10px;
  margin-left: 8em;
  background-color: white;
  line-height: 18px;
  padding: 0px 10px 5px 30px;
}

#dummy_left_col {
  width: 12em;
  float:left;
  margin: 0;
  padding: 0;
  }

#tabs {
  width: 12em;
  margin: 0;
  padding: 0;
  float: right;
  }

#tabs li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  }
  
#tabs a {
  float: right;
  line-height: 14px;
  margin: 0px 10px 4px 10px;
  }
    
#tabs a:hover {
  text-decoration: underline;
}

#sections {
  width: 88px;
  line-height: 14px;
  padding: 10px 0px 10px 0px;
  text-align: left;
  float: left;
  color: #003366;
  }

#sections li {
    list-style-type: none;
    width: 80px;
    padding: 4px;
    /* border: solid 1px #5675A5; */
    margin-bottom: 3px;
      text-decoration: underline;
   }

#sections li.active {
    width: 88px;
    background-color: #FFFFFF;
    border: solid 1px #5675A5;
    border-right: none; 
    color: 003366;
    text-decoration: none;

  }

#sections a {
  font-weight: bold;
  color: #003366;
  text-decoration: none;
  }
 
#sections a.active {
  text-decoration: none;
  }
  
#sections a.active:hover {
  text-decoration: underline;
}
 
#sections a:hover {
  text-decoration: underline;
  } 
  
h1.projecttitle {
  font-weight: bold;
  font-size: 13px;
  }

p.projectdesc {
  margin: .5em 0 .5em 0;
  }

p.projectattr {
  margin: 0 0 .5em 0;
  }

.attrname {
  font-style: italic;
  }

.linklist {
  padding-left: 2em;
  }

.jobitemlist {
  padding-left: 1em;
  }

img.pic {
  border-width: 0px;
  }

img.border {
  border-style: solid;
  border-width: 1px;
  border-color: #336;
  }

.left {
  float: left;
  margin-right: 1em;
  }

.right {
  float: right;
  margin-left: 1em;
  }

.schooldatecol {
  float: left;
  width: 7em;
  }

.schoolcol {
  margin-left: 7em;
  }

.jobdatecol {
  float: left;
  width: 5em;
  }

.jobtitle {
  font-style: italic;
  }
  
.jobcol {
  margin-left: 5em;
  }