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

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


#wrapper {
   float:left;   
   background-color:#FFF;
   background-image: url(/pages/images/pages/body_bg2.gif);
   width: 650px;  /* width must be in em or percentages to be scalable */
   margin: 1em auto; 
   text-align: left;  
}
#innerWrap {
   width: 650px;
   margin-top:15px;/* 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 {
   display:none;
}
#content {
width: 650px;  /* width must be in em or percentages to be scalable - size to layout*/
padding-right: 10px;
float:left;
margin-left:15px;
}
#mainContent {
   width: 420px;  /* width must be in em or percentages to be scalable - size to layout*/ 
   padding-top: 5em;
   float:right;
   font-size:.85em;
   margin-left:15px;
}
#mainContentfull {
   width: 500px;  /* for no right sidebar - REVIEW for accuracy - RBW */ 
   padding-top: 1em;
   float:right;
   margin-left:20px;
}
#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;
}

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

/*======== common formatting ========*/ /* browsers differences are avoided w/ universal font sizes outside content divs */
   /*======== headings ========*/
   h1 {font-size: 1.7em;}
   h2 {font-size: 1.5em;}
   h3 {font-size: 1.3em;}
   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, h3 a, h4 a, h5 a, h6 a{color:#333;}
   h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color:#999;}
   h6 {
      margin-bottom: 0;
   }
   /*======== end headings ========*/
   
   /*======== text elements ========*/
   p {margin: 1em 0;}   
   blockquote {margin-left: 2em;}
   dl {margin: 0 1em;}
   dd {margin-left: 1em;} 
   a  {color: #333;}
   a:visited {color: #333;}
   p a, blockquote a, dl a, abbr a, acronym a  {color: #333;}
   p a:hover, blockquote a:hover, dl a:hover, abbr a:hover, acronym a:hover {color:#999;}
    p a:visited, blockquote a:visited, dl a:visited, abbr a:visited, acronym a:visited {color:#999;}
   /*======== end text elements ========*/
   
   /*======== images ========*/
   img {
      margin: 0;
      border-style: none;
   }
   img a {border-style: none;}
   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: #333;}
   ul li a:hover, ol li a:hover {color:#999;}
   /*======== end lists ========*/
   
   /*======== tables =======*/
   table td {
      margin: 0 0.5em;
      vertical-align: top;
   }
   table td a {color: #333;}
   table td a:hover {color:#999;}
   /*======== 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:relative;
   background-repeat: no-repeat;
   padding: 0;
   margin: 0;
   }
   
 
   
  #header img {
  position:absolute;
  top:-35px;
  left:0;
   }
   
  
   
 #link {
  position:absolute;
  top: 20px;
  left: 497px;
  border:none;
 }  
  
  
body#main_site_index  #header, body#contact_index  #header {
   background-image: url(/pages/images/pages/header2.jpg);
   height: 140px;
}
body#cylindrical  #header {
   background-image: url(/pages/images/pages/cylindrical_header.jpg);
   height: 152px;
}

body#profile  #header {
   background-image: url(/pages/images/pages/profile_header.jpg);
   height: 152px;
}

body#tool  #header {
   background-image: url(/pages/images/pages/tool_header.jpg);
   height: 152px;
}

body#default  #header {
   background-image: url(/pages/images/pages/default_header.jpg);
   height: 152px;
}


 /*======== headerMenu ========*/
   #headerMenu{
      display:none;     
   }
   #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 {
    display:none;
   }
   #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: #408acd;
   }
   /*======== end subHeaderMenu ========*/

form#search {
      display:none;
   }     
/*======== 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:10px;
}


/*======== 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;
   margin-top:45px;
   margin-left:25px;
}
#content img#border {
   clear: both;
   position: relative;
   bottom: -4px;
   padding: 0;
}
/*.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: 0 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;
}
#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 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 ========*/

/*======== 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 {
margin-bottom:-2px;
}

#mainContent h2 {
font-size:1.2em;
}
   /*======== 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;
width:140px;
margin-top: 1em;
border-top: solid 1px #cf790b;
  }
  
      .column2_tool h3 {
background-color: #cf790b;
color: #FFFFFF;
text-align: center;
}
  
.column2_profile {
width: 140px;
background-color: #dde3e9;
border-bottom: solid 1px #013A6F;
border-right:solid 1px #013A6F;
border-left:solid 1px #013A6F;
font-size: 0.75em;
margin-top: 1em;
border-top:solid 1px #013A6F;
}

.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;
width:140px;
margin-top: 1em;
border-top: solid 1px #C00405;
  }

.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;
border-top: solid 1px #989797;
font-size: 0.75em;
width:140px;
margin-bottom:10px;
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 .block{  /* right column in a 3 column layout */
      margin: 0;
  padding: 0.5em;
   }
   #column2 .block strong {  /* right column in a 3 column layout */
  margin: 0;
  padding-top: 0.5em;
   }
  #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 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; 
} 


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

/*======== footer ========*/
#footer {
   clear: both;
   height:100px;
   background-color:#82878d;
   color: #FFF;
   text-align: center;
   width: 650px;
   padding: 1em 0;
   border-top:1px solid #000;
}
#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: 60px;
}

#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 ======*/

