/*
CSS for NorthWest Rentals
*/

body {
  font-family: Arial, Veranda, Helvetica, sans-serif;
  background: #0033CC url(bodyFade.jpg) repeat-x bottom right;
  color: black;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: "Calisto MT", "Times New Roman", "Footlight MT Light", sans-serif;
  text-transform: uppercase;
  background: #CC0000 url(NWRFade.jpg) repeat-x bottom right;  
  font-size: 300%;
  padding-top: 1.5em;
  padding-bottom: .2em;
  padding-left: .4em;
  padding-right: .4em;
  margin: 0;
  text-align: left;
  color: #FFFFFF;
}

h2, h3 {
  font-family: Arial, Veranda, Helvetica, sans-serif;
}

h2 {
  color: black;
}

h3 {
  color: #CC0000;
}
  
#tagline p {
  font-family: Arial, Veranda, Helvetica, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  background-color: #AAAAAA;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  color: black;
  padding: .5em;
  margin: 0;
}

/* Tools and Equipment Navigation */
#toolsNav {
  width: 200px;
  font-weight: bold;
}
#toolsNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#toolsNav li {
  border-bottom: 1px solid black;
}
#toolsNav li a:link, #toolsNav li a:visited {
  font-size: 90%;
  display: block;
  padding: 0.4em 0 0.4em 0.5em;
  border-left: 12px solid black;
  border-right: 1px solid black;
  background-color: #CC0000;
  color: #FFFFFF;
  text-decoration: none;
}
#toolsNav li a:hover {
  background-color: #711515;
  color: #FFFFFF;
}
#toolsNav ul ul {
  margin-left: 12px;
}
#toolsNav ul ul li {
  border-bottom: 1px solid black;
  margin: 0;
}
#toolsNav ul ul a:link, #toolsNav ul ul a:visited {
  background-color: #AAAAAA;
  color: black;
}
#toolsNav ul ul a:hover {
  background-color: #711515;
  color: #FFFFFF;
}

/* table */

table {
  border-collapse: collapse;
  text-align: center;
}

table li {
  list-style: none;
}

table th {
  color: #CC0000;
  border-bottom: 2px solid #B51032;
  text-align: center;
}

table td {
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;
}

.feature {
  float: right;
  margin: 10px;
}

.feature2 {
  float: right;
  margin: 10px;
  list-style-type: none;
}

.feature3 {
  float: left;
  margin: 0;
}

.feature4 {
  float: right;
  padding-top: 10px;
}

#script {
  float: right;
  margin: 10px;
  padding-left: 5px;
}

/* Positioning */

#toolsNav, #bodycontent, #header {
  position: absolute;
}

#toolsNav {
  top: 148px;
}

#bodycontent {
  background: white url(bodyContentFade.jpg) repeat-x top right;
  top: 124px;
  left: 176px;
  width: 70%;
  margin: 1.5em;
  padding: 2em;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
}

#header {
  width: 100%;
}

#address {
  line-height: 150%;
  text-align: center;
}

#justify {
  text-align: justify;
}

#centerMap {
  text-align: center;
}