
BODY {
  background-image: url(images/Home-Services-Background.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: white;
  color: black;
  margin: 0px;
  font-size: 80%;
  font-family: "Arial", sans-serif;
}

h1 { 
  font-size: 20px; 
  font-weight: bold;
  color: black;
  text-shadow: 1px 1px gray;
}

TABLE.content {
  border: 0px;
  font-family: "Arial", sans-serif;
  padding: 0px;
  font-size: 100%;
  border-spacing: 0px;
}

TABLE.sidemenutop{
  background-image: url(images/OttawaCleaningServices.jpg);
  background-repeat: no-repeat;
  border: 0px;
  font-family: "Arial", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 100%;
  border-spacing: 0px;
  height: 116px;
}

TABLE.sidemenubottom{
  background-image: url(images/ContractorsOttawa.jpg);
  background-repeat: no-repeat;
  border: 0px;
  font-family: "Arial", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 100%;
  border-spacing: 0px;
  height: 112px;
}

TABLE.homeservices {
  height: 212px;
}

A {
  color: blue;
  text-decoration: none;
}

A:hover {
  color: gray;
}

#hidebuttondiv {
  display:inline;
  float:left;
}

#showbuttondiv {
  display:inline;
  float:right;
}

.buttonstyle {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	color: #555555;
}

TABLE.highlighted {
	width: 100%;
	background-color: #E6E6E6;
	font-size: 100%;
	border-width: 0.5px;
}
