﻿@import url('http://hpm4u.com/styles/layout.css');
body {
	background: url('http://hpm4u.com/images/grassback.jpg') repeat-x;
	color: #483B21;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 851px;
	margin: 3px auto 0 auto;
}
#masthead {
	background-image: url('http://hpm4u.com/images/header_Green.png');
	background-repeat: no-repeat;
}
#navigation {
	overflow:hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top-color: #FFFFFF;
}
#navigation li {
	float: left;
	margin-right:5px;
}
#navigation a {
	font: 16px Arial, Helvetica, sans-serif;
	color: #483B21;
	text-decoration: none;
	display: block;
	padding: 15px 0 0px 18px;

}
#navigation a:hover {
	text-decoration: none;
	background-image: url('http://hpm4u.com/images/link_bkdg.png');
	background-repeat:no-repeat;
}



#services ul {
	border-bottom: 1px #483B21 dashed;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#services li {
	float: left;
	margin-right:5px;
}
#services a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #483B21;
	text-decoration: none;
	display: block;
	padding: 15px 0 0px 18px;
}
#services a:hover {
	text-decoration: none;
	background-image: url('http://hpm4u.com/images/link_bkdg.png');
	background-repeat:no-repeat;
}
#services1 ul {
	border-bottom: 1px #483B21 dashed;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#services1 li {
	float: left;
	margin-right:5px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #483B21;
	text-decoration: none;
	display: block;
	padding: 15px 0 0px 18px;
}
#services1 li:hover {
	text-decoration: none;
	background-image: url('http://hpm4u.com/images/link_bkdg.png');
	background-repeat:no-repeat;
}
#services1 a:hover {
	text-decoration: none;
}


#bodycontent {
	padding: 10px 25px 10px 25px;
	background-image: url('http://hpm4u.com/images/body2.png');
}
#footer {
	padding: 30px 18px 0 0;
	background-image: url('http://hpm4u.com/images/footer.png');
	background-repeat: no-repeat;
	text-align: right;
	color: #C0C0C0;
}
/* Styles for Links */
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}
h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

p {
	margin-top:0px;
	margin-bottom:5px;
}
p.bottom-margin {
	margin-top:0px;
	margin-bottom:15px;
}
a {
	color: #483B21;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #C0C0C0;
}
#footer a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


