
body {
   background: #2e3233;
}

.siteContainer {
   background-color: #dbe5e7;
}
   .siteWidth {
      width: 930px;
      padding-left: 40px;
      margin: 0 auto;
   }
   
   #header {
      height: 187px;
      background: url(../gfx/bgHeader.gif) top left repeat-x;
   }
      #header .siteWidth {
         width: 970px;
         padding-left: 0;
         position: relative;
      }
      #logo {
         display: block;
         position: absolute;
         top: 14px;
         left: 0;
      }
      #topMenu {
         position: absolute;
         top: 1px;
         right: 40px;
         z-index: 40;
      }
         #topMenu a {
            padding: 3px 6px;
            font-size: 11px;
            color: #fff;
            text-decoration: none;
         }
            #topMenu a:hover {
               text-decoration: underline;
            }
      #mainMenu {
         position: absolute;
         top: 33px;
         left: 250px;
         width: 720px;
         z-index: 25;
      }
         #mainMenu li {
            margin-left: 10px;
            width: 170px;
            height: 140px;
            background: url(../gfx/bgMainMenu.png) bottom center no-repeat;
         }
            #mainMenu li.active {
               background-image: url(../gfx/bgMainMenuActive.png);
            }
         #mainMenu a {
            font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
            font-size: 24px;
            color: #dbe5e7;
            text-decoration: none;
            width: 154px; 
            height: 30px;
            padding: 95px 0 25px 16px;
            position: relative;
            z-index: 50;
         }
            #mainMenu .active a {
               padding: 88px 0 32px 16px;
               color: #fff;
            }
            #mainMenu a:hover {
               color: #fff;
            }
   
   #titleContainer {
      height: 68px;
      padding-bottom: 8px;
      background: url(../gfx/bgTitleBottom.gif) bottom left repeat-x #004f55;
   }
      #title {
         height: 68px;
         background: url(../gfx/bgTitle.jpg) top center no-repeat;
      }
         #title .siteWidth {
            position: relative;
         }
         #title h1 {
            padding: 20px 0 0 0;
            color: #fff;
         }
         #newsletter {
            position: absolute;
            top: 20px;
            right: 0;
            padding: 5px;
            font-size: 11px;
            color: #fff;
            border: 1px solid #000;
            background: #2b2f30;
         }
            #returnMsg {
               color: #fff;
               margin: 0;
            }

   #main {
      background: url(../gfx/bgMain.gif) top left repeat-x;
   }
      #main .column {
         padding: 20px 0;
      }
      #left {
         width: 700px;
      }
      #right {
         width: 210px;
         margin-left: 20px;
      }
         .subMenu {
            border: 1px solid #cad3d5;
            background: #fff;
         }
               .subMenu .subMenu  {
                  border: none;
               }
            .subMenu h2 {
               margin: 0;
               height: 23px;
               padding: 8px 0 8px 12px;
               font-size: 18px;
               font-weight: normal;
               color: #002d3a;
               border-bottom: 1px solid #acb4b5;
               background: url(../gfx/bgSubMenuTitle.gif) top left repeat-x;
            }
            .subMenu li {
               width: 201px;
               margin-right: 7px;
            }
            .subMenu a {
               width: 177px;
               padding: 7px 12px;
               font-size: 14px;
               color: #000;
               text-decoration: none;
            }
               .subMenu .active a {
                  padding-right: 11px;
                  color: #002ea6;
               }
               /* SubSubMenu */
               .subMenu .active ul {
                  clear: both;
                  margin-left: -1px;
               }
                  .subMenu .active ul a {
                     width: 174px;
                     padding: 3px 2px 3px 26px;
                     font-size: 13px;
                     color: #111;
                     border: none;
                     background: transparent;
                  }
                  .subMenu .active ul .active a {
                     color: #002ea6;
                     width: 160px;
                     padding: 3px 2px 3px 40px;
                     background: url(../gfx/subSubMenuActiveArrow.gif) 26px 7px no-repeat;
                  }
                  /* SubSubSubMenu */
                  .subMenu .active ul .active ul a {
                     font-size: 11px;
                     color: #111;
                     background: transparent;
                  }
                     .subMenu .active ul .active ul .active a {
                        width: 146px;
                        color: #002ea6;
                        padding-left: 54px;
                        background: url(../gfx/subSubMenuActiveArrow.gif) 40px 7px no-repeat;
                     }
   
   #footer {
      padding: 20px 0;
      height: 56px;
      color: #fff;
      font-size: 12px;
      line-height: 30px;
      background: url(../gfx/bgFooter.gif) top center repeat-x;
   }
      #footer a {
         color: #fff;
         text-decoration: underline;
      }
      #qforma {}
         #qforma,
         #qforma a {
            color: #919394;
         }
      #rss {
         vertical-align: middle;
      }



.menu,
.blocks {
   list-style: none;
   margin: 0;
}
   .column,
   .blocks li,
   .menu li,
   .menu a {
      float: left;
      display: inline;
   }

.clear {
   display: block;
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
   font-size: 1px;
   line-height: 1px;
}

.nbsp {
   white-space: nowrap;
}
