/*
File: NewMexicoMain.css
Project: Strugar Conservation Services, www.strugarservices.com

steve@steveclason.com
History:
  9 Apr 08: create date

*/
body, ul, ol, li, h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;

}

p {
  margin: 1em 0;
}

body {
  font-size: 100%;
  font-family: arial, helvetica, sans-serif;
  color: #000;
  background-color: #fff;
}

#wrapper {
  width: 980px;
  margin: auto;
  background-image: url("images/inner_bg.gif");
  background-repeat: repeat-y;
  background-position: 950px 0;
  border-left: 1px solid #000;   
}

#header img {
  display: block;
  border: none;
}
#contentWrapper {
  background-image: url("../NewMexico/images/yellow_200x8.gif");
  background-repeat: repeat-y;
}
#nav {
  font-family: "Comic Sans MS", arial, helvetica, fantasy;
  text-align: right;
  width: 200px;
  float: left;
}
#nav ul {
  list-style-type: none;
  padding-right: 1em;
}
#nav li {
 line-height: 1.2; 
 margin: 1em 0;
}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
  color: #000;
  text-decoration: none;
  font-size: 86%;
}
#content {
  margin-left: 200px;
  margin-right: 30px;
  padding: 1em;
  min-height: 450px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1em;
}
#content ul, #content ol {
  margin-left: 2em;
}
#content h1 {
  font-family: Times, "Times New Roman", serif;
  font-size: 170%;
}
#content h2 {
  margin: 1em 0;
  color: #A77A1F;
  font-family: "Comic Sans MS", fantasy, arial, helvetica;
  font-size: 120%;
}
#footer {
  clear: both;
  padding: .7em 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  width: 950px;
  border-left: 1px solid #000;
}
