/* CSS Document */                                                                  
                                                                                    
* {                                                                                 
          padding: 0;                                                               
          margin: 0;                                                                
          }                                                                         
                                                                                    
body {                                                                              
          background: url(../img/background.gif) repeat-x #007CCC;                          
          font-family: Tahoma, Verdana, Arial;                                      
          }  
          
.clear {
          width: 100%;
          clear: both;
          line-height: 0;
          }                                                                       
                                                                                    
#container {                                                                        
          width: 990px;                                                            
          margin: auto;                                                             
          }                                                                         
                                                                                    
#top {                                                                              
          width: 990px;                                                            
          height: 84px;                                                            
          float: left;                                                              
          }  
          #top h1 {
                    float: left;
                    }     
                    #top h1 img {
                              border: 0;
                              float: left;
                              }  
          #top span {
                    float: right;
                    margin: 33px 0 0 0;
                    }  
                    
#menu {                                                                              
          width: 990px;                                                            
          height: 50px;                                                            
          float: left;  
          text-transform: uppercase;    
          background: #1E84C6;                                                      
          } 
          #menu ul {
                    float: left;
                    }   
                    #menu ul li {
                              background: url(../img/bg_menu.gif) no-repeat right;
                              width: 165px;
                              display: inline;
                              float: left;
                              font-size: 12px;
                              font-weight: bold;
                              }   
                              #menu ul li.last {
                                        background: none;
                                        }
                              #menu ul li a {
                                        color: #fff;
                                        text-decoration: none;
                                        height: 31px;
                                        float: left;
                                        width: 165px;
                                        text-align: center;
                                        padding: 19px 0 0 0;
                                        }    
                                        #menu ul li a:hover {
                                                  color: #FFC000;
                                                  }   
                                        #menu ul li a.active {
                                                  background: url(../img/active.gif) no-repeat top #35A1E7;
                                                  }   
                                                  #menu ul li a.active:hover {
                                                            color: #fff;
                                                            }   
                                                            
#content {
          width: 990px;
          float: left;
          margin: 3px 0 0 0;
          } 
          #content #txt {
                    width: 690px;
                    float: left;
                    }  
                    #content #txt .info {
                              width: 690px;
                              float: left;
                              }   
                              #content #txt .info img {
                                        float: left;
                                        }     
                    #content #txt .text {
                              padding: 0 0 0 25px;
                              width: 664px;
                              float: left;
                              border-right: 1px solid #fff;
                              margin: 22px 0 0 0;
                              } 
                              #content #txt .text h2 {
                                        width: 645px;
                                        float: left;
                                        }  
                                        #content #txt .text h2 img {
                                                  float: left;
                                                  border: 0;
                                                  }
                              #content #txt .text ul {
                                        width: 635px;
                                        float: left;
                                        margin: 10px 0 0 10px;
                                        display: inline;
                                        }
                                        #content #txt .text ul li {
                              line-height: 150%;
                                                  background: url(../img/text-li.gif) no-repeat 0 4px;
                                                  width: 620px;
                                                  float: left;
                                                  margin: 5px 0 0 0;
                                                  padding: 0 0 0 20px;
                                                  list-style-type: none;
                                                  font-size: 12px;
                                                  color: #fff;
                                                  }
                                        #content #txt .text p.orange {
                                                  float: left;
                                                  text-align: right;
                                                  color: #FFC000;
                                                  font-size: 14px;
                                                  font-style: italic;
                                                  margin: 10px 0 0 0;
                                                  font-weight: bold;
                                                  width: 640px;
                                                  }
                                                  #content #txt .text p.orange a {
                                                            color: #FFFF00;
                                                  }
          #content #sidebar {
                    width: 300px;
                    float: left;
                    }
                    #content #sidebar h3 {
                              width: 300px;
                              float: left;
                              }
                              #content #sidebar h3 img {
                                        float: left;
                                        }
                              #content #sidebar .sidebar_st {
                                        background: url(../img/sidebar_st.gif) repeat-x 0 47px #2671A1;
                                        width: 300px;
                                        float: left;
                                        min-height: 212px;
                                        _height: 212px;
                                        }
                                        #content #sidebar .sidebar_st p {
                                                  width: 280px;
                                                  float: left;
                                                  margin: 10px 0 0 10px;
                                                  display: inline;
                                                  color: #fff;
                                                  font-size: 13px;
                                                  }
                                                  #content #sidebar .sidebar_st p.orange {
                                                            text-align: right;
                                                            margin: 20px 0 0 10px;
                                                            display: inline;
                                                            font-size: 14px;
                                                            font-weight: bold;
                                                            font-style: italic;
                                                            color: #FFCC00;
                                                            }
                              #content #sidebar .sidebar_nd {
                                        background: url(../img/sidebar_nd.gif) repeat-x 0 35px #267EB6;
                                        width: 300px;
                                        float: left;
                                        min-height: 115px;
                                        _height: 115px;
                                        }
                                        #content #sidebar .sidebar_nd p {
                                                  width: 280px;
                                                  float: left;
                                                  margin: 10px 0 0 10px;
                                                  display: inline;
                                                  color: #fff;
                                                  font-size: 12px;
                                                  }
                                        #content #sidebar .sidebar_nd input.text {
                                                  background: #fff;
                                                  width: 194px;
                                                  height: 19px;
                                                  float: left;
                                                  margin: 10px 0 0 10px;
                                                  display: inline;
                                                  border: 0;
                                                  padding: 3px 2px 1px 2px;
                                                  font-size: 12px;
                                                  color: #000;
                                                  }
                                        #content #sidebar .sidebar_nd input.submit {
                                                  background: #FFC000;
                                                  width: 66px;
                                                  height: 23px;
                                                  float: left;
                                                  margin: 10px 0 0 10px;
                                                  display: inline;
                                                  border: 0;
                                                  padding: 0px 2px 5px 2px;
                                                  _padding: 3px 2px 0 2px;
                                                  font-size: 12px;
                                                  color: #fff;
                                                  }
                                                  
                              #content #sidebar .clients {
                                        width: 300px;
                                        float: left;
                                        padding: 20px 0 0 0;
                                        }
                                        #content #sidebar .clients h3 {
                                                  width: 290px;
                                                  padding: 0 0 0 10px;
                                                  }
                                        #content #sidebar .clients div {
                                                  width: 290px;
                                                  float: left;
                                                  text-align: center;
                                                  margin: 30px 0 0 0;
                                                  }
                              
#footer {
          width: 990px;
          float: left;
          margin: 18px 0 0 0;
          border-top: 1px solid #fff;
          padding: 10px 0 10px 0;
          }  
          #footer p.copy {
                    float: left;
                    font-size: 11px;
                    color: #fff;
                    }   
          #footer p.rel {
                    float: right;
                    font-size: 11px;
                    color: #fff;
                    } 
                    #footer p.rel a {
                              color: #FFCC00;
                              text-decoration: none;
                              }   
          #footer ul {
                    float: left;
                    padding: 0 0 0 90px;
                    }
                    #footer ul li {
                              background: url(../img/li-footer.gif) no-repeat right center;
                              display: inline;
                              font-size: 11px;
                              float: left;
                              padding: 0 13px 0 10px;
                              } 
                              #footer ul li.last {
                                        background: none;
                                        } 
                              #footer ul li a {
                                        text-decoration: none;
                                        color: #FFCC00;
                                        }                     
          
