/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */
 
/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }
 
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
 
/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }
 
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }



#navigation {
	width:746px;
	height:37px;
	margin:0 auto;
	padding:0 0 0 0;
	}
	
#header {
	width:1152px;
	height:164px;
	background-image:url("images/eeo_01.gif");
	background-repeat:no-repeat;
	margin:0 auto;
	}

/* ----- thank you window ----- */

#thankyouBox {
	width:746px;
	height:400px;
	background-color:#FFFFFF;
	border:#CCCCCC solid thin;
	margin:0 auto;
	}
	
/* ----- buttons ----- */
	
#home a {
	width:212px;
	height:37px;
	background:url("images/INDEX4_03.gif") top left no-repeat;
	display:block;
	float:left;
	}
	
/*#home a:hover {
	background:url("images/home-button.jpg") bottom left no-repeat;
	}*/
	
#about a {
	width:146px;
	height:37px;
	background:url("images/INDEX4_04.gif") top left no-repeat;
	display:block;
	float:left;
	}
	
/*#about a:hover {
	background: url("images/about-button.jpg") bottom left no-repeat;
	}*/
	
#milling a {
	width:134px;
	height:37px;
	background :url("images/INDEX4_05.gif") top left no-repeat;
	display:block;
	float:left;
	}
	
/*#milling a:hover {
	background: url("images/milling-button.jpg") bottom left no-repeat;
	}
	
#paving a {
	width:96px;
	height:37px;
	background :url("images/paving-button.jpg") top left no-repeat;
	display:block;
	float:left;
	}
	
#paving a:hover {
	background: url("images/paving-button.jpg") bottom left no-repeat;
	}
	
#rumble a {
	width:133px;
	height:37px;
	background :url("images/rumble-button.jpg") top left no-repeat;
	display:block;
	float:left;
	}
	
#rumble a:hover {
	background: url("images/rumble-button.jpg") bottom left no-repeat;
	}*/
	
#contact a {
	width:254px;
	height:37px;
	background :url("images/INDEX4_06.gif") top left no-repeat;
	display:block;
	float:left;
	}
	
/*#contact a:hover {
	background: url("images/contact-button.jpg") bottom left no-repeat;
	}*/

/* ----- footer ------ */

#footerBar {
	width:746px;
	height:173px;
	background-image:url("images/footer-graphic.jpg");
	margin:0 auto;
	}
	
a img{border:none;outline:none;}

/* ----- text ----- */	
	
h1 {
	font-size: 18px;
	color:#0009ad;
	font-weight: bold;
	text-align:left;
	padding:0 0 0 0;
	}
	
h2 {
	font-size:16px;
	color:#0009ad;
	font-weight:bold;
	margin:60px 0 10px 15px;
	text-align:center;
	}
	
h3 {
	font-size:14px;
	color:#0009ad;
	font-weight:400;
	margin:25px 0 10px 15px;
	text-align:center;
	}
	
h4 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin:10px 0 10px 0;
	text-align:left;
	}
	
p {
	color:#666666;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 14px;
	margin:0 15px 0 15px;
	}
	
	
ul {
	font-size:14px;
	text-align:left;
	color:#333333;
	line-height:22px;
	font-weight:bold;
	margin:0 20px 10px 30px;
	}
	
/* ----- classes ----- */
	
.bold {
	font-weight:bold;
	}
	
.italic {
	font-style:italic;
	}
	
.center {
	text-align:center;
	}
	
div.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

a:link { color: #0009ad; text-decoration: none;}
a:visited { color: #0009ad; text-decoration: none;}
a:active { color: #0009ad; text-decoration: none;}
a:hover { color:#0066FF; text-decoration: none;}


