/* CSS Document */

body {
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #000000;
  text-decoration: none;
}

h1 {
  margin-bottom: 0px;
  float: left;
}

h2 {
  font-size: 1.3em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-right: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  margin-top: 0px;
  margin-bottom: 6px;
}

h3 {
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 a {
  color: #000000;
}

div {
  padding-right: 5px;
  margin-bottom: 8px;
  border-right: 4px solid #666666;
  border-bottom: 4px solid #666666;
}

div p {
  margin-top: 10px;
  margin-bottom: 5px;
}

div strong {
  text-transform: uppercase;
}

div ul {
  margin-top: 0px;
  margin-bottom: 8px;
  list-style-type: square;
}

div ul li {
  margin-left: -20px;
}

div ul ul {
  list-style-type: circle;
  font-size: 0.8em;
}

div ul ul li {
  margin-left: -20px;
}

#cnctinfo {
  float: right;
  clear: right;
  border: none;
  margin-bottom: -10px;
}

#cnctinfo ul li {
  display: block;
}

#cnctinfo h2 {
  display: none;
}

#objective {
  clear: both;
}

#education {
  float: left;
  clear: left;
  width: 2.5in;
}

#techskills {
  float: left;
  clear: left;
  width: 2.5in;
}

#employment {
  float: right;
  clear: right;
  width: 4in;
}

#freelance {
  float: left;
  width: 2.5in;
}

#references {
  display: none;  
}