
body {
  text-align: center;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  margin: 5px;
  background-image: url('../images/background.jpg');
  background-repeat: repeat;
}
#container {
  width: 900px;
  text-align: left;
  margin: 0 auto;
  border: 1px solid #7f2439;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
}
#header {
  background-color: #fef040;
  border-radius: 10px 10px 0px 0px;
}
#content {
  padding: 20px 50px 0px 50px;
}

#HomeSlide {
  width: 100%;
}

.FloatPic {
  float: left;
  width: 22%;
  height: 200px;
  margin: 15px 0px 10px 0px;
}
.FloatText {
  float: left;
  width: 69%;
  margin-left: 5%;
}

a.title h1,
a.title {
  font-weight: bold;
  font-size: 30px;
  text-decoration: none;
  color: #000000;
  margin: 25px;
}

#footer {
  padding: 20px;
  border-top: 2px solid #7f2439;
  margin-top: 30px;
  background-color: #fef040;
  border-radius: 0px 0px 10px 10px;
}
#footer p {
  font-size: 10px;
  color: #333333;
}


#nav ul.nav {
  margin: 0;
  padding: 10px;
  height: 35px;
  background-color: #fef040;
  text-align: center;
  border-bottom: 2px solid #7f2439;
}
#nav ul.nav li {
  display: inline;
  margin: 0px 15px 0px 10px;
  padding: 0px;
  line-height: 35px;
}
#nav ul.nav li a {
  text-decoration: none;
  font-weight: bold;
  color: #7f2439;
  line-height: 35px;
  font-size: 12px;
}
#nav ul.nav li a:hover {
  text-decoration: underline;
  line-height: 35px;
}

#footer ul.footernav {
  margin: 0;
  padding: 0px 0px 0px 5px;
  height: 35px;
  text-align: left;
}
#footer ul.footernav li {
  display: inline;
  list-style-type: none;
  margin: 0px 15px 0px 0px;
  padding: 0px;
  line-height: 35px;
}
#footer ul.footernav li a {
  text-decoration: none;
  line-height: 35px;
  font-size: 12px;
  color: #333333;
}
#footer ul.footernav li a:hover {
  text-decoration: underline;
  line-height: 35px;
}

#CLEAR {
  clear: both;
}

i {
  font-style: italic;
}
a {
  color: #5599aa;
}


#SlideWrap {
  height: 300px;
  width: 800px;
  overflow: hidden;
}

#SlideWrap img {
  display: none;
  margin: 0;
}

#SlideWrap .is-showing {
  display: inline;
}

#QuickGallery {
  text-align: center;
  padding: 10px;
  margin: 0px;
}


.SLIDE_VISIBLE img {
  display: inline;
  border-radius: 10px 10px 10px 10px;
}
#Slide {
  display: none;
  margin: 0;
}
#Slide img {
  height: 350px;
}

#heightCOntrolled img {
  height: 600px;
}
#slideshow_container {
  text-align: center;
}

#Heading,
#slideshow_container {
  margin: 0 auto;
  text-align: left;
  width: 1100px;
}

h1,
h2 {
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 18px;
  line-height: 22px;
}
p {
  padding: 5px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
p.pageIntro {
  padding: 0px;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: normal;
}
ul {
  margin-left: 30px;
}
li {
  padding: 5px;
  line-height: 20px;
  font-size: 14px;
}
b {
  font-weight: bold;
}

#content h1 {
  background-image: url('../images/PawPrintBlack.png');
  background-repeat: no-repeat;
  padding: 5px 0px 10px 55px; 
}

#nav ul.nav li {
  background-image: url('../images/PawPrintNAV.png');
  background-repeat: no-repeat;
  padding-left: 25px;
  width: 15%;
}

hr {
  clear: both;
  margin-top: 10px;
}
img.portfolio {
  width: 20%;
  float: left;
  margin: 2%;
}

