@import url(user.css);
@import url(common.css);
@import url(forms01.css);
@import url(/site/template/assets/scripts/jquery/lightbox/css/jquery.lightbox-0.5.css);


html{
  background: #bfbfbf url(../images/html-bg.jpg) repeat-x scroll 0 top;
  height: 100%;
  
}

body{
  background: transparent;
  color:#000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  height: 100%;
  margin-top: 35px;
}

#admin-header-div{
  position: absolute;
  top: 0;
  left: 0;
}

#wrap{
  margin:0px auto;
  text-align:left;
  width:960px;
  min-height: 100%;
  position: relative;
  /* 
  Set margin-bottom to the same height as the footer 
  This makes it so the footer stays locked to the bottom of the webpage
  */
    margin-bottom: -50px;
}

/* HEADER
-------------------------------------------*/
#header{
  height: 180px;
  margin:0 auto;
}

#paws{
  float: left;
  width: 175px;
  height: 180px;
}

#paws img{
  width: 175px;
  height: 180px;
}

#headercontent{
  height: 180px;
  background: #ffffff url(../images/header-top-bg.jpg) no-repeat scroll 0 top;
  float: left;
  width: 785px;
}

#header h1{
  position: absolute;
  top: 30px;
  font-size: 30px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
}
  #logo{
   padding: 25px 0 0 15px;
   float: left;
  }
    #logo img{
      height:153px;
      width:230px;
    }

  #contact-info {
     padding: 20px 0 0 30px;
     float: left;
     width: 200px; 
  }
  
  .contact-head{
      font-size: 20px;
      color: #45bcbe;
      line-height:1;
      padding:0 0 20px 0;
  }

  .blue-span{
      color: #45bcbe;
   }

   #header-dogs{
        float: left;
        width: 290px;
        padding: 20px 0 0 10px;
    }
  
    #header-dogs img{
        width: 290px;
        height: 145px;
    }

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
  height:41px;
  width:785px;
  left:175px;
  position:absolute;
   background: transparent url(../images/main-menu.jpg) no-repeat scroll 0 -41px;
  
}
  #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{
          color:#333;
          display:block;
          float:left;
          font:17px Helvetica;
          text-decoration:none;
          background:transparent;
          margin: 0;
          padding: 0;
          height: 41px;
          /*height:19px;
          padding:22px 10px 0;*/
 
          background: transparent url(../images/main-menu.jpg) no-repeat scroll 0 0;
          position: absolute;
          text-indent: -100000px;
        }
        #nav a:hover, #nav a.active{
           background: transparent url(../images/main-menu.jpg) no-repeat scroll 0 0;
        }

#t88761 a{
  width:91px;
  background-position: 0 -41px;
  left: 0px;
}

#t89309 a{
  background-position:-91px -41px;
  left:91px;
  width:153px;
}

#t89310 a{
  background-position:-244px -41px;
  left:244px;
  width:154px;
}

#t89319 a{
  background-position:-397px -41px;
  left:397px;
  width:130px;
}

#t89320 a{
  background-position:-526px -41px;
  left:526px;
  width:125px;
}

#t89311 a{
  background-position:-650px -41px;
  left:650px;
  width:137px;
}


#t88761 a:hover, #t88761 a.active{
  background-position: 0 0;
}

#t89309 a:hover, #t89309 a.active{
  background-position:-91px 0;
}

#t89310 a:hover, #t89310 a.active{
  background-position:-244px 0;
}

#t89319 a:hover, #t89319 a.active{
  background-position:-397px 0;
}

#t89320 a:hover, #t89320 a.active{
  background-position:-526px 0;
}

#t89311 a:hover, #t89311 a.active{
  background-position:-650px 0;
}

#main-body{

}
  #main-table-body{
    background:transparent;
    border-collapse:collapse;
    clear:left;
  }
  #main-table-body-leftcell{
    vertical-align:top;
    width:175px;
    /* background: #01A5A7 url(../images/left-nav-corner-b.jpg) 0 bottom no-repeat;*/
  }
  #main-table-body-rightcell{
    vertical-align:top;
    width:630px;
    padding-top:45px;
    background:#ffffff url(../images/content-bot-bg.jpg) no-repeat scroll 0 bottom;
  }
  
  #main-table-body-far-right-cell{
    vertical-align:top;
    width:155px;
    background: #ffffff url(../images/right-bot-bg.jpg) no-repeat scroll 0 bottom;
  }

/* SUB MENU
-------------------------------------------*/
#sidebar {
  background:none;
  margin:0 0 0 0;
}

#menu-header {
  background:transparent;
}

#menu{
  margin: 0 0 0 0px;
  padding:0;
  width: 175px;
  background: #01a4a6;
  min-height: 500px;
}
  #menu ul{
    font-size: 12px;
    margin:0 0px 0 0;
    padding:0;
    list-style: square inside;
  }
    #menu li{
      background-image:none;
      padding:0 0 0 0px;
      margin: 0 0px 0px 0;
      list-style: none;
      background: transparent url(../images/left-nav-a-bg.jpg) no-repeat scroll 15px bottom;
    }
      #menu h3 a {
        font-size: 24px;
        color: #ffffff;
        background: transparent url(../images/left-nav-corner.jpg) no-repeat;
        padding: 12px 0 0 12px;
        font-family: Helvetica;
        
      }

