body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;/*#DEE7EC;*/
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
	/*line height was 1.166*/
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
	color: #000081;
}

a:hover{
	text-decoration: underline;
}

/********* left and right floating images *******/

#imgl{
	float:left;
}

#imgr{
	float:right;
}

/********* masthead **********/

#masthead{
	position:relative;
	top: 5px;
	width: 720px;
	height: 70px;
	margin: 0 auto 0 auto;
	padding: 10px;
	border: 1px solid #7BA3AE;
	background-color:#FFFFFF;
}


/********* content *********/

#main{
	position:relative;
	top: 10px;
	width: 740px;
	/*height: auto;*/
	margin: 0 auto 10px auto;
	padding: 0px;
}

#navBar{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 186px;
	height:460px;
	background-color: #FFFFFF;
	border-width:1px /*4px 4px 1px*/;
	border-color: #7BA3AE;
	border-style: solid;
}

#content{
	position: relative;
	width: 520px;
	height: 440px;
	margin: 0px 0px 0px 195px;
	padding: 10px;
	border: 1px solid #7BA3AE;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}


/*
#main{
	position:relative;
	top: 10px;
	margin: 0 auto 0 auto;
	width: 730px;
	height: 450px;
	border: 1px solid #7BA3AE;
	padding:px;
	background-color:#FFFFFF;
}

#navBar{
	margin: 0 75% 0 0;
	padding: 0px;
	background-color: #DEE7EC;
	border-width:1px 4px 4px 1px;
	border-color: #7BA3AE;
	border-style: solid;
}

#content{
	float:right;
	width: 510px;
	height: 450px;
	margin: 0px;
	padding: 5px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
*/
.eng{
	background-image:url(../engineering/gearinv.gif);
	background-position: center top;
}


.weld{
	background-image:url(../manufacturing/spark.gif);
	background-position: center top;
}


.prog{
	background-image:url(../programming/digital2.gif);
	background-position: center top;
}

.repair{
	background-image:url(../repair/meter1.gif);
	background-position: center top;
}

#content b{
	font-weight:700;
	color:#008100;
}

#content img{
	border:0;
}



/************** .feature ***************/

.feature{
	padding: 0px 0px 10px 10px;
	color: #000081;
	font-size: 80%;
}

.feature ul{
	list-style-position:outside;
	margin:10px 0 0 20px;
	padding:0;
}

.feature a:link, a:visited{
	color:#008100;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.leftimg{
	float: left;
	padding: 0px 10px 0px 0px;
	/*margin: 0 5px 5px 0;*/
}

.rightimg{
	float: right;
	padding: 0px 0px 0px 0px;
	/*margin: 0 0 5px 5px ;*/
}


/******* round corners *******/
.tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.bl {
	position:absolute;
	bottom: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.br {
	position:absolute;
	bottom: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/******* Headings ********/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 font-weight:700;
 color: #006633;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #008100;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}

#navBar ul {
	list-style: none;
	margin:  0;
	padding: 5px 0 0 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0;
	padding: 0px 0px 5px 0px;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: 90%;
}

#sectionLinks h3{
	padding: 5px 0px 2px 2px;
	background-color: #DEE7EC;
}

#sectionLinks a:link{
	color:#000081;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:visited{
	color:#000081;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #A3B2CC;
	padding: 2px 0px 2px 10px;
}

/************ legal ***************/
.legal{
	position:relative;
	top: 5px;
	width: 720px;
	height: 20px;
	margin: 0 auto 0 auto;
	padding: 10px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	border: 1px solid #7BA3AE;
}

a:hover {
	text-decoration: underline;
}

