
html, body {
   height: 100%;
   background-color: #fff;
}

.siteContainer {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin-bottom: -50px; /* http://ryanfait.com/sticky-footer/ */
   min-width: 940px;
   position: relative;
   background: url(../gfx/bgMain.gif) 0 291px repeat-x;
}
   #top {
      height: 101px;
   }
      #logo {
         position: absolute;
         top: 13px;
         left: 18px;
         width: 373px;
         height: 65px;
      }
      #mainMenu {
         margin-left: 460px;
         border-top: 4px solid #758086;
      }
         #mainMenu li {
            height: 58px;
            width: 114px;
            padding: 2px 2px 0 2px;
            border-right: 2px solid #758086;
         }
         #mainMenu a {
            height: 26px;
            width: 104px;
            padding: 28px 0 4px 10px;
            background: url(../gfx/bgMainMenu.gif) top right no-repeat;
         }
            #mainMenu a:hover {
               background-image: url(../gfx/bgMainMenuActive.gif);
            }
      
   
   #header {
      height: 190px;
      background: url(../gfx/bgHeaderBottom.gif) bottom left repeat-x #003d89;
   }
   
   #main {
      padding-bottom: 50px;
   }
      #left,
      #right {
         float: left;
         display: inline;
         overflow: hidden;
      }
      #left {
         width: 700px;
         background-color: #fff;
      }
         .content {
            padding: 12px 30px;
         }
      #right {
         width: 240px;
      }
         #right .menu {
            padding: 20px;
         }
         
         #right .menu li {
            width: 200px;
         }
         #right .menu a {
            padding: 4px;
            font-size: 14px;
            font-weight: bold;
            color: #ff8f2b;
            text-decoration: none;
         }
            #right .menu .active a {
               color: #003d89;
               text-decoration: normal;
            }
            #right .menu a:hover {
               text-decoration: underline;
            }
   
   #footer {
      height: 50px;
      width: 940px;
      position: relative;
      color: #464d51;
      background: url(../gfx/bgFooterLeft.gif) bottom left no-repeat;
   }
      #footer .menu {
         padding-top: 8px;
         margin-left: 460px;
      }
         #footer li {
            padding: 3px 13px;
            line-height: 15px;
            background: url(../gfx/bgFooterItem.gif) 3px 14px no-repeat;
         }
         #footer a {
            float: none;
            color: #464d51;
         }
         #footer label {
            color: #95a0a6;
         }
         #footer #siteBy {
            position: absolute;
            top: 29px;
            left: 5px;
            font-size: 10px;         
            color: #95a0a6;
            text-decoration: none;
         }


.menu {
   list-style: none;
}
   .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;
}
