/*<?php header('Content-type: text/css'); ?> */
/* CSS Document */

.img_float_left {
  margin: 0 10px 5px 0;
  float: left;
}
.img_float_right {
  margin: 0 0 5px 10px;
  float: right;
}
.clear_float {
  clear: both;
}

.donate_button {
   background: url('/images/donate.png') ;
   background-repeat:no-repeat;
   border: none;
   width: 76px;
   height: 50px;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
   text-indent: -1000px;
   font-size: 0;
   display:block;
   line-height: 0;
 

}
.donate_button2:hover {
   background: url('/images/donatemouseover.png') ;
   background-repeat:no-repeat;
   border: none;
   width: 76px;
   height: 50px;
   
}
.paypal_button {
   background: url('/images/btn_xpressCheckout.gif') ;
   background-repeat:no-repeat;
   border: none;
   width: 145px;
   height: 42px;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
   text-indent: -1000px;
   font-size: 0;
   display:block;
   line-height: 0;
 

}
.paypal_button2:hover {
   background: url('/images/donatemouseover.png') ;
   background-repeat:no-repeat;
   border: none;
   width: 76px;
   height: 50px;
   
}
.authorizenet_button {
   background: url('/images/authorizenet_142x30.png') ;
   background-repeat:no-repeat;
   border: none;
   width: 142px;
   height: 30px;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
   text-indent: -1000px;
   font-size: 0;
   display:block;
   line-height: 0;
 

}
.authorizenet_button2:hover {
   background: url('/images/donatemouseover.png') ;
   background-repeat:no-repeat;
   border: none;
   width: 218px;
   height: 46px;
   
}

.standard {
  margin: 0 0 15px 20px;
  padding: 0;
  font-size: 12px;
  color: #333333;
}
.standard li {
  margin: 5px 0;
}


/*************** PETS TEAM ****************/
.team_member {
	margin: 10px 0 0 0;
    padding: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
    height: 125px;
}
.team_member img {
  margin-right: 20px;
  float: left;
}


/********* CERTIFICATION SAMPLES **********/
.cert_sample {
  margin: 0;
  padding: 10px 12px;
  float: left;
  text-align: center;
}
.cert_sample img {
  border: 1px solid #333333;
}



/************* SIGN UP FORM **************/
#signup_form {
  margin: 0;
  padding: 0;
}
#signup_form label {
  padding: 4px 0 0 5px;
  width: 85px;
 display: block; 
  float: left; 
  font-size: 12px;
}         
#signup_form input, #signup_form select {
  float: left;
  margin: 1px 5px;
}
#signup_form br {
  clear: both;
}
#signup_form input.submit {
  width: auto;
  margin-right: 0;
  background: #E4E4E4;
  border: 1px solid #000000;
  padding: 0;
}
#content #signup_form p {
  margin: 0 0 1px 5px;
  font-size: 10px;
}
#signup_form span {
  display: block;
  padding: 6px 0 0 0;
  float: left;
  font-size: 10px;
} 

#signup_form input.error{
/*    background: #f8dbdb;         */
    border-color: red;

}
#signup_form label.error, label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic
}

/************** LOGIN FORM *******************/
#login_form {
  margin: 0 0 30px 0;
  padding: 0;
}
#login_form label {
  width: 70px;
  display: block;
  float: left;
  padding-top: 4px;
}
#login_form input {
  float: left;
  margin: 1px 0;
}
#login_form br {
  clear: both;
}
#login_form input.submit {
  border: 1px solid #666666;
}

/************* PAYMENT FORM **************/
#payment_form {
  margin: 0;
  padding: 0;
}

#payment_form label {
  padding: 4px 0 0 5px;
  width: 150px;
 /* display: block; */
  float: left;    
  font-size: 12px;
}         
#payment_form input, #payment_form select {
  float: left;
  margin: 1px 5px;
}
#payment_form br {
  clear: both;
}
#payment_form input.submit {
  width: auto;
  margin-right: 0;
  background: #E4E4E4;
  border: 1px solid #000000;
  padding: 0;
}
#payment_form p {
  margin: 0 0 1px 5px;
  font-size: 10px;
}
#payment_form span {
 display: block; 
  padding: 6px 0 0 0;
  float: left;
  font-size: 10px;
} 

#payment_form input.error{
/*    background: #f8dbdb;         */
    border-color: #e77776;
}