#menu h3 a:hover {
  background-color: #01A5A7;
}
      
      #menu h3 {
        margin: 0;
        height: 64px;
      }
      
      #menu a {
        text-decoration:none;
        text-transform:none;
        color:#e3e3e3;
        display:block;
        font-size: 12px;
        padding: 12px 0px 12px 15px;
        width:160px;
      }
      
      #menu a:hover {
        color: #ffffff;
        background-color: #2FBFBF;
      }
      
      #menu a.current{
        color: #ffffff;
        background-color: #2FBFBF;

      }
      
      #menu a.subcurrent{
        color: #ffffff;
        text-decoration: none;
        background: transparent url(../images/white-triangle.jpg) no-repeat scroll 15px 15px;
        
      }
      
      #menu li ul{
        margin: 0 0px 0 0px;
        padding: 0;
        
      }
      
      #menu li ul li{
        list-style: none;
        padding: 0px 0 0px 0px;
        margin: 0;
        background: transparent url(../images/left-nav-a-bg.jpg) no-repeat scroll 15px top;
      }
      
      #menu li ul li a {
        font-size: 12px;    
        padding-left: 27px;
        text-decoration: none;
        width:130px;
      }
      
      #menu li ul li a:hover {
        background-color: transparent;
        color: #ffffff;
      }
      
  #menu-footer{
    height: 35px;
   background: transparent url(../images/left-nav-corner-b.jpg) 0 bottom no-repeat;
  }

  #menutop{
    background: transparent url(../images/left-nav-a-bg.jpg) no-repeat scroll 15px bottom;
  }

#banner {
  display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
  padding:0 0 0 0px;
  margin: 0;
  position:relative;
  width: 100%;
}
  #breadcrumblist{
    font-size: 10px;
    line-height:120%;
    padding:.5em 0 .5em 20px;
    width:430px;
    color: #a0a0a0;
  }

  #breadcrumblist a{
    text-decoration: none;
    color: #a0a0a0;
    font-weight: bold;
  }
    #breadcrumblist a:link, #breadcrumblist a:visited{
      
    }
    #breadcrumblist a:hover, #breadcrumblist a:active{      
    }
    #breadcrumbemail{
      font-size: 10px;
      position:absolute;
      right:-140px;
      text-align:right;
      top:5px;
      width:9em;
    }
      #breadcrumbemail a:link, #breadcrumbemail a:visited{
        background:url(../images/email.gif) 0 2px no-repeat;
        float:right;
        padding:0 5px 0 18px;
        text-decoration: none;
        color: #a0a0a0;
        font-weight: bold;
      }
        #breadcrumbemail a:hover, #breadcrumbemail a:active{
        }
    
    #breadcrumbprint{
      font-size: 10px;
      position:absolute;
      right:-40px;
      text-align:right;
      top:5px;
      width:9em;
    }
      #breadcrumbprint a:link, #breadcrumbprint a:visited{
        background:url(../images/printer.gif) 0 2px no-repeat;
        float:right;
        padding:0 5px 0 18px;
        text-decoration: none;
        color: #a0a0a0;
        font-weight: bold;
      }
        #breadcrumbprint a:hover, #breadcrumbprint a:active{
        }


/* CONTENT AREA
-------------------------------------------*/
#content{
  clear:left;
  width:inherit;
}
  #content-header{
    display:none;
  }
  #content-body{
    margin: 2px 20px 0 20px;
    padding:0 0 10px 0;
    overflow:hidden;
  }
  
  
  #pagetitle{
    margin:0 0 35px 0px;
    
    
    
  }
    #pagetitletext h1{
      font-size: 30px;
      color: #01a4a6;
    }
  #content-footer{
    
  }

/* THIRD COLUMN
-------------------------------------------*/
#third-column{
    margin: 140px 0 0 0;
}

.third-column-image{
    margin: 25px 0 0 0;
}

#line{
  background: transparent url(../images/left-nav-bg.jpg) repeat-x scroll 0 bottom;
  width:785px;
  height: 1px;
  position: absolute;
  top: 295px;
  left: 175px;
}

/* FOOTER
-------------------------------------------*/
#clearfooter{
    /* 
    Set clearfooter to the same height as the footer 
    This makes it so the footer stays locked to the bottom of the webpage
    */
    height: 50px;
    clear: both;
}

#footer{
  clear:both;
  height: 50px;
  margin:0 auto;
  position:relative;
}
  #footerwrap{
    margin:0 auto;
    width: 960px;
    position:relative;
    height: 40px;
  }
  #footernav ul{
    margin: 0;
    padding: 0;
  }
  #footernav ul li{
    float: left;
    background: none;
  }
  
  #poweredby{
    font-size:9px;
    position:absolute;
    right:0px;
    bottom:10px;
  }
    #poweredby a{
      
      text-decoration:none;
      color: #000;
    }
    #poweredby a:hover {text-decoration: underline;}
