@charset "utf-8";
div, h1, h2, h3, h4, h5, h6, adress, p, pre, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #666;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #fff;
	padding: 0 0 0 0px;  /* 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. */
} 
.twoColFixLtHdr #container #header img {

}
.twoColFixLtHdr #container #header #FlashID {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #header #cadTab {
	margin: 0px;
	padding: 0px;
}


.twoColFixLtHdr #header h1 {
	margin: 0; /* 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 */
}
.twoColFixLtHdr #container #header #BaloghLogo {
	padding-top: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #header #since1978 {
	padding-bottom: 23px;
}


.twoColFixLtHdr #container #header table {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 25px;
	color: #FFF;
}
.twoColFixLtHdr #container #header table tr th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(_images/nav_bar/01_nav_bg.gif);
	background-repeat: no-repeat;
}
.clearbluelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #F60;
	text-decoration: none;
}


.twoColFixLtHdr #container #header table tr #contactUs {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.twoColFixLtHdr #container #header #aboutUs {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #333;
	background-image: url(_images/nav_bar_images/02_nav_bg.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #header table td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}



.twoColFixLtHdr #sidebar1 {
	float: left; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #F60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 20px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-bottom: 25px;
	padding-top: 0px;
	color: #F60;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 p img {
	display: block;
	float: left;
	clear: both;
	padding-right: 10px;
	padding-bottom: 22px;
	padding-left: 5px;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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 */
} 
.twoColFixLtHdr #container #mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #F60;
	margin-left: 40px;
	line-height: 2em;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #999;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 15px;
	margin-bottom: 20px;
}

.twoColFixLtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #999;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #F60;
	vertical-align: middle;
	text-align: center;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.twoColFixLtHdr #container #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #999;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
}

.twoColFixLtHdr #container #mainContent h5 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.twoColFixLtHdr #container #mainContent p #officeImg {
	float: right;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
}
.twoColFixLtHdr #container #mainContent p #officeImg2 {
	float: right;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
}

.twoColFixLtHdr #container #mainContent p #officeImg3 {
	float: right;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
}
.twoColFixLtHdr #container #mainContent p #officeImg4 {
	float: right;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
}
.twoColFixLtHdr #container #mainContent p #officeImg5 {
	float: right;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
}



.twoColFixLtHdr #container #mainContent #dataTable tr td h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	background-color: #F90;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.twoColFixLtHdr #container #mainContent h4 #office01img {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}



.twoColFixLtHdr #container #mainContent h4 #office05img {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

.twoColFixLtHdr #container #mainContent table tr th {
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	font-size: 0.8em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent p #wave_logo {
	float: left;
	margin-right: 10px;
}

.twoColFixLtHdr #container #mainContent table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	line-height: 2em;
	padding-left: 0px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent #table_anchor {
	text-align: center;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}


.twoColFixLtHdr #container #mainContent table tr td img {
	vertical-align: middle;
	padding: 2px;
	margin: 2px;
}
.twoColFixLtHdr #container #mainContent #bottom {
	text-align: left;
	color: #333;
	padding-left: 90px;
}






.twoColFixLtHdr #footer {
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 25;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 25px;
} 

.twoColFixLtHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	text-align: center;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer p .navbar2_links {
	text-decoration: none;
	color: #333;
}
#mainContent #railLogo {
	float: right;
	clear: none;
	margin: 10px;
}

