/* CSS Document */


h1
{
  font-size: 1.2em;
  font-weight: normal;
  padding: 10px 30px 0px 30px;
  color: #0099cb; /* bright blue text */
}

img
{
  float: left;
  border: 1px solid #0099cb; /* bright blue text */
  margin: 0px 25px 40px 0px;
}

img.short
{
  margin-bottom: 10px;
}

h2
{
  font-size: 1em;
  font-weight: normal;
  padding: 20px 30px 0px 30px;
  color: #0099cb; /* bright blue text */
}

h2 span.black
{
  font-size: .9em;
  color: #000000;
}

p
{
  font-size: .8em;
  line-height: 16px;
  padding: 10px 30px 0px 30px;
}

p a
{
  text-decoration: none;
}

div#resume.hidestyle, div#space.hidestyle
{
  display: none;
}

div#space.visstyle
{
  display: block;
  height: 150px;
}

div#resume.visstyle
{
  display: block;
  border: 1px solid #0099cb; /* bright blue text */
  margin: 20px 30px 20px 155px;
  padding-bottom: 15px;
}

div#resume p
{
  font-size: .75em;
  line-height: 16px;
  padding: 10px 15px 0px 25px;
}

div#resume p.section {
  font-size: 1.0em;
  font-weight: bold;
  padding-top: 15px;
  padding-left: 15px;
}

span.title 
{
  font-weight: bold;
}

span.tiny
{
  font-size: .8em;
}

div#resume table
{
  margin-bottom: 20px;
  margin-right: 15px;
}

div#resume table.skills
{
  margin-top: 10px;
  margin-bottom: 15px;
}

div#resume table tr td
{
  vertical-align: top;
}

div#resume table tr td p
{
  padding: 10px 18px 3px 18px;
}

div#resume table tr td.first
{
  width: 185px;
}

div#resume table.skills tr td p
{
  padding: 3px 18px 3px 18px;
}

div#resume table tr td.first p
{
  padding: 10px 18px 3px 28px;
}

div#resume table.skills tr td.first p
{
  padding: 0px 18px 3px 28px;
}

