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

/* Tags --------------------------------- */

body
{
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
}

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}

h1
{
	font-size:21px;
	color:#336699;
	margin:0;
}

h2
{
	font-size:18px;
	color:#7392BC;
}

ul.linklist li {
	margin:10px;
}

/* IDs --------------------------------- */

/* Global */

#site
{
	width:799px;
	border:solid 1px #000000;
	border-top:none;
	text-align:left;
	position:relative;
}

#header
{
	height:141px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
}

#header #logo
{
	position:absolute;
	top:15px;
	left:15px;
}

#header #emergency
{
	position:absolute;
	top:8px;
	left:570px;
}

#header #address
{
	font-weight:bold;
	position:absolute;
	top:80px;
	left:400px;
	width:385px;
	text-align:right;
}

#content
{
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position:relative;
	background-position: top;
	border:none;
	margin:0;
	padding:15px;
}

/* Page Specific */

#contactform label
{
	display:block;
	margin:10px;
}


#form_stuff
{
	visibility:hidden;
}


/* Classes --------------------------------- */

/* Global */

.bio 
{
	border-bottom:solid 2px #006699;
	padding-bottom:10px;
	margin-bottom:20px;
	clear:both;
}

.bio img
{
	float:left;
	margin:10px;
	border:solid 1px #006699;
}

.bio .biotext
{
	float:left;
	width:450px;
}

.clear
{
	clear:both;
}

.legal
{
	font-size:10px;
	color:#666;
	padding:10px;
}

.strong
{
	font-weight:bold;
}

.textbox
{
	width:620px;
	padding:10px;
	background-color:#fff;
	border:solid 2px #336699;
}



/* Page Specific */

/* Index */

#content.index
{
	height:440px;
	margin:0;
	padding:0;
}

#content.index #intro
{
	width:355px;
	margin-left:30px;
	margin-top:15px;
	float:left;
	line-height: 1.4em;
}

#content.index #homeimg
{
	float:left;
}

#content.index #homeimg2
{
	position:absolute;
	top:255px;
	left:620px;
}

.right_pic
{
	float:right;
	margin:10px;
	border:solid 1px #6699CC;
}

.left_pic
{
	float:left;
	margin:10px;
	border:solid 1px #6699CC;
}


/* Gallery  */

.thumb {
	float:left;
	width:170px;
	height:120px;
	text-align:center;
}

/* See document modal-message.css */


/* Drop Down Menus -------------------------------------------------------- */


#nav 
{
	position:absolute;
	top:115px;
	left:10px;
}

#nav, #nav ul, #nav img {
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index:99;
}

#nav a {
	display: block;
	text-decoration: none;
	/*padding: 0;*/
	margin: 0;
}

#nav li.primary {
	float: left;
	display:block;
	padding-right:10px;
}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

ul.drop {
	background-color:#fff;
	/*background-image: url(images/dropdownBG.gif);*/
	background-repeat: repeat;
	width: 200px;
	border: 1px solid #003a63;
}

ul.drop li {
	margin: 0;
	float:none;
	display:block;
	border-bottom: 1px solid #003a63;
}

ul.drop li a {
	padding: 5px;
	color:#003a63;
	background-color:none;
}

ul.drop li a:hover {
	color:#003a63;
	background-color:#E2E9F0;
}

/* Find a Vet ------------------------------------------ */

#vetsearch {
	margin-top:50px;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
}

.vet_result {
	margin-top: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;	
}

.vet_result span {
	display:block;
}

.vet_result .practice {
	font-weight:bold;
}

div.results {
	text-align:left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003333;
	width: 450px;
	margin-bottom:15px;
}

.th {
	font-weight:bold;	
}

div.results a {
	font-weight:bold;
}

#zipform {

}