@charset "utf-8";
/* CSS Document */
#content-inner a{
	color:#0c3874;
	
	
}



h1{
	font-size:16px;
}

ul li{
	font-size:11px;
	color:#000;
	list-style-image:url(images/bullet.png);
	vertical-align:middle;
}

ul{
	margin-left: 5px;
	margin-top:0;
	padding-left:15px;
}
	

#nav ul{
	margin: 0;
	padding: 0;
}

#nav ul li{
	list-style: none;
	display: block;
	float: left;
	margin-left:13px;
}

#nav ul li a{
	display: block;
	margin-top: 8px;
	height: 33px;
	text-indent: -9999px;

}



li a#nav_home{
	width: 85px;
	background:url(images/home.png) no-repeat 1px 4px;
}

li a#nav_home:hover{
	background:url(images/home.png) no-repeat 1px -28px;
}

li a#nav_profile{
	width: 85px;
	background:url(images/profile.png) no-repeat 1px 4px;
}

li a#nav_profile:hover{
	background:url(images/profile.png) no-repeat 1px -28px;
}

li a#nav_services{
	width: 85px;
	background:url(images/services.png) no-repeat 1px 4px;
}

li a#nav_services:hover{
	background:url(images/services.png) no-repeat 1px -28px;
}

li a#nav_benefits{
	width: 85px;
	background:url(images/benefits.png) no-repeat 1px 4px;
}

li a#nav_benefits:hover{
	background:url(images/benefits.png) no-repeat 1px -28px;
}

li a#nav_clients{
	width: 85px;
	background:url(images/clients.png) no-repeat 1px 4px;
}

li a#nav_clients:hover{
	background:url(images/clients.png) no-repeat 1px -28px;
}

li a#nav_bio{
	width: 85px;
	background:url(images/bio.png) no-repeat 1px 4px;
}

li a#nav_bio:hover{
	background:url(images/bio.png) no-repeat 1px -28px;
}

li a#nav_resources{
	width: 85px;
	background:url(images/resources.png) no-repeat 1px -28px;
}

li a#nav_resources:hover{
	background:url(images/resources.png) no-repeat 1px -28px;
}

li a#nav_contact{
	width: 85px;
	background:url(images/contact.png) no-repeat 1px 4px;
}

li a#nav_contact:hover{
	background:url(images/contact.png) no-repeat 1px -28px;
}
