li a.homelinks{color: #16629E; border-bottom: 1px dotted #16629E;}
li a.homelinks:hover{color: #16629E; border-bottom: 1px dotted #16629E;}
li a.homelinks:visited{color: #16629E; border-bottom: 1px dotted #16629E;}
#homewrapper li{margin-left: -15px; list-style: square	}
#homewrapper #homecontainer a{color: blue; text-decoration: none; border: 0}
#homewrapper #homecontainer li a{color: blue; text-decoration: none; border: 0}
div.tableContainer {
		 clear: both;
		 border: 0px solid #0077BB;
		 height: 980px;
		 overflow: auto;
		 position: relative;
		 margin-right: 150 px; 
		 
}
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
		 background: #FFF;
		 border-bottom: 0px solid #0077BB;
		 border-left: 1px solid #0077BB;
		 border-right: 1px solid #0077BB;
		 border-top: 0px solid #ccffff;
		 border-bottom: 1px solid #0077BB;
		 padding: 2px 3px;
}
tbody.scrollContent tr.alternateRow td {
		 background: #BFDDEE;
		 border-bottom: 1px solid #0077BB;
		 border-left: 1px solid #0077BB;
		 border-right: 1px solid #0077BB;
		 border-top: 0px solid #ccffff;
		 padding: 2px 3px
}
#linecard a {
		 
line-height: 1;
padding: 1px;
color: #027ABB;
text-decoration: none;
border-bottom: 0px dotted #027ABB;
font-size: 8pt;
}
		 
#linecard a:link {
		 line-height: 1.6;
padding: 1px;
color: #027ABB;
text-decoration: none;
border-bottom: 0px dotted #027ABB;
font-size: 8pt;
}
#linecard a:visited {
		 line-height: 1.6;
padding: 1px;
color: #027ABB;
text-decoration: none;
border-bottom: 0px dotted #027ABB;
font-size: 8pt;
}
#linecard a:hover {
		 line-height: 1.6;
padding: 1px;
color: #027ABB;
text-decoration: none;
border-bottom: 0px solid #027ABB;
font-size: 8pt;
}

#linec #linecard td a {
		 
line-height: 1;
padding: 1px;
color: #027ABB;
text-decoration: none;
border-bottom: 0px dotted #027ABB;
font-size: 8pt;
}
		 
#linec #linecard td a:link {
		 line-height: 1.6;
padding: 1px;
color: #027ABB;
text-decoration: none;
border-bottom: 0px dotted #027ABB;
font-size: 8pt;
}
#linec #linecard td a:visited {
		 line-height: 1.6;
padding: 1px;
color: #027ABB;
text-decoration: none;
border-bottom: 0px dotted #027ABB;
font-size: 8pt;
}
#linec #linecard td a:hover {
		 line-height: 1.6;
padding: 1px;
color: #027ABB;
text-decoration: none;
border-bottom: 0px solid #027ABB;
font-size: 8pt;
}
#maincontent{position: relative; height: 100%;border: 1px dotted red;}
#b{height: 100%}
#b{height: 100%}
#footer{position: relative; font-size: 8pt}
#footer{height: 140px; background-color: #221E1F; color: white; padding: 20px; }
#footer a{color: white; text-decoration:none;}
#footer a:hover{color: #F19D1E;}
#homewrapper {
	text-align: left;
margin-left: 29.4%;
position:absolute;
top: 136px;
padding: 0px;
	border:0;
	width: 512px;
	background: url("http://www.wilsonmohr.com/wm.nsf/background_cols.gif") repeat;
}
#homeheader {
	margin: 0 0 15px 0;
	background-image: url(2012F38CEECEF33E8625744300762DC2/$FILE/navHomePage.png);
background-repeat: no-repeat;
height: 63px;
}
#homeside-a {
	float: left;
	width: 150px;
padding: 10px;
line-height: 1.5;
}
#homeside-b {
	float: right;
	width: 150px;
padding: 10px;
line-height: 1.5;
}
#homecontent { 
	float: left;
	width: 150px;
