/* Default CSS Stylesheet for a new Web Application project */

BODY {
	PADDING-LEFT: 25px;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica;
    FONT-SIZE: 10pt;
}

P {
font-size: 10pt; }

H1, H3, H4, H5, TH, THEAD, TFOOT{
    COLOR: #003366;
}

H1 {	
	font-family: Arial, Helvetica;
	font-size:	2em;
	text-decoration: none;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Helvetica;
	font-size:	18pt;
	font-weight: bold;
	text-decoration:	none;
	text-transform:	none;
	color: #666666;
	display: inline;
	}	
		
H3	{	
	font-family: Arial, Helvetica;
	font-size:	1.4em;
	text-decoration:	none;
	text-transform:	none;
	color: #cc0000;
	display: inline;
	}	
		
H4	{	
	font-family: Arial, Helvetica;
	font-size:	1.2em;
	text-decoration:	none;
	text-transform:	none;
	color: #cc0000;
	}	
		
H5, DT	{	
	font-family: Arial, Helvetica;
	font-size:	1em;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Helvetica;
	font-size:	.8em;
	text-decoration:	none;
	text-transform:	none;
	}	
	
td  {
	font-size: .9em;
	}
	
.tiny	{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	}
	
.footer	{
	font-family: Arial, Helvetica;
	font-size: 8pt;}

		
TFOOT, THEAD	{	
	font-size:	1em;
	text-transform:	none;
	font-family: Arial, Helvetica;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	text-transform:	none;
	font-family: Arial, Helvetica;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

.SMALL	{	
	font-size:	1.2em;
	}	
	
BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
	padding: none;
	padding-left: 0px;
	}
	
	a image
{width: auto; height: 44px; border: none;
	}

.borderthin {
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #177B2F;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #177B2F;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #177B2F;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #177B2F;}	
	
a#button1 image {background: url(images/btnHome.gif) top left no-repeat; width: 134px; }
a#button2 image {background: url(images/btnMeetStaff.gif) top left no-repeat; width: 205px; }
a#button3 image {background: url(images/btnServices.gif) top left no-repeat; width: 129px; }
a#button4 image {background: url(images/btnPetNews.gif) top left no-repeat;width: 188px; }
a#button5 image {background: url(images/btnContactUs.gif) top left no-repeat; width: 144px; }
utton8 image {background: url(images/btnKids.gif) top left no-repeat; height: 123px; }





a#button1:hover image {background: url(images/over_btnHome.gif) left no-repeat; width: 134px;}
a#button2:hover image {background: url(images/over_btnMeetStaff.gif) left no-repeat; width: 205px; }
a#button3:hover image {background: url(images/over_btnServices.gif) left no-repeat; width: 129px;}
a#button4:hover image {background: url(images/over_btnPetNews.gif) left no-repeat; width: 188px;}
a#button5:hover image {background: url(images/over_btnContactUs.gif) left no-repeat; width: 144px;}

a#button8:hover image {background: url(images/over_btnKids.gif) top left no-repeat; height: 123px; }

