body {
  background-color: #e2e3e5;
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  margin: 20px auto;
  text-align: center;
}

#content { 
  width: 860px;
  padding: 0px;
  margin:auto;
  text-align: left;
  background-color: #fff;
}

#content_top{
	background-image:url(images/top.png);
	height:80px;
}

#content_middle{
	background-image:url(images/middle.png);
	background-repeat:repeat-y;
	padding-bottom:2em;
}

#content_bottom{
	background-image:url(images/bottom.png);
	height:80px;
}

#hms_content{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	margin-left:77px;
	padding-left:109px;
	padding-right:79px;
}

#header_shadow{
	background-image:url(images/header_shadow.png);
	width:234px;
	height:4px;
	float:left;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

hr{
	background-repeat:no-repeat;
	width:591px;
	height:6px;
	margin: 1em 0;
	padding:0;
	border:0;
}

.about hr{
	background-image:url(images/about_hr.png);
}

.services hr{
	background-image:url(images/services_hr.png);
}

.contact hr{
	background-image:url(images/contact_hr.png);
}

h1{
	margin:.5em 0;
}

.about h1, .about a, h1{
	color:#071c69;
}

.services h1, .services a{
	color:#579114;
}

.contact h1, .contact a{
	color:#0077c0;
}

p{
	margin:1em 0;
}

a#about_box{
	margin-right:15px;
	width:187px;
	height:187px;
	background-image:url(images/about_box.png);
	background-repeat:no-repeat;
	display:block;
}

a#services_box{
	margin-right:15px;
	width:187px;
	height:187px;
	background-image:url(images/services_box.png);
	background-repeat:no-repeat;
	display:block;
}

a#contact_box{
	width:187px;
	height:187px;
	background-image:url(images/contact_box.png);
	background-repeat:no-repeat;
	display:block;
}


a:hover.box{
	background-position:0 -187px;
}

#header_link{
	margin-left:-110px;
	width:88px;
	height:111px;
	display:block;
	float:left;
}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: underline;
	font-weight: bold;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	font-size: 1.7em;
	margin: 0;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 0;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 0;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 0;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 0;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin:0;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
	
strong, b {
	font-weight: bold;
	}