/* --------------------------------------------------[ css ]-- */
div.jw-footer-4col-lg {
	float:left;
	width:965px;
	height:150px;
}

div.jw-footer-4col-lg ul {
	height:28px;
}
	div.jw-footer-4col-lg.align-left ul { 
		float:left;
	}
	div.jw-footer-4col-lg.align-right ul { 
		float:right;
	}
	div.jw-footer-4col-lg.align-center ul {
		margin:0 auto;
		width:auto;
		display:table;
	}	

div.jw-footer-4col-lg li {
	display:block;
	height:40px;
	float:left;
	text-align:center;
	margin:2px 1px;
}

div.jw-footer-4col-lg li a {
	height:13px;
	display:block;
	padding:14px 15px 0;
	height:29px;
	text-decoration:none;
	font-size:12px;
	color:#999;
}
	div.jw-footer-4col-lg.items-separator li a {
		background:url(../_common/images/footer-div.png) no-repeat center right;
	}
	* html div.jw-footer-4col-lg a {
		float:left;
	}
	div.jw-footer-4col-lg li.last a {
		background:none;
	}
	div.jw-footer-4col-lg a:hover,
	div.jw-footer-4col-lg li.active a {
		color:#FFF;
	}
	div.jw-footer-4col-lg.items-background li {
		background:none;
	}
	div.jw-footer-4col-lg.items-background a:hover {
		color:#FFF;
	}
	div.jw-footer-4col-lg.items-background li.active a {
		color:#FFF;
	}
	
	
div.jw-footer-4col-lg, div.jw-footer-4col-lg ul { /* all lists */
	padding: 0;
	margin: 0;
	height: auto;
	list-style: none;
	line-height: 1;
}
div.jw-footer-4col-lg li { /* all list items */
	float: left;
}

div.jw-footer-4col-lg li ul.menuLevel2 { /* second-level lists */
	position: absolute;
	background:#FFF;
	width:145px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background:#EEE;
	margin:0;
}
	div.jw-footer-4col-lg .menuLevel2 li { /* all list items */
		float: left;
		width:145px; /* width needed or else Opera goes nuts */
		height:36px;
		text-align:left;
	}
	div.jw-footer-4col-lg .menuLevel2 li.item1  {
		padding-top:10px;
	}
	div.jw-footer-4col-lg ul.menuLevel2 li a{
		float:left;
		padding:0;
		margin: 0 9px;
		width:125px;
		background:none;
		border-bottom:1px solid #CCC;
	}
div.jw-footer-4col-lg li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
div.jw-footer-4col-lg li:hover ul ul,
div.jw-footer-4col-lg li:hover ul ul ul,
div.jw-footer-4col-lg li.sfhover ul ul,
div.jw-footer-4col-lg li.sfhover ul ul ul {
	left: -999em;
}
div.jw-footer-4col-lg li:hover ul,
div.jw-footer-4col-lg li li:hover ul,
div.jw-footer-4col-lg li li li:hover ul,
div.jw-footer-4col-lg li.sfhover ul,
div.jw-footer-4col-lg li li.sfhover ul,
div.jw-footer-4col-lg li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


div.jw-footer-4col-lg .footer-content {
	font-size:11px;
	color:#999;
	float:left;
	clear:both;
	padding:0 15px 15px;
}
	div.jw-footer-4col-lg .footer-content p{
		float:left;
		display:block;
		clear:both;
		padding-top:5px;
	}
	div.jw-footer-4col-lg .footer-content a {
		text-decoration:none;
		color:#999;
	}
	div.jw-footer-4col-lg .footer-content .label{
		padding-right:5px;
	}
	div.jw-footer-4col-lg .footer-content #designedBy a {
		text-decoration:underline;
	}