padding: 10px;
line-height: 1.5;
}
#homefooter {
	clear: both;
	background: #A2A2A2;
}
#ff {
position: absolute;
left: 10px;
top:20px;
width: 33%;
color: black;
      }
#dd {
position: relative;
left: 10px;
margin-top: 100px;
width: 27%;
color: black;
float:left;
      }
#needvalid {position: relative; top: -20px;}
/* -- Format the main DIV used -- */
.dialog {
 position:relative;
 margin: 10px auto;    
 min-width:8em;
 max-width:500px;       /* a little smaller than the image dimensions */
 color:#fff;
 margin-left:12px;      /* spacing to the left of the completed box */
 margin-bottom:0em;     /* spacing under the completed box */
margin-top: -50px;
}
/* -- Set all DIVs to use the background image -- 
  1. Using PNG for background images allows for use of Transparency 
     levels within the body of the images
  2. IE5 & IE6 can't use PNG properly. The code automatically switches
      to use a GIF image for the background. Transparency doesn't work
-- */
.dialog .content,
.dialog .tlft,
.dialog .brgt, 
.dialog .blft {
 background:transparent url(Gradiant-4+line-700x700.png) no-repeat top right;
 _background-image:url(Gradiant-4+line-700x700.gif);
}
/* basic formatting for content of the box  */
.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}
/* top left vertical slice */
.dialog .tlft {
 position:absolute;
 left:0px;
 top:0px;
 width:12px;          /* left slice width */
 margin-left:-12px;   /* shoves the left slice out of dialog to the left */
 height:100%;
 _height:1600px;      /* arbitrary long height, IE 6 */
 background-position:top left;     /* show top left corner of graphic */
}
/* bottom right corner - width of content box */
.dialog .brgt {
 position:relative;
 width:100%;
}
/* bottom left & right - set to same height */
.dialog .brgt,
.dialog .blft {
 min-height:10px;    /* height of bottom cap - must be larger than corner radius */
 font-size:1px;
}
/* bottom right corner & bottom of box */
.dialog .brgt {
 background-position:bottom right;     /* show bottom right hand corner */
}
/* bottom left corner */
.dialog .blft {
 position:relative;
 width:12px;              /* width of left vertical slices */
 margin-left:-12px;       /* shove the corner to the left out of the content box */
 background-position:bottom left;    /* show bottom left corner of image */
}
/* set text formatting for inside the dialog box */
.dialog h1,
.dialog h2,
.dialog p {
 margin:0px;          /* margins will blow out backgrounds, leaving whitespace */
 padding:0.5em 0px 0.5em 0px;    /* only use padding */
 color: black;         /* font color IN the box */
}
/* adjust any positioning for text */
.dialog h1 {
 padding-bottom:0px;
}
/* adjust position of IMG in the dialog box */
.dialog IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	 padding-top: 10px;
	 padding-bottom: 10px; }
