/*=== PASSES CSS VALIDATION AS IS ===*/

/*======== framework ========*/
* {
   margin: 0;  /* eliminated spacing differences between browsers */
   padding: 0;
}
 body {
   font-size: 0.8em; 
   line-height: 1.3em;
   font-family: arial, helvetica, verdana, trebuchet-ms, century-gothic, tahoma, sans-serif;
   text-align: center; 
   min-width: 760px; /* keeps layout from colapsing if the browser is sixed too small */
   background-color:#3e3e3e;
}


#wrapper {
   position: relative;   
   background-color:#FFF;
   background-image: url(/pages/images/pages/body_bg2.gif);
   width: 760px;  /* width must be in em or percentages to be scalable */
   margin: 1em auto; 
   text-align: left;   
}
#innerWrap {
   width: 760px;/* width must be in em or percentages to be scalable */
  /* apply "clearfix" class withing html document to ensure footer clearing both column(s) & footer */
}

/* ===== layout style formatting ===== */
#column1 {
   width: 160px;  /* width must be in em or percentages to be scalable - size to layout*/ 
}
#content {
width: 570px;  /* width must be in em or percentages to be scalable - size to layout*/
padding-right: 15px;
}
#mainContent {
   width: 390px;  /* width must be in em or percentages to be scalable - size to layout*/ 
   padding-top: 1em;
   padding-bottom:1.5em;
}
#mainContentfull {
   width: 555px;  /* for no right sidebar - REVIEW for accuracy - RBW */ 
   padding-top: 1em;
   padding-bottom:2.5em;
}

#mainContentfull form {
}

#mainContentfull p {
width:400px;
}

* html #mainContentfull p {
width:360px;
margin-top:0px;
}

* + html #mainContentfull p {
width:360px;
margin-top:0px;
}



#mainContentfull #column2 p {
width:150px;

}

#mainContent_map {
float: left;
}


