
/*----------------------------------------------------------------------------
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.
-----------------------------------------------------------------------------*/

@import url(../../../files/css/common/layout_1.3.0.css);
@import url(common/color_1.2.0.css);
@import url(../../../files/css/common/font_1.3.0.css);
@import url(../../../files/css/common/table_1.3.0.css);
@import url(../../../files/css/common/form_1.2.0.css);
@import url(../../../files/css/common/misc_1.1.1.css);
@import url(../../../files/css/custom.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 75%;
	line-height: 140%;
	margin: 1px auto;
	padding:0px;
}

/*----------------------------------------------------------------------------
 Header
-----------------------------------------------------------------------------*/
#header {
	height:135px;
	margin:0px;
	padding:0px;
	border-bottom-color: #000000; /* change header border color (bottom) */
}
#header #hccLogoScreen {
	display: none;
}
#header #hccLogoPrint {
	float:left;
	padding:0px;
	margin:0px;
}
#header #headerImage {
	float:right;
	margin:0px;
	padding:0px;
}
#header #headerTitle {
	float:left;
	clear:left;
}
#header #headerTitle h1 {
	font-size:160%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding:20px 0px 5px 5px;
	margin: 0px;
}


/*----------------------------------------------------------------------------
 Primary Navigation
-----------------------------------------------------------------------------*/
#singleColumn #primaryNav, #doubleColumnLeft #primaryNav, #doubleColumnRight #primaryNav, #tripleColumn #primaryNav {
 	display:none;
}

/*----------------------------------------------------------------------------
 Secondary Navigation
-----------------------------------------------------------------------------*/
#singleColumn #secondaryNav, #doubleColumnLeft #secondaryNav, #doubleColumnRight #secondaryNav, #tripleColumn #secondaryNav {
	display: none;
}

/*----------------------------------------------------------------------------
 Primary Content
-----------------------------------------------------------------------------*/
#outerContentWrapper {
	background: #ffffff; /* change primary content background color (will change background color for columns too if images are not specified to sit on top of it) */
}
#primaryContent {
	border-color: #ffffff; /* change border color (should be same color as background rule directly above) (BUG - border make the page render correct in IE7 - should be set to same color as background) */
}
#singleColumn #primaryContent, #doubleColumnLeft #primaryContent, #doubleColumnRight #primaryContent, #tripleColumn #primaryContent {
	margin-left: 0px;
	margin-right: 0px;
}
* html #singleColumn #primaryContent, * html #doubleColumnLeft #primaryContent, * html #doubleColumnRight #primaryContent, * html #tripleColumn #primaryContent {
	margin-left: 0px;
	margin-right: 0px;
}

/*----------------------------------------------------------------------------
 Secondary Content
-----------------------------------------------------------------------------*/
#secondaryContent {
	display: none;
}

/*----------------------------------------------------------------------------
 Footer
-----------------------------------------------------------------------------*/

/* right portion of footer */
#footer #footerRight {
	display:none;
}