/* END of Round Corner CSS */
<!--====================================== -->
/* -- Format the main DIV used -- */
.caps {
 position:relative;
 margin: 0px auto;
 margin-left:0px;
 margin-bottom:0em;  
}
.caps .trgtcap,
.caps .tlftcap,
.caps .brgtcap, 
.caps .blftcap {
 background:transparent url(4FA96D9F10FC509886257492001E97D8/$FILE/RndCrnr-Black.png) no-repeat top right; 
 _background-image:url(5615BE72977B3DE086257492001EB0FF/$FILE/RndCrnr-Black.gif );
}
.caps .trgtcap,
.caps .tlftcap {
 height:8px; 			   /* height of bottom cap - must be larger than corner radius */  
}
/* top left corner */
.caps .tlftcap {
 position:relative;
 float:left;
 width:12px;          /* left slice width */
 background-position:top left;     /* show top left corner of graphic */
}
/* basic formatting for trgtcap of the box  */
.caps .trgtcap {
 position:relative;
 margin-left:12px;
 background-position:top right;     /* show top left corner of graphic */
}
/* bottom left & right - set to same height */
.caps .brgtcap,
.caps .blftcap {
 height:10px; 			   /* height of bottom cap - must be larger than corner radius */  
}
/* bottom left corner */
.caps .blftcap {
 position:relative;
 float:left;
 min-width:12px;              /* width of left vertical slices */
 background-position:bottom left;    /* show bottom left corner of image */
}
/* bottom right corner - width of trgtcap box */
.caps .brgtcap {
 position:relative;
 margin-left:12px;
 background-position:bottom right;     /* show bottom right hand corner */
}
/* END of ROUNDED CAPS CSS */
<!-- ====================================== -->
#b h2{font-size: 10pt; font-weight: bold; margin-bottom: -10px; margin-top:10px}
#b h3{font-size: 10pt; font-weight: bold; margin-bottom: -15px; margin-top:10px}
body{font-family:verdana; font-size: 9pt; color:black; margin: 0; padding: 0; background-color: white; height: 100% }
#navigate a, #navigate a:visited, #navigate a:link, #navigate a:hover{color: white; text-decoration: none; border: 0}
#menu{
margin-right: 0px; margin:0;  border:0px solid #FFFFFF;margin-bottom: 1px; background-color: black;
padding-left: 29%;
height: 81px;
}
#topnavigation{
top: 50px;
position:relative;
z-index: 0;
}
#allcategories ul, #allcategories li{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#topnavigation{
border-left: 1px solid white;
height: 32px;
}
#topnavigation a:link, #topnavigation a:visited
{
line-height: 14px;
font-weight: normal;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #fff;
}
#topnavigation span.navsep{
border-right: 1px solid white;	
color: white;
}
#topnavigation a:link#current, #topnavigation a:visited#current, #topnavigation a:hover
{
padding-bottom: 4px;
background: transparent;
color: #F19D1E;
}
.projects a#projects
{
padding-bottom: 4px;
background: transparent;
color: #F19D1E;
}
.commercial a#commercial
{
padding-bottom: 4px;
background: transparent;
color: #F19D1E;
}
.industrial a#industrial
{
padding-bottom: 4px;
background: transparent;
color: #F19D1E;
}
.building-automation a#commercial
{
padding-bottom: 4px;
background: transparent;
color: #F19D1E;
}
.products a#products
{
padding-bottom: 4px;
background: transparent;
color: #F19D1E;
}
.professional-services a#professional-services
{
padding-bottom: 4px;
background: transparent;
color: #F19D1E;
}
.about-w-m a#about-w-m
{
padding-bottom: 4px;
background: transparent;
color: #F19D1E;
}
.home a#home
{
padding-bottom: 4px;
background: transparent;
color: #F19D1E;
}
.phone
{
color:#FF9800;font-size:12pt;font-weight: bold;
}
#logo
{
position:absolute; top: 19px; width: 29% ; left: 0;
text-align: center;
}
#maincontent 
{
font-size: 8pt; position:relative;   margin:0;
padding:0;
background-color: white;
color: #BCBDC0;
height: 690px;
min-height: 690px;
border: 1px solid transparent;
}
#maincontentforms
{
font-size: 8pt; position:relative;   margin:0;
padding:0;
background-color: white;
color: black;
height: 690px;
min-height: 690px;
}
#formlinks span.selected{
text-decoration: none;
color: black;
}
#page
{
width:80%;
position: relative;
top: 15px;
z-index: 0;
margin:0;
padding: 0;
}
#bb 
{
position: absolute;
left: 17px;
margin-top: 10px;
width: 27%;
color: black;
padding-bottom: 10px;
margin-bottom: 0px;
z-index: 10;
}
#right210
{
height: 67px;
}
.search-results-navigation a {
color: #027ABB;
text-decoration: none;
border-bottom: 1px dotted #027ABB;
}
.search-results-navigation a:link {
color: #027ABB;
text-decoration: none;
border-bottom: 1px dotted #027ABB;
}
.search-results-navigation a:hover {
color: #027ABB;
text-decoration: none;
border-bottom: 1px solid #027ABB;
}
#formlinks {float: right;  width: 15%; position: relative; z-index: 999; line-height: 1.6;}
#formlinks .selected{
text-decoration: underline;
}
#formlinks a 
{
color: #027ABB;
text-decoration: none;
}
#formlinks a:link 
{
color: #027ABB;
text-decoration: none;
}
#formlinks a:hover 
{
text-decoration: none;
color: black;
}
#navlist
{
line-height:20px;
position: absolute;
right: 0px;
top: 180px;
width: 195px;
z-index: 100;
}
#navlist li
{
list-style-type: none
}
#navlist a{color: #BCBDC0;}
.phone{color: #674485; font-size: 8pt;}
#locations a{color: white; text-decoration:none;}
#locations a.selected{color: #F19015;}
.displaytitle{position: relative; background: white;  margin-left: 29.5%; font-family: georgia,serif; font-size: 19pt; color: #221E1F; top: -5px; padding-left:0px; font-weight: normal; }
#bb h2{
margin-left: 29.5%;
font-size: 12pt;
font-weight: normal;
color: #6C6E71;
position: relative;
top:-10px;
font-family: Georgia, serif;
margin-right: 15%;
}
 		
#navigation{position: absolute; right: 0px; margin:0; top: 50px; font-size: 8pt;  }
#navigation ul li a{font-size: .8em; background-color: #bbb; text-transform:uppercase; }
#navigation ul li { width:182px; margin: 0; background-color: #bbb; }
#navigation ul ul li { border-left: 0px solid black; padding: 0; width:182px; margin-bottom: 0; margin: 0;}
ul ul li a { display:block; color: #000; padding: 3px 3px; background-color: #bbb; margin: 0;  }
ul ul li a:hover { display:block; color: black; background-color: #bbb; padding: 3px 3px; margin: 0;} 
#navigation ul ul ul li a{padding-left: 15px;}
		 		 
#navigation li { list-style-type: none; }
		
#navigation a{font-size: 8pt;  border-top: 0px solid #333;}
#navigation img{border: 0;}
#navigation a.subnavi {padding-left: 15px; 
font-size: .8em; 
background-image:url(icodot.gif);
background-repeat: no-repeat;
background-position: 6% 50% ; 
}
#navigation {
	
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:182px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration: none;
height: 34px;
}
#navigation a.head:hover {
	color:#fff;
}
#navigation a.selected {
}
#navigation a.current {
	background-color:#fff;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:5px;
	text-decoration: none;
