body {
    background: #F8F8F8 url('/img/background.png') center 258px repeat-x;
    padding: 11px 0 0 0;
    margin: 0;
    font-family: Tahoma, Geneva, Arial;
    width: 100%;
    color: #444;
}

#wrap {
    margin: auto;
    width: 920px;
    padding: 0;
}

#header {
    background: url('/img/header.png') no-repeat;
    height: 100px;
    text-align: right;
    margin-left: 10px;
}

#header img {   
    margin: 21px 25px 0 0;
    border: 0;   
}

#subline {
    font-size: 12px;
    position: relative;
    top: -30px;
    right: 35px;
    color: #fff;
}

#main {
    background: url('/img/main.png') no-repeat;
    height: 559px;
    margin: 10px 0 0 0;
}

#copy {
    width: 600px;
    float: left;
    height: 100%;
    position: relative;
}

.page {
    padding: 5px 5px 5px 42px;
    position: absolute;
    top: 26px;
    left: 0;
    right: 15px;
    bottom: 18px;
    overflow: auto; 
} 

#nav {
    width: 320px;
    float: left;
    height: 100%;    
}

#nav_navigation {
    padding: 34px 34px 34px 0;
}

ul {
    margin: 5px 0 0 0;
    padding: 0;
}

@font-face {
    font-family: 'AngelinaRegular';
    src: url('/test/angelina-webfont.eot');
    src: local('☺'), url('/test/angelina-webfont.woff') format('woff'), url('/test/angelina-webfont.ttf') format('truetype'), url('/test/angelina-webfont.svg#webfontig73JGMT') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul li {
    list-style: none;
    background: url('/img/bullet.png') no-repeat 0 0;
    color: #3A3A3A;
    font-size: 34px;
    font-family: AngelinaRegular;
    padding: 0 0 20px 33px;
    line-height: 26px;
    text-shadow: 0 0 0 #777;
}

.button {
    background: url('/img/nav.png') no-repeat;
    width: 277px;
    height: 111px;
    margin-bottom: 15px;
}

div.button:hover { 
    background-position: 0 -111px;
    cursor: pointer;
}

.selected, div.button.selected:hover {  
     background-position: 0 -222px;
}


.footer {
      font-size: 12px;
      padding: 0 25px;
      position: relative;
      top: -5px;
}

.footer a {
    color: #333;
}

.footer a:hover {
    color: #11496F;
} 

.left {
    float: left;
}

.right {
    float: right;
    padding: 0;
}

#electronic {
    padding: 0 25px 0 5px ;
}

noscript p {
    height: 70px;
    display: block;
    background: url('/img/no_js.png') no-repeat;
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #555;
    line-height: 70px;
    text-align: center;
}

.button h3, .button p {
    float: right;
    color: #fff;
    font-variant: small-caps;
    font-size: 18px;
    margin: 3px 0;
    width: 137px;
}

.button p {
    font-size: 14px;
    font-variant: normal;
    width: 136px;
}

.hidden {
    display: none;
}

h1 {
    margin: 0;
    font-size: 38px;
    color: #603C37;
    font-weight: normal;
}

h2, h3, h3 a {
    color: #11496F;
    margin-bottom: 3px;
}

p a {
    color: #11496F;
    font-weight: bold;
    text-decoration: none;
}

p a:hover { 
    text-decoration: underline;   
}

h3 a {
    text-decoration: none;
}

h3 a:hover {
    text-decoration: underline;
}

p.quote {
    background: url('/img/quote.png') no-repeat;
    padding: 17px 0 0 68px;
}

p.homeQuote {
    position: absolute;
    bottom: 170px;
    right: 10px;
    background: url('/img/quote.png') no-repeat;
    background-size: 30px auto;
    padding: 15px 0 0 30px;
}

.page p {
    line-height: 22px;
}

span.quote {
    color: #11496F;
    font-size: 13px;
}

