@import url(user.css);
@import url(common.css);
@import url(forms01.css);


html{
  background: #01204e;
  height: 100%;
}

body{
  background: #01204e url(../images/body_bg.jpg) 0 0 repeat-x;
  color:#1e2444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  height: 100%;
}

body.admin{
  background-position: 0 15px;
}

#wrap{
  
  margin:0px auto;
  text-align:left;
  width:960px;
  min-height: 100%;
  position: relative;
  /* Set this to the same height as the footer */
    margin-bottom: -50px;
  background:#fff;
}

/* HEADER
-------------------------------------------*/
#header{
  height: 160px;
  background: #01204e url(../images/header_bg.jpg) no-repeat 0 0;
  margin:0 auto;
  position:relative;
  width:960px;
}

#header h1{
  position: absolute;
  top: 30px;
  font-size: 30px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
}
  #logo{
    background: transparent;
    left:0px;
    position:absolute;
    top: 14px;
  }
    #logo img{
      height:128px;
      width:285px;
   
    }
    
#headerContact{
  font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
  font-size:17px;
  color:#fff;
  position:absolute;
  left:763px;
  top:24px;
}

#headerContact a{
  color:#fff;
  font-size:17px;
  text-decoration:none;
}

#headerContact a:hover{
  text-decoration:underline;
}


/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
  height:46px;
  background:#A6A6A6;
  width:100%;
}
  #nav{
    margin:0 auto;
    text-align:center;
  }
    #nav ul{
      list-style:none;
      margin:0 auto;
      text-align:left;
    }
      #nav ul li{
        background-image:none;
        display:inline;
        margin:0;
        padding:0;
      }
        #nav a{
          display:block;
          float:left;
          text-decoration:none;
          background:url(../images/nav_bg.gif) 0 0 no-repeat;
          height:0 !important;
          overflow:hidden;
          padding:32px 0 0 0;
          position:absolute;
          top:165px;
        }
        
        /*Home*/
        #t83755 a, #t83755 a.active{
        background-position:0px 0px;
        width:71px;
        left:0px;
        }
        
        #t83755 a:hover{
        background-position:0px -32px;
        }
        
        /*About Us*/
        #t84231 a{
        background-position:-74px 0;
        left:74px;
        width:97px;
        }
        
        #t84231 a:hover, #t84231 a.active{
        background-position:-74px -32px;
        }
        
        /*Services*/
        #t84233 a{
        background-position:-171px 0;
        left:171px;
        width:96px;
        }
        
        #t84233 a:hover, #t84233 a.active{
        background-position:-171px -32px;
        }
        
        /*Products*/
        #t84235 a{
        background-position: -267px 0;
        left:267px;
        width:104px;
        }
        
        #t84235 a:hover, #t84235 a.active{
        background-position: -267px -32px;
        }
        
        /*Special Offers*/
        #t84236 a{
        background-position:-371px 0;
        left:371px;
        width:142px;
        }
        
        #t84236 a:hover, #t84236 a.active{
        background-position:-371px -32px;
        }
        
        /*Testimonials*/
        #t84237 a{
        background-position:-513px 0;
        left:513px;
        width:126px;
        }
        
        #t84237 a:hover, #t84237 a.active{
        background-position:-513px -32px;
        }
        
        /*Resources*/
        #t84262 a{
        background-position:-642px 0;
        left:642px;
        width:108px;
        }
        
        #t84262 a:hover, #t84262 a.active{
        background-position:-642px -32px;
        }
        
        /*Careers*/
        #t84435 a{
        background-position:-752px 0;
        left:752px;
        width:92px;
        }
        
        #t84435 a:hover, #t84435 a.active{
        background-position:-752px -32px;
        }
        
        /*Contact Us*/
        #t84232 a{
        background-position:-844px 0;
        left:844px;
        width:118px;
        }
        
        #t84232 a:hover, #t84232 a.active{
        background-position:-844px -32px;
        }
        
        #nav a:hover, #nav a.active{
        }
