﻿/* last modified March 11, 2001 */
/* bors235 */
#footer {
	clear: both;
}
#functionalFoot {
	height: 280px;
	min-height: 315px;
	background: #41606A;
}
#footer div.module {
	float: left;
	text-align: left;
	width: 214px;
	padding: 10px;
}
#footer div.separator {
	float: left;
	width: 1px;
	height: 225px;
	margin: 10px 0;
	background: #728991;
}
div.toolbar div.clear {
	padding: 5px 0;
}
.toolbar ul {
	clear: both;
	border-top: 1px dotted #91A3A9;
	padding: 10px 0;
}
.toolbar ul li {
	padding: 2px 5px;
	font-size: 13px;
	line-height: 15px;
}
#footer div#functionalFoot .toolbar ul li a {
	color: #CAEEFF;
	text-decoration: none;
}
#footer div#functionalFoot .toolbar ul li a:hover, .toolbar ul#actions li a:hover {
	color: #FFF;
}
#footer div#functionalFoot .toolbar ul li.socialConnections {
	color: #CAEEFF;
	text-decoration: none;
}
#footer div#functionalFoot .toolbar ul li.socialConnections img {
	vertical-align: middle;
	padding: 0 1px;
}
.toolbar ul#actions {
	border-top: none;
	padding: 0;
}
.toolbar ul#actions li {
	font-size: 11px;
	float: left;
	width: auto;
	padding: 7px 0 7px 7px;
	background: url('../images/footer_actions_bg1.gif') no-repeat left 50%;
}
#footer div#functionalFoot .toolbar ul#actions li a {
	color: #FFDC7C;
	background: url('../images/footer_actions_bg2.gif') no-repeat right 50%;
	padding: 7px 30px 7px 0;
}
#footer div#functionalFoot .toolbar ul#actions li a:hover {
	color: #FFF;
}

/* personas */
#footer div.personas ul {
}
div.personas ul span {
	font-size: 14px;
	font-weight: bold;
	color: #DDF0FF;
	line-height: 2em;
}
div.personas ul span a:link {
	color: #DDF0FF;
	text-decoration: none;
}
div.personas ul span a:visited {
	color: #DDF0FF;
	text-decoration: none;
}
div.personas ul li {
	font-size: 13px;
	line-height: 16px;
	background: url('../images/footer_bullet_arrow.gif') no-repeat 0 10px;
	padding: 3px 0 5px 10px;
}
div.personas ul li:hover {
	background: url('../images/footer_bullet_arrow.gif') no-repeat 0 -45px;
}
#footer div#functionalFoot .personas ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 0 0 0;
	margin: 0;
}
#footer div#functionalFoot .personas ul li a:hover {
	color: #DFDFDF;
}
.personas ul li.more {
	text-align: right;
	background: none;
	padding: 10px 0 0 0;
}
.personas ul li.more:hover {
	background: none;
}
#footer div#functionalFoot .personas ul li.more a {
	color: #DDF0FF;
	background: url('../images/footer_more_arrow.gif') no-repeat 0 6px;
	padding: 5px 0 0 17px;
}
#footer div#functionalFoot .personas ul li.more a:hover {
	color: #fff;
}
#footer div#functionalFoot .personas p#survey a {
	display: block;
	width: 248px;
	height: 52px;
	background: url('/common/images/callouts/claimsins/providersurvey4.jpg') top no-repeat;
	margin: 10px 0 0 -1px;
}
#footer div#functionalFoot .personas p#survey a:hover {
	background-position: 0 bottom;
}

/*copyright and policy links*/
#legalFoot {
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	color: #646768;
	padding: 10px 10px 30px 10px;
}
#legalFoot img {
	float: right;
}
#legalFoot li {
	float: left;
}
#legalFoot li a {
	color: #005595;
	text-decoration: none;
	background: url('../images/footer_separator.gif') no-repeat right 50%;
	padding: 0 10px;
}
#legalFoot li a:hover {
	text-decoration: underline;
}
#legalFoot li.last a {
	background: none;
}