body {
   background: #FF6E0E url(/landing/share/img/body-bg.jpg) repeat-x left top;
   color: #000;
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif; 
}   
   #content{
      width: 960px;
      margin: 20px auto;
      position: relative;
   }
      #content h1{
         position: absolute;
         top: 0;
         left: 0;
         width: 290px;
         height: 328px;
         background: transparent url(/landing/share/img/hd-logo.png) no-repeat left top;
         margin: 0;
         padding: 0;
      }
         #content h1 span{
            display: none;
         }

      #content #blqSpeech{
         position: absolute;
         width: 500px;
         right: 0;
         top: 30px;
      }

         .tbr{

         }
            ul.tbrTabs{
               margin: 0;
               padding: 0;
               list-style-type: none;
               height: 40px;
               float: none;
               clear: both;
               border-bottom: 3px solid #000;
               z-index: 50px;
               font-size: 20px;
               font-weight: bold;
            }
               li.tbrTab{
                 float: left;
                  height: 30px;
                  padding: 5px 10px;
               }
                  li.tbrTab a{
                     color: #F60;
                     text-decoration: none;
                     border-bottom: 1px dotted #F60;
                  }
               li.tbrTab.on{
                  height: 27px;
                  border: 3px solid #000;
                  border-bottom: 3px solid #FFF;
                  -moz-border-radius-topleft: 10px;
                  -moz-border-radius-topright: 10px;
               }
                  li.tbrTab.on a{
                     color: #000;
                     border: none;
                  }
         .tbrTabCnt{
            background: #FFF;
            border: 3px solid #000;
            border-top: none;
            -moz-border-radius-bottomleft: 10px;
            -moz-border-radius-bottomright: 10px;
            padding: 10px;
            font-size: 1.2em;
            z-index: 40px;
         }

         #frmCto{
            
         }
            #frmCto .fs{
               border: none;
               padding: 0;
               margin: 0;
            }
               #frmCto .fs .fr label{
                  display: block;
                  margin-bottom: 3px;
                  font-size: .9em;
               }
               #fsData{
                  float: left;
                  width: 180px;
               }
                  #fsData .fr{
                     margin-bottom: 15px;
                  }
                     #fsData input{
                        width: 180px;
                        padding: 4px 3px;
                        font-size: 14px;
                     }
               #fsMsg{
                  float: right;
                  width: 250px;
               }
                  #fsMsg textarea{
                     width: 250px;
                     height: 150px;
                  }
               #fsBtn{
                  float: none;
                  clear: both;
               }



      #content #pgFoot{
         position: absolute;
         top: 370px;
         width: 960px;
         border: 3px solid #000;
         -moz-border-radius: 10px;
         background: #F60;
         padding: 5px 10px;
         color: #FFF;
      }
         #ftLogo{
            width: 423px;
            height: 57px;
            margin: 0;
            float: left;
            background: transparent url(/landing/share/img/foot-logo.jpg) no-repeat left top;
         }
            #ftLogo span{
               display: none;
            }
               
         #ftAbout{
            float: left;
            margin: 0 0 0 30px;
         }
      
         #ftIS{
            width: 145px;
            height: 55px;
            margin: 0;
            float: right;
            background: transparent url(/landing/share/img/foot-is.jpg) no-repeat left top;
         }
            #ftIS a{
               display: block;
               width: 100%;
               height: 100%;
            }
               #ftIS span{
                  display: none;
               }
      
      
      