@charset "utf-8";
/* CSS Document */

#lcontent{
	float:left;
	width:530px;
	display:inline;
	margin-left:10px;
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
}

#rcontent{
	float:left;
	width:210px;
	margin-left:15px;
	padding-top:15px;	
}

.divider{
	background:url(images/bar.png) no-repeat;
	width:3px;
	height:189px;
	float:left;
	display:inline;
	margin-top:35px;	
	
}

h1{
	font-size:16px;
}

ul li{
	font-size:11px;
	
	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 -28px;
}

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 4px;
}

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;
}
