body, input, p, div, form, fieldset, ol, ul, li, h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  padding: 0;
}
body {
  font-family: Trebuchet ms, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #585f6c;
  background: #3d4552;
}
a {
  text-decoration: underline;
  color: #293a51;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 20px;
  color: #e8a400;
  padding: 15px;
  background: url(../images/hd_bg.png) left bottom no-repeat;
}
h2 {
  font-size: 16px;
  color: #3d4552;
  padding: 10px;
}
hr {
  padding: 5px 0;
  border: 0;
  border-bottom: 2px dotted #eeeeee;
}
ul {
  padding: 0 25px;
}
ul li.active {
  font-weight: bold;
}
input, textarea, select {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 4px;
  color: #291E14;
  background: #f4f7fb;
  border: 1px solid #d9e2ef;
}
p {
  padding: 10px 0;
}
/* LAYOUT */
#body {
  background: #ffffff;
}
#body #inner {
  background: url(../images/bg.png) repeat-x;
}
#container {
  text-align: left;
  position: relative;
  margin: 0 auto;
  width: 835px;
}
#container #header {
  height: 194px;
  background: url(../images/header.png) no-repeat;
}
#container #header .logo {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 390px;
  height: 80px;
}
#container #content {
  width: 568px;
  float: left;
}
#container #content .wrap {
  padding: 0 20px;
}
#container #sidebar {
  float: right;
  width: 267px;
}
#container #sidebar #contact {
  height: 240px;
  background: url(../images/contact.png) no-repeat;
}
#container #sidebar #places {
  background: url(../images/place.png) no-repeat;
}
#container #sidebar #places .wrap {
  font-size: 14px;
  padding: 80px 30px 60px 30px;
}
#container #sidebar #adopted {
  background: url(../images/adopted.png) no-repeat;
}
#container #sidebar #adopted .wrap {
  font-size: 14px;
  padding: 80px 30px 30px 30px;
}
#container #sidebar #links {
  height: 78px;
  background: url(../images/links.png) no-repeat;
}
#container #sidebar #links a {
  height: 58px;
  display: block;
}
#footer {
  text-align: left;
  background: url(../images/footer_bg.png) repeat-x;
}
#footer a {
  color: #ffffff;
}
#footer #content {
  position: relative;
  padding: 10px;
  margin: 0 auto;
  width: 835px;
  height: 65px;
  background: url(../images/footer_sign.png) top right no-repeat;
}
.arLogo {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 150px;
  height: 45px;
  display: block;
}
.arLogo span {
  display: none;
}
.btn {
  margin: 4px 0;
  padding: 4px;
  color: #fff;
  background: #444;
  border: 1px solid #333;
}
.btnAdd {
  padding: 2px;
  color: #ffffff;
  background: #3d4552;
}
.btnShowPics {
  margin: 10px 0;
  width: 86px;
  height: 30px;
  display: block;
  background: url(../images/btn_show_pics.png) no-repeat;
}
.btnShowPics span {
  display: none;
}
.cl {
  clear: both;
}
.desc {
  float: left;
  width: 320px;
  padding: 10px;
}
.formRow {
  padding: 5px;
  border-bottom: 1px solid #eee;
}
.formRow .lbl {
  width: 40%;
  float: left;
}
.formRow .cont {
  width: 60%;
  float: right;
}
.noResults {
  color: #cccccc;
  padding: 10px;
}
.photo {
  margin: 5px 5px 5px 0;
  width: 150px;
  height: 150px;
  float: left;
  border: 3px solid #c7d9e6;
  background: url(../images/nophoto.png) no-repeat;
}
.photo a {
  display: block;
  width: 150px;
  height: 150px;
}
.tbl1 {
  border-collapse: collapse;
}
.tbl1 th {
  text-align: center;
  background: #eee;
  padding: 2px;
  border: 1px solid #ddd;
}
.tbl1 td {
  padding: 4px;
  border: 1px solid #ccc;
}
.whereNav {
  border-bottom: 1px solid #eee;
}
.whereNav .wrap {
  padding: 4px !important;
}