#column2 {  /* in 3 column layout only */
   width: 168px;  /* width must be in em or percentages to be scalable - size to layout*/ 
   margin: 1em 2px 1em 0;
}
/* ===== end layout style formatting ===== */
.block{
   margin: 0 1em; /* all content must be included within div tags assigned this class */
   clear: both;
}  
.left_block {
background-color: #EAEAEA;
clear: both;
margin: 0em 1em;
border-top-width: 5px;
border-top-style: solid;
border-top-color: #989797;
padding-bottom: 2px;
font-size:0.75em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*======== end framework ========*/

/*======== common formatting ========*/ /* browsers differences are avoided w/ universal font sizes outside content divs */
   /*======== headings ========*/
   h1 {font-size: 1.4em;}
   h2 {font-size: 1.3em;}
   h3 {font-size: 1.2em; color:#1466b0;}
   h4 {font-size: 1.1em;}
   h5 {font-size: 1em;}
   h6 {font-size: 1em;}
   h6 {margin-bottom: 0;}
   h1, h2, h3, h4, h5, h6 {margin: 0.75em 0 0.5em 0;}
   h1 a, h2 a, h4 a, h5 a, h6 a{color:#333;}
   h3 a, h3 a:visited {color:#0a2d91;}
   h3 a:hover {color:#0a2d91;}
   h1 a:hover, h2 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color:#0a2d91;}
   h6 {
      margin-bottom: 0;
   }
   
   
   #mainContent h2 {
  font-size:1.4em;
  font-weight:bold;
  border-bottom:1px solid #333333;
}
   
   h3.mainList {
   font-size:1.1em;
margin-bottom:0px;
color:#1466b0; 
   }
   
    h3.mainList a {
   font-size:1.1em;
margin-bottom:0px;
color:#1466b0; 
   }
   
    h3.mainList a:hover{
   font-size:1.1em;
margin-bottom:0px;
color:#0a2d91; 
   }
   
   .mainListLead {
   font-size:0.9em;
   }
   
   /*======== end headings ========*/
   
   /*======== text elements ========*/
   p {margin: 1em 0;}   
   blockquote {margin-left: 2em;}
   dl {margin: 0 1em;}
   dd {margin-left: 1em;} 
   a  {color: #1466b0;}
   a:visited {color: #0a2d91;}
   p a, blockquote a, dl a, abbr a, acronym a  {color: #1466b0;}
   p a:hover, blockquote a:hover, dl a:hover, abbr a:hover, acronym a:hover {color:#0a2d91;}
    p a:visited, blockquote a:visited, dl a:visited, abbr a:visited, acronym a:visited {color:#0a2d91;}
   /*======== end text elements ========*/
   
   /*======== images ========*/
   img {
      margin: 0;
      border-style: none;
   }
   img a {border-style: none;}
   
   .block img {
    padding:.50em;
   }
   
   p.column_caption {
   font-size: 0.90em;
   line-height:1.1em;
   }
   
   
   p.caption {   
      font-size: 0.8em;
      text-align: center;
      margin-top: 0.5em;
   }   
   div.left {
      float: left;
      margin-right: 2em;
   }
   div.right {
      float: right;
      margin-left: 2em;
   }
   /*======== end images ========*/
   
   /*======== lists ========*/
   ul, ol {margin: 1em 3em;}
   ul li ul, ol li ol, ol li ul,  ul li ol {margin: 1em 2em;}
   ol {margin-left: 3.5em;}
   ul li, ol li {margin-bottom: 0.5em;}
   ul li a, ol li a {color: #1466b0;}
   ul li a:hover, ol li a:hover {color:#0a2d91;}
   /*======== end lists ========*/
   
   /*======== tables =======*/
   table td {
      margin: 0 0.5em;
      vertical-align: top;
   }
   table td a {color: #1466b0;}
   table td a:hover {color:#0a2d91;}
   /*======== end tables ========*/
   
   /*======== forms ========*/
   
   /*======== end forms ========*/   
/*======== end common formatting ========*/

/* remember the margins set in common formatting above are in effect until over ridden below */

/*======== header ========*/
#header {
   position:static;
   background-repeat: no-repeat;
   padding: 0;
   margin: 0;
   width:760px;
   }
   
  #header img {
  position:absolute;
  top:10px;
  left:500px;
   }
   
 #link {
  position:absolute;
  top: 20px;
  left: 497px;
  border:none;
 }  
  
  
 /*======== header Images (changed 10-28-07 rbw) see sitewidev2 ========*/

body#default  #header {
   background-image: url(/pages/images/pages/header4.jpg);
   height: 152px;
    position:static;
width:760px;
}


 /*======== headerMenu ========*/
   #headerMenu{
      position: relative;
  top:108px;
  left: 470px;
  width:350px;
      padding-bottom: 0;
      margin-bottom: 0;     
   }
   
    * html #headerMenu {
   
   top:92px;
   }
   
   * + html #headerMenu {
   
   top:92px;
   }
   
   #headerMenu ul {
      font-size: 1.1em;
      list-style:none;
   }
   #headerMenu ul li {
      float:left;
  display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
      border-left: #FFF solid 1px;
      padding: 0 0.75em;
   }
   #headerMenu ul li.noborder {
  border-style: none;
   }
    #headerMenu li a { 
      color: #FFF;
      text-decoration: none;
   }
   #headerMenu li a:hover {
      color: #F93;
      text-decoration: underline;
   }
   /*======== headerMenu ========*/ 
   /*======== subHeaderMenu ========*/
   #subHeaderMenu {
    position: absolute;
color: #1466b0;
top: 128px;
   }
   #subHeaderMenu ul{ 
      float: right;
  list-style: none;
  padding: 0 1em;
  margin: 0; 
   }
   #subHeaderMenu ul li{ 
      float: left;
  padding:0 0.5em;  
   }  
   #subHeaderMenu  a {
   font-size: 0.85em;
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: none;
   color: #1466b0;
   line-height: 1.5em;
   }
   #subHeaderMenu  a:hover {
   color: #0a2d91;
   }
   /*======== end subHeaderMenu ========*/

