/* CSS Document */

#headerText h1 {
	font-size: 1.75em;
	font-weight:bold;
	line-height:1.2em;
}
#headerText h2 {
	font-size:1.75em;
	font-weight:200;
	line-height:1.2em;
}

#footerText ul {
	padding: 0em;
	margin: 0 0 .5em;
	display: block;
	overflow: hidden;
}
/* IE7 bug fix */
#footerText ul li {
	display: inline-block;
} /* end bug fix */
#footerText ul li {
	font-size: .75em;
	line-height: 1.25em;
	display: inline;
	white-space: nowrap;
	margin: 0 1em 0 0;
}