height: 14px;
}
#navigation li li li a {
	color:#000000;
	display:block;
	text-indent:20px;
	text-decoration: none;
height: 14px;
}
#navigation li li a:hover {
	background-color:#fff;
	color:#000;
}
#navigation ul.sub{border: 0px solid red; padding-top: 0px; position: relative; }
#utilitynav{color: white;
top:0px;
right: 0px;
position:relative;
float: right;
padding-top: 5px;
padding-left: 5px;
z-index: 0;
text-align: right;
margin-right: 10px;
border-left: 1px solid white;
 }
#utilitynav a{font-family: tahoma; color: white; font-size:8pt; text-transform:lowercase; text-decoration:none; padding: 5px;}
#utilitynav a:active{font-family: tahoma; color: white; font-size:8pt;text-transform:lowercase; text-decoration:none}
#utilitynav a:visited{font-family: tahoma; color: white; font-size:8pt;text-transform:lowercase; text-decoration:none}
#utilitynav a:link{font-family: tahoma; color: white; font-size:8pt;text-transform:lowercase; text-decoration:none}
#utilitynav a:hover{color:#F19D1E;}
#sitemap a, 
#sitemap a:visited, 
#sitemap a:link {color: black;}
#news {
	background: #fff;
	color: white;
	font: 0.9em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	padding: 0px;
}
#newsticker {
	background-color:#231F20;
background-image:url(http://www.wilsonmohr.com/wm.nsf/0/A403A6EF4016E5DF8625744200107A2E/$FILE/bkgdNEWS.gif);
background-repeat:no-repeat;
}
#newsticker a{color: white;position: relative;
z-index: 1;}
#newsticker ul {
	border: 0px solid black;
	list-style: none;
	height: 62px;
