@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* zero margin and padding for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	background: #FFFFFF url(images/bgborder.gif) repeat-y;
	margin: 10px auto 0;
	text-align: left;
	border: 0px none #FFFFFF;
}
.oneColFixCtrHdr #header {
	background: url(images/hmdesignheader.gif) no-repeat;
	height: 144px;
}

.oneColFixCtrHdr #navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #336699;
	font-size: 90%;
}

.oneColFixCtrHdr #navbar ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}

.oneColFixCtrHdr #navbar li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

.oneColFixCtrHdr  h1 {
	margin: 0;
	padding: 10px 0 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #336699;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/bgborder.gif) repeat-y;
}
.oneColFixCtrHdr #footer {
	padding: 0px 60px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(fireworks/HM%20design_r6_c2.gif) no-repeat left;
	height: 91px;
	text-align: right;
	font-size: 80%;
	margin-bottom: 10px;/* this is to add space below the footer graphic */
}
 div#footer ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#footer li
{
	display: inline;
	margin-right: 2em;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.leftimg {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	border: thin dotted #339999;
	margin-top: 0px;
}
.clear {
	clear: both;
	margin-bottom: 20px;
}
.clientdetail {
	margin-left: 280px;
	margin-bottom: 10px;
	margin-top: -5px;
	padding-bottom: 10px;
	margin-right: 10px;
	text-align: justify;
}
.clientcontainer {
	margin-top: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
	display: block;
	float: left;
	width: 100%;
}
