body
{
	margin: 2px;
	padding: 2px;
	background: #D8D9DB;
	text-align: center;
	font-family: arial;
}

#mainDiv
{
	width: 825px;
	border-top: 1px solid #000000;
	margin: auto;
	position: relative;
}

#headerDiv
{
	height: 170px;
	background-color: #1D3FA6;
	background: url(/images/headerBg.gif) top left repeat-x;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#pets1
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 182px ;
	height: 170px;
	background: url(/images/pets1.gif) top left no-repeat;
}

#logo1
{
	position: absolute;
	top: 54px;
	left: 143px;
	width: 327px;
	height: 65px;
}

#menu
{
	position: absolute;
	bottom: 4px;
	right: 6px;		
	font-size: 11px;
	z-index: 100000;
}

#menu a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li
{
	margin: 0px 5px;
}

#headerLinks a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#headerLinks a:hover
{
	text-decoration: underline;
}

#headerLinks ul
{
	list-style: none;	
	margin: 12px 0px 0px 40px;
	padding: 0px;
}

#headerLinks li
{
	display: inline;
	margin: 0px 6px 0px 6px;	
	float: left;
}

#headerArea
{
	background: url(/images/headerAreaBg.gif) top left no-repeat;
	width: 321px;
	height: 147px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#findLocation
{
	font-size: 12px;
	text-align: left;
	margin-left: 35px;	
}

h3
{
	margin: 10px 0px 4px 0px;
	padding-top: 10px;
}

h2
{
	margin: 0px;
	font-size: 14px;
	line-height: 2px;
}

#rightside h2
{
	color: #;
}

.inputBox
{
	border: 1px solid #000000;
	background: #ffffff;
}

.searchBtn
{
	background: url(/images/searchBtn.gif) top left no-repeat;
	width: 56px;
	height: 18px;
	border: 0px;
	cursor: pointer;
}

.signUpBtn
{
	background: url(/images/signUpBtn.gif) top left no-repeat;
	width: 56px;
	height: 18px;
	border: 0px;
	cursor: pointer;
	margin-top: 2px;
}

#contentArea
{
	background: #ffffff url(/images/contentAreaBg.gif) top left repeat-x;
	width: 825px;
	position: absolute;
	top: 170px;
	left: 0px;	
}

#blueBg
{
	width: 100%;
	background: url(/images/blueBg.gif) top right repeat-y;
}


#arrows
{
	background: url(/images/arrows.gif) top left no-repeat;
	width: 243px;
	height: 9px;
}

.darkBlueBg
{
	background: #1D3FA6;
	padding-right: 10px;
}

.midBlueBg
{
	background: #7794CA;
	font-size: 11px;
	padding-right: 10px;
}

.lightBlueBg
{
	background: #9EB3D9;
	font-size: 11px;
	padding-right: 10px;
}

#rightSide
{
	width: 286px;
	color: #ffffff;
	float: right;
	text-align: left;
}

.spacer
{
	clear: both;
	font-size: 1px;
}

.spacer2
{
	height: 1px;
	background: #ffffff;
	font-size: 1px;
}

h4
{
	margin: 0px;
	padding: 6px 0px 6px 0px;
	font-size: 16px;
}

#homepageDiv
{
	background: url(/images/homepageDiv.jpg) top center no-repeat;
	height: 194px;
	width: 487px;
}

#mainContent
{
	text-align: left;
	font-size: 12px;
	margin: 10px;
}

#homepageMainContent
{
	text-align: left;
	font-size: 12px;
	width: 520px;
	margin: 10px;
}


#fullpagecontent
{
	text-align: left;
	font-size: 12px;
	width: 800px;
	margin: 10px;
}


#petPortal
{
	width: 191px;
	height: 65px;
	background: url(/images/petPortalBg.gif) top left no-repeat;
	font-size: 11px;
}

#petPortal a
{
	color: #000000;
}

#footerDiv
{
	width: 800px
	height: 20px;
	background: url(/images/footerBg.gif) bottom left repeat-x;	
	text-align: left;
}

#footerText
{
	background: url(/images/footerAngle.gif) bottom left no-repeat;
	font-size: 10px;
	color: #000000;
	height: 100%;
	padding: 10px 10px 8px 30px;
	text-align: left;
	padding-left: 30px;
}

ul.arrowed 
{
	list-style: url(/images/listArrow.gif);
	margin: 0px 20px;
	padding: 0px;
}

.greyBg
{
	background: #7A7A7A;
	padding: 6px;
}

#rightSide a
{
	color: #ffffff;
	font-weight: bold;	
	text-decoration: none;
}

#rightSide a:hover
{
	text-decoration: underline;
}

#sideMenu
{
	font-size: 11px;
	padding: 10px;
}

.sidebarPic
{
	text-align: center;
	padding: 5px;
}

li.unarrowed
{
	list-style: none;
}

a:link, a:active{
color: #000099;
}

a:visited{
color: #333;
}

a:hover{
color: #000;
}

input, select, textarea{

color: #000099;
font-family: arial, helvetica, sans-serif;
}

.error{
color: #FF0000;
}