.footer-wrapper{
	width: 100%;
	margin: 0 auto;
	background-image: url(../../assets/images/ccok_footer_bg.jpg);
	background-position: bottom ;
	background-repeat:repeat-x;	
}

.footer-wrapper img{
	border:none;
}

.footer-content-wrapper{
	width:920px;
	height:214px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../../assets/images/ccok_footer_content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	overflow:hidden;
	/*
	
	padding:75px 10px 5px 10px;
	*/
}


.footer-content{	
	width:900px;
	height:214px;
	padding:63px 10px 5px 10px;
	display:block;

	/*
	margin:0px;
	background-color:#B2A595;	
	margin-left:auto;
	margin-right:auto;
	*/
}

.owner-hospitals{
	width:186px; 
	height:19px;
	white-space:nowrap;
	overflow:hidden;
	font-size:12px; 
	color:#999999;
	font-weight:bold;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
}

.otherproviders{
	width:186px;
	overflow-x: hidden;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top:6px;
	padding-left:9px;
}

.footer-content-left{
	float:left;
	width:196px;
	
}
.footer-content-right{
	float:left;
	width:704px;
	text-align:left;
	display:block;	
}

.footer-copyright-top-wrap{
	clear:both;
	background:none;
	padding-top:10px;	
	overflow:visible;
}

.footer-top-of-page{
	float:right;
	width:153px;
	text-align:right;
	margin-top:0px;
	margin-right:5px;
	color:#84BD3A;
	font-size:95%;
	padding-right:20px;
	background-image: url(../../assets/images/footer/footer_top_arrow.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}
.footer-top-of-page a{
	text-decoration:none;
	font-size:12px;
}
.footer-top-of-page a:hover{
	text-decoration:underline;
} 

.footer-copyright{
	float:left;
	color:#000000;
	margin-left:10px;
	font-size:12px;
	color:#444444;
	
}

.footer-content-right a{
	color:#666666;
}

.footer-special-links-wrap{
	margin:0px 0px 10px 10px;	
}

.footer-special-links-wrap div{
	background-image: url(../../assets/images/footer/special_links_arrow.gif);
	background-repeat:no-repeat;
	background-position: 2px 4px;
	padding-left:18px;
	margin-bottom:2px;
}


.footer-nav-links-wrap{
	margin:0px 0px 10px 10px;	
}

.footer-nav-links-wrap div{
	background-image: url(../../assets/images/footer/nav_links_arrow.gif);
	background-repeat:no-repeat;
	background-position: 2px 4px;
	padding-left:18px;
	margin-bottom:2px;
	letter-spacing:.75px;
}
.footer-nav-links-wrap div a{
	color:#008D6C;
	text-decoration:none;
}

.footer-nav-links-wrap div a:hover{
	text-decoration:underline;	
}