form#search {
      position: absolute;
  top: 102px;
      left: 15px;
   }     
/*======== end header ========*/

/*======== column1 ========*/
#column1 { /* right or left column in a 2 column layout, left column in a 3 column layout */
}
   /*======== sideMenu styles ========*/ /* 989797 remember the margins set above are in effect until over ridden by id calls */
    #sideMenu {
   font-size: 0.88em;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   width: 150px;
   padding: 0;
   padding-left: 3px;
   margin-bottom: 1em;  
   }
   #sideMenu ul {      
       list-style-type: none;
   width: 160px; 
   margin: 0;
   padding: 0;   
   margin-right: 0.5em;  
   }
   #sideMenu ul li {
      display: block;
  background-color: #808080;
  margin: 0;
  padding: 0;  
  padding-left: 0.5em;
  border-bottom: solid #FFF 1px;
   }
   #sideMenu ul li a {
      color: #FFF;     
      text-decoration: none;
  width: 100%;
  line-height: 1.75em;
   }
   /* make sure theses name actually match the appropriate page names */
   #sideMenu ul li#cylindrical {
   background-color: #f0dada;
   }
  
   #sideMenu ul li#cylindrical a {
      color: #000000; 
   } 
   
     #sideMenu ul li#cylindrical a:hover {
      color: #3e3e3e; } 
   
   #sideMenu ul li#profiles{
background-color: #dde3e9;
}   
   #sideMenu ul li#profiles a {
      color: #000000; }
  
   #sideMenu ul li#profiles a:hover {
      color: #3e3e3e; }
  
#sideMenu ul li#tool {
background-color: #faf1da;
} 
  
   #sideMenu ul li#tool a {
color: #000000;
   }   
   
   #sideMenu ul li#tool a:hover {
color: #3e3e3e;
   }
   
   
   
  #sideMenu ul li a:hover { 
      color: #f6a865;
   }
   
      /*======== sideMenu sub_menu styles ========*/
      #sideMenu ul ul {
      background-color: #e0e0fd;
  font-size: 0.9em;
  margin-right: 0;
  display: none;
      }
      #sideMenu ul ul li {
        display: block;
padding-left: 1.5em; 
      }
  #sideMenu ul ul li:hover {
     background-color: #FFF;
      }
      #sideMenu ul ul li a:hover {
     color: #666;
      }
   
      /*======== sideMenu sub_menu styles ========*/
      #sideMenu ul ul {
      background-color: #e0e0fd;
  font-size: 0.9em;
  margin-right: 0;
  display: none;
      }
      #sideMenu ul ul li {
        display: block;
padding-left: 1.5em; 
      }
  #sideMenu ul ul li:hover {
     background-color: #FFF;
      }
      #sideMenu ul ul li a:hover {

     color: #666;
      }
      /*======== end sideMenu sub_menu styles ========*/  
   /*======== end sideMenu styles ========*/
#column1 h4 {
      color: #FFF;
      background-color: #989797;
  padding-left: 5px;
  margin-top: 0;      
   }
#column1 p, #column1 form {
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
   }
#column1 .left_block a img {
margin-left:15px;
}




/*======== end column1 ========*/

/*======== content (container) ========*/
#content h2.company {
 color: #1466b0;
   display:inline;
   position: relative;
   left: -15px;
   top: -5px;
   z-index: 3;
}
#content #topWrap {
   background-image: url(/pages/images/pages/topWrap_background.gif);
   background-position: left bottom;
   background-repeat: repeat-y;
}
#content img#border {
   clear: both;
   position: relative;
   bottom: -4px;
   padding: 0;
}

