/*-------------------------------------------------------------------------------
 * jQuery Website Screen Presentation Layer
 * Author: Scott Jehl, scottjehl.com
 * Created: Jan 09
 * Notes: In addition to styling the jquery homepage and interior layouts, this file provides overrides of several other cms stylesheets. 
-------------------------------------------------------------------------------*/



/* #jq-intro  */
#jq-intro {
float: left;
}

#jq-intro p {
clear: both;
}

#jq-intro a {
position: relative;
}


div.jq-checkpointSubhead {
	display: none;
}


#jq-intro div.jq-checkpointSubhead {
	/*opacity: 0.0001;*/
	position: absolute;
	/*background: url(../images/bg_ctaTooltip.png) 0 0 no-repeat; */
	top: -1.5em;
	left: -35%;
	z-index: 100;
}












/* ----- clear fix for floats ----- */
.jq-clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.jq-clearfix { display:inline-block; }		
/* hides clearfix from IE-mac \*/
* html .jq-clearfix { height:1%; }
.jq-clearfix { display:block; }
/* end hide from IE-mac */


