
/*

*/

body {
	font-family: arial, sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	width: 773px;
	background-color: white;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: rgb(39,56,96);
}

h2{
	font-size: 15px;
	font-weight: bold;
	color: rgb(39,56,96);
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.red-block{
	font-style: italic;
	font-size: 18px;
	background-image: url(../images/red_block.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	margin-bottom: 6px;
}

img{
	border: none;
}

#top-images{
	padding: 0;
	margin: 0;
	background-color: rgb(137,144,152);
	position: absolute;
	top: 87px;
	left: 181px;
	width: 592px;
	height: 66px;
}

#display, #wiring, #machining, #van, #digger, #construction {
	position: absolute;
	top: 87px;
	padding: 0;
	margin: 0;
	width: 94px;
	height: 66px;
}

#display{
	left: 181px;
}

#wiring{
	left: 281px;
}

#machining{
	left: 380px;
}

#van{
	left: 480px;
}

#digger{
	left: 580px;
}

#construction{
	left: 679px;
}

#big-blue-box{
	background-color: rgb(39,56,96);
	width: 773px;
	padding: 0;
	margin: 0;
}

#top-spacer{
	width: 773px;
	height: 6px;
	padding: 0;
	margin: 0; 
	line-height: 1em;
	font-size: 0px;
}

#left-bar{
	padding: 0;
	margin: 0;
	width: 175px;
	height: auto;
	float: right;
}

#left-bar-inner{
	padding: 20px 10px 0px 10px;
	margin: 0;	
}

#content{
	background-color: white;
	width: 598px;
	margin: 0;
	padding: 0;
	float: right;
}

.content-inner{
	padding: 72px 24px 12px 24px;
	margin: 0px;
}

.force-clear{
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 0;
}

/*Nav Links*/

.nav-main {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

.nav-main-item {
	display: block;
	text-align: right;
}

.nav-main-item a:link, .nav-main-item a:visited {
	text-decoration: none;
	display: block; /*the span surround these should be block so it works in IE*/
	width: 87%;
	padding: 0pt 9% 2pt 3%;
	line-height: 2.5em;
	font-weight: bold;
	font-style: italic;
	color: white;
	background-image: url(../images/link_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.nav-main-item a:hover {
	font-weight: bold;
	color: #DFDFE0;
	font-style: italic;
}

#menu-filler{
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0px;
}

.tight{
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

.tight-image{
	padding: 0;
	margin: 0;
	border: none;
}

a{
	color: rgb(39,56,96);
}

a:hover{
	text-decoration: none;
}


/*table*/


table {
  	text-align: left;
	border-collapse: collapse;
	background-color: white;
}

td {
	font-family: arial, sans-serif;
	color: black;
	padding-left: 4pt;
	padding-right: 4pt;
}

th {
	padding-top: 2pt;
	padding-bottom: 1pt;
}

td {
	border: none;
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
}

#content table{
	width: 530px;
}