/************* RESERVATION FORM **************/
#reservation_form {
  margin: 0;
  padding: 0;
}
#reservation_form h3 {
  margin: 0 0 5px 0;
  padding: 2px;
  font-size: 13px;
  clear: both;
  background: #EAEAEA;
}
.reservation_form h3 {
  width: 585px;
}
#account_content .reservation_form h3 {
  width: 466px;
}
#reservation_form label {
  padding-left: 2px;
  width: 120px;
  display: block;
  float: left;
  padding-top: 4px;
}
#reservation_form label.policy {
  width: auto;
}
#reservation_form input, #reservation_form select {
  float: left;
  margin: 1px 0;
}
#reservation_form input.radio {
  margin-left: 10px;
}
#reservation_form div {
  margin: 4px 0 0 2px;
  float: left;
}
#reservation_form br {
  clear: both;
}
#reservation_form span {
  padding: 4px 0 0 5px;
  display: block;
  float: left;
  font-size: 11px;
}
#reservation_form input.submit {
  border: 1px solid #666666;
  margin-right: 5px;
}


/**************** RESERVATION CONFIRM ****************/
.reservations {
  border: 1px solid #EAEAEA;
  border-collapse: collapse;
}
.reservations td, .reservations th {
  padding: 2px 5px;
  font-size: 11px;
}
.reservations th {
  background: #EAEAEA;
  text-align: left;
}
.reservations td.details {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  background: #F8F8F8;
}
.reservations table {
  margin-right: 30px;
  border-collapse: collapse;
  float: left;
}
.reservations table td, .reservations table th {
  padding: 1px 5px 1px 0;
  background: none;
}

.confirm_form {
  margin: 15px 0 0 0;
  padding: 0;
  clear: both;
}
.confirm_form h3 {
  margin: 0 0 0 25px;
  font-size: 12px;
}
.confirm_form input {
  float: left;
}
.confirm_form label {
  float: left;
  padding: 3px 0 0 5px;
}
.confirm_form br {
  clear: both;
}
.confirm_form input.submit {
  margin: 5px 0 0 25px;
  border: 1px solid #666666;
  font-size: 11px;
  float: none;
}

/**************** RATES *******************/
.rates {
  border: 1px solid #EAEAEA;
  border-collapse: collapse;
}
.rates td, .rates th {
  padding: 2px 5px;
}
.rates th {
  background: #EAEAEA;
  text-align: left;
}


/************* PHOTO GALLERY **************/
#gallery a {
  margin: 10px 5px;
  display: block;
  float: left;
  border: 1px solid #000000;
}
#gallery a:hover {
  border-color: #990000;
}


/************* PHOTO GALLERY **************/
#content p.testimonial {
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #666666;
  float: left;
  clear: left;
}
.testimonial img {
  margin: 0 10px 5px 0;
  float: left;
}


/************* CONTACT FORM **************/
#contact_form {
  margin: 0 40px 15px 0;
  padding: 0;
  background: #EAEAEA;
  float: left;
}
#contact_form h3 {
  margin: 0 0 5px 0;
  padding: 3px;
  font-size: 16px;
  background: #990000;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
}
#contact_form label {
  padding: 4px 0 0 5px;
  width: 75px;
  display: block;
  float: left;
  font-size: 12px;
}
#contact_form input, #contact_form textarea {
  margin: 2px 5px 2px 0;
  display: block;
  float: left;
  font-size: 13px;
}
#contact_form input.radio {
  margin: 0 0 0 10px;
}
#contact_form input.submit {
  margin-bottom: 5px;
  display: inline;
  float: none;
}
#contact_form br {
  clear: both;
}
#contact_form div {
  margin-top: 4px;
  float: left;
}


/********************* ROUTES MAP **************************/
#map {
  width: 679px;
  height: 500px;
  border: 1px solid #666666;
}


.directions_form {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.directions_form label {
  margin: 1px 0;
  display: block;
}
.directions_form input {
  margin: 1px 0;
  display: block;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  width: 150px;
}

#route_stops {
  margin-bottom: 10px;
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 679px;
}
#route_stops td, th {
  padding: 2px 5px;
  font-size: 11px;
  text-align: left;
  border-bottom: 1px solid #CCCCCC
}
#route_stops th {
  background: #EAEAEA;
}

#directions {
  font-size: 11px;
}

#content p#clear_directions {
  margin: 0 0 10px 0;
  font-weight: bold;
  display: none;
}
