@charset "utf-8";
#footer {
	background: url(/images/testing/images/LC_footer_shadow.gif) no-repeat center bottom;
	margin: 0px -10px;
	width: 960px;
	padding: 0px 10px 22px;
}
#ftr_content {
	padding: 6px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/images/testing/images/LC_footer_bkgd.jpg) repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	height: 48px;
	margin-bottom: -20px;
}
#ftr_content p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 15px;
}


#ftrNav_top {
	background: url(/images/testing/images/ftrNav_top.gif) no-repeat center top;
	width: 964px;
	padding-top: 16px;
	margin-bottom: -8px;
}
#ftrNav_main {
	background: url(/images/testing/images/ftrNav_bkgd.gif) repeat-y center;
	width: 964px;
	padding: 0;
	margin: 0 auto -6px auto;
}
#ftrNav_main  .box2 {
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	width: 240px;
	margin: 0 45px;
	padding: 0;
	float: left;
}
#ftrNav_main   .box2 p,  #ftrNav_main .boxLast p   {
	margin-top: 0px;
	margin-bottom: 10px;
}
#ftrNav_main  .box2 ul, #ftrNav_main .boxLast ul {
	list-style: url(/images/bulletG.gif) outside;
	margin: 0;
	padding: 0px 0px 0px 20px;
}
#ftrNav_main  .box2 li, #ftrNav_main .boxLast li {
	margin-bottom: 3px;
}
#ftrNav_main  .box2 a, #ftrNav_main .boxLast a {
	font-size: 0.95em;
}
#ftrNav_main .boxLast {
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	width: 240px;
	margin: 0 10px 0 45px;
	padding: 0;
	float: left;
}
#ftrNav_btm {
	background: url(/images/testing/images/ftrNav_btm.gif) no-repeat center bottom;
	width: 964px;
	padding-bottom: 16px;
	margin: 0 auto;
}

