﻿/**************************************************************************************************************
 * Reset
 **************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0 0 0 0px;
    padding: 0;
    outline: 0;
}

/**************************************************************************************************************
 * Globals
 **************************************************************************************************************/

body
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #E5D19C;
	background-color: #666666;
	background-image: url(../Images/html_bg.jpg);
}

h1, h2, h3, p, table, ul { margin: 10px; }

.clear {
	clear: both;
}

/**************************************************************************************************************
 * Layout
 **************************************************************************************************************/

.oneColFixCtr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../Images/page_bg_2x2000.jpg);
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header
{
	background-color: #FFFFFF;
	color: #fff;
	height: 200px;
	margin: 0;
	overflow: hidden;
	text-align: center;
}

#nav
{
	height: 30px;
	padding: 0;
	
}

#footer
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

#welcome {
  margin-right: 10px;
  font-size:13px;
  color: #3E341E;
}
#welcome a{
  color: #3E341E;
  text-decoration:underline;
}
#welcome a:hover{
  color: #DBBF77;
  text-decoration:underline;
}

.imgPadding
{
	padding: 10px 5px 10px 10px;
}

.content1{width:655px; float:left;background-color: #ebf1e1;}
.content2{width:275px; float:left;}
/**************************************************************************************************************
 * Gallery
 **************************************************************************************************************/
#gallery {
  margin-top: 14px;
  margin-bottom: 5px;
}
#gallery .box
{
	float: left;
	width: 155px;
	padding: 0 23px 2.3em 23px;
	margin-right: 1px;
	background: #615331;
	position: relative;

}
#gallery .box h3
{
	text-align: center;
	line-height: 23px;
	font: 23px "Times new roman" , serif;
	color: #fff;
	height: 23px;
	margin-bottom: 20px;
	background: top center url(../images/tab_drk.gif) no-repeat;
	margin-top: -.03em;
}
#gallery .box p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.4;
}
#gallery .box .more
{
	height: 18px;
	line-height: 18px;
	background: #978040 top left url(../images/moretab_left_drk.gif) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 3.5em;
	padding-right: 2px;
	margin-bottom: 0;
	padding-left: 4px;
}
#gallery .box .more a {
  color: #4C330D;
}
#gallery .box .more a:hover {
  color: #291B06;
}
#gallery .box-lit {
  background: #735220;
}
#gallery .box-lit h3 {
  background: top center url(../images/tab_lit.gif) no-repeat;
}
#gallery .box-lit .more {
  background: #B4A26D top left url(../images/moretab_left_lit.gif) no-repeat;
}

.simple
{
	margin:auto;
	text-align:center;
	background:#ccc;
}

.gallery1Rollover a
{
	display: block;
	width: 155px;
	background: url(../images/Gallery1But.jpg) 0 0 no-repeat;
	text-decoration: none;
	height: 109px;
}

.gallery1Rollover a:hover
{ 
background-position: 0 -109px;
color: #049;
}

.gallery2Rollover a
{
	display: block;
	width: 155px;
	background: url(../images/Gallery2But.jpg) 0 0 no-repeat;
	text-decoration: none;
	height: 109px;
}

.gallery2Rollover a:hover
{ 
background-position: 0 -109px;
color: #049;
}

.gallery3Rollover a
{
	display: block;
	width: 155px;
	background: url(../images/Gallery4But.jpg) 0 0 no-repeat;
	text-decoration: none;
	height: 109px;
}

.gallery3Rollover a:hover
{ 
background-position: 0 -109px;
color: #049;
}


.panelDiv
{
	background-color: #cccccc;
	padding: 7px;

}

/**************************************************************************************************************
 * Staff Pages
 **************************************************************************************************************/

.details
{
	width: 100%;
	height: 90%;
}
.details ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
.details ul label
{
	font-weight: bold;
}
.photo-container
{
	padding: 10px;
	width: 120px;
	float: left;
}
.data-container
{
	height: 100%;
	width: auto;
}

.carePanel
{
	width: 275px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}

.googlemap
{
    text-align: center;
}

.aboutlink
{
	text-decoration: none;
}

.laserTherapyHyperLink
{
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
}


/**************************************************************************************************************
 * Wizard	
 **************************************************************************************************************/
.startnextBut
{
	margin-right: 100px;
}

.previousBut
{
	margin-right: 0px;
}

.wiztable 
{
	border:1px;
	border-color:#9B7431;
}

/**************************************************************************************************************
 * Our Staff	
 **************************************************************************************************************/
 .picbox
{
	width: 220px;
	float: left;
	text-align: center;
}

.descbox
{
	width: 420px;
	float: left;
	font-size: small;

}

.descbox .title
{
	font-size: medium;
	color: #572605;
	text-align: center;
}

.viewlink
{
	font-size: medium;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/**************************************************************************************************************
 * Satisfaction Survey	
 **************************************************************************************************************/
#satForm
{
    background-image: url('../../Survey/Images/surveybg.gif');
    background-repeat: no-repeat;
    margin-top: -10px;
}

.satOptions1
{
	font-size: small; 
	font-weight: bold;
}

.satOptions2
{
	font-size: small; 
	font-weight: bold;
	padding-left:80px;
	margin-top:-16px;
}

.satOptions3
{
	font-size: small; 
	font-weight: bold;
	padding-left:160px;
	margin-top:-16px;
}

.satOptions4
{
	font-size: small; 
	font-weight: bold;
	padding-left:250px;
	margin-top:-16px;
}

.satOptions5
{
	font-size: small; 
	font-weight: bold;
	padding-left:350px;
	margin-top:-32px;
}

.pageHeader {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
}

/**************************************************************************************************************
 * Pet Stories	
 **************************************************************************************************************/
 .petstory
 {
     font-size:medium;
     color:#4a2812;
 }
 
 .psimg
 {
     padding:5px;}
.redText
{
	color: #FF0000;
	font-weight: bold;
}
.LMargin45px
{
    margin-left: 45px;
    font-size: medium;
    font-weight: bold;
}
.whiteBG
{
    background-color: #FFFFFF;
    color: #61391D;
}
.LMargin15px
{
    margin-left: 15px;
    font-size: medium;
    font-weight: bold;
}

/**************************************************************************************************************
 * LightBox
 **************************************************************************************************************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

