body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757575;
}
h1{
	margin-top:10px;
	margin-bottom: 10px;
	font-size:14px;
	background-image: url(layout_images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	margin-left: -8px;
}
.home h1, .home h2{
	background-image:none;
	padding-bottom:0;
	margin-left:0;
}
h2{
	margin-top:10px;
	margin-bottom: 0px;
	font-size:12px;
	background-image: url(layout_images/line.gif);
	margin-left: -4px;
	padding-bottom: 5px;
	background-repeat: repeat-x;
	background-position: bottom;
}
h3{
	margin-top:10px;
	margin-bottom: -8px;
	font-size:12px;
}
p{
	margin-top:10px;
	margin-bottom: 15px;
	line-height: 18px;
	text-align:justify;
}
/* Commercial Specific Classes */
.commercial h1{
	color: #1B3F66;
}
.commercial #content a {
	color: #FA8600;
	text-decoration: none;
}
.commercial #content a:hover {
	text-decoration: none;
	color: #666666;
}
.commercial #content h1 a {
	color: #1C3F66;
}
.commercial #content h1 a:hover{
	color: #1C3F66;
}
/* Residential Specific Classes */
.residential h1{
	color: #FA8600;
}
.residential #content a {
	color: #1C3F66;
	text-decoration: none;
}
.residential #content a:hover {
	text-decoration: none;
	color: #666666;
}
.residential #content h1 a {
	color: #FA8600;
}
.residential #content h1 a:hover{
	color: #1C3F66;
}

