@charset "utf-8";
p {
	line-height: 18px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #940000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #9A0201;
}
.clear  {
	clear: both;
	height: 0px;
}

#body_home {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: center;
}
#body_home #content {
	float: left;
	width: 670px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#body_home #side_panel .divider {
	background-image: url(/images/side_divider.jpg);
	height: 14px;
	width: 220px;
}

#body_home #side_panel {
	float: left;
	width: 220px;
}
#side_panel h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9A0000;
	margin: 0px;
	padding: 5px;
}

#side_panel ul {
	margin: 0px;
	padding: 0px;
}
#side_panel li {
	background-image: url(/images/side_list_item.jpg);
	display: block;
	height: 18px;
	width: 200px;
	margin-bottom: 2px;
	list-style-type: none;
	padding-top: 2px;
	padding-left: 20px;
}
#side_panel a {
	color: #000000;
	text-decoration: none;
}
#side_panel a#more_services {
	display: block;
	padding: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#side_panel #contact {
	margin: 0px;
	padding: 5px;
}
#side_panel #contact p {
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	line-height: 14px;
}

