
/* Standard styles */
#homeservices em {
  font-style: italic;
}

#homeservices strong {
	font-weight: bold;
}

/* Indent uses this */
#homeservices blockquote {
	margin-left: 20px;
}

/* Align text properly */
#homeservices *[align="center"] {
  text-align: center;
}

#homeservices *[align="left"] {
  text-align: left;
}

#homeservices *[align="right"] {
  text-align: right;
}

/* float images */
#homeservices img[align="left"] {
	float: left;
}

#homeservices img[align="right"] {
	float: right;
}
#homeservices p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #556877;
	text-decoration: none;
	text-align: justify;
	padding: 2px 0 0 0;
}

#homeservices h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #1e6995;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 2px 0 0 0;
}

#homeservices h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #556877;
	text-decoration: none;
	padding: 2px 0 0 0;
}

#homeservices h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #1e6995;
	text-decoration: none;
	padding: 2px 0 0 0;
}

#homeservices li {
  	color: #1e6995;
  	margin-left: 20px;
  	list-style-type: disc;
	padding: 2px 0 0 0;
}

#homeservices a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1e6995;
	text-decoration: underline;
	text-align: justify;
	padding: 2px;
}

#homeservices a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: white;
	text-decoration: none;
	text-align: justify;
	background-color: #1e6995;
	padding: 2px;
}