#header {
  display: none;
}

#masthead {
	display: none;
}

#quickbar-long {
    background: #515151;
    width: 360px;
    height: 40px;
    color: #666;
    float: right;
    margin-top: -14px;
    margin-bottom: 0px;
    font-size: .7em;
    text-indent: 0em;
    padding: 0px 10px 2px 0px;
    z-index: 500;
    position: relative;
	text-align: right;
	isplay:none;
}


#quickbar-under {
    background: #BD1C18;
    width: 969px;
    height: 18px;
    color: #666;
    border-bottom: #fff dashed 1px;
    border-bottom: none;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: .7em;
    text-indent: 0em;
    padding: 6px 0px 2px 0px;
    text-align: right;
    position: relative;
    z-index: 500;
	
	display:none;
}

#left_column { 
    width: 0px;
	display: none;
}

.offering h3 {
    font-size: .7em;
    font-style: italic;
    
}

/* #mainbox  {
	padding-top: 2px;
	left: 0px;
	clear: left;
} */

#tech-column {
	position: absolute;
	left: 0px;
	clear: left;
	width: 675px;
	margin-top: 0px;
	margin-left: -200px;
	z-index: 1000;
}

* html #mainbox  {
	padding-top: 0px;
}


/* TEC OFFERING CSS */
	#lg_format_content .offering.resource_search {
		clear: both;
		margin-top: 30px;
	}
	#lg_format_content .offering.resource_search dl dt .tec_title {
		text-decoration: underline;
	}
	#lg_format_content .offering.resource_search dl dt .tec_subtitle {
		text-transform: none;
		color: #bbb;
	}
	#lg_format_content .offering.resource_search dl dd .tec_eval {
		letter-spacing: .05em;
		font-weight: bold;
		font-size: .95em;
		color: #bbb;
	}
	#lg_format_content .offering.resource_search .tec_exinfo_box {
		float: right;
		width: 77px;		
		background-color:  #eee;
		padding: 8px;
		margin: 0 0 10px 20px;
	}
	#lg_format_content .offering.resource_search .tec_exinfo_box .exinfo_categ {
		font-size: .7em;
		margin-bottom: 6px;
		color: black;
	}
	#lg_format_content .offering.resource_search .tec_exinfo_box .exinfo_categ .exinfo_data {
		font-size: .9em;		
		font-style: italic;
		font-weight: none;
	}
/* END TEC OFFERING CSS */
#footer {
	display: none;
	top: -200px;
}

#printfooter {
    background-color: transparent;
    width: 990px;
    color: #aaa;
    font-size: .7em;
    padding-left: 0px; 
    padding-top: 60px;
    padding-bottom: 20px;
    position: absolute;
    clear: both;
    z-index: 10;
}

* html #printfooter {
    padding-top: 60px;
}