.blueList {
   font-size:.9em;
}

.blueList a {
 color:#1466b0;
 font-weight:bold;
 font-size:1em;
}

.blueList a:visited, .blueList a:hover {
color:#0a2d91;
font-weight:bold;
font-size:1em;
}

/*.prop   {
    height:150px;
    float:right;
    width:1px; }

* html .prop   {
    height:160px; 
}

.prop_2 {
    width:1px;
height:48px;
float:right;
}

* html .prop_2 {
  
height:54px;

}*/

/*======== end home columns ========*/
#content #topWrap #top1, #content #topWrap #top2, #content #topWrap #top3 { 
   float: left;
   width: 168px;
   margin-right:10px;
}

#content #topWrap #top1_list, #content #topWrap #top2_list, #content #topWrap #top3_list { 
   float: left;
   width: 168px;
   margin-right:10px;
}

#content #topWrap #top1 header.img, #content #topWrap #top2 header.img, #content #topWrap #top3 header.img { 
  margin-bottom:10px;
}
#content #topWrap #top1 {
background-color: #f0dada;
/*border-bottom: #C00405 solid 4px;*/}
#content #topWrap #top2 {
background-color: #dde3e9;
/*border-bottom:#013A6F solid 4px;*/}
#content #topWrap #top3 { 
   background-color: #faf1da;
   /*border-bottom: #CF790C solid 4px;*/
   margin-right: 0;
   margin-bottom: 0;
   padding-bottom: 0;
   min-height:310px
}
#content #topWrap #top1 .block, #content #topWrap #top2 .block, #content #topWrap #top3 .block { 
   padding: 0 0.75em;
   margin: 0;
}

#content #topWrap #top1_list .block, #content #topWrap #top2_list .block, #content #topWrap #top3_list .block { 
   padding: 0 0.2em 0 0.2em;
   margin: 0;
}

#content #topWrap #top1 .block img, #content #topWrap #top2 .block img, #content #topWrap #top3 .block img { 
   padding: .15em .75em;
   margin: 0;
}

#content #topWrap #top1_list .block img, #content #topWrap #top2_list .block img, #content #topWrap #top3_list .block img { 
   padding: 0em;
   margin: 0;
}


#content #topWrap #top1 p, #content #topWrap #top2 p, #content #topWrap #top3 p { 
   padding: 0.75em 0;
   margin: 0;
}

#content #topWrap #top1_list p, #content #topWrap #top2_list p, #content #topWrap #top3_list p { 
   padding: 0.1em 0;
   margin: 0;
   font-size: .9em;
}

#content #topWrap #top1_list h3, #content #topWrap #top2_list h3, #content #topWrap #top3_list h3 { 
   font-size:1em;
   margin:2px 0px;
}

#content #topWrap #top1_list p.email, #content #topWrap #top2_list p.email, #content #topWrap #top3_list p.email {
   margin: 1em 0 1em 0;
   padding:0 0 1em 0;
   text-align: center;
   border-bottom: solid 2px #FFF;  
 }
 
#content #topWrap ul.imageMenu {
   list-style: none;
   padding: 1em 0 1em 1.6em;
   margin:0;
}
#content #topWrap #top3 ul.imageMenu {
   padding-bottom: 50px;
   margin-bottom:4px;
}
#content #topWrap ul.imageMenu li {
   padding: 0;
   padding-bottom: 0.6em;
   margin: 0;
}
#content #topWrap ul.imageMenu li img {
   margin-right: -0.75em;
}
#content #topWrap ul.imageMenu li a {
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: none;
   color: #1466b0;
   line-height: 1.5em;
}

#content #bottomWrap {
   margin-top: 1em; 
   margin-bottom: 1em;
}
#content #bottomWrap #bottom1, #content #bottomWrap #bottom2 {
   float: left;
   margin: 0;
   padding: 0;
}
#content #bottomWrap #bottom1 .block , #content #bottomWrap #bottom2 .block {
   margin: 0;
   padding: 0 0.75em;
}

