
/*----------------------------------------------------------------------------
Heartland Community College

Version:        1.0
Author:         Curtis Garman (Web Programmer)
Email:          curtis.garman@heartland.edu
Compatibility   IE6, IE7, Firefox 2.0

This CSS builds the complete website by combining the layout, color, and
typography CSS files.  The look and feel of the site can be changed while
retaining the same layout by strictly editing the color and typography CSS
files respectively.
-----------------------------------------------------------------------------*/


.screenRead { 
	display:none;
}
body {
	margin: 0px;
	padding: 0px;
	text-align:left;
	min-width: 100%;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}
div#container {
	width:100%;
}
h2 {
	margin: 20px 0px 5px 0px;
}
#header {
	display: none;
}
#primaryContent {
	margin: 0px;
}
#primaryContent #logo-screen {
	display:none;
}
#primaryContent #quicklinks {
	display: none;
}
#primaryContent #button {
	display: none;
}
#primaryContent #news {
	margin: 0px;
	clear: both;
	float: none;
}
#primaryContent #news ul li.last{
	display: none;
}

#primaryContent #features {
	margin: 0px;
	clear: both;
	float: none;
	position: relative;
	top: 0px;
}
#primaryContent #features ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#primaryContent #features ul li {
	float: left;
	padding: 0px 10px 0px 10px;
}


#footer {
	clear: both;
	float: none;
	margin: 0px;
	margin-top: 15px;
	font-size: small;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: none;
}
#footer ul li.first {
	display: block;
	border-right: none;
}



