@charset "UTF-8";
/* CSS Document */

form.interview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E3E3BD;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
html { min-height: 100%; margin-bottom: 1px;
} /*to stop the page shift that happens on longer pages*/

.script {
	left: 150px;
	top: 150px;
	height: 150px;
	width: 150px;
}

h1 {
	font-size:1.1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
h2 {
	font-size:1.375em; 
	line-height:1.25;
	padding:.5em 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size:2.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h4 {
	font-size:1.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

p  {
	font-size:0.78em; 
	line-height:1.25; 
	margin-bottom:0.75em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
p.form  {
	font-size:0.78em;
	line-height:1.25; 
	margin-bottom:0.75em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.ltfont {
	color: #E3E3BD
	}
	
#fltleft {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	clear: both;
}

#fltleftinterview {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 20px;
	clear: both;
}


a:link {
	color: #E3E3BD;
	text-decoration: none;
}

a:link.black, a:visited.black, a:active.black { 
	color: #000000;
	text-decoration: none;
}

a:link.olive, a:visited.olive, a:active.olive { 
	color: #3E402D;
	text-decoration: none;
}

a:link.backtotop, a:visited.backtotop, a:active.backtotop {
	color: #3E402D;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
}

a:visited {
	color: #E3E3BD;
	text-decoration: none;
}
a:hover {
	color: #E3E3BD;
	text-decoration: underline;
}

a:hover.black {
	text-decoration: underline;
}

a:hover.olive {
	text-decoration: underline;
}
a:active {
	color: #E3E3BD;
	text-decoration: none;
}

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color: #999767;
}
#main_wrapper {
	width:840px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	background-color: #5F0609;	
	}
#nav {
	width:22%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	background-color: #3E402D;
	margin-top: 10px;
	}
	
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E3E3BD;
	text-indent: 6px;
}

.blacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #E3E3BD;
	text-indent: 6px;
}
#gutter {
	width:1%;
	float:left;
	}
#content {
	float:right; /* floats on nav and content divs make them sit side by side */
	width:77%; /* this width + nav width + gutter must total 100% */
	top:0px;
	background-color: #E3E3BD;
	margin-top: 10px;
	}
#footer {
	clear:both;
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner {
	padding:1em 2em; /* creates space between the box  and the content */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E3E3BD;
	text-align: right;
	}
#nav_inner {
	padding-top: 1em;
	padding-right: 0.8em;
	padding-bottom: 1em;
	padding-left: 0.6em;	
	}
#content_inner { 
	padding:0 1em 1em 1.5em; /* creates space between the box and the content */
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
#fltcenter {
	float: left;
	margin-left: 149px;
	margin-bottom: 10px;
	margin-top: 20px;
}
div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #000000;
	list-style-type: square;
	padding-bottom: 10px;
}
li.inline {
	padding-bottom: 10px;
}

/*font tweak for pet interview form*/

.style2 {
	font-size: 14px;
}

#decorative {
	background-color: #3E402D;
	color: #E3E3BD;
	margin: 5px;
	text-indent: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}


/*here's where the photo gallery css begins*/


#container {
	position:relative;
	width:600px;
	height:396px;
	margin:20px auto 0 auto;
	border:1px solid #aaa;
	background-color: #FFFFFF;
	background-image: url(images/gallery_placeholder.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    }
	
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
    }
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#container a.slidea {
	height:93px;
	width:60px;
	background-image: url(thumbnails/aussie_pup.jpg);
    }
#container a.slideb {
	height:93px;
	width:60px;
	background-image: url(thumbnails/big_dog.jpg);
    }
#container a.slidec {
	height:93px;
	width:60px;
	background-image: url(thumbnails/boxers.jpg);
    }
#container a.slided {
	height:60px;
	width:93px;
	background-image: url(thumbnails/boston_pup.jpg);
    }
* html #container a.slided {
    width:93px;
    height:60px;
    }
#container a.slidee {
	height:60px;
	width:93px;
	background-image: url(thumbnails/dog_in_bag.jpg);
    }
#container a.slidef {
	height:60px;
	width:93px;
	background-image: url(thumbnails/dog_sofa_2.jpg);
    }
* html #container a.slidef {
    width:93px;
    height:60px;
    }
#container a.slideg {
	height:60px;
	width:93px;
	background-image: url(thumbnails/dogtired.jpg);
    }
#container a.slideh {
	height:93px;
	width:60px;
	background-image: url(thumbnails/chow_pup.jpg);
    }
#container a.slidei {
	height:93px;
	width:60px;
	background-image: url(thumbnails/shred.jpg);
    }
#container a.slidej {
	height:93px;
	width:60px;
	background-image: url(thumbnails/grey_kitty.jpg);
    }
#container a.slidek {
	height:60px;
	width:93px;
	background-image: url(thumbnails/golden.jpg);
    }
* html #container a.slidek {
    width:93px;
    height:60px;
    }
#container a.slidel {
    background:url(thumbnails/puppy_play.jpg);
    height:60px;
    width:93px;
    }
#container ul {
    width:198px;
    height:386px;
	margin:5px;
    float:right;
    }
#container li {
    float:left;
    }
#container a.gallery:hover {
    border:1px solid #fff;
    }
#container a.gallery:hover span {
    position:absolute;
    width:372px;
    height:372px;
    top:10px;
    left:10px;
    color:#000;
    background:#fff;
    }
#container a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