#content #bottomWrap #bottom1 .block a:visited, #content #bottomWrap #bottom2 .block a:hover, #content #bottomWrap #bottom2 .block a:visited, #content #bottomWrap #bottom1 .block a:hover {
   color:#0a2d91;
}
#content #bottomWrap #bottom1 .block a:hover, #content #bottomWrap #bottom2 .block a:hover {
   color:#0a2d91;
}


#content #bottomWrap #bottom1 .block img, #content #bottomWrap #bottom2 .block img {
  padding:.50em;
}

#content #bottomWrap #bottom1{
   width:346px;
   margin-right: 10px;
}
#content #bottomWrap #bottom2 {
   width:168px;
}
#content #bottomWrap #bottom2 div#gray {
   background-color:#CCC;
   border: solid 1px #999;   
   margin-bottom: 10px;
}
#content #bottomWrap #bottom2 div#gray p {
   padding: 0 0.75em 0.5em 0.75em;
}
#content #bottomWrap h2 {
   color: #1466b0;
    margin: 0;
   padding: 0;
}
#content #bottomWrap h2 a {
font-size: .8em;
}
#content #bottomWrap h5 {
   color: #FFF;
   background-color: #989797;
   padding: 0.25em 0.5em;
   margin: 0.75em 0; 
}
#content #bottomWrap h5 a {
   color: #FFF;
}
/*======== end home columns ========*/
/*======== contact ========*/
body#contact_index #content #topWrap {
   font-size: 0.95em;
   margin-bottom: 20px;
 }
body#contact_index #content #topWrap h3 {
  font-size: 1.2em;
 }
body#contact_index #content #topWrap p {
   
   margin: -1.2em 0 0 0;
   padding:0;
   text-align: right;    
 }
 body#contact_index #content #topWrap p.email {
   margin: 1em 0 1em 0;
   padding:0 0 1em 0;
   text-align: center;
   border-bottom: solid 2px #FFF;  
 }
 #content #topWrap #top1_list p.end, #content #topWrap #top2_list p.end, #content #topWrap #top3_list p.end {
   border-style: none;  
 }
body#contact_index #content #topWrap p.email a{
   color: #333;
   font-weight: bold;
 }
body#contact_index #content #topWrap p.email a:hover{
   color: #666;
 }
/*======== contact ========*/

/*======== logo ===========*/

#grinding_logo {
 padding:10px 5px;
}

/*======== logo ===========*/


/*======== map ========*/
#mapContent1 {
   float: left;
   margin-top: 1em;  
}

.margin {
margin-right: 10px;
}

#mapContent2 {
   width: 255px;
   overflow:auto; 
float:right;
margin-top:-295px;
margin-right:10px;
margin-bottom:10px;
}

#mapContent3 {
padding-top:0px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}

#mapContent3 h2 {
font-size:9px;

background-color:#eaeaea;
width:425px;
padding:2px;
}
/*======== end map ========*/
   /*======== mainContent ========*/
   #mainContent {  /* main center column in a 3 column display */
   }
    #mainContent img {
}

   /*======== end mainContent ========*/

   /*======== column2 ========*/
       .column2_tool {  /* right column in a 3 column layout */
background-color: #faf1da;
border-left: solid 1px #cf790b;
border-right: solid 1px #cf790b;
border-bottom: solid 1px #cf790b;
font-size: 0.75em;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:168px;
margin-top: 1em;
  }
  
      .column2_tool h3 {
background-color: #cf790b;
color: #FFFFFF;
text-align: center;
font-size: 1em;
margin-top:0px;
}
  
.column2_profile {
background-color: #dde3e9;
border-bottom: solid 1px #013A6F;
border-right:solid 1px #013A6F;
border-left:solid 1px #013A6F;
font-size: 0.75em;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top: 1em;
}

