* {
  margin: 0;
  outline: none;
  font-family: arial, helvetica, sans-serif;
  }

a {
  color: #2b6722;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #2b6722;
  }
  
a:hover {
  color: #666;
  border: none;
  }

body {
  background: url(images/body-bg.gif) repeat-x;
  width: 722px;
  margin: 0 auto;
  }

div.column {
  float: left;
  width: 315px;
  padding: 0;
  }

div.column ul {
  padding: 0;
  }

div#content {
  width: 660px;
  background-color: #fff;
  margin: 0 auto;
  border-left: 2px solid #2b6722;
  border-right: 2px solid #2b6722;
  padding: 20px;
  }

div#footer {
  background: url(images/footer-bg.gif) #e8e8e8 no-repeat;
  margin: 0 auto 10px auto;
  padding-top: 22px;
  height: 20px;
  width: 720px;
  text-align: center;
  }

div#footer a, div#footer a:hover {
  border: none;
  }

div#google {
  border: 1px solid #999;
  background-color: #f4f4f4;
  margin: 20px auto;
  width: 400px;
  padding-top: 10px;
  }

div#google input {
  vertical-align: middle;
  }

div#google input#saddr {
  text-align: center;
  color: #464646;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  width: 100px;
  font-size: 12px;
  padding: 2px;
  }

div#google p {
  text-align: center;
  }

div#header {
  margin: 0 auto;
  width: 700px;
  height: 150px;
  padding-top: 15px;
  background: url(images/header-bg.gif) repeat-x;
  text-align: center;
  border-left: 2px solid #2b6722;
  border-right: 2px solid #2b6722;
  }
  
div#navigation {
  background: url(images/navigation-bg.gif) repeat-x;
  height: 26px;
  border-left: 2px solid #2b6722;
  border-right: 2px solid #2b6722;
  width: 700px;
  margin: 0 auto;
  text-align: center;
  }

div#navigation a {
  margin: 0 2px;
  border: none;
  display: block;
  height: 26px;
  float: left;
  }

div#navigation a:hover {
  background-position: 0 -26px;
  }

div#navigation a.static, div#navigation a.static:hover, div#navigation a:active {
  background-position: 0 -52px;
  }

div#navigation a#about {
  background-image: url(images/about.gif);
  width: 58px;
  }

div#navigation a#adoptables {
  background-image: url(images/adoptables.gif);
  width: 89px;
  }

div#navigation a#articles {
  background-image: url(images/articles.gif);
  width: 66px;
  }

div#navigation a#contact {
  background-image: url(images/contact.gif);
  width: 67px;
  }

div#navigation a#directions {
  background-image: url(images/directions.gif);
  width: 81px;
  }

div#navigation a#home {
  background-image: url(images/home.gif);
  width: 56px;
  }

div#navigation a#links {
  background-image: url(images/links.gif);
  width: 51px;  
  }

div#navigation a#services {
  background-image: url(images/services.gif);
  width: 70px;
  }

div#navigation div {
  margin: 0 auto;
  width: 572px;
  }

h1 {
  font-family: "myriad pro", "myriad sans", "trebuchet ms", sans-serif;
  font-size: 22px;
  }

h1 span {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-left: 5px;
  }

h2 {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-bottom: 10px;
  }

h3 {
  font-size: 15px;
  color: #000;
  }

html {
  background-color: #e8e8e8;
  }

hr {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #999;
  margin: 5px auto;
  }

img {
  border: none;
  }

img#photo {
  float: left;
  clear: right;
  padding: 2px;
  margin-right: 10px;
  border: 1px solid #bbb;
  background-color: #eee;
  }
 
img#photo-alt {
  float: right;
  clear: left;
  margin: -20px 0 0 10px;
  }

li span {
  font-weight: bold;
  }

li.bottom {
  margin-bottom: 8px;
  }

li.title, span.title {
  font-weight: bold;
  }
 
p {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 10px;
  }

p span {
  font-weight: bold;
  }  

p#caption {
  color: #666;
  font-size: 12px;
  float: right;
  width: 246px;
  text-align: center;
  padding: 2px;
  }

p#mission {
  float: left;
  width: 390px;
  padding-right: 20px;
  }

ul {
  margin-top: 10px;
  font-size: 14px;
  list-style: none;
  padding-left: 40px;
  }

ul#remodel {
  list-style-type: circle;
  }

ul#remodel li {
  margin: 5px 0;
  }

table#hours {
  border: 1px solid #999;
  font-size: 12px;
  width: 250px;
  padding: 2px;
  float: left;
  }

table#hours td {
  text-align: center;
  }
  
table#hours td.label {
  font-weight: bold;
  text-align: left;
  }
  
table#hours tr.hilight {
  background-color: #eee;
  }
  
table#hours tr#heading {
  background-color: #2b6722;
  color: #fff;
  font-weight: bold;
  }
