/* 
    Document   : smog_check
    Created on : May 27, 2013, 9:58:20 PM
    Author     : Robin
    Description:
        Purpose of the stylesheet follows.
*/

body {
    margin: 0px;
    padding: 0px;
    background-color:#fff;
    line-height: 20px;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
} 

.print-button {
    -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color:#79bbff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #84bbf3;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528ecc;
}
.print-button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color:#378de5;
}
.print-button:active {
    position:relative;
    top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */ 
h1 {
    color:darkblue;
}
.menu-items {
    margin: 0px auto; 
    padding-top:5px;
    background-color: darkblue; 
    height:20px;
    width:1000px;         
 }
.menu-items div {   
     text-align:center;
     float:left;
     border-right: 1px solid #888;
     height:20px;
     width:120px;
}
.menu-items  a, .menu-items  a:visited {
  color: #fff;
  text-decoration: none;
    font-weight: bold;                       
  }

.menu-items  a:hover {
  color: #fff;
  text-decoration: underline;
  } 
  .menu-items .selected  {
      background-color: white;
  }
  .menu-items .selected  a{
      color:darkblue;
  }  
  
  .container {
      margin: 0px auto; 
      width:1000px;
      overflow:hidden;
  }
  .container2 {
      margin: 0px auto; 
      width:800px;
      overflow:hidden;
  }
  .intro {
      overflow:hidden;
      margin: 20px auto; 
      width:950px;      
      font-size:18px;
  }