/*
Author: Richard Cassidy
        Graphite Design
		    www.graphitedesign.net
Client: highways house
*/

/* change body font size for BIG style sheet */

BODY  { 
    font: normal 13px trebuchet ms, sans-serif;
    color: #535582; 
		background: #fff url('images/hhback2.gif') fixed repeat-y;
		margin: 0;
		padding: 0;
		border: 0;
	  }

TABLE { border: 0; 
        padding: 0;
		margin: 0;
        font-size: inherit;
      }

TD    { font: normal 1em verdana, arial, sans-serif; 
	  }

H1    { font: bold 1.2em verdana, arial, sans-serif; 
        color: #333366;
		background: transparent;
      }
H2    { font: bold 1.4em verdana, arial, sans-serif; 
        color: #333366;
		background: transparent;
	  }


/* navbar */

.navbar { 
      display: none;
         }

.navbar .current { color: #fc0;
             text-decoration: underline; }


A         { 
    color: #DB8000; 
    font: normal 1em arial, sans-serif; 
	  text-decoration: underline;
		background: transparent;
	      }
A:link    { 
      color: #DB8000; 
      font: normal 1em arial, sans-serif; 
			text-decoration: underline; 
			background: transparent;
		  }
A:visited { 
      color: #9B5A00; 
      font: normal 1em arial, sans-serif; 
			text-decoration: underline; 
			background: transparent;
		  }
A:hover   { 
      color: #FC0; 
      font: normal 1em arial, sans-serif; 
			text-decoration: underline; 
			background: transparent;
	      }
A:active  { 
      color: #FC0; 
      font: normal 1em arial, sans-serif; 
			text-decoration: none; 
			background: transparent;
		  }


/* forms */

.input   { 
    font: normal 1em "lucida console", "courier new", monospace; 
           color: #ffffff; 
		   background: #444; 
		   border:1px solid #888; }

.button  { 
    font: normal 1em "lucida console", "courier new", monospace; 
           color: #000; 
		   background: #aaa; 
		   border: 1px solid #000; 
		   padding:1px; }

/* structure */

.container {
  width: 70%;
  margin: 10px auto 10px auto;
}

.pageheader { 
display: none;
}

.pagetitle { 
display: none;
}

.home {
  font: 1.1em trebuchet ms, verdana, sans-serif; 
  color: #000;
  text-align: center;
  margin: 0 auto 0 auto;
}

table .home {
  margin: 0 auto 0 auto;
}

.title {
  font: bold 1.2em trebuchet ms, sans-serif;
}

.special {
  border: 1px solid #004400;
  background: #E7FFE1;
  margin: 10px auto 10px auto;
  width: 80%;
  padding: 0 20px 5px 20px;
}

.special .title {
}

.speciallink {
    border: 1px solid green;
  background: #E7FFE1;
  margin: 10px auto 10px auto;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color:# 004400;
  width: 350px;
  }


/* print stuff */

.printheader {
  text-transform: capitalize;
  border-bottom: 1px solid #888;
  font: bold 1.4em arial;
  color: #040;
  width: 100%;
}

.printfooter {
  width: 100%;
  text-align: right;
  border-top: 1px solid #888;
  font: normal .8em arial;
  color: #888;
}

