/** GLOBAL RESETS **/
* {
  /* Get rid of all preset margins, padding and borders for every element */
  margin: 0; padding: 0; border: none;

  /* Set the default font for every element */
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;

  color: inherit;
  background-color: inherit;
  border-color: #200E00;
}

/* Don't decorate any links */
:link,:visited,:hover,:active {
  /* text-decoration:none; */
  color: inherit;
  background-color: inherit;
  border-color: #200E00;
}

@media print {    
  .no-print, .no-print * {
    display: none !important;
  }
}

@media screen {    
  .no-view, .no-view * {
    display: none !important;
  }
}


/** Page Style **/
body {
  margin: 0; padding: 0; border: none;
  background: #efebdf url("images/bondpaper.jpg") repeat; 
  border-color: #200E00;
  font-family: serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12pt;
  text-shadow: none;
}

#header {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#header span.logo {
  float: left;
}

#header span.name1 a {
  overflow: hidden;
  padding-left: 8px;
  color: #200E00;
  background-color: transparent;
  font-family: Georgia, serif;
  font-style: oblique;
  font-weight: bold;
  font-size: 28pt;
  text-shadow: 2px 3px 1px #888888;
  text-decoration:none;
}

#header span.name2 a {
  overflow: hidden;
  padding-left: 8px;
  color: #200E00;
  background-color: transparent;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-style: oblique;
  font-weight: bold;
  font-size: 20pt;
  text-shadow: 1px 2px 1px #888888;
  text-decoration:none;
}

#nav {
  color: #200E00;
  border-color: #200E00;
  background: transparent url("images/fence.png") content-box repeat fixed center; 
  font-size: 12pt;
  font-weight: bold;
  font-family: sans-serif;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#nav a {
  text-decoration:none;
}

#nav ul {
  border-color: #200E00;
  background: #efebdf url("images/fence.png") content-box repeat fixed center; 
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

#nav ul li {
  color: #200E00;
  border-color: #200E00;
  background-color: transparent;
  float: left;
  margin-left: 1em;
  margin-right: 1em;
  line-height: 150%;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

#nav ul li.current_parent, #nav ul li.current {
  color: #ffffc0;
  border-color: #200E00;
  background-color: transparent;
}

#nav li.submenu ul {
  width: auto;
  border: 2px solid;
  border-color: #200E00;
}

#nav li.submenu li {
  padding: 4px;
  margin: 0;
  width: 96%;
}

#nav a {
  color: inherit;
  border-color: #200E00;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  width: auto;
}

#nav a:hover {
  color: #ffffff;
  background-color: transparent;
}

#nav #corpnamemenu {
	float: right;
	color: #ffffc0;
}

#footer,
#leftfooter,
#rightfooter {
  font: status-bar;
  font-size: 8pt;
  color: InactiveCaptionText; /* grey; */
  background-color: WindowFrame;
}

#footer a,
#leftfooter a,
#rightfooter a {
  text-decoration:none;
  color: inherit;
  background-color: inherit;
}

#leftfooter {
  float: left;
  margin-left: 1em;
  width: 55%;
}

#rightfooter {
  float: right;
  margin-right: 1em;
  text-align: right;
  width: 35%;
  display: none;
}

#content {
  margin: 0;
  padding: 10px;
  color: #342b21;
  background-color: transparent;
}

.DownloadResume {
  float: right;
  font-size: 10pt;
}

h1 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 16pt;
  padding-left: 10px;
  padding-top: 0.2em;
  font-weight: bold;
}

.MyHeader p {
  text-align: center;
}

.MyHeader .MyName {
  font-size: 18pt;
  font-weight: bold;
}

.MyHeader .MyAddress {
  font-size: 12pt;
  float: left;
}

.MyHeader .MyContactInfo {
  font-size: 12pt;
  float: right;
}

.bold {
  font-weight: bold;
}

.SkillDescriptions p {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
}

.ToolDescriptions p {
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 5px;
}

.JobDescriptions {
}

.JobDescriptions .MyPosition {
  padding-left: 20px;
  padding-bottom: 0px;
  font-size: 14pt;
  font-weight: bold;
}

.JobDescriptions .CompanyId {
  padding-left: 20px;
  padding-bottom: 5px;
}

.JobDescriptions .CompanyName {
  font-weight: bold;
}

.JobDescriptions .CompanyAddress {
  font-size: 10pt;
  font-weight: light;
  text-align: center;
}

.JobDescriptions .DateRange {
  float: right;
  font-weight: bold;
}

.JobDescriptions p {
  padding-left: 30px;
  padding-bottom: 8px;
}

sup {
    vertical-align: super;
    font-size: 75%;
} 