.column2_profile h3 {
background-color: #013A6F;
color: #FFFFFF;
text-align: center;
font-size: 1em;
margin-top:0px;
}
  
  .column2_cylindrical {
background-color: #f0dada;
border-left: solid 1px #C00405;
border-right: solid 1px #C00405;
border-bottom: solid 1px #C00405;
font-size: 0.75em;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:168px;
margin-top: 1em;
  }

.column2_cylindrical h3 {
background-color: #C00405;
color: #FFFFFF;
text-align: center;
font-size: 1em;
margin-top:0px;
}

  .column2_default {
 background-color: #EAEAEA;
 border-right: solid 1px #989797;
  border-left: solid 1px #989797;
border-bottom: solid 1px #989797;
font-size: 0.75em;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:168px;
margin-top: 1em;
          }
  
  
  .column2_default h3 {
background-color: #989797;
color: #FFFFFF;
text-align: center;
font-size: 1em;
margin-top:0px;
}

  #column2 {  /* right column in a 3 column layout */ 
  font-size: 0.95em;
   width:168px;
  }
  
  #column2_app {  /* right column in a 3 column layout */ 
  font-size: 0.95em;
   width:168px;
  }
  

 
  
   #column2 .block{  /* right column in a 3 column layout */
      margin: 0;
  padding: 0.3em;
   }
   #column2 .block strong {  /* right column in a 3 column layout */
  margin: 0;
   }
  #column2 .block h3 {  /* right column in a 3 column layout */
  margin: 0;
  padding: 0.5em 0;
   }
   #column2 .block p {  /* right column in a 3 column layout*/
margin: 0;
padding: 0.5em 0;

  }
  
   #column2 .block img {
   float:left;
   padding:0px 2px 3px 0px;
  
   }
   
  #column2 .block a:hover {
color:#0a2d91;  
  }

 #column2 .block a:visited {
 color:#0a2d91;
 }
   
   #column2 ul.imageMenu {
   list-style: none;
   padding: 10px 0 10px 3.5em;
   margin:0;
}
#column2 ul.imageMenu li {
   padding: 0;
   margin: 0;
}
#column2 ul.imageMenu li img {
   margin-right: -0.75em;
}
#column2  ul.imageMenu li a {
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: none;
   color: #1466b0;
   line-height: 1.5em; 
} 

#column2 ul.imageMenu li a:hover, #column2 ul.imageMenu li a:visited {
color:#0a2d91;
  text-transform: uppercase;
   font-weight: bold;
   text-decoration: none;
   line-height: 1.5em; 
}

 
   /*======== end column2 ========*/
   
/*======== end content (container) ========*/

/*======== footer ========*/
#footer {
   clear: both;
   height:120px;
   background-image: url(/pages/images/pages/footer_bg.gif);   
   background-repeat: no-repeat;
   background-position: bottom right;
   color: #FFF;
   text-align: center;
   width: 760px;
   padding: 1em 0;
}
#footer p {
   clear: both;
   text-align: center;
}
#footer div.right {
   text-align: right;
   padding-right: 1em;
}
#footer div.left {
   margin-left: 1em;
}
#footer div.left2 {
   float:left;
   text-align: center;   
   width: 165px;
   margin-left: 105px;
}

#footer a {
   color: #FFF;
}
#footer a:hover {
   color: #CCC;
}
/*======== end footer ========*/


/* ======== float clearing method ========*/
/*devised by Tony Aslett - www.csscreator.com */
/* add the clearfix class to any containter that must enclose floated elements */
/* details at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
   content: ".";              /* the period is placed on the page as the last thing before the div closes */
   display: block;          /* inline elements don't respond to the clear property */ 
   height: 0;                  /* ensure the period is not visible */
   clear: both;               /* make the container clear the period */
   visibility: hidden;     /* further ensures the period is not visible */
}
.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
/* ======== end float clearing method ======*/
