body {
   font-family: Verdana, Arial, sans-serif;
   font-size: small;
   text-align: justify;
}
h1 {
   color: green;
   font-size: large;
   margin-top: 10px;
}
h2 {
   font-size: small;
   color: #1C5072;
}
em {
   font-weight: bold;
   font-style: normal;
}
a {
   color: orange;
   text-decoration: none;
   font-weight: bold;
}
a img {
   border: none;
}

.caption {
   font-size: small;
   font-style: italic;
   text-align: left;
}
.article {
   font-style: italic;
   font-weight: bold;
}

#wrapper {
   margin: 0 auto;
   width: 822px;
}
#main {
   display: block;
}
#header {
   display: block;
   padding: 0px;
   width: 822px;
   margin: 10px 0px 5px 0px;
}
#header a {
   margin: 0px;
   padding: 0px;
}
#header img {
   margin: 10px;
   margin-right: 8px;
   border: none;
}
#blenddiv #blendimg {
   margin: 0;
   padding: 0;
   border: none;
}
#blenddiv {
   float: right;
   background-image: url('images/banner_1.jpg');
   background-repeat: no-repeat;
   width: 478px;
   height: 112px;
   border: none;
}
#home .home, #contacts .contacts,
#personnel .personnel, #employment .employment,
#classes .classes, #applications .applications,
#products .products, #rd .rd, #downloads .downloads,
#services .services,
#tools .tools, #gallery .gallery,
#blog .blog {
   background-color: green;
}
#footer {
   width: 800px;
   clear: both;
   margin: 0px 0px 10px 0px;
   padding: 10px;
   padding-bottom: 5px;
   background: #1C5072;
   text-align: right;
   color: white;
   font-size: x-small;
}
#footer a {
   color: white;
   text-decoration: none;
}
#footer a:hover {
   color: #FEC050;
}
#footer #search {
   float: left;
}
#copyright {
   font-size: x-small;
   font-style: italic;
   text-align: center;
}
/* Defaults for non-sidebar applications */
#content {
   margin: 0px 0px 5px 0px;
   padding: 10px;
   float: left;
   /* IE Mac Hide \*/
   float: none;
   /* End IE Mac Hide */
}
#content .newstuff {
   color: red;
}

/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
/* Modified by Lynne Norikane */

.suckertreemenu {
   width: 822px;
   font-size: x-small;
   padding: 0;
   margin: 0 0 5px 0;
   float: left;
   width: 100%;
   background-color: #1C5072; 
   text-align: left;
}

.suckertreemenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

/* All list items */
.suckertreemenu ul li {
   position: relative;
   display: inline;
   float: left;
   border-right: 2px solid white;
   padding: 0.2em 1em;
}

/* All anchors */
.suckertreemenu ul li a {
   text-decoration: none;
   color: white;
}
	
/* First level sub-menus */
.suckertreemenu ul li ul {
   left: 0;
   position: absolute;
   top: 1em; /* no need to change, as true value set by script */
   display: block;
   visibility: hidden;
}

/* First level sub-menu items (override ul li) */
.suckertreemenu ul li ul li {
   display: list-item;
   float: none;
   border: none;
   border-bottom: 1px solid #1C5072;
   background-color: silver;
   width: 8em;
}

/* Second level sub-menus */
.suckertreemenu ul li ul li ul { 
   left: 159px; /* no need to change, as true value set by script */
   top: 0;
}

/* Second level sub-menu items (override ul li) */
.suckertreemenu ul li ul li ul li {
   background-color: grey;
}

.suckertreemenu ul li a:hover {
   color: #FEC050;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

