@charset "UTF-8";

/* css code for drop-down menus based on http://www.112db.com. Thanks, dj!! */

html, body {
  padding: 0;
  margin: 0; 
  color: #000000;
  background-color: #666666;
  text-align: center; /* Needed to center container in IE */
}

html, body, input, textarea, select  {
  font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size:            11px;
  line-height:          17px;
}


#container { /* contains header, menu, and mainContent */
  width: 800px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  text-align: left;
}


#header {
  width: 800px;
  height: 270px;
  border: none;
  background: url(/images/header.jpg);
}

#footerContainer {
  width: 800px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: right;
}

#footer {
  margin-right: 10px;
  text-align: right;
}

.clear {
  clear: both;
  margin: 0;
  line-height: 0.0;
  font-size: 0;
}

#mainContent {
  min-height: 200px;
  margin: 0 10px 10px 10px;
}

h1 {
  padding: 0.5em 0 0 0;
  color: #cc6600;
  font-size: 1.6em;
  font-weight: normal;
  letter-spacing: 0.05em;
}

h2 {
  padding: 0.8em 0 0 0;
  color: #333399;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 0.05em;
}

h3 {
  padding: 0 0 0 0;
  color: #000000;
  font-size: 1.0em;
  font-weight: bold;
}

ul {
  padding: 0 0 0 10px;
  margin: 0 0 0 0.4em;
  border: none;
  list-style: circle outside;
}

table {
  padding: 0 0 1em 0;
  margin: 0;
} 

table tr {
  padding: 0;
  margin: 0;
}

table tr th, table tr td {
  padding: 0 10px 0 0;
  text-align: left;
}

a:link, a:visited {
  color: #333399;
  text-decoration: none;
}

a:hover, a:active {
  color: #cc6600;
  text-decoration: none;
}

form {
  padding: 0 0 10px 0;
}

form p  {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

fieldset
{
  margin-top: 20px;
  padding: 10px 0 10px 10px;
  width: 50em;
  border: 1px solid #c0c0c0;
}

legend
{
  border: 1px solid #000000;
  padding: 0 6px 0 6px;
  margin-bottom: 2px;
} 

label
{
width: 12em;
float: left;
text-align: right;
margin-right: 0.5em;
}

textarea {
  height: 4em;
}

.input {
  width: 35em;
  padding: 2px 2px 2px 2px;
  margin-top: 0px;
  margin-bottom: 2px;
  border: 1px solid #c0c0c0;
  color: #000000;
  background-color: #ffffff;
  text-align: left;
}

.inputs {
  width: 35.5em;
}

.zip {
  width: 7em;
}

.city {
  width: 216px;
}

.required {
  background-color: #ffffee;
}


.comment {
  color: #aaaaaa;
}

.emph {
  color: #cc6600;
  font-weight: bold;
}

.strike {
  text-decoration: line-through;
}

.slogan {
  margin-top: 3em;
  color: #cc6600;
  font-size: 1.2em;
  font-style: italic;
  text-align: right;
}

.leftimg {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  border: 1px solid #000000;
}

.rightimg {
  float: right;
  margin-left: 10px;
  margin-top: 5px;
  border: 1px solid #000000;
}

/*---- t o p   l e v e l   m e n u ---*/

#menu {
  position: relative;
  padding: 0 0 0 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  list-style: none;
}


#menu ul {
  z-index: 20;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
  list-style: none;
}

#menu ul li {
  position: relative;
  float: left;
  padding: 0 10px 0 10px;
  border-right: 1px solid #000000;
  list-style: none outside;
}

#menu ul li.rightmenu {
  float: right;
  border-right: none;
  border-left: 1px solid #000000;
}

#menu ul li.defunct {
  color: #808080;
}

#menu ul li.category {
  color: #333399;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#menu a:link, #menu a:visited {
  color: #000000;
  text-decoration: none;
}

#menu a:hover, #menu a:active { 
  color: #cc6600;
  text-decoration: none;
}


/*---- D r o p - d o w n   m e n u s ----*/

#menu ul li ul {
  display: none;
  position: relative;
  top: 2.5ex;
  z-index: 30;
  padding: 0 0 6px 0;
  background-color: #ffffff; /* fix for IE bug */
  color: #000000;
}

#menu ul li:hover ul {
  display: block;
  position: absolute;
  left: 0.5ex;
  width: 14em;
  border: 1px solid #c0c0c0;
}

#menu ul li:hover ul.medium-wide {
  width: 17em;
}

#menu ul li:hover ul.wide {
  width: 20em;
}

#menu ul li:hover ul.very-wide {
  width: 24em;
}


#menu ul li ul li {
  list-style: none outside;
  float: none;
  border: 0;
  font-weight: normal;
  padding: 0 10px 0 10px;
}

#menu hr {
  border: 0px;
  background-color: #c0c0c0;
  height: 1px;
  margin: 0px;
  padding: 0px;
}


