
/* The Pet Nanny - Version 1.0 April 2009 - Developed by Matthew Thomas Manos */

a:active, a:link, a:visited 
{
	color: #e7a951;
	font-weight: bold;
	text-decoration: underline;
}

a:hover 
{
	color: #e7a951;
	font-weight: bold;
	text-decoration: none;
}
   
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	background:#2a2a22;
}

#wrap {
	margin: 20px auto;
	position:relative;
	width: 960px;
	/*height: 521px; */
	text-align:left;
	background: #857f6c url(images/background.jpg) repeat-y;
}


#wrap:after {
	/* to enable background image to display properly with floated content*/
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html #wrap { height:1%} /* for IE/Win v5 and 6 */
*:first-child+html #wrap { min-height:1px; } /* for IE 7 */


#header {
	background: #2a2a22;
  /*width: 960px;*/
	height:21px;
}

#leftcol {
 	float: left;
  width: 225px;
  height:500px;
	margin: 0 25px;
	display:inline;
}

#leftcol h1 {
	background: url(images/dog_cat_header.jpg) no-repeat;
	width:202px;
	height:185px;
	margin-top: 50px;
	margin-left:38px;
}

#leftcol h1 span {
	font-size: 0px;
	color: #857f6c;
}

h1.shrunk_header {
	font-size: 115%;
}

#featured {
	float: right;
  width: 660px;
  height: 500px;
	/*background: url(images/home_dog1.jpg) no-repeat;*/
	overflow:hidden;
}

/* --------------------------- content_subpages ------------------------ */

#content_subpage {
  float: left;
  width: 405px;
  height: 460px;
	padding: 20px 40px 0 20px;
	line-height:150%;
	overflow:auto;
}

#content_rates{
	position:absolute;
	width:80%;
	margin: 320px 0 0 295px;
}

#content_rates_cats{
	position:absolute;
	width:80%;
	margin: 280px 0 0 295px;
}

p span {
	font-weight:bold;
}

#rightcol_photo {
  background: #f00;
  float: right;
  width: 220px;
  height: 500px;
}

#rightcol_half {
  background: #f00;
  float: right;
  width: 220px;
  height: 350px;
	background:url(images/side_dog_half_2.jpg) no-repeat;
}

p.end {
	margin-bottom: 20px;
}

p.testimonial {
	display:block;
	font-style:oblique;
	border-bottom: 1px solid #000;
	padding-left:5%;
	padding-bottom: 10px;
}

/* --------------- employee bios --------------- */

#employee_bios {
	float:right;
	width:630px;
	height:470px;
	padding:20px 10px 0 0;
	overflow-x:hidden;
	overflow-y:auto;

}

#employee_bios dl {
	float:right;
	width:590px;
	margin: 10px 20px;
	padding:0;
	display:inline; /*fixes IE/Win double margin bug */
}

#employee_bios dt {
	float:left;
	width: 400px;
	margin:0;
	padding:0;
	font-size:113%;
	letter-spacing:1px;
	font-weight:bold;
}

#employee_bios dd {
	margin:0 206px 0 0;
	padding:0;
	font-size: 95%;
	line-height:1.5em;
}

#employee_bios dl dd.img {
	margin:0;
}

#employee_bios dd.img img {
	float:right;
	margin: 0 0 0 8px;
	padding: 4px;
	border: 1px solid #e7a951;
	border-bottom-color: #000;
	border-right-color: #000;
	background: #e7a951;
}

#employee_bios a.return {
	font-size:130%;
	float: right;
	padding-right: 300px;
}

/* --------------- services --------------- */

h3.services_intro {
	padding-top: 0;
}

a#details {
	font-size:85%;
	font-style:oblique;
	text-decoration:none;
	color:#e7a951;
}


/* --------------- table on Services page --------------- */

table {
	table-layout: fixed;
	width: 100%;
	margin: 10px 0 0 -2px;
	padding:0;
	/*border-collapse:collapse;*/
}

th {
	text-decoration:underline;
}



/* ------------ gallery ------------ */

#gallery {
	float:right;
	/*width:666px;*/
	margin: 75px 10px 0 0;
	height:350px;
	overflow:auto;

}

#gallery img{
	border:2px solid #000;
}

#pics{
	width:650px;
}




/* ------------ nav ------------ */

#navbar {
	position:absolute;
	/*width:960px;*/
	display:block;
	/*margin-top:-521px;*/
	margin-left: 424px;
}

#navbar_subpage {
	position:absolute;
	/*width:960px;*/
	display:block;
	/*margin-top:-521px;*/
	margin-left: 370px;
}

#nav {
	float:left;
	/*width:1024px;*/
	margin:0;
	list-style:none;
}

#nav li {
	float:left;
	margin:0 1px 0 0;
	padding:0;
	font-size:90%;
}

#nav a {
	float:left;
	display:block;
	margin:0;
	padding: 3px 10px;
	color:#857f6c;
	text-decoration:none;
	font-weight:bold;
}

#nav a:hover {
	background: #e7a951;
	color:#000000;
}

#navbar_subpage ul li#active a {
	color: #000;
	background: #e7a951;
}

/* --------------- subnav --------------- */

#subnav{
	position:absolute;
	display:block;
	margin: -20px 0 0 90px;
}

#subnav_ul {
	float:left;
	/*width:1024px;*/
	margin:0;
	list-style:none;
}

#subnav_ul li {
	float:left;
	margin:0 1px 0 0;
	padding:0;
	font-size:90%;
}

#subnav_ul a {
	float:left;
	display:block;
	margin:0;
	padding: 3px 7px;
	color:#000;
	font-style:oblique;
	text-decoration:none;
	font-weight:bold;
}

#subnav_ul a:hover {
	background: #e7a951;
	color:#000000;
}

#subnav_ul li#active a {
	color: #000;
	background: #e7a951;
}

/*  --------------- contact_form --------------- */

#contact_form {
	width: 500px;
	float:right;
	padding-right:80px;
	padding-top:2em;

}

fieldset {  
	position: relative;
	float: left;  
	clear: both;  
	width: 500px;  
	margin: 0 0 -1em 0;  
	padding: 0 0 1em 0;  
	border-style: none;  
	border: 1px solid #BFBAB0;  
	background-color: #F2EFE9; 
}

legend {  
	padding: 0;
	color: #000000;  
	font-weight: bold;
}

legend span {  
	position: absolute;  
	margin-top: 0.5em;  
	margin-left: 2em;
	font-size: 120%;
}

fieldset ol {  
	padding: 3.5em 1em 0 4.5em;  
	list-style: none;
}

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em; 
}

fieldset li#top {  
	margin-top: -2em;
}

fieldset.submit {  
	position: absolute;  
	border-style: none;  
	margin: 360px 0 0 75px;
	background-color:transparent; 
}

label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;
	text-align: right;
}

/*  ---------------  php formatting ----------------- */

p.warning {
	position:absolute;
	margin:470px 0 0 500px;
	font-weight:bold;
}

p.sent_message {
	position:absolute;
	margin:450px 0 0 450px;
	font-weight:bold;
}

p.warning_name {
	position:absolute;
	margin:17px 0 0 -5px;
	font-size: 85%;
	color:#FF0000;
	font-weight:bold;
}

p.warning_phone {
	position:absolute;
	margin:17px 0 0 -53px;
	font-size: 85%;
	color:#FF0000;
	font-weight:bold;
}

p.warning_comments {
	position:absolute;
	margin:17px 0 0 -25px;
	font-size: 85%;
	color:#FF0000;
	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; }



