body {
	background:#ffffff url('../images/header_bg_ourteam.jpg') top center repeat-x;
}

#header {
	height:150px;
}

#header #pagetitle {
	text-align:right;
	
	
}

#anthemnav {
	margin:0;
	padding:0;
	 
	height:80px;
	width:880px;
	
}


#anthemnav .anthem_nav_item {
	margin:0;
	padding:0;
	
	display:block;
	
	height:80px;
	width:100px;
	
	float:left;
	
	background-position:0 80px;
}

#anthemnav #overview {
	background-image:url('/images/nav_anthemoverview.png');
}
#anthemnav #ecosystem {
	background-image:url('/images/nav_socialecosystem.png');
}
#anthemnav #communication {
	background-image:url('/images/nav_socialcommunication.png');
}
#anthemnav #applications {
	background-image:url('/images/nav_socialapplications.png');
}
#anthemnav #integration {
	background-image:url('/images/nav_socialintegration.png');
}
#anthemnav #whyus {
	background-image:url('/images/nav_whyus.png');
}


#anthemnav .anthem_nav_item:hover {
	background-position:0 0px;
}

#anthemnav .anthemselected {
	background-position:0 -80px;
}

#anthemnav .anthemselected:hover {
	background-position:0 -80px;
}

.partnerimage {
	margin:5px 10px;
}


ul {
	margin:5px 20px 20px 20px;
	list-style-type:square;
}

ul lh {
	font-size:18px;
	font-weight:bold;
	
}

ul li {
	
	margin:3px 0;
	font-size:12px;
	color:#555555;
}