/***********************************************/
/* mse delta navigation top bar */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0; 
color: #000000;
}

/******* hyperlink and anchor tag styles *******/

#tgfooter2 a:link, a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

#tgfooter2 a:hover{
	color: #FFCC00;
	text-decoration: none;
}

/* *** second page template */
#container1 { 
	width: 941px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header1 { 
	background: #000000; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header1 h1 {
	margin: 0; color:#CCCCCC; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 8px;
}

#sidebar1 ul {
/* list-style-type: none; */
list-style: inside;
list-style-image: url(../images8/arrow1.gif);
padding: 0;
margin: 0;
}
/*
#sidebar1 ul li {
background-image: url(../images8/arrow1.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em; font-size: 80%;
}
*/

.listtext {
	margin: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%; color: #330099;
}

.fiveindent {
	margin-left: 5px;
}

#arrow ul {
/* list-style-type: none; */
list-style: inside;
list-style-image: url(../images8/arrow1.gif);
padding: 0;
margin: 0;
}

#mainContent1 { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 95%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
} 

#mainContent1 p {
	margin: 5px;
	}

#maintext{
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 95%; color: #000000;
}


#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*  transferred from other css */

/* image divs for main pages ______________________________________________________ -------*/

#about8 {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/about8.jpg);
	background-repeat: no-repeat;
	}
	
#custsupp8 {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/custsupp.jpg);
	background-repeat: no-repeat;
	}

#diagnostics8 {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/diagnostics.jpg);
	background-repeat: no-repeat;
	}

#feedback8 {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/feedback.jpg);
	background-repeat: no-repeat;
	}

#newsletter8 {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/newsletter.jpg);
	background-repeat: no-repeat;
	}

#sysinteg8 {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/sysinteg.jpg);
	background-repeat: no-repeat;
	}	
	
#prodserv8 {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/engineeringsupport.jpg);
	background-repeat: no-repeat;
	}
		
#protocol8 {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/protoc2.jpg);
	background-repeat: no-repeat;
	}

#rtu8 {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/remoteunit.jpg);
	background-repeat: no-repeat;
	}

#pt3k {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/pt3k.jpg);
	background-repeat: no-repeat;
	}

#protocol8 {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/protoc2.jpg);
	background-repeat: no-repeat;
	}
		
#mc3k8 {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/engineeringsupport.jpg);
	background-repeat: no-repeat;
	}
	
#datasheet {
/*	height: 91px; 
	background-color:#DFDFDF; */
	height: 210px;
	background:url(../images8/datasheets.jpg);
	background-repeat: no-repeat;
	}
		
/* end image dives -------------------------------------______________________________________________________ -------*/

/*padding resides within element, margins reside outside the element - top right bottom left;*/
/*or topbottom and rtleft 0px 10px;*/

#sidebarmenutext {
	margin: 0px, 2px, 5px, 3px;
}	

#sidebarmenutext p {font-family: Arial, Helvetica, sans-serif; font-size:75%; color: #330099; 
	padding-bottom: 0pt;
	padding-top: 0pt; padding-left: 5px;
}

#sidebarmenutext a:link {color: #990000; text-decoration: none; font-weight:bold}
#sidebarmenutext a:visited {color: #990000; text-decoration: none; font-weight:bold}
#sidebarmenutext a:hover {color: #666666; text-decoration: none}

/*focus is for when users use the tab and not the mouse*/

#sidebarmenunav {
border-bottom: 1px solid #000000;
}

#sidebarmenunav ul {
padding: 0;
margin: 0;
background-color:#333333;
}

/* SIDEBAR WITH DARK BACKGROUND */
#sidebarblack { background:#333333;
	margin: 0px, 2px, 5px, 4px;
}	

#sidebarblack p {font-family: Arial, Helvetica, sans-serif; font-size:80%; color: #FFFFFF; 
	margin: 1px, 1px, 1px, 3px;
	padding-bottom: 1pt;
	padding-top: 1pt;
}

#sidebarblack a:link {color: #CCCCCC; text-decoration: none; font-weight:bold}
#sidebarblack a:visited {color: #CCCCCC; text-decoration: none; font-weight:bold}
#sidebarblack a:hover {color: #FF9900; text-decoration: none}

/*focus is for when users use the tab and not the mouse*/

#sidebarblacknav {
border-bottom: 1px solid #000000;
}

#sidebarblacknav ul {
padding: 0;
margin: 0;
background-color:#333333;
}


/* ************************** */

/*inline rule lists are moved to a horizontal plane and bullets are dropped*/
#footernav ul li {
display: inline;
padding: 0;
margin: 0;
}

#footernav ul li a {
font-size: 70%;
color: #FFFFFF;
background-color:#333333;
text-decoration: none;
padding: 0 15px 0 15px;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
border-top:1px solid #999999;
border-left:1px solid #999999;
text-align: center;
width: 9em;
}

/*focus is for when users use the tab and not the mouse*/
#footernav ul li a:hover, #nav ul li a:focus {
background-color: #990000;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-top:1px solid #000000;
border-left:1px solid #000000;
}


