body
{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	line-height: 14pt;
}

a { color: black; text-decoration: underline;}
a:hover { color: red; text-decoration: underline;}

a img {
	border: none;
}

#square 
{
	position: relative;
	top: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	height: 650px;
	background: rgb(255, 255, 0);
	border-bottom: 4px red solid;
	display: block;
}
	
#topmenu
{
	background: rgb(90%, 90%, 90%);
	border-bottom: 10px solid red;
	font-size: 12pt;
	padding-top: 25px;	
}

.logopos
{
	position: absolute;
	width: 300px;
	left: -85px;
	top: -25px;
	z-index: 15;
}

.slogan
{
	position: relative;
	left: 100px;
	font-size: 12pt;
	font-weight: 600;
}

#links a { margin-right: 30px; text-decoration: none;}

#links
{
	position: relative;
	margin-left: 175px;
	padding-bottom: 10px;
	z-index: 20;
}

#leftcol
{
	position: absolute;
	width: 185px;
	top: 200px;
	left: 0;
	border-right: 1px solid red;
}

#estform
{
	width: 130px;
	line-height: 24pt;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: -10px;
	text-align: right;
	
	border: 1px dashed black;
	margin-top: -12px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}

#centercol
{
	position: absolute;
	left: 220px;
	top: 200px;
	width: 400px;
	text-align: left;
}

.title
{
	
}

#barkbackballoon
{
	position: absolute;
	left: 503px;
	top: -8px;
	z-index: 4;
	visibility: hidden;
}

#aboutballoon
{
	position: absolute;
	left: 270px;
	top: -8px;
	z-index: 4;
	visibility: hidden;
}

#servicesballoon
{
	position: absolute;
	left: 175px;
	top: -8px;
	z-index: 4;
	visibility: hidden;
}

#contactballoon
{
	position: absolute;
	left: 390px;
	top: -8px;
	z-index: 4;
	visibility: hidden;
}

.didyouknow {
	font-size: 14pt;
	color: red;
	font-weight: 500;
	}
li {
	list-style-type: bullet;
	list-style-position: outside;
	padding-bottom: 14px;
	}
.estimate {
line-height: 10pt;

}

#apaws {
	position: absolute;
	bottom: 10px;
	right: 10px;
	}

#lowerleft {
	position: absolute;
	bottom: 5px;
	left: 10px;
	width: 280px;
}

#lowerleft a img {
	position: absolute;
	bottom: 20px;
	left: 10px;
}

#lowerleft p {
	position: absolute;
	bottom: 10px;
	left: 160px;
	width: 120px;
}
	
h2
	{
	font-size: 24pt;
	font-weight: bold;
	line-height: 20pt;
	}
	
body { text-align:center}
* html #links a {float:left;
    position: relative;
    float: none;
    margin-left: 10px;
    margin-left: auto;
    }
* html #topmenu {
    height:80px;
    height:auto;
    }