
/* CSS Document */
/* FOOTER STYLES ------------ */

#footer {
	clear: both;
	padding:.5em 0;
	background-color:#DFF3F3;
}

#full_footer { /* changed from orginal to make the footer span the whole bottom area */
	border-top: 1px solid #7f7f7f;
	padding-bottom: 1em;
}

@media all and (min-width: 600px)
{
.footleft
{
	float:left;
	background-color:#DFF3F3;
	width:50%;
}
.footright
{
	float:right;
	background-color:#DFF3F3;
	width:50%;
	text-align:right;
}
}
@media all and (max-width: 599px)
{
.footleft
{
	text-align:center;
	margin:0 auto;
}
.footright
{
	text-align:center;
	margin:0 auto;
}
}
#footer p { 
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	font-size: .9em;
	line-height: 300%
}
#footer a { color: #666}

#footer_list ul 
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	display: inline;
	width:100%;
} 
#footer_list li 
{
	color: #444444;
	font-size:100%;
	margin-left: 0;
	padding: .5em .25em;
	list-style: none;
	display: inline;
}
 
/* --- ACCESSIBILITY ---- ncs EDITED nov4/09 (bug fix, add h2) use to hide h1s or h2s you don't want visible to the sighted, but would like to have read by screen readers */
h1.accessible,h2.accessible{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}