@charset "UTF-8";
/* CSS Document */

/*  FOOTER id and class divs including lists and links for landing page */

#wrapAll {
	color: #EFF1D9;
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.theHepatitisCepidemic #container {
	width: 600px;
	height: 600px;
	background: #EFF1D9;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d11717;
	border-bottom-color: #d11717;
	border-left-color: #d11717;
}
.contactInfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #AC100C;
	text-decoration: none;
	padding-top: 4px;
	letter-spacing: .2em;
}
.howtoInfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	color: #333;
	text-decoration: none;
}

.liveCopyRed2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #8f1515;
	text-decoration: none;
	font-weight: bold;
}
#footerContainer {
	width: 600px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 0px;
}
#footerContainerWide {
	width: 1000px;
	text-align: center;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#footer-nav {
	z-index:1;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-color: 996;
	font-weight: normal;
	text-decoration: none;
	width: 600px;
	line-height: 1.4em;
	text-align: center;
}
#footer-nav ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer-nav li {
	display: inline;
	float: left;
}
#footer-nav a {
	display: block;
	margin: 2px;
	color: #996;
	text-decoration: none;
}
#footer-nav a:visited {
	color: #333;
}
#footer-nav a:hover {
	color: #cf1f26;
}