.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;
}
.table_links a:link 	{
	color: #F60;
	text-decoration: none;
}
.table_links a:visited	{
	color:#F60;
	text-decoration: none;
}
.table_links a:hover	{
	color: #666;
	text-decoration: underline;
}
.table_links2 a:link 	{
	color: #F60;
	text-decoration: none;
}
.table_links2 a:visited	{
	color:#F60;
	text-decoration: none;
}
.table_links2 a:hover	{
	color: #666;
	text-decoration: underline;
}
.table_links2 a:active	{
	color: #666;
	text-decoration: none;
}
.navbar_links a:link	{
	color: white;
	text-decoration: none;	
}
.navbar_links a:visited	{
	color: white;
	text-decoration: none;
}
.navbar_links a:hover	{
	color: #F90;
	text-decoration: underline;
}
.navbar2_links a:link	{
	color: white;
	text-decoration: none;
}
.navbar2_links a:visited	{
	color: white;
	text-decoration: none;
}
.navbar2_links a:hover	{
	color: #333333;
	text-decoration: underline;
}
#controlInterface {
	display: inline-block;
	padding: 10px;
}
#transceiverRoll {
	display: inline-block;
	padding: 10px;
}
#tagRoll {
	display: inline-block;
	padding: 10px;
}
#cableRoll {
	display: inline-block;
	padding: 10px;
}
.year {
	font-weight: bold;
	color: #00F;
	padding-left: 10px;
}
#wavelogo	{
	float: right;
	clear: left;
}#mrBalogh {
	clear: right;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#waveLogo2 {
	float: right;
	clear: none;
	display: block;
}
a #pdfico {
}
#group2 {
	float: none;
	clear: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
}
#mainContent #cadanchor {
	color: #00F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 5px;
}
#markets {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#manuMarket {
	float: left;
	clear: right;
	display: block;
	margin-top: 10px;
	margin-right: 15px;
}
#train01 {
	float: right;
	clear: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}
#mainContent table tr th {
	text-align: left;
}
#railInstallations {
	float: right;
	margin: 10px;
	padding: 10px;
	border: 1px solid #333;
}
#anchorNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#callOut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	font-variant: small-caps;
}
#tower {
	display: inline-block;
	float: right;
	clear: right;
}
#detroit {
	display: inline-block;
	float: left;
	clear: left;
	padding: 5px;
}
.twoColFixLtHdr #container #mainContent table tr td h6 {
	background-color: #F90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}
.twoColFixLtHdr #container #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p #diamond {
	display: inline-block;
	float: none;
	clear: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent p #busLogo {
	display: inline-block;
	margin: 10px;
}
.twoColFixLtHdr #container #mainContent ul li ul li {
	font-size: .9em;
}
.twoColFixLtHdr #container #mainContent #FlashID2 {
	margin-left: -150px;
}

.twoColFixLtHdr #container #mainContent p a #Image12 {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
}
.twoColFixLtHdr #container #mainContent p #careers {
	float: left;
	margin-right: 10px;
}

.twoColFixLtHdr #container #mainContent p a #Image13 {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent p a #Image14 {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.twoColFixLtHdr #container #mainContent p a #Image15 {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent p #railInstallations {
	right: auto;
}
.twoColFixLtHdr #container #mainContent p a #Image19 {
	float: left;
	display: block;
}
.twoColFixLtHdr #container #mainContent p a #Image16 {
	display: block;
	float: left;
}
.twoColFixLtHdr #container #mainContent #appBuildertable tr td p {
	padding-left: 5px;
	border-top-width: 1px;
	border-top-color: #666;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #dataTable tr td #LML {
	padding: 0px;
	border: 1px solid #999;
	margin-right: 5px;
}
.twoColFixLtHdr #container #mainContent p #tafGroup {
	float: right;
	clear: none;
}
.twoColFixLtHdr #container #mainContent p #tagGroup {
	float: right;
}
.twoColFixLtHdr #container #mainContent table tr td #LML {
	padding: 0px;
	border: 1px solid #666;
	margin: 2px;
}
.twoColFixLtHdr #container #mainContent p #bodyShop01 {
	float: right;
	clear: right;
	padding: 5px;
	border: 1px solid #666;
	margin: 5px;
}
.twoColFixLtHdr #container #mainContent table tr td #busLogo {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p #mol81 {
	margin: 5px;
	padding: 5px;
	float: right;
	border: 1px solid #666;
}
