root { 
    display: block;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: #666666;
       // background: url("../images/web-under-construction.jpeg") no-repeat center top;
        background: url("../../images/headerPattern.jpg");
}
        
body a {
    color: black;
    text-decoration: underline;
}
.tr td {
        text-align: center;
    }
#siteWrapper{
    width: 100%;
    height: 100%;
    margin: auto;
    //background: url("../images/bgPattern.jpg");
    }
#header{
    //padding-top: 10px;
    width: 100%;
    height: 230px;
    margin: 0 auto;
    background: url("../images/mechlogo.png") no-repeat center;
    //padding-bottom: 2px;
    //border-bottom: 5px solid graytext;
}


#headerBL{
    //padding-top: 10px;
    width: 100%;
    height: 230px;
    margin: 0 auto;
    background: url("../images/BradyLogix.png") no-repeat center;
    //padding-bottom: 2px;
    //border-bottom: 5px solid graytext;
}


#headerTop{
    width: 100%;
    height: 20px;
    margin: 0 auto;
    background: url("../images/bgPattern.jpg");
}

#headerBottom{
    width: 100%;
    height: 10px;
    margin: 0 auto;
    background: url("../images/bgPattern.jpg");
}

#headerWrap{
    width: 100%;
    height: 250px;
    background: url("../images/headerPattern.jpg");
}

.spacerMenu{
    width: 240px;
    height: 5px;
    margin: auto;
    border: none;
}

.spacerMenuTop{
    width: 240px;
    height: 10px;
    margin: auto;
    border: none;
}

.techMenu{
    width: 240px;
    height: 725px;
    margin: auto;
    float: left;
    background: #00064c;
    border-style: groove;
    border-color: silver;
    border-width: 3px;
    text-align: center;
    
}

.techPanelBtn{
    width: 190px;
    height: 20px;
    margin: auto;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    text-align: center;
    background: slategray;
    
}
.techPanel1{
    width: 220px;
    height:60px;
    margin: auto;
    //float: left;
    background: url("../images/bgPanel.jpeg");
    border-style: groove;
    border-color: silver;
    border-width: 3px;
    text-align: center;
    color: black;
    
}

.techPanel2 {
    width: 220px;
    height:190px;
    margin: auto;
    //float: left;
    background: url("../images/bgPanel.jpeg");
    border-style: groove;
    border-color: silver;
    border-width: 3px;
    text-align: center;
    color: black;
   
    
    
}
.techPanel2.a:hover{
    color: white;
}


.techPanel3 {
    width: 220px;
    height: 215px;
    margin: auto;
    //float: left;
    background: url("../images/bgPanel.jpeg");
    border-style: groove;
    border-color: silver;
    border-width: 3px;
    text-align: center;
    color: black;
    
}
.techPanel3.a:hover{
    color: white;
}

.techPanel4 {
    width: 220px;
    height: 70px;
    margin: auto;
    //float: left;
    background: url("../images/bgPanel.jpeg");
    border-style: groove;
    border-color: silver;
    border-width: 3px;
    text-align: center;
    color: black;
    
}
.techPanel4.a:hover{
    color: white;
}

.techPanel5 {
    width: 220px;
    height: 92px;
    margin: auto;
    //float: left;
    background: url("../images/bgPanel.jpeg");
    border-style: groove;
    border-color: silver;
    border-width: 3px;
    text-align: center;
    color: black;
    
}
.techPanel5.a:hover{
    color: white;
}

.techContent{
    width: 1000px;
    height: 700px;
    margin: auto;
    border: none;
    padding-right: 13.5%;
}
.logo {
    margin: auto;
    width: 271px;
    height: 228px;
    text-align: center;
    padding-top: 20px;
   // background: url("../images/BradyLogix.png") no-repeat center;
}
.slogan {
  width: 500px;
  margin: auto;
  text-align: center;
  //padding-bottom: 10px;
  color: #666666;
  font-style: italic;
}
#menu{
   width: 60%;
   height: 66px;
   margin: auto;
   text-align: center;
   padding-top: 15px;
   padding-left: 22%
   .active{
    color: white;
   }
}


.button {
    height: 40px;
    width: 95px;
    margin: auto;
    padding-right: 30px;
   // padding-bottom: 20px;
    //padding-top: 0px;
   // padding-left: 20px;
    background: url("../images/bgPanel.jpeg");
    border: 2px black groove;
    color: black;
    text-align: center;
    float: left;
    .active{
       color: white;
   }
}
.button:hover, .button a:active{
    background: url("../images/bgPanel.jpeg");
    color: white;
    .active{
       color: white;
   }
}

.button_caption{
   height: 50px;
   width: 135px;
   margin: auto;
   padding-top: 11px;
   font-size: 10pt;
   font-family: 'Libre Baskerville';
   font-style: italic;
   
}
.button_caption:hover{
   color: white;
}

#content{
    width: 100%;
    height: 700px;
    margin: auto;
    border: none;
    text-align: center;
    font-size: 15px;
    
}
#content_construction{
    width: 100%;
    height: 800px;
    margin: auto;
    border: none;
    text-align: center;
}
.construction {
    width: 500px;
    height: 360px;
    margin: auto;
    background: url("../images/web-under-construction.png") no-repeat center;
}
.content_container{
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    //border: 3px solid white;
}
.column {
    width: 325px;
    height: 500px;
    padding-right: 50px;
    float: left;
    text-align: center;
    h1 {
        color: white;
        font-size: 85%;
        font-weight: bold;
    }
}
.column3 {
    width: 325px;
    height: 500px;
    float: left;
    text-align: center;
    h1 {
        color: white;
        font-size: 85%;
        font-weight: bold;
    }
}

.ftpmenu{
    width: 100px;
    float: left;
    padding-right: 50px;
    border-right: 2px dashed;
}
.ftpcontent{
    width: 700px;
    height: 500px;
    float: left;
    padding-left: 50px;
}
//Tech Portal Specific Styling

