

/*-------------------------------------------------------------------------------
 * 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. 
-------------------------------------------------------------------------------*/
html.js div.jq-checkpointSubhead {
	display: none;
}
body.jq-enhanced #jq-intro li div.jq-checkpointSubhead {
	/*opacity: 0.0001;*/
	position: absolute;
	width: 253px;
	height: 253px;
	background: url(images/bg_ctaTooltip.png) 0 0 no-repeat;
	border: 4px solid #444;
	top: -1.5em;
	left: -190px;
	z-index: 100;
}
body.jq-enhanced #jq-intro li div.jq-checkpointSubhead p{
font-size: 1em;
padding: 10px 5px 0 50px;
color: #AE0001;
font-weight: bold;
line-height: 1.3em;
margin: 0;
cursor: pointer;
}


/* ----- 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 */

/* #jq-intro  */
#jq-intro {
width: 25px;
height: 25px;
padding: 2px 2px 10px 10px;
margin: 0 0 0 0;
float: left;
}
#jq-intro h2 {
font-size: 1.9em;
font-weight: bold;
color: #5DB0E6;
line-height: 1em;
}
#jq-intro h2 span.jq-jquery span {
        position: absolute;
        left: -999999px;
}
#jq-intro p {
clear: both;
font-size: 1.5em;
margin: .8em 0;
font-weight: normal;
line-height: 1.6;
}
#jq-intro ul {
padding: 0.4em 0;
}
#jq-intro li {
        float: left;
        font-size: 1.4em;
}
#jq-intro li a {
        color: #5DB0E6;
        font-weight: bold;
        text-decoration: underline;
        float: left;
        background: url(../images/icon_check_whiteOnDarkBlue.gif) left no-repeat;
        padding: 0 30px 0 23px;
}
#jq-intro li p {
        font-size: .9em;
}
body.jq-enhanced #jq-intro li {
position: relative;
}

ul.jq-clearfix {
        margin: 0;
        padding: 0;
	list-style: none;
}
li.wal {
        margin: 0;
        padding:0;
}