#main-body{
}
  #main-table-body{
    background:transparent;
    border-collapse:collapse;
    clear:left;
    
    
  }
  #main-table-body-leftcell{
    background: transparent;
    width:184px;
    vertical-align:top;
  }
  #main-table-body-rightcell{
    vertical-align:top;
    width:623px;
  }
  
  #main-table-body-far-right-cell{
    vertical-align:top;
  }
  
  #third-column{
    padding-top:86px;
  }
  
  #third-column a img{
    padding-bottom:20px;
    border:0px;
  }

/* SUB MENU
-------------------------------------------*/
#sidebar {
  background:none;
  margin:7px 0 0 0;
}

#menu-header {
  background:transparent;
}

#menu{
  margin: 25px  0 0 20px;
  padding:0;
  width: 151px;
}
  #menu ul{
    font-size: 12px;
    margin:0 0px 0 0;
    padding:0;
    list-style: square inside;
    border-bottom:  1px solid #d2d3da;
  }
    #menu li{
      background-image:none;
      padding:0 0 0 0px;
      margin: 0 0px 0px 0;
      list-style: none;
    }
      #menu a {
        text-decoration:none;
        text-transform:none;
        color:#1e2444;
        display:block;
        font-size: 10px;
        padding: 7px 5px 7px 5px;
        border-top: 1px solid #d2d3da;
        width:142px;
        font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
        font-weight:bold;
      }
      
      #menu a:hover {
        color: #561420;
      }
      
      #menu a.current{
        color: #561420;
      }
      
      #menu a.subcurrent{
        color: #561420;
        text-decoration: none;
        background-image: url(../images/menuBox2.gif);
      }
      
      #menu li ul{
        margin: 0 0px 0 0px;
        padding: 0;
        border-bottom: 0px;
      }
      
      #menu li ul li{
        list-style: none;
        padding: 0px 0 0px 0px;
        margin: 0;
      }
      
      #menu li ul li a {
        padding-left: 15px;
        border-top:  1px solid #d2d3da;
        text-decoration: none;
        width:132px;
        background:transparent url(../images/menuBox.gif) no-repeat 3px 7px;
      }
      
      #menu li ul li a:hover {
        background-image: url(../images/menuBox2.gif);
        color: #561420;
      }
      
      #menu h3{
        margin:0px;
        padding:0px;
      }
      
      #menu h3 a, #menu h3 a:hover{
        display:block;
        margin:0px;
        padding:0px;
        width:155px;
        height:42px;
        text-indent:-10000px;
        border:0px;
        text-decoration:none;
      }
      
      /*About Us*/
      .tab84231 #menu h3 a, .tab84231 #menu h3 a:hover{
      background:transparent url(../images/menuHeadings/aboutUs.gif) no-repeat 0px 0px;
      }
      
      /*Services*/
      .tab84233 #menu h3 a, .tab84233 #menu h3 a:hover{
      background:transparent url(../images/menuHeadings/services.gif) no-repeat 0px 0px;
      }
      
      /*Products*/
      .tab84235 #menu h3 a, .tab84235 #menu h3 a:hover{
      background:transparent url(../images/menuHeadings/products.gif) no-repeat 0px 0px;
      }
      
      /*Special Offers*/
      .tab84236 #menu h3 a, .tab84236 #menu h3 a:hover{
      background:transparent url(../images/menuHeadings/specialOffers.gif) no-repeat 0px 0px;
      height:70px;
      }
      
      /*Testimonials*/
      .tab84237 #menu h3 a, .tab84237 #menu h3 a:hover{
      background:transparent url(../images/menuHeadings/testimonials.gif) no-repeat 0px 0px;
      }
      
      /*Resources*/
      .tab84262 #menu h3 a, .tab84262 #menu h3 a:hover{
      background:transparent url(../images/menuHeadings/resources.gif) no-repeat 0px 0px;
      }
      
      /*Careers*/
      .tab84435 #menu h3 a, .tab84435 #menu h3 a:hover{
      background:transparent url(../images/menuHeadings/careers.gif) no-repeat 0px 0px;
      }
      
      /*Contact Us*/
      .tab84232 #menu h3 a, .tab84232 #menu h3 a:hover{
      background:transparent url(../images/menuHeadings/contactUs.gif) no-repeat 0px 0px;
      }
      
      
  #menu-footer{
    background:transparent;
    padding-top:20px;
    padding-left:14px;
    text-align:center;
  }
  
  #menu-footer a img{
  border:0px;
  margin-bottom:3px;
  }

