html, body {
	background: white;
	color: black;
}

h1, h2, h3, h4 {
	color: black;
}

a, a:link, a:visited, a:active {
	color: black;
}
a:hover {
	color: black;
}

/**
 * Site Styles
 */
#main-container {
	width: 100%;
}

#hero-container {
	display: none;
}

#header-container {
	position: static;
	height: auto;
	background: none;
}

#header-container h1 {
	position: static;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 1em;
}
#header-container h1 a {
	width: auto; height: auto;
	text-indent: 0;
}

#header-container a, #header-container a:link, #header-container a:visited, #header-container a:active {
	color: black;
}

#header-container ul {
	display: none;
}

#search-form {
	display: none;
}


#content-container {
	padding: 0;
}

#footer-container {
	border-top: 1px solid black;
}

#footer-container p {
	top: 10px; right: 0;
}

#footer-container ul {
	display: none;
}

/**
 * main content
 */
#home-main-content {
	padding: 0;
}

#home-main-content h1 {
	padding: 0;
}

#left-content {
	display: none;
}

#main-content {
	float: none;
	width: 100%;
}

#main-content h1 {
	padding: 0;
}

ul.side-bar {
	margin-top: 0 !important;
}



