/* Eric Meyer’s CSS Reset
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;

}

body {
  border-top: 5px #eeeeee solid;
  background: #eeeeee url('../images/page/background.jpg');
  font-family: 'Droid Serif', serif;
  font-size: 0.95em;
  line-height: 125%;
  letter-spacing: 0.05em;
  color: #111111;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

#container {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}

#logo {
  background: transparent url('../images/page/logo.png') top left no-repeat;
  float: left;
  height: 335px;
  width: 576px;
}

#bonemenu {
  background: transparent url('../images/menu/menubone.png') top left no-repeat;
  float: left;
  height: 140px;
  margin-top: 165px;
  width: 576px;
}

#bonemenu h1 {
  display: none;
}

#bonemenu div {
  float: left;
}

#bonemenu div.menu1 a {
  background: transparent url("../images/menu/item1.png") no-repeat; 
  background-position: 0 0px;
  display: block;
  height: 35px;
  margin-left: 40px;
  margin-top: 62px;
  width: 75px;
}

#bonemenu div.menu1 a:hover {
  background-position: 0 -35px; 
}

#bonemenu div.menu2 a {
  background: transparent url("../images/menu/item2.png") no-repeat; 
  background-position: 0 0px;
  display: block;
  height: 37px;
  margin-left: 20px;
  margin-top: 55px;
  width: 125px;
}

#bonemenu div.menu2 a:hover {
  background-position: 0 -37px; 
}

#bonemenu div.menu3 a {
  background: transparent url("../images/menu/item3.png") no-repeat; 
  background-position: 0 0px;
  display: block;
  height: 35px;
  margin-left: 25px;
  margin-top: 50px;
  width: 90px;
}

#bonemenu div.menu3 a:hover {
  background-position: 0 -35px; 
}

#bonemenu div.menu4 a {
  background: transparent url("../images/menu/item4.png") no-repeat; 
  background-position: 0 0px;
  display: block;
  height: 40px;
  margin-left: 20px;
  margin-top: 40px;
  width: 125px;
}

#bonemenu div.menu4 a:hover {
  background-position: 0 -40px; 
}

#pawmenu {
  background: transparent url('../images/menu/menupaw.png') top left no-repeat;
  float: right;
  height: 395px;
  width: 350px;
}

#pawmenu h1 {
  display: none;
}

#pawmenu div.menu5 a {
  background: transparent url("../images/menu/item5.png") no-repeat; 
  background-position: 0 0px;
  display: block;
  height: 53px;
  margin-left: 59px;
  margin-top: 32px;
  width: 80px;
}

#pawmenu div.menu5 a:hover {
  background-position: 0 -53px; 
}

#pawmenu div.menu6 a {
  background: transparent url("../images/menu/item6.png") no-repeat; 
  background-position: 0 0px;
  clear: both;
  display: block;
  height: 23px;
  margin-left: 23px;
  margin-top: 60px;
  width: 91px;
}

#pawmenu div.menu6 a:hover {
  background-position: 0 -23px; 
}

#pawmenu div.menu7 a {
  background: transparent url("../images/menu/item7.png") no-repeat; 
  background-position: 0 0px;
  clear: both;
  display: block;
  height: 55px;
  margin-left: 185px;
  margin-top: 80px;
  width: 65px;
}

#pawmenu div.menu7 a:hover {
  background-position: 0 -55px; 
}

#pawmenu div.open {
  float: right;
  font-size: 11px;
  margin-top: 95px;
  line-height: 110%;
  text-align: right;
}

#pawmenu div.open h2 {
  border-bottom: 1px dotted #600000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 2px;
}


#pawmenu div.open p {
  font-size: 12px;
  margin-top: 10px;
}

#pawmenu div.open p span {
  font-weight: bold;
}

#content {
  min-height: 365px;
  line-height: 150%;
  padding-top: 335px;
  width: 750px;
}

#content a {
  border-bottom: 1px dotted #600000;
  color: #600000;
  text-decoration: none;
}

#content a:hover {
  border-bottom: 1px dotted #003a60;
  color: #003a60;
  text-decoration: none;
}

#content h2 {
  font-size: 13px;
  font-weight: bold;
}

#content h3 {
  font-size: 12px;
  font-weight: bold;
}

#content img {
  float: right;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-top: 10px;
}

#content p {
  font-size: 95%;
  padding-top: 1em;
  padding-bottom:1em;
}

#colm {
  float: left;
  padding-right: 4%;
  width: 30%;
}

#colm h2 {
  font-size: 13px;
  font-weight: bold;
}

#colm img {
  float: left;
}

#colm  p {
  float: left;
  font-size: 95%;
  line-height: 150%;
  padding-top: 1em;
  padding-bottom:1em;
}

#footer {
  background: transparent url('../images/page/footer.png') top center no-repeat;
  clear: both;
  height: 90px;
  margin-top: 20px;
  width: 960px;
}

#footer a {
  color: #600000;
  float: right;
  font-size: 8px;
  margin-top: 75px;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