span.weblink a {
    color: #11496F;
    font-size: 13px;
    padding-left: 5px;
}

#nav_navigation img.memberLogo {
  width: 200px;
  margin: auto;
  padding: 0 40px;
}

#homePage img.memberLogoBDGA {
    height: 94px;
}

#homePage div.instagram {
  position: relative;
  top: -10px;
  left: -10px;
  display: block;
  background: url('/img/news_58.png') no-repeat;
  margin: 0;
  color: #222;
  line-height: 15px;
  text-align: center;
  width: 553px;
  padding-top: 12px;
  overflow: visible;
}

#homePage div.instagram p {
    display: block;
    margin: 0;
    font-size: 23px;
    color: #222;
    line-height: 18px;
    text-align: center;
    padding-top: 2px;
    overflow: visible;
  font-family:AngelinaRegular;
}

#homePage {
    background: url('/img/home_dog.jpg') no-repeat 120px 95px ;
    background-size: 55%;
    overflow: hidden; 
}

#homePage p.subheading {
    text-align: center;
    font-size: 34px;
    font-family: AngelinaRegular;
    margin: 12px 0;
}

#homePage div.instagram img {
  position: absolute;
  left: 20px;
  padding-top: 1px;
}

#homePage p.contact {
  bottom: 10px;
  color:#222222;
  font-family:AngelinaRegular;
  font-size:25px;
  margin: 0;
  padding-top: 3px;
  position:absolute;
  text-align:center;
  color: #000;
}

#iehack {
   background-color: #fff;
   opacity: 0.5;
   -moz-opacity: 0.5;
   filter: alpha(opacity=50);
   height: 60px;
   position: absolute;
   bottom: 10px;
   right: 0;
   left: 20px;
}

#backButton {
    background: url('/img/buttons.png') no-repeat center left;
    width: 30px;
    float: left;
    height: 312px;
    cursor: pointer;
    margin: 30px 0 0 0;
}

#forwardButton {
    background: url('/img/buttons.png') no-repeat center right;
    width: 30px;
    float: left;
    height: 312px;
    cursor: pointer;
    margin: 30px 0 0 0;
}

#slideshowContainer {
    width: 468px;
    float: left;
    height: 312px;
    margin: 30px 5px 0 5px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#photoCredit {
    font-size:10px;
    color: #8EA2AF;
    position:absolute;
    top:380px;
    left: 130px;
    font-style: italic;
}

#picNum {
    clear:both;
    color:#93CAEE;
    font-size:13px;
    margin:0;
    padding:5px;
    padding-left: 35px;
    font-weight: bold;
}

#picCredit {
    text-align: right;
    display: block;
    color:#8EA2AF;
    font-size:13px;
    position: relative;
    top: -25px;
    padding-right: 38px;
    font-style: italic;
}

#groomingRoomTable .spacer {
    width: 20px;
}

#groomingRoomTable thead th {
    font-family: AngelinaRegular;
    font-size: 20px;
}

#groomingRoomTable img, #beadworksPage img {
    border: 1px solid #AFD8F2;
    padding: 4px;
}

#groomingRoomTable td.left, #groomingRoomTable td.right {
    background: url('/img/bullet.png') right top no-repeat;
    padding: 8px;
}

#groomingRoomTable td.right {
    background-position: 2px bottom;
}

#groomingRoomTable .splitter {
    background: url('/img/splitter.png') center no-repeat;
}

#groomingPage .main_img, #kokokenyaPage img {
    border: 1px solid #AFD8F2;
    padding: 4px;
    margin-left: 16px;
}

#kokokenyaPage img.right-img {
    margin-left: 3px;
}

#kokokenyaPage ul li {
    background-image: url('/img/bullet.png');
    color: rgb(68, 68, 68);
    display: list-item;
    font-family: Tahoma, Geneva, Arial;
    line-height: 20px;
    font-size: 1em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0 0 10px 33px;
}

#kokokenyaPage a {
    text-decoration: none;
}