a:link, a:visited {
color: #d73000;
text-decoration: none;
font-weight: normal;
}

a:hover, a:active {
color: #222222;
text-decoration: none;
font-weight: normal;
}

h1 {
     padding-top: 0px;
     padding-bottom: 0px;
     font-family: "arial bold";
     font-size: 18px;
     color: #000;
     margin-left: auto;
     margin-right: auto;
     }

h2 {
     clear: both;
     font-size: 16px;
     padding-left: 20px;
     padding-top: 3px;
     padding-right: 10px;
     padding-bottom: 3px;
     color: #333333;
     background: #f1f1f1;
 }

h3 {
     padding: 0px;
     font-size: 12px;
      color: #ffffff;
 }
  
ul {
list-style-position: inside;
list-style-type: disc;
padding-bottom: 10px;
 }

li {
padding-top: 10px;
padding-bottom: 10px;
 }

p {
text-align: left;
text-indent: 14pt; 
margin-left: 15px;
margin-right: 15px;
}

html
{
overflow-y: scroll;

 }

body {
  font-family: verdana;
  margin-top: 0px;
  padding: 0px;
  border: 0px;  
  font-family: "verdana";
  font-size: 14px;
  font-weight: normal;
  background: url(../images/bg1.png) repeat center top; 

  }
   
#container {
  margin-top: 10px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-right: 3px solid #000;
  border-left: 1px solid #000;
  border-bottom: 3px solid #000;
  background: #000;
  }

#header {
 margin: auto;
 text-align: center;
 height: 175px;
 color: #fff;
 background: #000;
/*  background: url(../images/logobggrill3.jpg) repeat-x top center; */ 
     }

#header a, #header img {
border: 0px solid #999999;
margin-top: 10px;
margin-bottom: 0px;
padding: 0px;
 }

.headertext {
     position: absolute;
     top: 100px;
     left: 350px;
     margin: auto; 
     font-family: "arial bold";
     font-size: 16px;
     color: #f1f1f1;
 }

#main {
   clear: both;
   margin-left: auto;
   margin-right: auto;
   padding-left: 30px;
   padding-right: 30px;
   padding-bottom: 30px;
   background: #fff;
     }
 
 #main h1 {
     padding-top: 0px;
     padding-bottom: 0px;
     font-family: "arial bold";
     font-size: 18px;
     color: #000;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     }    

#thankyou {
   clear: both;
   margin-left: auto;
   margin-right: auto;
   padding-left: 30px;
   padding-right: 30px;
   padding-bottom: 30px;
   background: #fff;
   text-align: center;
   }
 
 #thankyou h1 {
     padding-top: 0px;
     padding-bottom: 0px;
     font-family: "arial bold";
     font-size: 18px;
     color: #000;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     }    

#maincenter {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
 }

#maincenter img {
 padding: 5px;
 } 

.table-center {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.table-center td {
 padding: 10px;
 vertical-align: top;
}

.box { 
  background: #FFFFFF; 
}

.boxtop { 
  background: url(../images/ne.gif) no-repeat top right; 
}

.boxtop div { 
  font-size: 0;
  height: 20px; 
  background: url(../images/nw.gif) no-repeat top left; 
}

.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}

.boxbottom div { 
  font-size: 0;
  height: 20px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}

.boxcontent {
  padding: 0px 20px 0px 20px;
}

.bbox { 
  background: #000000; 
}

.bboxtop { 
  background: url(../images/bne.gif) no-repeat top right; 
}

.bboxtop div { 
  font-size: 0;
  height: 20px; 
  background: url(../images/bnw.gif) no-repeat top left; 
}

.bboxbottom { 
  background: url(../images/bse.gif) no-repeat bottom right; 
}

.bboxbottom div { 
  font-size: 0;
  height: 20px; 
  background: url(../images/bsw.gif) no-repeat bottom left; 
}

.bboxcontent {
  padding: 0px 20px 0px 20px;
}

.aerobuttonmenu { /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #f1f1f1; /*menu strip background*/
background-image: url(../images/menubg.jpg);
border: 0px solid gray;
padding: 0;
border-top: 1px solid #f1f1f1;
border-bottom: 1px solid #555555;
text-align: center;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 99%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('../images/large-chrome2.jpg') no-repeat top left;
display: inline-block;

/*float: left;*/ 

font: 1em; /* Change 13px as desired */
font-family: arial;
font-weight: bold;
line-height: 40px; /* This value + 8px should equal height of button background (default is 31px) */
height: 40px; /* Height of button background height */
padding-left: 5px; /* Width of left menu image */
margin-right: 2px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: #fff; /*button text color*/
text-decoration: none;
}

.aerobuttonmenu a.aero span{
background: transparent url('../images/large-chrome1.jpg') no-repeat top right;
display: block;
padding: 0px 10px 10px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 2;
-moz-opacity: 0.50;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #FFFFFF;
}

.aerobuttonmenu .rightsection {
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

#chromemenu{
margin: auto;
width: 90%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(../images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #dadada;
}

#chromemenu ul li a:hover{
background: url(../images/chromebg2.gif) center center repeat-x;
}

#footer {
margin: auto;
padding: 10px;
color: #ffffff;
background: #000000;
font-size:10px;
text-align: center;
 }

.alignleft {
float: left;
padding-right: 30px;
padding-bottom: 20px;
}

p.imgcenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

p.hilight {
background: #FFFFDD; 
padding: 10px; 
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
}
 
p.hilight img {
float: left;
padding-right: 20px;
}
 
.imgleft {
width: 450px;
float: left;
padding-right: 30px;
padding-bottom: 20px;
}

.imgleft-e {
width: 330px;
float: left;
padding: 15px;
}

.imgright {
float: right;
padding-left: 20px;
padding-right: 45px;
}

.projects-home, .projects-home table {
margin-left: auto;
margin-right: auto;
text-align: center;
padding-bottom: 30px;
}
 
.projects-pages {
padding: 10px;
border: 1px solid #cccccc;
margin-left: auto;
margin-right: auto;
}
 
.gallery-show-page-display {
 margin: auto;
 text-align: center;
}

.facility-tour-table {
margin: auto;
background: #f1f1f1;
 }

.facility-tour-table td {
vertical-align: top;
font-size: 12px;
padding: 10px;
 }
 
 .processing {
 margin: auto;
 text-align: center;
  }
 
 .contact-table {
 border-left: 20px solid #f1f1f1;
 border-right: 20px solid #f1f1f1;
   }
  
 .contact-table td {
vertical-align: top;
font-size: 14px;
padding: 2px;
 }