html {
	background-color: #009933;
	background-image: linear-gradient(to bottom, #009933, #FFF);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#009933), to (#FFF));
	background-image: -moz-linear-gradient(top, #009933, #FFF);
	background-image: -ms-linear-gradient(top, #009933, #FFF);
	background-image: -o-linear-gradient(top, #009933, #FFF);
}

body {
	font-family: Tahoma, sans-serif;
	font-size: 85%;
}

img {
	max-width: 100%;
	height: auto;
	padding: 0 10px 0 0;
}
/* New Site Navigation */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  line-height: 1;
  margin: 0;
  padding: 0;

}
#cssmenu {
  height: 37px;
  display: block;
  border: 1px solid;
  border-radius: 0px;
  width: 940px;
  border-color: #009933;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#cssmenu > ul {
  list-style: inside none;
  margin: 0;
  padding: 0;
  white-space:nowrap;
}
#cssmenu > ul > li {
  list-style: inside none;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
  margin-left: -3px;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 12px 12px;
}

#cssmenu > ul > li.active {
	width: 20%;
	}
	
#cssmenu > ul > li.first {
	width: 10%;
	}

#cssmenu > ul > li.last {
	width: calc(10% - 24px);
	}
	
#cssmenu > ul > li.has-sub > ul {
		width: 100%;
	}	
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li > a:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -2px;
  z-index: 99;
  border-color: #3c3c3c;
}
#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 19px;
}
#cssmenu > ul > li.has-sub:hover > a {
  padding-bottom: 14px;
  z-index: 999;
  border-color: #009933;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}
#cssmenu > ul > li.has-sub > a:hover,
#cssmenu > ul > li.has-sub:hover > a {
  background: #009933;
  border-color: #009933;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  background: #009933;
  border-radius: 0 0 5px 5px;
  z-index: 999;
  padding: 10px 0;  
  box-shadow: 2px 2px 5px #000;
}

#cssmenu ul ul ul {
  position: absolute;
}
#cssmenu ul ul li:hover > ul {
  left: 100%;
  top: -10px;
  border-radius: 0;
}
#cssmenu ul li > ul li {
  display: block;
  list-style: inside none;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 8px 20px;
}
#cssmenu,
#cssmenu ul ul > li:hover > a,
#cssmenu ul ul li a:hover {
  background: #009933;
  background: -moz-linear-gradient(top, #009933 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009933), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #009933 0%, #222222 100%);
  background: -o-linear-gradient(top, #009933 0%, #222222 100%);
  background: -ms-linear-gradient(top, #009933 0%, #222222 100%);
  background: linear-gradient(top, ##009933 0%, #222222 100%);
}
#cssmenu > ul > li > a:hover {
  background: #009933;
  color: #ffffff;
}
#cssmenu ul ul a:hover {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff;
  }

.slideshow-theater {
  width: 263px; /**any size ok**/
  height: 488px; /**any size ok**/
  background: grey;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #009933;
}
.slideshow-stage {
  width: 100%;
  height: 100%;
  position: relative; /**so images stay within parent**/
}

.slideshow-actors img {
  max-width: 100%;
  max-height: 100%;
  position: absolute; /**so images stack**/
}

/**give each image it's own animation block**/
.slideshow-actors img:nth-child(1) {
  animation-name: fade1; 
}
.slideshow-actors img:nth-child(2) {
  animation-name: fade2; 
}
.slideshow-actors img:nth-child(3) {
  animation-name: fade3; 
}
.slideshow-actors img:nth-child(4) {
  animation-name: fade4; 
}
.slideshow-actors img:nth-child(5) {
  animation-name: fade5; 
}
.slideshow-actors img:nth-child(6) {
  animation-name: fade6; 
}
.slideshow-actors img:nth-child(7) {
  animation-name: fade7; 
}
.slideshow-actors img:nth-child(8) {
  animation-name: fade8; 
}
.slideshow-actors img:nth-child(9) {
  animation-name: fade9; 
  
}
.slideshow-actors img:nth-child(10) {
  animation-name: fade9; 
  
}.slideshow-actors img:nth-child(11) {
  animation-name: fade9; 
  
}.slideshow-actors img:nth-child(12) {
  animation-name: fade9; 
  
}.slideshow-actors img:nth-child(13) {
  animation-name: fade9; 
  
}.slideshow-actors img:nth-child(14) {
  animation-name: fade9; 
  
}.slideshow-actors img:nth-child(15) {
  animation-name: fade9; 
  
}
.slideshow-actors img:nth-child(1), .slideshow-actors img:nth-child(2), .slideshow-actors img:nth-child(3), .slideshow-actors img:nth-child(4), .slideshow-actors img:nth-child(5), .slideshow-actors img:nth-child(6), .slideshow-actors img:nth-child(7), .slideshow-actors img:nth-child(8), .slideshow-actors img:nth-child(9),  .slideshow-actors img:nth-child(10), .slideshow-actors img:nth-child(11), .slideshow-actors img:nth-child(12), .slideshow-actors img:nth-child(13), .slideshow-actors img:nth-child(14), .slideshow-actors img:nth-child(15) {
  animation-duration: 75s; /**control the timing of slideshow here**/
  animation-iteration-count: infinite; /**loops**/
}

/**animation blocks
---each image needs an animation block
---percentages are: 100% / [number of images] -- wrapped within 0% and 100% resulting in: [number of images] + 1 animation attributes
---set opacity: 1 for when you want image to appear in your list**/
@keyframes fade1 {
  0% {opacity: 1}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 0}
  100% {opacity: 1}
}
@keyframes fade2 {
  0% {opacity: 0}
  11.1% {opacity: 1}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 0}
  100% {opacity: 0}
}
@keyframes fade3 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 1}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 0}
  100% {opacity: 0}
}
@keyframes fade4 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 1}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 0}
  100% {opacity: 0}
}
@keyframes fade5 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 1}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 0}
  100% {opacity: 0}
}
@keyframes fade6 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 1}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 0}
  100% {opacity: 0}
}
@keyframes fade7 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 1}
  77.7% {opacity: 0}
  88.8% {opacity: 0}
  100% {opacity: 0}
}
@keyframes fade8 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 1}
  88.8% {opacity: 0}
  100% {opacity: 0}
}
@keyframes fade9 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 1}
  100% {opacity: 0}
}	
@keyframes fade10 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 1}
  100% {opacity: 0}
}
@keyframes fade11 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 1}
  100% {opacity: 0}
}
@keyframes fade12 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 1}
  100% {opacity: 0}
}
@keyframes fade13 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 1}
  100% {opacity: 0}
}	
@keyframes fade14 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 1}
  100% {opacity: 0}
}
@keyframes fade15 {
  0% {opacity: 0}
  11.1% {opacity: 0}
  22.2% {opacity: 0}
  33.3% {opacity: 0}
  44.4% {opacity: 0}
  55.5% {opacity: 0}
  66.6% {opacity: 0}
  77.7% {opacity: 0}
  88.8% {opacity: 1}
  100% {opacity: 0}
}					
/* Old Site Navigation 
.site-nav {
	margin-top: 20px;
	box-shadow: 5px 5px 5px gray;
	padding: 5px;
}

.site-nav ul {
	margin: 0;
	padding: 0;
}

.site-nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

.site-nav a {
	display: block;
	color: #009933;
	text-decoration: none;
	padding: 10px 20px;
	border: 3px solid #e5e9dc;
	border-bottom: none;
	border-radius: 5px;
	transition-property: color, background-color;
	transition-duration: 1s;
}

.site-nav a:hover {
	background-color: #e5e9dc;
}

/* End Site Navigation */

