/************** Clear any browser defaults ***************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
ol, ul { list-style-type: none; }
fieldset, img { border: 0; }
caption, th { text-align: left; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

body {
  width: 100%;
  background-color: #0060b1;
  background-image: url(css_img/background_gradient.jpg);
  background-repeat: repeat-x;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
#wrapper1 {
  background-color: transparent;
  background-image: url(css_img/wrapper_bkgnd.png);
  background-repeat: repeat-y;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1px;
}
#wrapperBottom {
  background-color: transparent;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  height: 25px;
  background-image: url(css_img/wrapperBottom_bkgnd.png);
  background-repeat: no-repeat;
}
#branding {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: transparent;
  background-image: url(css_img/branding_bkgnd_home.gif);
  background-repeat: repeat-x;
  height: 151px;
  border-bottom: solid 5px #ce000b;
}
#brandingContent {
  position: absolute;
  left: 50%;
  margin-left: -385px;
  width: 770px;
  padding-top: 3px;
 }
#contact {
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: 160px;
  font-size: 90%;
}
#contact p{
  font-size: 90%;
}
#contentwrapper {
  margin: 0px 5px 0px 150px;
  background-color: #fff;
  padding-top: 171px;
}
#contentwrapper p, #contentwrapper ul, #contentwrapper ol, #contentwrapper h1, #contentwrapper h2, #contentwrapper h3, #contentwrapper h4, #contentwrapper h5, #contentwrapper h6, #contentwrapper pre, #contentwrapper form, #contentwrapper th, #contentwrapper td {
  padding-right: 75px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic", "Bitstream Vera Sans", Arial, sans-serif;
  font-weight: bold;
}
#contentwrapper img {
  margin: 0px 10px 10px 10px;
  float: right;
  border-color: #0060b1;
  border-style: solid;
  border-width: 2px 2px 4px 4px;
}
.cutout {
  padding-right: 0px;
  float: right;
  clear: right;
}
blockquote {
  float: right;
  width: 36%;
  background-color: #93bcde;
  border-bottom: 3px solid #ce000b;
  border-left: 3px solid #ce000b;
  border-top: 1px solid #ce000b;
  border-right: 1px solid #ce000b;
  margin: 4px;
  padding: 5px;
  text-align: right;
}
#contentwrapper blockquote p, blockquote cite {
  padding-right: 5px;
  display: block;
}
blockquote h4 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  text-align: left;
  margin-bottom: .5em;
  font-size: 105%;
  border-bottom: 1px dashed #ce000b;
}
em {
  font-style: italic;
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 240%;
  color: #0060b1;
  height: 144px;
  text-indent: -4500px;
  background-color: transparent;
  background-image: url(css_img/logo2.gif);
  background-repeat: no-repeat;
  background-position: center;
}
h2 {
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-size: 115%;
}
h2:first-letter {
  font-size: 150%;
}
h3 {
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-size: 100%;
}
h3:first-letter {
  font-size: 135%;
}
p {
  color: black;
  padding-bottom: 1em;
}
.error {
  font-weight: bold;
  color: #f00;
}
#navMain {
  position: fixed;
  top: 10px;
  left: 50%;
  margin-left: -385px;
  width: 150px;
  padding-top: 160px;
  z-index: 50;
}
#navMain li {
  margin: 0 25px 5px 0;
  padding: 0px 5px 0 0;
}
#navMain li a {
  display: block;
  font-family: "Century Gothic", Arial, sans-serif;
  text-transform: uppercase;
  padding: 5px 5px 5px 10px;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #0060b1;
  background-color: #fff;
  border-left: 3px solid #ce000b;
  border-bottom: 3px solid #ce000b;
}
#navMain li a:hover {
  background-image: url(css_img/pawprint_hover.gif);
  background-repeat: no-repeat;
  color: #000;
  background-position: right;
}
#navMain li a:first-letter {
  font-size: 130%;
}
.webCam {
  margin: 0 5% 15px 0;
  border: 3px #444 solid;
}
#cams {
  width: 50%;
  float: left;
  padding-right: 10px;
}
#cams h3 {
  font-style: italic;
}
p.valid {
  text-align: right;
}