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

body {font-size:100%;color:#333;}

a:link {
	color: #990033;
	text-decoration: none;
}
a:focus, a:hover {
	color: #00939D; 
	text-decoration:underline;}
	
a:active {
	text-decoration: none;
	color: #990033;
}
	
a:visited {
	text-decoration: none;
	color: #660000;
} 
ul, ol {
	list-style-position: inside;
}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1em;}

ul li, ol li {padding-bottom: 1em;}

.small {font-size:.9em;margin-bottom:1.0em;line-height:1.5em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.quiet {color:#666;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.smallquiet {font-size:.9em;margin-bottom:1.0em;line-height:1.5em;color:#666;}
 
#header {
	height: 85px;
	margin-top: 25px;
	background: transparent url(../images/background-pawprint.jpg) no-repeat right top;
}

#content {
	margin-top:25px;
	height: 100%; 
}

#navigation { 
	height: 100%;
	margin-top: 25px;
}
 
#footer { 
   	margin: 25px 0px;	
	height: 85px;
	background: transparent url(../images/footer-petworks.gif) no-repeat center top;
}
 
/*  Typography f084c0 */
h1 {margin-bottom:0.5em;color:#990033;
	font: 2.0em/1 Verdana, "Lucida Grande", Lucida, sans-serif;
}
h2 {margin-bottom:0.3em;color: #990033;
	font: 1.5em Verdana, "Lucida Grande", Lucida, sans-serif;
}
h3 {line-height:1;margin-bottom:.3em;color:#AA365E;font: 1.2em Verdana, "Lucida Grande", Lucida, sans-serif;}
h4 {line-height:1;margin-bottom:.3em;color:#AA365E;font: 1.2em Verdana, "Lucida Grande", Lucida, sans-serif;}
h5 {font-weight:bold;margin-bottom:.3em;color: #666;font: 1.0em Verdana, "Lucida Grande", Lucida, sans-serif;}
h6 {font-weight:bold;color: #888;font: 1.0em Verdana, "Lucida Grande", Lucida, sans-serif;}

#header h2 {
	display: none;
}
	
ul#navigationlist {
	margin: 0;
	padding: 0px;
	font-size: 14px; 
}

#navigationlist li {
	list-style-type: none;
  	margin:0px 0px 0px 0px; 
  	text-align: left;
  	padding: 2px 0px 2px 2px;
	font-variant: normal;
}
#navigationlist li a {
  	outline: none;
	font-family: Verdana,"Lucida Grande", Lucida, sans-serif;
	color: #062D31;
	font-style: bold;
	text-decoration: none;
}

#navigationlist li a:hover, #navigationlist li a:focus, #navigationlist li a:active{
	color:#990033; 
}	

.navigationlistsub{
	padding-left: 15px;
}
	 
#skipnavigation {
	display:none;
} 

.imagegallery {
	padding: 5px 5px 5px 5px;
	margin-bottom:15px;
	border: 1px solid #388F9D;
	background-color: #E3EFF1;
}

img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid #388F9D;
	background-color: #E3EFF1;
}
img.right {
	float:right;
	margin:1.5em .5em 1.5em 1.5em;
	padding: 5px 5px 5px 5px;
	border: 1px solid #388F9D;
	background-color: #E3EFF1;
}

.clearleft {clear:left;}
.clearright {clear:right;}
.clear {clear:both;}

div.right{
	float: right; 
}

div.left{
	float: left; 
}

div.right img{
	margin-bottom: .5em;
	float: left;
}

div.left img{
	margin-bottom: .5em;
	float: left;
}

div.right p {
	margin:0 .5em 1.5em 1.6em; 
	font-size: .9em;
	color:#555;
	clear: both;
}

div.left p{
	margin:0 1.5em 1.5em 0;
	font-size: .9em;
	color:#555;
	clear: both;
}

