/* cmsms stylesheet: bootstrap default navbar modified: 02/19/17 10:53:11 */
/* reset styles */
html, body, ul, li {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
/* end reset styles */
body {
   background: #669999;
}
#header {
  padding: 10px;
}
#header img {
  margin: 0 auto;
}
#slideshow {
  height: 147px;
  width: 195px;
  margin: 0px 751px;
  position: relative;
  top: 10px;
  border: none;
}
#wrapper {
   width: 960px;
   margin: 0 auto;
}
#menu {
   float: left;
   width: 200px;
   background: #666699;
   padding: 10px;
   font-size: 16px;
   font-family: Georgia;
   text-align: center;
}
#menu .sectionheader, dropdown-toggle {
  text-transform: uppercase;
  background: #AFCACA;
  color: #FFF;
  font-weight: bold;
  font-family: Arial;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 46px;
  background-image: url(https://www.fosterdogs.com/uploads/images/echo.png);
  background-repeat: no-repeat;
}
#menu ul {
   list-style: none;
}
#menu li {
  padding: 2px;
  border: 1px solid #669999;
  margin: 1px;
  background: #FFF;
}
#menu a {
   text-decoration: none;
   color: #666699;
}
#content {
   background: #FFF;
/*   margin-left: 225px; */
   padding: 20px;
   font-family: Times;
   min-height: 856px;
   border-radius: 10px;
}
.intro  {
  font-size: 110%;
  font-family: Georgia;
}
.intro:first-letter {
  font-size: 40px;
  color: #FFF;
  background: #666699;
  padding: 10px;
  vertical-align: top;
  float: left;
  margin-right: 5px;
  font-family: Times;
}
.intro:first-line {
  font-weight: bold;
}
#content ul li {
  list-style: none;
  background-image: url(https://www.fosterdogs.com/uploads/images/bullet.gif);
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 15px;
  margin-left: 40px;
}
#content ul ul li {
    background-image: none;
    list-style-type: disc;
    padding-left: 0;
    margin-left: 20px;
    margin-bottom: 5px;
}
h1 {
   color: #669999;
   text-align: center;
   font-family: Georgia, serif;
   font-weight: bold;
}
h2 {
  color: #666699;
  font-weight: bold;
}
h3 {
  color: #669999;
  font-style: italic;
  font-family: Arial;
  font-weight: bold;
}
#footer {
   text-align: center;
   font-size: 12px;
}
#footer a {
   color: #FFF;
}
.highlight {
  color: #666699;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.right {
  float:right;
  margin: 10px 0 10px 10px;
  border: 1px solid;
  padding: 3px;
}
.left {
  float:left;
  margin: 10px 10px 10px 0px;
  border: 1px solid;
  padding: 3px;
}
#content .tableofcontents {
  background-image: none;
  text-align: center;
}
.note {
  background: #FFFFCC;
  padding: 10px 20px;
}
#content .CGBlogSummaryCategory ul li {
  list-style: none;
  display: block;
  float: left;
  background-image: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 80px;
}
#content .CGBlogSummaryCategory ul li a:link {
  text-decoration: none;
}
.resized {
  max-width: 300px;
  max-height: 275px;
  width: expression(this.width > 300 ? "300px" : true);
  height: expression(this.height > 275 ? "275px" : true);
}
.caption {
  font-family:Arial;
  font-size:12px;
  text-align:center;
  font-weight:bold;
}
#main {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}