margin-top: 0;
margin-bottom: 0;
	
	
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
table, td {
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif
}
/* define height and width of scrollable area. Add 16px to width for scrollbar          */
/* allow WinIE to scale 100% width of browser by not defining a width                   */
div.tableContainer {
	clear: both;
	border: 0px solid black;
	height: 380px;
	overflow: auto;
	position: relative;
}
/* WinIE 6.x needs to re-account for it's scrollbar. Give it some padding */
\html div.tableContainer/* */ {
	padding: 0 0px 0 0
}
html>body div.tableContainer {
	height: auto;
	padding: 0;
}
head:first-child+body div[class].tableContainer {
	height: 285px;
	overflow: hidden;
/*	width: 640px */
}
div.tableContainer table {
	float: left;
	width:100%;
}
/* WinIE 6.x needs to re-account for padding. Give it a negative margin */
\html div.tableContainer table/* */ {
	margin: 0 -16px 0 0
}
/* define width of table. Opera 5.x/6.x and MacIE 5.x */
html>body div.tableContainer table {
	float: none;
	margin: 0;
/*	width: 624px */
}
head:first-child+body div[class].tableContainer table {
}
head:first-child+body thead[class].fixedHeader tr {
	display: block
}
thead.Header th {
	background: black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
}
thead.Header th {
	color: #FFF;
}
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%
}
head:first-child+body tbody[class].scrollContent {
	display: block;
	height: 262px;
	overflow: auto;
	width: 100%
}
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: 0px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px solid #ccffff;
	border-bottom: 1px solid black;
	padding: 2px 3px
}
tbody.scrollContent tr.alternateRow td {
	background: #BFDDEE;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px solid #ccffff;
	padding: 2px 3px
}
head:first-child+body thead[class].fixedHeader th {
	width: 200px
}
head:first-child+body thead[class].fixedHeader th + th {
	width: 240px
}
head:first-child+body thead[class].fixedHeader th + th + th {
	border-right: none;
	padding: 4px 4px 4px 3px;
	width: 316px
}
head:first-child+body tbody[class].scrollContent td {
	width: 200px
}
head:first-child+body tbody[class].scrollContent td + td {
	width: 240px
}
head:first-child+body tbody[class].scrollContent td + td + td {
	border-right: none;
	padding: 2px 4px 2px 3px;
	width: 300px
}
#maincontent a.submit{
color: red;
}
.navigation{position: relative; right: 0px; margin:0; top: 50px; padding: 0;  font-size: 8pt;  }
.navigation ul li a{font-size: .8em; background-color: #bbb; }
.navigation ul li { width:182px; margin: 0; background-color: #bbb; }
.navigation ul ul li { border-left: 0px solid black; padding: 0; width:182px; margin-bottom: 0; margin: 0;}
ul ul li a { display:block; color: #000; padding: 3px 3px; background-color: #bbb; margin: 0;  }
ul ul li a:hover { display:block; color: black; background-color: #bbb; padding: 3px 3px; margin: 0;} 
.navigation ul ul ul li a{padding-left: 15px;}
		 		 
.navigation li { list-style-type: none; }
		
.navigation a{font-size: 8pt;  border-top: 0px solid #333;}
.navigation img{border: 0;}
.navigation a.subnavi {padding-left: 15px; 
font-size: .8em; 
background-image:url(icodot.gif);
background-repeat: no-repeat;
background-position: 6% 50% ; 
}
.navigation {
	
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:182px;
}
.navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration: none;
height: 34px;
}
.navigation a.head:hover {
	color:#fff;
}
.navigation a.selected {
}
.navigation a.current {
	background-color:#fff;
}
.navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
.navigation li li a {
	color:#000000;
	display:block;
	text-indent:5px;
	text-decoration: none;
height: 14px;
}
.navigation li li li a {
	color:#000000;
	display:block;
	text-indent:20px;
	text-decoration: none;
height: 14px;
}
.navigation li li a:hover {
	background-color:#fff;
	color:#000;
}
.navigation ul.sub{border: 0px solid red; padding-top: 0px; position: relative; }

