body, html {
   font-family: myriad pro, helvetica, arial, sans serif;
   font-size: 13px;
}
h1 {
   margin: 0 0 2px 0;
   padding: 0;
   font-size: 1.8em;
}
h2 {
   margin: 0 0 10px 0;
   padding: 0;
   font-size: 1.5em;
   font-weight: normal;
   font-style:italic;
}
h4 {
   margin: 0 0 4px 0;
}
.hide {display:none;}
a.quicklinks {
   color:#afb827;
   text-decoration: none;
}
#page_container {
   position:relative;
   width:972px;
   margin: auto;
}
#body_container {
   position:relative;
   width:972px;
}
#page_leftsidebar {
   width:220px;
   position:relative;
   border:1px solid #ccc;
   float: left;
}
#quicklinkslabel {
   background-color:#ff7e00;
   color:#fff;
   padding:3px 0 0 3px;
   width:210px;
   margin:3px;
}
#page_maincontent {
   width:524px;
   position:relative;
   float:left;
}
#page_rightsidebar {
   width:220px;
   height:310px;
   border: 1px solid #006699;
   background:#0099bb;
   position:relative;
   float:left;
   color:#fff;
   margin-bottom: 10px;
}
#archivelabel {
   background-color:#eee;
   color:#000;
   padding:3px 0 0 3px;
   margin-bottom:1em;
}
#legaltext {
   clear: both;
   border-top: 1px solid #ccc;
   width:972px;
   color:#666;
   font-size:0.85em;
   padding-top:3px;
}
#navcontainer {
   width: 972px;
   height: 126px;
   margin-bottom: 10px;
   position: relative;
   cursor: pointer;
}

#nav_resources {
   width: 241px;
   height: 126px;
   top: 0; 
   left: 0;
   position: absolute;
   background: url(../images/nav/resources.jpg);
}
#nav_facilities {
   width: 242px;
   height: 126px;
   top: 0; 
   left: 243px;
   position: absolute;
   background: url(../images/nav/facilities.jpg);
}
#nav_products {
   width: 241px;
   height: 126px;
   top: 0; 
   left: 486px;
   position: absolute;
   background: url(../images/nav/products.jpg);
}
#nav_security {
   width: 242px;
   height: 126px;
   top: 0; 
   left: 729px;
   position: absolute;
   background: url(../images/nav/security.jpg);
}
.nav_mask {
   position: absolute;
   bottom: 0;
   left: 0;
   background: #fff;
   width: 100%;
   height: 28px;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
   filter: alpha(opacity=75);
   opacity: .75;
   text-align: center;
}
.nav_label {
   padding: 7px;
   color: #000;
   font-size: 16px;
   letter-spacing: 0.1em;
}
a.fulllink {
   color: #000;
   padding: 0;
   font-size: 1.4em;
   font-weight: bold;
   display: block;
}
a.readmore {
   display: block;
   font-weight: bold;
   text-align: right;
   text-decoration: none;
   color: #000;
   padding-right: 20px;
   background: url(../images/more.jpg) top right no-repeat;
   height: 17px;
}

