@charset "UTF-8";
/* CSS Document */

/* == LANDING PAGES == */
#container {
	width:inherit;
	background:url(/_common/bg/wl/landing.jpg) right top no-repeat;
	overflow:hidden;
	margin:7px 0;
	position:relative;
}
body.walkLive #container { background-image:url(/_common/bg/wlc/landing.jpg); }

#container #logo {
	position:absolute;
	top:0;
	left:15px
}
#container #containerBtm {
	position:absolute;
	bottom:0;
	right:0;
	background: url(/_common/bg/wl/landing_bg_btm.gif) 0 0 no-repeat;
	height:9px;
	width:9px;	
}
body.walkLive #container #containerBtm { background: url(/_common/bg/wlc/landing_bg_btm.gif) 0 0 no-repeat; }


#landing-intro {
	width:518px;
	float:right;
	min-height:750px;
	color:#000;
}
#landing-intro h1 {
	/*margin-top:30px;
	background:url(/_common/img/wl/intro_landing.png) 0 100% no-repeat;
	width:380px;
	height:73px;
	text-indent:-9999px;*/
	font-size:4em;
	color:#000;
	line-height:1em;
	margin-top:30px;
	margin-bottom:0;
	font-weight:normal;
	letter-spacing:.02em;
	font-family:Helvetica, Arial, sans-serif;
}
#landing-intro h1 em {
	display:block;
	font: .85em "Glypha LT Std","Rockwell",Georgia, "Times New Roman", Times, serif;
}
body.walkLive #landing-intro h1 { 
	/*background-image:url(/_common/img/wlc/intro_landing.png);*/
}

#landing-intro h2 {
	font-size:1.9em;
	color:#333;
	font-weight:normal;
	margin:.4em 0 .3em 0;
}
#landing-intro p {
	font-size:1.3em;
	margin-bottom:.8em;
	line-height:1.4em;
}
#landing-intro p strong {
	font-weight:bold;
	font-size:1.2em;
}
#landing-intro h1,#landing-intro h2,#landing-intro p { margin-left:103px; margin-right:30px; }
#landing-intro img { margin:30px 0 20px 50px; }

#landing-details {
	width:240px;
	padding:130px 30px 0 22px;
}	
#landing-details h2 {
	font-size:2.1em;
	color:#F4C100;
	font-weight:bold;
	line-height:1.5em;
	margin:0 0 .3em 0;
}
#landing-details p {
	font-size:1.3em;
	margin-bottom:.8em;
	line-height:1.3em;
}
#landing-details #leslie {
	display:block;
	margin:15px auto;
}
#landing-details ol#steps {
	margin:0;
	padding:0;
	list-style:none;
}
#landing-details ol li {
	min-height:98px;
	margin:10px 0 20px 0;
	padding: 0 0 0 70px;
	color:#000;
	font-size:1.5em;
	background-position:0 0;
	background-repeat:no-repeat;
	list-style:none;
}
#landing-details ol li a {
	color:#000;
	text-decoration:none;
}
#landing-details ol li p {
	margin:0;
	padding:0;
	font-size:1em;
}
#landing-details ol li h6 {
	display:block;
	font-size:1.2em;
	color:#00A8EA;
	font-weight:bold;
	margin-bottom:.25em;
}
body.walkLive  #landing-details ol li h6 {color:#9BCC4E;}

#landing-details ol li.step-hover { cursor:pointer; }
#landing-details ol li.step-hover h6 {color:#9BCC4E; }
body.walkLive  #landing-details ol li.step-hover h6 {color:#00A8EA; }

#landing-details ol li#step1 { background-image:url(/_common/img/wl/step1.png); }
#landing-details ol li#step2 { background-image:url(/_common/img/wl/step2.png); }
#landing-details ol li#step3 { background-image:url(/_common/img/wl/step3.png); }
body.walkLive #landing-details ol li#step1 { background-image:url(/_common/img/wlc/step1.png); }
body.walkLive #landing-details ol li#step2 { background-image:url(/_common/img/wlc/step2.png); }
body.walkLive #landing-details ol li#step3 { background-image:url(/_common/img/wlc/step3.png); }
	
