/* Screen cascading style sheet for Mexican History Website */

html {
  height: 100%;
}

body {
background: #FFFFFF;
color: #000000;
font-family: Arial, Helvetica;
margin: 0;
padding: 0;
height: 100%;
}

a:link {color: #0000FF; font-weight: bold; text-decoration: none}
a:visited {color: #0000FF; font-weight: bold; text-decoration: none}
a:hover {color: #DD0000; font-weight: bold; text-decoration: underline}
a:active {color: #0000FF; font-weight: bold; text-decoration: none}

h1 {color: #000000; font-family: Arial, Helvetica; font-size: 2.2em; font-style: italic; font-weight: bold; margin: 0 0 10 0; padding: 20 0 0 15; text-align: center}
h2 {color: #CC0000; font-family: Arial, Helvetica; font-size: 1.4em; font-style: italic; font-weight: bold; margin: 0px; padding-left: 15px}
h2.mainheading {color: #CC0000; font-family: Arial, Helvetica; font-size: 1.4em; font-style: italic; font-weight: bold; margin: 10px; padding-left: 0px; text-align: center}
h3 {color: #000000; font-family: Arial, Helvetica; font-size: 1.1em; font-style: italic; font-weight: bold; margin: 0px; padding: 0px}

hr.nav {margin: 0; padding: 0}

p {color: #000000; padding: auto 25; text-align: justify}

#content {
  font-size: 0.8em;
  margin: 0px auto;
  overflow: auto;
  text-align: left;
  width: 95%;
}

#crumb {
  position: absolute;
  top: 69px;
  left: 10px;
  color: #FFFFFF;
  font-size: 0.7em;
}

#footer {
  background: url(images/footer.gif);
  background-repeat: repeat-x;
  clear: both;
  font-size: 0.7em;
  text-align: center;
  height: 60px;
  width: 100%;
}

#header {
  background: url(images/header.gif);
  height: 91px;
  width: 100%;
}

#main {
  margin-left: 151px;
  padding: 0px;
  text-align: center;
}

#maincontain {
  float: right;
  background: url(images/nav.gif) repeat-y 0 0;
  margin-left: -151px;
  padding: 0px;
  width: 100%;
}

#nav {
  float: left;
  background: #009343;
  height: 75%;
  width: 151px;
}

#nav ul {
  border: none;
  font-size: 0.8em;
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  width: 100%;
}

#nav li {
  display: inline;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#nav li.title {
  margin-bottom: 0px;
  margin-top: 0px;
  height: 24px;
  width: 100%;
}

#nav li.hr {
  margin-bottom: 0px;
  margin-top: 0px;
  height: 4px;
  width: 100%;
}

#nav li a {
  color: #000000;
  display: block;
  padding: 5px 0px 5px 0px;
  text-decoration: none;
  width: 100%;
}

html>body #nav li a {
  width: auto;
}

#nav li a:hover {
  background-color: #19633B;
  color: #FFFFFF;
}

#search {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 0.7em;
  width: 280px;
}

#xmltitle {
  background: #027E3A;
  color: #FFFFFF;
  font-size: 1.5em;
  padding: 3px;
}

#xmlurl {
  background: #69C493;
  padding: 3px;
}

#xmlcat {
  background: #027E3A;
  padding: 3px;
}

#xmllang {
  background: #69C493;
  padding: 3px;
}

#xmltype {
  background: #027E3A;
  padding: 3px;
}

#xmldesc {
  background: #69C493;
  padding: 3px;
}

#xmlprov {
  background: #027E3A;
  padding: 3px;
}