.container {
	width: 940px;
	margin-top: -1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}

header {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 75px;
	padding-left: 20px;
	color: #fff;
	background-image: url(../images/rainier_tipsoo_banner.jpg);
	background-size: 1000px 200px;
	background-repeat: no-repeat;
	margin-bottom: 0;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
}

header h1 {
	margin: 0;
	font-weight: normal;
	font-size: 300%;
	text-shadow: 2px 10px 10px #000;
}

header p {
	margin: 0;
}
#navBar {
	
}
#logo1 {
	width: 300px;
}

.content-area {
	border-top: 3px solid #e5e9dc;
	border-bottom: 3px solid #e5e9dc;
}

.content-area h2 {
	color: #009933;
	text-shadow: 2px 5px 5px #9C9F9F;
	}

.main-area {
	width: 66%;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
	list-style: none;
	text-align: justify;
}

.main-area-list {
	width: 66%;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
	list-style: none;
}
	
.doctorImg {
	float: left;
	padding-right: 5px;
}

#vet-icons {
	margin-top: 50px;
}

.photoOne {
	padding-right: 0px;
	box-shadow: 10px 5px 5px #9C9F9F;
	margin-right: 20px;
	}

#emergency-centers {
	padding-right: 40px;
	}
	
#servicesPhoto {
	float: right;
	width: 75%;
	}
	
#petOwner {
	float: right;
	padding-left:  0;
	padding-right: 0;
	box-shadow: 10px 5px 5px #9C9F9F;
	margin-left: 20px;
	}
	
#family {
	float: center;
	padding-left: 0;
	padding-bottom: 0px;
	}	
	
/* Form Styles */
input[type="email"],
input[type="text"],
input[type="tel"] ,
textarea {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 10px 10px;
	height: 40px;
	background-color: #DCDCDC;
	}

.sidebar {
	margin-top: 20px;
	width: 34%;
	float: left;
	background-color: #e5e9dc;
	padding: 20px 30px;
	box-sizing: border-box;
	font-size: 85%;
	background-image: linear-gradient(to bottom, #009933, #FFF);
	border-radius: 5px;
}

.sidebar ul {
	list-style: none;
	float: center;
}

#facebook:hover{
	transform: rotate(-5deg) scale(1.5);
}

#linkedin:hover{
	transform: scale(1.5);
}

#rectangles:hover{
	transform: scale(1.1);
}

#google:hover{
	transform: rotate(5deg) scale(1.5);
}


footer {
	text-align: center;
	font-size: 85%;
	color: #009933;
	padding-bottom: 20px;
	padding-top: 20px;
}

.fix {
	clear: both;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}