/* RESET STYLES */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* GLOBAL */
html, body {
  background: #fff;
  font: normal 11px Arial, Helvetica ,sans-serif;
  color: #000;
  text-align: center;
}
#wrapper {
  margin: 0 auto;
  text-align: left;
  min-width: 800px;
  width: 800px;
}
ul li {
  list-style: none;
}
a:link, a:visited {
  color: #e07d14;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #e07d14;
  font-weight: bold;
  text-decoration: underline;
}
a:active {
  color: #e07d14;
  font-weight: bold;
  text-decoration: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-float {
  clear: both;
}

/* HEADER */
#hd {
  padding: 5px 8px;
  height: 94px;
  width: 782px;
}
h1 {
  background: url(/images/feh_logo.png) no-repeat top left;
  cursor: pointer;
  float: left;
  margin: 0 8px 0 0;
  height: 98px;
  width: 206px;  
}
h1 a {
  display: block;
  height: 98px;
  text-decoration: none;
  width: 206px; 
}
h1 a:hover {text-decoration: none;}
h1 a span {visibility: hidden;}
h2 {
  background: url(/images/header_banner.jpg) no-repeat top left;
  float: left;
  height: 98px;
  width: 568px;
}
h2 span {visibility: hidden;}

/* BODY */
#bd {
  clear: both;
  padding: 5px 7px 0 7px;
  width: 783px; 
}

/* SIDEBAR */
#sidebar {
  float: left;
  margin: 0 7px 0 0;
  width: 206px;
}
h5 {
  background: #339900;
  color: #000;
  font-weight: bold;
  margin: 0 0 2px 0;
  padding: 1px 0 2px 10px;
  text-transform: uppercase;
}
#sidebar ul {
  text-transform: uppercase;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
#sidebar ul li a span {
  color: #339900;
  font-weight: bold;
}
#sidebar ul li#donate-now a {
  background: #ffbd30 url(/images/paypal.png) no-repeat top left;
  display: block;
  margin: 0 0 1px 0;
  padding: 0;
  width: 206px;
  height: 26px;
  text-decoration: none;
}
#sidebar ul li#donate-now a span {
  visibility: hidden;
  text-decoration: none;
}
#sidebar ul li#adopt {
  background: #ffbd30;
  margin: 0 0 1px 0;
  padding: 2px 10px;
}
#sidebar ul li#contact {
  background: #63a3d8;
  margin: 0 0 4px 0;
  padding: 2px 10px;
}
#sidebar-content {
  border: 1px solid #ffbd30;
  font-size: 10px;
  padding: 10px 8px 20px 15px;
}
#sidebar-content ul {
  text-transform: none;
}
#sidebar-content #sub-nav {
  margin: 0 0 90px 0;
}
#sidebar-content #sub-nav ul li {
  margin: 0 0 0 15px;
}
#sidebar-content ul li a:link, #sidebar-content ul li a:visited {
  color: #339900;
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0;
}

/* MAIN CONTENT */
#main-content {
  float: left;
  width: 570px;
}
ul#primary-nav {
  clear: both;
  text-transform: uppercase;
  height: 18px;
  width: 570px;
  margin: 0;
  padding: 0;
}
ul#primary-nav li {
  display: inline;
  float: left;
}
ul#primary-nav li a {
  color: #339900;
  font-weight: normal;
  display: block;
  padding: 3px 12px;
}
ul#primary-nav a:link, ul#primary-nav a:visited {
  text-decoration: none;
}
ul#primary-nav a:hover {
  background: #fbcf70;
  text-decoration: none;
}
ul#primary-nav a:active {
  text-decoration: none;
}
ul#primary-nav a.selected {
  background: #fbcf70;
  text-decoration: none;
}
#content-box {
  border: 1px solid #ffbd30;
  clear: both;
  min-height: 407px;
  height: expression( this.scrollHeight < 408 ? "407px" : "auto" ); /* sets min-height for IE */
  padding: 13px 12px;
}
#content-box ul li {
  list-style: disc;
  margin: 0 0 0 15px;
}
#content-box .img {
  padding: 0 0 0 10px;
}
#content-box .photo {
  padding: 0 20px 0 0;
}
.caption {
  color: #58595b;
  margin: 0 80px 0 0;
  width: 190px;
}
h3 {
  color: #339900;
  font-size: 12px;
  font-weight: bold;
}
h3 em {
  color: #58595b;
  font-weight: normal;
}

/* FOOTER */
#ft {
  clear: both;
  font-size: 9px;
  padding: 25px 10px 25px 5px;
  width: 783px;
  text-transform: uppercase;
}
#ft p {
  color: #339900;
  float: left;
}
#footer-nav {
  float: right;
}
#footer-nav li {
  float: left;
}
#footer-nav a {
  border-right: 1px solid #999999;
  color: #999999;
  display: block;
  font-size: 9px;
  font-weight: normal;
  padding: 0 5px;
}
#footer-nav a.last {
  border-right: none ;
}
#footer-nav a:link, #footer-nav a:visited {
  text-decoration: none;
}
#footer-nav a:hover {
  text-decoration: underline;
}
#footer-nav a:active {
  text-decoration: none;
}