body {
	margin:0px auto;
	background:white url(images/top-bg.png) repeat-x;
	text-align:center;
	font-family: Verdana, Arial, Tahoma, Sans-serif;
	font-size: 12px;
}
#top{
	height:178px;
	text-align:center;
}
#menu{
	padding:0px;
	margin:10px auto;
	list-style:none;
}
#menu a{
	display:inline-block;
	width:131px;
	height:54px;
	background-repeat:no-repeat;
	background-position:bottom center;
	margin:0px 2px;
}
#menu a:hover{
	background-position:top center;
}
#menu-home{background:url(images/menu/home.png);}	
#menu-mission{background:url(images/menu/mission.png);}	
#menu-services{background:url(images/menu/services.png);}	
#menu-career{background:url(images/menu/career.png);}	
#menu-testimonials{background:url(images/menu/testimonials.png);}	
#menu-hipaa{background:url(images/menu/hipaa.png);}	
#menu-contact-us{background:url(images/menu/contact-us.png);}	
#body{
	display:inline-block;
	z-index:0px;
	width:850px;
	text-align:left;
	margin-top:20px;
}
#bottom{
	margin-top:-140px;
	height:350px;
	background:white url(images/bottom-bg.png) no-repeat top center;
	text-align:right;
	z-index:1px;
}
#bottom span{
	margin:300px 0px 0px 0px;
	display:inline-block;
	color:#005;
}

.services-menu{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#084786;
}
.services-menu:hover{
	color:#003;
}
.services-menu2{
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#cc0000;
}
.services-menu2:hover{
	color:#003;
}
#service-menu hr{
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-top:1px solid #6699cc;
}
#search{
	min-height:200px;display:inline-block;
}
#search a{
	text-decoration:none;color:#448ccb; 
}
#search a:hover{
	text-decoration:underline;color:#448ccb; 
}
#search hr{
	border-top: 1px dashed #448ccb; 
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

.services-link{
	text-decoration:none;
	color:black;
}
.services-link:hover{
	text-decoration:underline;
}