@charset "UTF-8";
/* CSS Document */

/* Menu Bar */


#main_nav { 
	list-style: none;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 942px;
	float: left;
	margin-left: 90px;
	 
}

#main_nav li { 
	float: left;
	color: #5e96cb;
}

#main_nav li a {
	text-decoration: none; 
	text-align: center; 
	display: block;
	line-height: 14px;
	padding-top: 17px;
	padding-bottom: 9px; 
}

a.menu:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.menu:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	font-weight: bold;
	color: #5e96cb;
	text-decoration: none;
}

a.menu:active {
	color: #5e96cb;
	font-weight: bold;
	text-decoration: none;
}

.current {
	text-align: center; 
	display: block;
	line-height: 14px;
	padding-top: 17px;
	padding-bottom: 9px; 
}

.home {
	width: 105px;
	text-align: left;
}

.about {
	width: 122px;
}

.services {
	width: 95px;
}

.billing {
	width: 115px;
}

.staff {
	width: 111px;
}

.resources {
	width: 102px;
}

.contact {
	width: 180px;
}


a.current:link {
	font-weight: bold;
	color: #5e96cb;
	text-decoration: none;
}

a.current:visited {
	font-weight: bold;
	color: #5e96cb;
	text-decoration: none;
}

a.current:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.current:active {
	font-weight: bold;
	color: #5e96cb;
	text-decoration: none;
}

a.subnav:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.subnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.subnav:hover {
	color: #5e96cb;
	text-decoration: none;
}

a.subnav:active {
	color: #FFFFFF;
	text-decoration: none;
}