#banner {
  display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
  padding:5px 0;
  margin: 0;
  position:relative;
  width: 960px;
  background:#01204e url(../images/bread_bg.jpg) 0 0 repeat-x;
}
  #breadcrumblist{
    font-size: 9px;
    line-height:120%;
    padding:.5em 0 .5em 0;
    width:781px;
    font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
    color:#fff;
  }
    #breadcrumblist a:link, #breadcrumblist a:visited{
      color:#fff;
      font-weight:bold;
      font-size:9px;
      text-decoration:none;
    }
    #breadcrumblist a:hover, #breadcrumblist a:active{
      color:#fff;
      text-decoration:underline;
    }
    #breadcrumbemail{
      font-size: 10px;
      position:absolute;
      right:9em;
      text-align:right;
      top:10px;
  line-height: 12px;
      
  width:9em;
    }
      #breadcrumbemail a:link, #breadcrumbemail a:visited{
        background:url(../images/email.gif) 0 2px no-repeat;
        float:right;
        padding:0 5px 0 18px;
        color:#fff;
        font-weight:bold;
        font-size:9px;
        text-decoration:none;
      }
        #breadcrumbemail a:hover, #breadcrumbemail a:active{
        color:#fff;
        text-decoration:underline;
        }
    
    #breadcrumbprint{
      font-size: 10px;
      position:absolute;
      right:0;
      text-align:right;
      top:10px;
  line-height: 12px;
  
      width:9em;
    }
      #breadcrumbprint a:link, #breadcrumbprint a:visited{
        background:url(../images/printer.gif) 0 2px no-repeat;
        float:right;
        padding:0 5px 0 18px;
        color:#fff;
        font-weight:bold;
        font-size:9px;
        text-decoration:none;
      }
        #breadcrumbprint a:hover, #breadcrumbprint a:active{
        color:#fff;
        text-decoration:underline;
        }


/* CONTENT AREA
-------------------------------------------*/
#content{
  clear:left;
  width:inherit;
}
  #content-header{
    display:none;
  }
  #content-body{
    margin: 5px 10px 0 10px;
    padding:0 0 10px 0;
    overflow:hidden;
  }
  #pagetitle{
    margin:19px 0 30px;
  }
    #pagetitletext h1{
      font-size:26px;
      font-weight:normal;
      color: #1e2444;
      font-family:Arial, Helvetica, sans-serif;
    }
  #content-footer{
    
  }

/* FOOTER
-------------------------------------------*/
#clearfooter{
    /* Set this to the same height as the footer */
    height: 50px;
    clear: both;
}

#footer{
  clear:both;
  height: 50px;
  margin:0 auto;
  position:relative; 
  background:#01204e;
}
  #footerwrap{
    margin:0 auto;
    width: 960px;
    position:relative;
    height: 40px;
    background:#01204e;
  }
  
  #copyright{
    color:#fff;
    font-size:9px;
    position:absolute;
    left:0px;
    bottom:10px;
  }
  
  #poweredby{
    color:#999;
    font-size:10px;
    position:absolute;
    right:10px;
    bottom:10px;
  }
    #poweredby a{
      color:#fff;
      text-decoration:none;
    }
    #poweredby a:hover {text-decoration: underline;}
