/* basic elements */
html {
  margin: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4f4f4f;
  background-color:#ffffff;
  }

body, td {
  font-size: 12px;
  color: #4f4f4f;
}

table {
  margin-bottom: 1em;
}

td { 
  border-right: 1px solid #666666;
  border-bottom: 1px solid #aaaaaa;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
}
th {
  padding: 1em;
  text-align: left;
  font-size: 12px;
}

form table td {
  border-right: none;
  border-bottom: none;
}


p {padding: 0px 8px 0px 8px;}
h4 {
  font-size: 12px;
  font-weight: bold;
  padding: 0px 8px 0px 8px;
  }
h3 {
  margin-top: 1em;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 8px 0px 8px;
  }
A {text-decoration: none; color: #d07728}
A:hover {text-decoration: none; color: #b24f3b}

b {color: f16d22;}

/* specific divs */

#pageContainer {
  margin: 0; 
  height: 650px;
}

#logo {
  background: transparent url(images/topGradient.gif) repeat top left; 
  width: 100%;
  }
#logo img {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 242px;
  height:  64px;
  border: none;
  }

#loginBox {
  position: absolute;
  top: 14px;
  left: 580px;
  width: 180px;
  }
#loginBox form {
  line-height: 18px;
  margin-top: 0em;
  margin-bottom: 0em;
  }
#loginBox form p {
  margin-top: 0em;
  margin-bottom: 0em;
  }
#loginBox form p span {
  width: 80px;
  }
#loginBox form p input {
  width: 100px;
  height: 16px;
  position: absolute;
  right: 0px;
  }

#mainMenu {
  position: absolute;
  top: 85px;
  left: 0px;
  width: 795px;
  height: 42px;
  background: transparent url(images/buttonGradient.gif) repeat top left; 
  }

#mainMenu ul {
  list-style: none;
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 0px;
  }
#mainMenu li {
  display: inline;
  position: relative;
  top: 1em;
  background: transparent url(images/buttonDivider.gif) no-repeat top right; 
  padding-left: 5px;
  padding-right: 10px;
  }
#mainMenu li a {
  color: #7c7c7c;
  font-size: 14px;
  text-transform: uppercase;
  }
#mainMenu li a:hover {
  color: #111111;
  }

#masthead {
  position: absolute;
  left: 0px;
  top: 127px;
  background: transparent url(images/trafficImage.jpg) no-repeat top left; 
  width: 500px;
  height: 125px;
  }
#masthead .slogan{
  margin-left: 217px;
  font-size: 18px;
  position: absolute;
  top: 6px;
  left: 0px;
  margin-top: 0em;
  margin-bottom: 0em;
  }
#masthead .slogan .p1 {
  margin-top: 0em;
  margin-bottom: 0em;
  color: #ffffff;
  }
#masthead .slogan .p2 {
  margin-top: 0px;
  margin-bottom: 0em;
  color: #c7ddff;
  padding-left: 1em;
  }
#masthead .convictionPoints{
  position: absolute;
  top: 65px;
  left: 0px;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 217px;
  }
#masthead .convictionPoints ul {
  margin-top: 0em;
  margin-bottom: 0em;
  list-style: none;
  }
#masthead .convictionPoints li {
  list-style: none;
  }
#masthead .convictionPoints a {
  color: #ffffff;
}

#masthead .right {
  position: absolute;
  top: 0px;
  left: 500px;
  width: 295px;
  height: 124px;
  background: transparent url(images/mastheadBlock.gif) repeat top left; 
  }
#masthead .underline {
  background: transparent url(images/underPattern.gif) repeat top left; 
  position: absolute;
  top: 126px;
  left: 0px;
  width: 795px;
  height: 14px;
  }

#bodyContent {
  position: absolute;
  top: 280px;
  left: 0px;
  width: 560px;
}

#subpageContent {
  position: absolute;
  left: 0px;
  top: 127px;
  width: 760px;
}

#specials {  
  border: 1px solid #e1e1e1;
  position: absolute;
  top: 280px;
  left: 570px;
  width: 200px;
}
#specials .top {
  background: transparent url(images/underPattern.gif) repeat top left; 
  height: 14px;
  }
#specials p {
  margin-top: 0em;
  margin-bottom: 0em;
  }

#footer {
  margin-top: 50px;
  }
#footer ul {
  list-style: none;
  }
#footer li {
  display: inline;
  padding-left: 1em;
  padding-right: 1em;
  }

.white {
  color: #ffffff
}