body {text-align:center; background:#614E48; margin:0 auto; font:11px Verdana;}

img {border:none;}

/* a {text-decoration:none; color:#000099;} */
/* a:visited {text-decoration:none; color:#000099;} */
/* a:hover { text-decoration:none; color:#0066FF;} */

p {padding-top:0px; margin-top:0px;}
h1 {color:#000000; font-size:24px;}
h2 {color:#000000; font-size:20px;}
h4 {color:#000000;}
h5 {color:#3366CC; padding:0px; margin:0px;}

ul.a {
    list-style-type: circle;
}

.site_wrapper {text-align:left; margin:0 auto; width:1200px; background:url(../_images/body.jpg) repeat-y;}
.header {background: url(../_images/header.jpg) no-repeat; height:245px;}

.head_nav {margin:0; padding:205px 0 0 49px;}
.navbar {width:900px;height:29px;background:url(../_images/navbar.jpg) no-repeat;padding:5px 0px 5px 0px;}
.navbar a {padding-left:78px;text-transform: uppercase; color:#CD8D39;font-weight:bold;font-size:1.2em;text-decoration:none;}
.navbar a:hover {text-decoration:underline;}

.photo {border:3px solid #E7DFD9;}

.content {float:left;width:898px;background:url(../_images/rocks_bg.gif) no-repeat bottom;margin-left:50px;display:inline;}
.content ol li {padding-bottom:8px;}
.content p {padding: 0 20px 0 20px;}
.content h3 {padding: 0 0 0 20px;color:#000000; font-size:15px;text-decoration:underline;}
.content h4 {padding: 0 0 0 20px;font-size:1.2em;}

.content_home {float:left;width:898px;background:url(../_images/rocks_bg.gif) no-repeat bottom;margin-left:50px;display:inline;}
.content_home p {padding: 0 20px 0 20px; font-size:1.2em;}

.content_home_left {float:left;width:400px;height:350px;}
.content_home_left h3 {padding: 0 0 0 20px;color:#000000; font-size:15px;text-decoration:underline;}

.content_contact {float:left;width:898px;background:url(../_images/rocks_bg.gif) no-repeat bottom;margin-left:50px;display:inline;}
.content_contact p {padding: 0 20px 0 20px; font-size:1.2em;}

.content_contact_left {float:left;width:400px;height:350px;}
.content_contact_left h3 {padding: 0 0 0 20px;color:#000000; font-size:15px;text-decoration:underline;}

.content_contact_right {float:left;width:450px;height:350px;text-align:center;}
.content_contact_right h3 {padding: 0 0 0 20px;color:#000000; font-size:15px;text-decoration:underline;}


.corporate {padding:0 0 0 20px;}
.corporate h4 {font-size:1.2em;}
.content a,.content a:visited,.corporate a,.corporate a:visited,.links a,.links a:visited {color:#2a243a;font-weight:bold;text-decoration:underline;}
.content a:hover,.corporate a:hover,.links a:hover {text-decoration:none;}

.pro_photo {style="padding-left:10px;";float:right;}

.bio {font-size:1.2em;text-align:justify;}

.jtext {text-align:justify;}

.hotlinks {font-size:1.1em;}
.hotlinks a,.hotlinks a:visited {font-size:1.1em;}

.staff_jg h4 {color:#ffffff;font-size:1.2em;}
.staff_jg {color:#ffffff;padding:20px;margin:20px;background:url(../_images/jordan_grover_2.jpg) no-repeat;}


.staff_gv h4 {color:#ffffff;font-size:1.2em;}
.staff_gv {color:#ffffff;padding:20px;margin:20px;background:url(../_images/greg_vick_2.jpg) no-repeat;}

.content_half {float:left; width:48%;}
.content_half p {padding:0;}

.footer {height:72px; background:url(../_images/footer.jpg) no-repeat;}

.contact {font-size:1.3em; font-weight:bold; padding:10px 0 0 115px;}

.copyright {float:left;;padding-left:50px;}

.designby {color:#614E48;float:left;padding-left:360px;}
.designby a {color:#614E48;text-decoration:underline;}
.designby a:hover {text-decoration:none;}

.clear {clear:both;}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 430px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.7);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}